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