Show / Hide Table of Contents

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.

Generated by DocFX
GitHub Repo
Back to top