version property

version property

Gets or sets the version. The version attribute is the COLLADA schema revision with which the instance document conforms. Required Attribute.

Definition:

@property
def version(self):
    ...
@version.setter
def version(self, value):
    ...

See Also