Virtual |
IsEnabled gets or sets a Boolean that specifies if this Virtual reality provider is enabled or not.
IsEnabled property can be used to quickly enable of disable Virtual reality rendering.
When the VirtualRealityProvider is disabled, the created DirectX resources are usually disposed, but the created rendering steps are still part of the DXScene.RenderingSteps.
To remove all the created DirectX resources and also remove the rendering steps, call the Dispose method.