Panda3D
Loading...
Searching...
No Matches
Actor.PartDef Class Reference

Public Member Functions

 __init__ (self, partBundleNP, partBundleHandle, partModel)
 
 __repr__ (self)
 
 getBundle (self)
 

Public Attributes

 partBundleHandle = partBundleHandle
 
 partBundleNP = partBundleNP
 
 partModel = partModel
 

Static Public Attributes

 get_bundle = getBundle
 

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

◆ __init__()

__init__ ( self,
partBundleNP,
partBundleHandle,
partModel )

Member Function Documentation

◆ __repr__()

__repr__ ( self)

◆ getBundle()

getBundle ( self)

Member Data Documentation

◆ get_bundle

get_bundle = getBundle
static

◆ partBundleHandle

partBundleHandle = partBundleHandle

◆ partBundleNP

partBundleNP = partBundleNP

◆ partModel

partModel = partModel