PokePointer.sourcePoseOffset Field
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.
protected: float sourcePoseOffset;
[UnityEngine.SerializeField]
[UnityEngine.Tooltip("The offset that the poke pointer has from the source pose when the index finger pose is not available.")]
protected float sourcePoseOffset;
[<UnityEngine.SerializeField>]
[<UnityEngine.Tooltip("The offset that the poke pointer has from the source pose when the index finger pose is not available.")>]
val mutable sourcePoseOffset : single
Protected sourcePoseOffset As Single
Field Value
- Attributes
-
UnityEngine.SerializeFieldAttribute UnityEngine.TooltipAttribute