Click or drag to resize

VisualServer.ViewportUsage Enumeration

[Missing <summary> documentation for "T:Godot.VisualServer.ViewportUsage"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum ViewportUsage
Members
  Member nameValueDescription
Usage2d0

The Viewport does not render 3D but samples.

Usage2dNoSampling1

The Viewport does not render 3D and does not sample.

Usage3d2

The Viewport renders 3D with effects.

Usage3dNoEffects3

The Viewport renders 3D but without effects.

See Also