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

Public Member Functions

def __init__
 
def __repr__
 
def getBundle
 

Public Attributes

 partBundleHandle
 
 partBundleNP
 
 partModel
 

Detailed Description

Instances of this class are stored within the
PartBundleDict to track all of the individual PartBundles
associated with the Actor.  In general, each separately loaded
model file is a different PartBundle.  This can include the
multiple different LOD's, as well as the multiple different
pieces of a multipart Actor. 

Constructor & Destructor Documentation

def __init__ (   self,
  partBundleNP,
  partBundleHandle,
  partModel 
)
Instances of this class are stored within the
PartBundleDict to track all of the individual PartBundles
associated with the Actor.  In general, each separately loaded
model file is a different PartBundle.  This can include the
multiple different LOD's, as well as the multiple different
pieces of a multipart Actor. 

Member Function Documentation

def __repr__ (   self)
def getBundle (   self)

Member Data Documentation

partBundleHandle
partBundleNP
partModel