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

Public Member Functions

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

Public Attributes

 partBundleHandle
 
 partBundleNP
 
 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

◆ partBundleNP

partBundleNP

◆ partModel

partModel