Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    object
    AxisMonoBehaviour
    AxisExtension
    ObjActionExtension
    Inherited Members
    AxisExtension.FindNavObject(string, bool)
    AxisExtension.FindNavObjects(out List<NavObject>, string, bool)
    AxisExtension.FindNavObjectInMatrix(NavmeshMatrix, string, bool)
    AxisExtension.FindNavObjectsInMatrix(out List<NavObject>, NavmeshMatrix, string, bool)
    AxisMonoBehaviour.ContainsLabel(string)
    AxisMonoBehaviour.CountChildrenWithLabel(string, bool)
    AxisMonoBehaviour.ContainsLabelInChildren(string, bool)
    AxisMonoBehaviour.GetSpaceBetweenColliders(AxisMonoBehaviour)
    AxisMonoBehaviour.GetSpaceBetweenCollidersHorizontally(AxisMonoBehaviour)
    AxisMonoBehaviour.PauseGame()
    AxisMonoBehaviour.SetActiveByName(string)
    AxisMonoBehaviour.ResumeGame()
    AxisMonoBehaviour.GameTimeScaleSet(float)
    AxisMonoBehaviour.transform
    AxisMonoBehaviour.gameObject
    AxisMonoBehaviour.collider
    AxisMonoBehaviour.Origin
    AxisMonoBehaviour.OnTransformChildrenChanged()
    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()
    In This Article
    Back to top Axis 1.0.0