Bearbeiten

SolverHandler.AdditionalOffset Property

Definition

Add an additional offset of the tracked object to base the solver on. Useful for tracking something like a halo position above your head or off the side of a controller.

public:
 property UnityEngine::Vector3 AdditionalOffset { UnityEngine::Vector3 get(); void set(UnityEngine::Vector3 value); };
public UnityEngine.Vector3 AdditionalOffset { get; set; }
member this.AdditionalOffset : UnityEngine.Vector3 with get, set
Public Property AdditionalOffset As Vector3

Property Value

UnityEngine.Vector3

Applies to