![]() |
Unity SDK Docs 1.5.0.beta.7
|
Protected Member Functions | |
| void | Reset (TSettings settings) |
| virtual void | Update (TSettings settings, ScaleSettings scaleSettings, GameBoardSettings gameboardSettings) |
| void | SetDefaultPoseGameboardSpace (TSettings settings) |
| Gets the default pose of the tracked object. | |
| void | SetPoseGameboardSpace (in TState state, TSettings settings, ScaleSettings scaleSettings, GameBoardSettings gameboardSettings) |
| Sets the pose values of the tracked object in Unity World Space. | |
| void | SetInvalidPoseGameboardSpace (in TState state, TSettings settings, ScaleSettings scaleSettings, GameBoardSettings gameboardSettings) |
| Sets the pose values of the tracked object in Unity World Space when we already know the pose is invalid. | |
| void | SetPoseUnityWorldSpace (ScaleSettings scaleSettings, GameBoardSettings gameboardSettings) |
| Sets the pose values of the tracked object in Unity World Space. | |
| bool | TryCheckConnected (out bool connected) |
| Determines whether the tracked object is still connected. | |
| bool | TryGetStateFromPlugin (out TState state, out bool poseIsValid) |
| Gets the latest pose for the tracked object from the native plugin. | |
| void | SetDrivenObjectTransform (TSettings settings, ScaleSettings scaleSettings, GameBoardSettings gameboardSettings) |
| Sets the pose of the object(s) being driven by TrackableCore. | |
Static Protected Member Functions | |
| static Vector3 | ConvertPosSTAGEToUSTAGE (Vector3 pos_STAGE) |
| static Pose | GameboardToWorldSpace (Pose pose_GameboardSpace, ScaleSettings scaleSettings, GameBoardSettings gameboardSettings) |
| static Vector3 | GameboardToWorldSpace (Vector3 pos_USTAGE, ScaleSettings scaleSettings, GameBoardSettings gameboardSettings) |
| static Vector3 | WorldToGameboardSpace (Vector3 pos_UWRLD, ScaleSettings scaleSettings, GameBoardSettings gameboardSettings) |
| static Quaternion | GameboardToWorldSpace (Quaternion rotToUSTAGE_OBJ, GameBoardSettings gameboardSettings) |
| static Quaternion | WorldToGameboardSpace (Quaternion rotToUWRLD_OBJ, GameBoardSettings gameboardSettings) |
Protected Attributes | |
| Pose | pose_USTAGE |
| Pose | pose_UWRLD |
| bool | isTracked = false |
| bool | isConnected = false |
| Pose | gameboardPose_UWRLD |
| The pose of the gameboard reference frame w.r.t. the Unity world-space reference frame. | |
Properties | |
| Pose | Pose_GameboardSpace [get] |
| The pose of the trackable w.r.t. the gameboard reference frame. | |
| Pose | Pose_UnityWorldSpace [get] |
| The Pose of the trackable in Unity world space. | |
| bool | IsTracked [get] |
| Whether or not the trackable is being tracked. | |
| bool | IsConnected [get] |
| Whether or not the trackable is connected. | |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
protected |
|
abstractprotected |
Gets the default pose of the tracked object.
| settings |
|
abstractprotected |
Sets the pose of the object(s) being driven by TrackableCore.
| settings | |
| scaleSettings | |
| gameboardSettings |
|
abstractprotected |
Sets the pose values of the tracked object in Unity World Space when we already know the pose is invalid.
| state | |
| settings | |
| scaleSettings | |
| gameboardSettings |
|
abstractprotected |
Sets the pose values of the tracked object in Unity World Space.
| state | |
| settings | |
| scaleSettings | |
| gameboardSettings |
|
abstractprotected |
Sets the pose values of the tracked object in Unity World Space.
| scaleSettings | |
| gameboardSettings |
|
abstractprotected |
Determines whether the tracked object is still connected.
| connected |
|
abstractprotected |
Gets the latest pose for the tracked object from the native plugin.
| state | |
| poseIsValid | |
| gameboardSettings |
|
protectedvirtual |
|
staticprotected |
|
staticprotected |
|
protected |
The pose of the gameboard reference frame w.r.t. the Unity world-space reference frame.
|
protected |
|
protected |
|
protected |
|
protected |
|
get |
Whether or not the trackable is connected.
|
get |
Whether or not the trackable is being tracked.
|
get |
The pose of the trackable w.r.t. the gameboard reference frame.
|
get |
The Pose of the trackable in Unity world space.