Enum Viewport.RenderInfo
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum Viewport.RenderInfo : long
Fields
DrawCallsInFrame = 2
Amount of draw calls in frame.
Max = 3
Represents the size of the Viewport.RenderInfo enum.
ObjectsInFrame = 0
Amount of objects in frame.
PrimitivesInFrame = 1
Amount of vertices in frame.