Interface ICondition
Interface for defining a specific condition to check for.
Namespace: Unity.Simulation
Syntax
public interface ICondition
Methods
HasConditionBeenMet()
Check if the condition is met.
Declaration
bool HasConditionBeenMet()
Returns
Type | Description |
---|---|
Boolean | True if the condition has been met. |