Chaotic Motion  1.0
ChaosEqnFactory Class Reference

Static Public Member Functions

static List< ChaosEqnGetEquations ()
 Returns a List of Equation objects. A singleton reference list is provided for the inspector script to make reference to all the available equations. More...
 
static ChaosEqn Create (int index, int paramIndex, ParamBundle customParams)
 Create the ChaosEqn implementation for the specified index in the eqnList, with the selected param bundle in place More...
 

Detailed Description

Definition at line 5 of file ChaosEqnFactory.cs.

Member Function Documentation

static ChaosEqn ChaosEqnFactory.Create ( int  index,
int  paramIndex,
ParamBundle  customParams 
)
static

Create the ChaosEqn implementation for the specified index in the eqnList, with the selected param bundle in place

Parameters
indexIndex.

Definition at line 73 of file ChaosEqnFactory.cs.

static List<ChaosEqn> ChaosEqnFactory.GetEquations ( )
static

Returns a List of Equation objects. A singleton reference list is provided for the inspector script to make reference to all the available equations.

Returns
The equations.

Definition at line 57 of file ChaosEqnFactory.cs.


The documentation for this class was generated from the following file: