ButtonConfigHelper.OnClick 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.
Returns the Interactable's OnClick event.
public:
property UnityEngine::Events::UnityEvent ^ OnClick { UnityEngine::Events::UnityEvent ^ get(); };
public UnityEngine.Events.UnityEvent OnClick { get; }
member this.OnClick : UnityEngine.Events.UnityEvent
Public ReadOnly Property OnClick As UnityEvent
Property Value
UnityEngine.Events.UnityEvent