Editar

NearInteractionTouchableSurface.LocalCenter Property

Definition

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

Applies to