Click or drag to resize

UnityEventCommandBaseTBehaviour Methods

The UnityEventCommandBaseTBehaviour generic type exposes the following members.

Methods
  NameDescription
Protected methodAwake
Unity callback.
(Overrides CommandAwake.)
Protected methodOnDisable
Unity callback.
Protected methodOnEnable
Unity callback.
Protected methodOnEvent
Called when the observed event occured.
Protected methodRegisterListeners
Called when the command should add listeners to the specified target to be informed when about an event that would trigger the command.
Protected methodRemoveListeners
Called when the command should remove its listeners from the specified target.
Protected methodReset
Unity callback.
Top
See Also