WritableConfigurable
from panda3d.core import WritableConfigurable
- class WritableConfigurable
Bases:
Bases:
TypedWritable
Defined as a fix to allow creating Configurable and Writable objects. Otherwise the compiler gets confused since both
TypedWritable
and Configurable inherit fromTypedObject
.An object that has data or parameters that are set less frequently (at least occasionally) than every frame. We can cache the configuration info by by using the “dirty” flag.
Inheritance diagram
- static getClassType() TypeHandle