collada.scene.Transform¶
- class collada.scene.Transform¶
Base class for all transformation types
- __init__()¶
Methods
__init__()load(collada, localscope, node)Load and return a class instance from an XML node.
save()Put all the data to the internal xml node (xmlnode) so it can be serialized.
Attributes
xmlnodeElementTree representation of the data.