Class OnUpdateAttribute
Action invoked with every frame update. See unity doc's MonoBehaviour.Update for reference.
Namespace: nickmaltbie.StateMachineUnity.Attributes
Assembly: cs.temp.dll.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class OnUpdateAttribute : OnEventDoActionAttribute
Constructors
OnUpdateAttribute(String)
Action invoked with every frame update. See unity doc's MonoBehaviour.Update for reference.
Declaration
public OnUpdateAttribute(string action)
Parameters
Type | Name | Description |
---|---|---|
String | action |