Class SubCondition
Base class that must be used to build up any members of MultiConditions
Namespace: Unity.MARS.Conditions
Syntax
public class SubCondition : object
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 |