Panda3D
Public Types | Public Member Functions

SpriteAnim Class Reference

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

List of all members.

Public Types

enum  SourceType { STTexture = 0, STFromNode = 1 }

Public Member Functions

string getModelSource ()
string getNodeSource ()
int getNumFrames ()
SourceType getSourceType ()
string getTexSource ()
 setSourceInfo (string tex)
 setSourceInfo (string model, string node)

Detailed Description

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


Member Enumeration Documentation

enum SourceType
Enumerator:
STTexture 
STFromNode 

Member Function Documentation

string getModelSource ( )
string getNodeSource ( )
int getNumFrames ( )
SourceType getSourceType ( )
string getTexSource ( )
setSourceInfo ( string  tex)
setSourceInfo ( string  model,
string  node 
)
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties