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