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

Public Member Functions

 __init__ (self, truePartName, subset=PartSubset())
 
 __repr__ (self)
 
 makeCopy (self)
 

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

◆ __init__()

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

Member Function Documentation

◆ __repr__()

__repr__ ( self)

◆ makeCopy()

makeCopy ( self)

Member Data Documentation

◆ subset

subset

◆ truePartName

truePartName