Interface IConditionBase
Namespace: Unity.MARS.Query
Syntax
public interface IConditionBase
Properties
enabled
Whether this condition is active or not
Declaration
bool enabled { get; }
Property Value
Type | Description |
---|---|
Boolean |
public interface IConditionBase
Whether this condition is active or not
bool enabled { get; }
Type | Description |
---|---|
Boolean |