A manually driven ControlContext, giving access to some extra functionality.
Manual ControlContexts can be updated and processed.
Property | Description |
---|---|
context | The ControlContext that is manually driven. |
Method | Description |
---|---|
BeginMix | Begin a mix. |
Dispose | Destroys this context and all resources associated with it. |
EndMix | End a previously begun mix, additionally rendering any RootOutputs into the result parameter. |
Update | Update and submit any queued commands found on ControlContext, making them available to the mixing functionality functions. |