◆ Deselect()
Deselect the gizmo for the temporary handle
◆ DeselectAll()
| proto void DeselectAll |
( |
| ) |
|
|
private |
◆ DeselectTracker()
| proto void DeselectTracker |
( |
Managed |
tracker | ) |
|
|
private |
Deselect the gizmo for the given tracker
◆ FindByTracker()
Returns a temporary handle
◆ GetCount()
Return the number of gizmos
◆ GetInstance()
Return the instance passed in for the temporary handle
◆ GetSpaceMode()
◆ GetTracker()
Return the tracker passed in for the temporary handle
◆ GetTransformMode()
◆ SelectObject()
| proto void SelectObject |
( |
Object |
object | ) |
|
|
private |
◆ SelectPhysics()
| proto void SelectPhysics |
( |
Physics |
physics | ) |
|
|
private |
◆ SelectUser()
| proto void SelectUser |
( |
Managed |
instance | ) |
|
|
private |
Scripted controls, requires the following methods to be implemented in the class void Gizmo_SetWorldTransform(vector[4] transform, bool finalize) void Gizmo_GetWorldTransform(vector[4] transform) bool Gizmo_IsAllowedTransformMode(GizmoTransformMode mode) bool Gizmo_IsAllowedSpaceMode(GizmoSpaceMode mode)
Tracker: The tracker is the same instance
◆ SetSpaceMode()
Set current space mode for all gizmos
'Gizmo_IsAllowedSpaceMode' function will override the space mode per gizmo to NONE if returned false
Referenced by CGame::OnKeyPress().
◆ SetTransformMode()
Set current transform mode for all gizmos
'Gizmo_IsAllowedTransformMode' function will override the transform mode per gizmo to NONE if returned false
Referenced by CGame::OnKeyPress().
The documentation for this class was generated from the following file: