Class SubCondition
Base class that must be used to build up any members of MultiConditions
Namespace: Unity.MARS
Syntax
[Serializable]
public class SubCondition
Fields
Host
Refers to the MonoBehaviour that is a MultiCondition hosting this SubCondition
Declaration
public MonoBehaviour Host
Field Value
Type | Description |
---|---|
MonoBehaviour |
Properties
enabled
Declaration
public bool enabled { get; }
Property Value
Type | Description |
---|---|
Boolean |