Class VRAvatarLimb.TrackedObjectSettings
Settings for managing the tracked state of the limb.
Inheritance
System.Object
VRAvatarLimb.TrackedObjectSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Liminal.SDK.VR.Avatars
Assembly: Liminal.SDK.dll
Syntax
[Serializable]
public class TrackedObjectSettings
Fields
| Improve this Doc View SourceMatchActive
Declaration
[Tooltip("Determines if the limb's active state is modified when the tracked object's active state changes.")]
public bool MatchActive
Field Value
Type | Description |
---|---|
System.Boolean |
MatchPosition
Declaration
[Tooltip("Determines if the limb's position should match the tracked object's position.")]
public bool MatchPosition
Field Value
Type | Description |
---|---|
System.Boolean |
MatchRotation
Declaration
[Tooltip("Determines if the limb's rotation should match the tracked object's rotation.")]
public bool MatchRotation
Field Value
Type | Description |
---|---|
System.Boolean |