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