IConditionEvaluator Interface

All script conditions implement this interface to allow script evaluation.

Definition

Namespace: Articy.Unity.Interfaces
Assembly: ArticyRuntime (in ArticyRuntime.dll) Version: 1.3.1
C#
public interface IConditionEvaluator

Methods

Evaluate Called to evaluate the underlying condition script.

See Also