Interface IPreparable
Input parameters of types the implement the IPreparable interface will have Prepare called before running the script graph.
Namespace: InsaneScatterbrain.ScriptGraph
Syntax
public interface IPreparable
Methods
Prepare()
Contains logic to prepare this object for script graph processing.
Declaration
void Prepare()