Class OnFixedUpdateAttribute
Frame-rate independent update for physics calculations. See unity doc's MonoBehaviour.FixedUpdate for reference.
Namespace: nickmaltbie.StateMachineUnity.Attributes
Assembly: cs.temp.dll.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class OnFixedUpdateAttribute : OnEventDoActionAttribute
Constructors
OnFixedUpdateAttribute(String)
Frame-rate independent update for physics calculations. See unity doc's MonoBehaviour.FixedUpdate for reference.
Declaration
public OnFixedUpdateAttribute(string action)
Parameters
Type | Name | Description |
---|---|---|
String | action |