Link Search Menu Expand Document

arena-py API v0.9.6

arena.attributes.attribution

Attribution attribute class to manage its properties in the ARENA: Attribution Component. Saves attribution data in any entity. Usage: attribution=Attribution(...)

Parameters
  • str author: Author name; e.g. 'Vaptor-Studio'. Defaults to 'Unknown' (optional)
  • str authorURL: Author homepage/profile; e.g. https: //sketchfab.com/VapTor. (optional)
  • bool extractAssetExtras: Extract attribution info from asset extras; will override attribution info given (default: true). Defaults to 'True' (optional)
  • str license: License summary/short name; e.g. 'CC-BY-4.0'. Defaults to 'Unknown' (optional)
  • str licenseURL: License URL; e.g. http: //creativecommons.org/licenses/by/4.0/. (optional)
  • str source: Model source e.g. 'Sketchfab'. Defaults to 'Unknown' (optional)
  • str sourceURL: Model source URL; e.g. https: //sketchfab.com/models/2135501583704537907645bf723685e7. (optional)
  • str title: Model title; e.g. 'Spinosaurus'. Defaults to 'No Title' (optional)
Attribution(**kwargs)