Panda3D
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Actor.AnimDef Class Reference

Public Member Functions

 __init__ (self, filename=None, animBundle=None)
 
 __repr__ (self)
 
 makeCopy (self)
 

Public Attributes

 animBundle
 
 animControl
 
 filename
 

Static Public Attributes

 make_copy = makeCopy
 

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

◆ __init__()

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

Member Function Documentation

◆ __repr__()

__repr__ ( self)

◆ makeCopy()

makeCopy ( self)

Member Data Documentation

◆ animBundle

animBundle

◆ animControl

animControl

◆ filename

filename

◆ make_copy

make_copy = makeCopy
static