Enum CanvasRenderMode
The available render modes.
Namespace: Fusee.Engine.Core.Scene
Assembly: Fusee.Engine.Core.dll
Syntax
public enum CanvasRenderMode
Fields
| Name | Description |
|---|---|
| Screen | The UI should be overlaid onto the 2D screen. |
| World | The UI is embedded into the 3D world. |