IOutcomeEvaluator Interface

All script instructions implement this interface to allow script evaluation.

Definition

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

Methods

Evaluate Called to evaluate the underlying outcome(instruction) script.

See Also