| Parameter | Description |
|---|---|
| processorState | The initial state available from the processing thread. |
| controlState | The initial state available from the control thread. |
| nestedConfiguration | If not null, the returned Generator will be treated as nested and use this configuration. |
| creationParameters | Additional parameters and initialization state for the processor. This is generally received from IGeneratorDefinition.CreateRuntime. |
Generator A Generator you own and control, that must later be destroyed with ControlContext.Destroy.
Allocate a Generator with the specified processor and control state.
This can generally be used to render the output of a IGeneratorDefinition, potentially from within another Generator.
Additional resources: IGeneratorDefinition.CreateRuntime.