class documentation

class Sprite3D(engine.Sprite3D):

View In Hierarchy

3D sprite class for rendering 3D objects

Method __setattr__ Set a sprite attribute, routing to the matching setter.
def __setattr__(self, name, value): ΒΆ

Set a sprite attribute, routing to the matching setter.

Parameters
name:strAttribute name to set.
value:objectNew value for the attribute.