Class AxisCounterObjects
Inheritance
object
AxisCounterObjects
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
Properties
ContainingLabel
Declaration
public string ContainingLabel { get; set; }
Property Value
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 |
|