WritableConfigurable Class Reference

Defined as a fix to allow creating Configurable and Writable objects. More...

Inheritance diagram for WritableConfigurable:
TypedWritable TypedObject MemoryBase

List of all members.

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

Defined as a fix to allow creating Configurable and Writable objects.

Otherwise the compiler gets confused since both TypedWritable and Configurable inherit from TypedObject.

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.


Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from TypedWritable.