InteractableOnTouchReceiver.OnTouchStart 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.
Invoked when touch begins
public:
property UnityEngine::Events::UnityEvent ^ OnTouchStart { UnityEngine::Events::UnityEvent ^ get(); };
public UnityEngine.Events.UnityEvent OnTouchStart { get; }
member this.OnTouchStart : UnityEngine.Events.UnityEvent
Public ReadOnly Property OnTouchStart As UnityEvent
Property Value
UnityEngine.Events.UnityEvent