Property | Type | Description | |
---|---|---|---|
UpdatePhysicsModel | void |
Method | Description | |
---|---|---|
OnEditorSelectionDebugRender ( Camera camera, bool bigBorder, bool simpleGeometry ) : void | ||
OnGetEditorSelectionByRay ( Ray ray, Vec3 &pos, float &priority ) : bool | ||
OnPostCreate ( bool loaded ) : void |
Overridden from Engine.EntitySystem.Entity.OnPostCreate(Boolean).
|
|
OnRender ( Camera camera ) : void |
Overridden from Engine.MapSystem.MapObject.OnRender(Camera).
|
|
OnSetTransform ( Vec3 &pos, Quat &rot, Vec3 &scl ) : void |
Overridden from Engine.MapSystem.MapObject.OnSetTransform(ref Vec3,ref Quat,ref Vec3).
|
Method | Description | |
---|---|---|
UpdatePhysicsModel ( ) : void |
protected OnEditorSelectionDebugRender ( Camera camera, bool bigBorder, bool simpleGeometry ) : void | ||
camera | Camera | |
bigBorder | bool | |
simpleGeometry | bool | |
return | void |
protected OnGetEditorSelectionByRay ( Ray ray, Vec3 &pos, float &priority ) : bool | ||
ray | Ray | |
pos | Vec3 | |
priority | float | |
return | bool |
protected OnPostCreate ( bool loaded ) : void | ||
loaded | bool | |
return | void |
protected OnSetTransform ( Vec3 &pos, Quat &rot, Vec3 &scl ) : void | ||
pos | Vec3 | |
rot | Quat | |
scl | Vec3 | |
return | void |