Class ObjActionExtension
This class can be inherited to create your custom code component overriding protected methods that connects this to the ObjAction component in the same GameObject.
Inherited Members
Namespace: Axis.Extensions
Assembly: cs.temp.dll.dll
Syntax
public abstract class ObjActionExtension : AxisExtension
Methods
OnActionExecute()
Dispatched once after the action has started executing
Declaration
protected virtual void OnActionExecute()
OnActionInput()
Dispatched once after the action has started executing
Declaration
protected virtual void OnActionInput()
OnDisable()
Declaration
protected virtual void OnDisable()
OnEnable()
Declaration
protected virtual void OnEnable()
OnParentActiveEnabled()
Dispatched once direct NavObject parent is available, active and enabled
Declaration
protected virtual void OnParentActiveEnabled()
OnParentInsideAnother()
Dispatched once direct NavObject parent is not available, when its nested inside another object
Declaration
protected virtual void OnParentInsideAnother()