SpriteAnim

class SpriteAnim

Bases: ReferenceCount

Helper class used by SpriteParticleRenderer to keep track of its textures and their respective UVs and source types.

Inheritance diagram

Inheritance diagram of SpriteAnim

enum SourceType
enumerator ST_texture = 0
enumerator ST_from_node = 1
SpriteAnim.__init__()
SpriteAnim.get_model_source()
SpriteAnim.get_node_source()
SpriteAnim.get_num_frames()
SpriteAnim.get_source_type()
SpriteAnim.get_tex_source()
SpriteAnim.set_source_info()