|
Blender
V2.59
|
Go to the source code of this file.
Definition in file SG_IObject.h.
| typedef void*(* SG_DestructionNewCallback)(SG_IObject *sgobject, void *clientobj, void *clientinfo) |
Definition at line 81 of file SG_IObject.h.
| typedef void*(* SG_ReplicationNewCallback)(SG_IObject *sgobject, void *clientobj, void *clientinfo) |
Definition at line 75 of file SG_IObject.h.
| typedef bool(* SG_RescheduleUpdateCallback)(SG_IObject *sgobject, void *clientobj, void *clientinfo) |
Definition at line 99 of file SG_IObject.h.
| typedef bool(* SG_ScheduleUpdateCallback)(SG_IObject *sgobject, void *clientobj, void *clientinfo) |
Definition at line 93 of file SG_IObject.h.
| typedef void(* SG_UpdateTransformCallback)(SG_IObject *sgobject, void *clientobj, void *clientinfo) |
Definition at line 87 of file SG_IObject.h.
| typedef std::vector<SG_Controller*> SGControllerList |
Definition at line 71 of file SG_IObject.h.
| enum SG_Stage |
Definition at line 41 of file SG_IObject.h.
| void SG_SetActiveStage | ( | SG_Stage | stage | ) | [inline] |
Definition at line 63 of file SG_IObject.h.
References gSG_Stage.
Referenced by KX_BlenderSceneConverter::ConvertScene(), KX_KetsjiEngine::NextFrame(), KX_KetsjiEngine::PostProcessScene(), and KX_KetsjiEngine::Render().
Definition at line 37 of file SG_IObject.cpp.
Referenced by SG_SetActiveStage().