NearInteractionTouchable.localCenter 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: UnityEngine::Vector3 localCenter;
[UnityEngine.SerializeField]
[UnityEngine.Tooltip("Local space object center")]
protected UnityEngine.Vector3 localCenter;
[<UnityEngine.SerializeField>]
[<UnityEngine.Tooltip("Local space object center")>]
val mutable localCenter : UnityEngine.Vector3
Protected localCenter As Vector3
Field Value
UnityEngine.Vector3
- Attributes
-
UnityEngine.SerializeFieldAttribute UnityEngine.TooltipAttribute