Search Results for

    Show / Hide Table of Contents

    Class AxisCounterObjects

    Inheritance
    object
    AxisMonoBehaviour
    AxisCounterObjects
    Inherited Members
    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.Logic
    Assembly: cs.temp.dll.dll
    Syntax
    public sealed class AxisCounterObjects : AxisMonoBehaviour

    Fields

    ObjectCounters

    Public static list of active Counters in the scene

    Declaration
    public static List<AxisCounterObjects> ObjectCounters
    Field Value
    Type Description
    System.Collections.Generic.List<T><AxisCounterObjects>

    Properties

    ContainingLabel

    Declaration
    public string ContainingLabel { get; set; }
    Property Value
    Type Description
    string

    Methods

    OnNavObjectDisable(NavObject)

    Called when NavObject is disabled to check for counting

    Declaration
    public static void OnNavObjectDisable(NavObject o)
    Parameters
    Type Name Description
    NavObject o

    OnNavObjectEnable(NavObject)

    Called when NavObject is enabled to check for counting

    Declaration
    public static void OnNavObjectEnable(NavObject o)
    Parameters
    Type Name Description
    NavObject o
    In This Article
    Back to top Axis 1.0.0