![]() |
VR-Forces Developer's Guide
|

Public Types | |
| typedef ComponentBase | _BaseClass |
| typedef ComponentBase | BaseClass |
| typedef CallbackMethodCallerTemplate < LicenseUnlockProjectClass > | CallbackMethodCaller |
Public Member Functions | |
| GLSGEN_LicenseUnlockProjectClass_EXPORT | LicenseUnlockProjectClass (const char *name=NULL) |
| GLSGEN_LicenseUnlockProjectClass_EXPORT void | CreateObjects (void) |
| virtual GLSGEN_LicenseUnlockProjectClass_EXPORT void | Initialize () |
| virtual GLSGEN_LicenseUnlockProjectClass_EXPORT void | Calculate (double time) |
| virtual GLSGEN_LicenseUnlockProjectClass_EXPORT DisplayObject * | CloneObject (bool generateNames=false) |
| virtual GLSGEN_LicenseUnlockProjectClass_EXPORT InterfaceListType * | GetCppInterfaceDescription (InterfaceListType *addToThisList=NULL) |
| virtual GLSGEN_LicenseUnlockProjectClass_EXPORT void | GetCppInterfaceDescriptionFree (InterfaceListType *array) |
| typedef CallbackMethodCallerTemplate< LicenseUnlockProjectClass > disti::LicenseUnlockProjectClass::CallbackMethodCaller |
| GLSGEN_LicenseUnlockProjectClass_EXPORT disti::LicenseUnlockProjectClass::LicenseUnlockProjectClass | ( | const char * | name = NULL | ) |
| GLSGEN_LicenseUnlockProjectClass_EXPORT void disti::LicenseUnlockProjectClass::CreateObjects | ( | void | ) |
|
virtual |
This code is called immediately after creating objects.
|
virtual |
This code is called every frame.
|
virtual |
|
virtual |
Get the details of the Cpp Interface The actual interface is exposed in compiled code.
| addToThisList | A list to add to and then return. Creates a new one if NULL. |
|
virtual |