Class OnDisableAttribute
This function is called when the behaviour becomes disabled. See unity doc's MonoBehaviour.OnDisable for reference.
Namespace: nickmaltbie.StateMachineUnity.Attributes
Assembly: cs.temp.dll.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class OnDisableAttribute : OnEventDoActionAttribute
Constructors
OnDisableAttribute(String)
This function is called when the behaviour becomes disabled. See unity doc's MonoBehaviour.OnDisable for reference.
Declaration
public OnDisableAttribute(string action)
Parameters
Type | Name | Description |
---|---|---|
String | action |