technique_common property

technique_common property

Gets or sets the technique common. Specifies optics information for the common profile that all COLLADA implementations must support.

Definition:

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

See Also