Class LostTracking
Lost Tracking setting of entity.
實體的定位失敗設定。
Inheritance
System.Object
LostTracking
Namespace: Votanic.vXR.vCast.Core
Assembly: Votanic.vXR.dll
Syntax
public class LostTracking
Fields
customPosition
Custom local position of entity.
自定義實體自身位置。
Declaration
public Vector3 customPosition
Field Value
Type | Description |
---|---|
UnityEngine.Vector3 |
customRotation
Custom local euler angle of entity.
自定義實體自身角度。
Declaration
public Vector3 customRotation
Field Value
Type | Description |
---|---|
UnityEngine.Vector3 |
retry
Times of retry to determine the tracking is lost.
判斷定位失敗的重試次數。
Declaration
public int retry
Field Value
Type | Description |
---|---|
System.Int32 |
trackingTransform
The entity transform change when the tracking is lost.
當定位失敗時的 Transform 改變。
Declaration
public LostTrackingTransform trackingTransform
Field Value
Type | Description |
---|---|
LostTrackingTransform |
Properties
isLost
Return true if the tracking is lost.
當定位失敗時傳回 true。
Declaration
public bool isLost { get; }
Property Value
Type | Description |
---|---|
System.Boolean |