Panda3D
Public Member Functions | Public Attributes

Actor.AnimDef Class Reference

List of all members.

Public Member Functions

def __init__
def __repr__
def makeCopy

Public Attributes

 animBundle
 animControl
 filename

Detailed Description

Instances of this class are stored within the
AnimControlDict to track all of the animations associated with
the Actor.  This includes animations that have already been
bound (these have a valid AnimControl) as well as those that
have not yet been bound (for these, self.animControl is None).

There is a different AnimDef for each different part or
sub-part, times each different animation in the AnimDict. 

Constructor & Destructor Documentation

def __init__ (   self,
  filename = None,
  animBundle = None 
)

Member Function Documentation

def __repr__ (   self)
def makeCopy (   self)

Member Data Documentation

 All Classes Namespaces Functions Variables Properties