KeywordAndResponse.Response 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 handler to be invoked when the keyword is recognized.
public:
property UnityEngine::Events::UnityEvent ^ Response { UnityEngine::Events::UnityEvent ^ get(); };
public UnityEngine.Events.UnityEvent Response { get; }
member this.Response : UnityEngine.Events.UnityEvent
Public ReadOnly Property Response As UnityEvent
Property Value
UnityEngine.Events.UnityEvent