Blender V2.61 - r43446
|
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 80 of file SG_IObject.h.
typedef void*(* SG_ReplicationNewCallback)(SG_IObject *sgobject, void *clientobj, void *clientinfo) |
Definition at line 74 of file SG_IObject.h.
typedef bool(* SG_RescheduleUpdateCallback)(SG_IObject *sgobject, void *clientobj, void *clientinfo) |
Definition at line 98 of file SG_IObject.h.
typedef bool(* SG_ScheduleUpdateCallback)(SG_IObject *sgobject, void *clientobj, void *clientinfo) |
Definition at line 92 of file SG_IObject.h.
typedef void(* SG_UpdateTransformCallback)(SG_IObject *sgobject, void *clientobj, void *clientinfo) |
Definition at line 86 of file SG_IObject.h.
typedef std::vector<SG_Controller*> SGControllerList |
Definition at line 70 of file SG_IObject.h.
enum SG_Stage |
Definition at line 39 of file SG_IObject.h.
void SG_SetActiveStage | ( | SG_Stage | stage | ) | [inline] |
Definition at line 62 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 38 of file SG_IObject.cpp.
Referenced by SG_SetActiveStage().