base property

base property

Gets or sets the base. The base attribute allows you to define the base URI for this COLLADA document.

Definition:

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

See Also