Bases: collada.DaeObject
Defines asset-management information
Create a new set of information about an asset
Parameters: |
|
---|
Methods
__init__([created, modified, title, ...]) | Create a new set of information about an asset |
load(collada, localscope, node) | |
save() | Saves the asset info back to xmlnode |
Instance of datetime.datetime indicating when the asset was created
Instance of datetime.datetime indicating when the asset was modified
String containing the title of the asset
String containing the description of the topical subject of the asset
String containing revision information about the asset
String containing a list of words used for search criteria for the asset
String containing the name of the unit of distance for this asset
Float containing how many real-world meters are in one distance unit
Instance of type collada.asset.UP_AXIS indicating the up-axis of the asset
A list of instances of collada.asset.Contributor
ElementTree representation of the asset.