v4.2
Stores the environment caches as new actions in the mixer of the relevant models.
oReturn = StoreEnvironmentCachesToMixer( Environment, [Name], [AddClip] ); |
Returns the new actions created as an XSICollection.
Parameter | Type | Description |
---|---|---|
Environment | SimulationEnvironment | Specify the environment to store. If there is no current environment then the task does nothing. |
Name | String | Name of the new actions. |
AddClip | Boolean | True to apply the new actions as a clip on the mixer after
storing.
Default Value: False |