NearInteractionTouchableSurface.LocalCenter 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.
The local center point of interaction. This may be based on a collider position or Unity UI RectTransform.
public:
abstract property UnityEngine::Vector3 LocalCenter { UnityEngine::Vector3 get(); };
public abstract UnityEngine.Vector3 LocalCenter { get; }
member this.LocalCenter : UnityEngine.Vector3
Public MustOverride ReadOnly Property LocalCenter As Vector3
Property Value
UnityEngine.Vector3