|
| static List< ChaosEqn > | GetEquations () |
| | 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...
|
| |
Definition at line 5 of file ChaosEqnFactory.cs.
Create the ChaosEqn implementation for the specified index in the eqnList, with the selected param bundle in place
- Parameters
-
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: