Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | Public Attributes | List of all members
Actor.SubpartDef Class Reference

Public Member Functions

def __init__
 
def __repr__
 
def makeCopy
 

Public Attributes

 subset
 
 truePartName
 

Detailed Description

Instances of this class are stored within the SubpartDict
to track the existance of arbitrary sub-parts.  These are
designed to appear to the user to be identical to true "part"
of a multi-part Actor, but in fact each subpart represents a
subset of the joints of an existing part (which is accessible
via a different name). 

Constructor & Destructor Documentation

def __init__ (   self,
  truePartName,
  subset = PartSubset() 
)

Member Function Documentation

def __repr__ (   self)
def makeCopy (   self)

Member Data Documentation

subset
truePartName