Click or drag to resize

ViewportRenderInfo Enumeration

[Missing <summary> documentation for "T:Godot.Viewport.RenderInfo"]

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

Amount of objects in frame.

VerticesInFrame1

Amount of vertices in frame.

MaterialChangesInFrame2

Amount of material changes in frame.

ShaderChangesInFrame3

Amount of shader changes in frame.

SurfaceChangesInFrame4

Amount of surface changes in frame.

DrawCallsInFrame5

Amount of draw calls in frame.

Info2dItemsInFrame6

Amount of items or joined items in frame.

Info2dDrawCallsInFrame7

Amount of draw calls in frame.

Max8

Represents the size of the ViewportRenderInfo enum.

See Also