Control Point Type
Last updated
Control points are a representation of some spatial inputs, primarily VR controllers.
[Sansar.Script.Interface] public enum ControlPointType
Count
Count of total possible control point types. Control points from 0 to (cCount - 1) are valid, however not all have meaningful data on the server for scripts.
DesktopGrab
Used when grabbing objects in desktop mode, follows the characters right hand
GazeTarget
A VR head mounted display (HMD) control point, for the position and direction of the HMD.
Invalid
An invalid control point.
LeftTool
Left hand VR controller.
RightTool
Right hand VR controller.
Namespace: Sansar.Simulation Assembly: Sansar.Simulation (in Sansar.Simulation.dll) Assembly Versions: 1.1.0.0
Last updated