Version 3.3.0.1

GUIFrameCounter class

Namespace: Sirenix.Utilities.Editor
Assembly: Sirenix.Utilities.Editor
public class GUIFrameCounter
A utility class for properly counting frames and helps determine when a frame has started in an editor window.
Inheritance
  • System.Object
  • GUIFrameCounter

Constructors

GUIFrameCounter()
public GUIFrameCounter()

Properties

FrameCount
Gets the frame count.
public int FrameCount { get; }
IsNewFrame
Gets a value indicating whether this instance is new frame.
public bool IsNewFrame { get; }

Methods

Update()
Updates the frame counter and returns itself.
public GUIFrameCounter Update()
Returns
GUIFrameCounter