Click or drag to resize

Reaction Methods

The Reaction type exposes the following members.

Methods
  NameDescription
Protected methodAwake
Unity Component method
Protected methodReact
This method is called when the reaction occurs. Note this might be called on a Coroutine if you specified a delay.
Public methodStartReacting
Start reacting (there could be a delay)
Protected methodStopReacting
Stop reacting now
Top
Extension Methods
  NameDescription
Public Extension MethodGetCopyOf
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.)
Public Extension MethodWaitForT
Waits for a singleton on a coroutine
(Defined by SingletonManager.)
Top
See Also