SolverHandler.AdditionalOffset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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