| Namespace: | Sirenix.Utilities.Editor |
| Assembly: | Sirenix.Utilities.Editor |
public class GUIFrameCounter
public GUIFrameCounter()
public int FrameCount { get; }
public bool IsNewFrame { get; }
public GUIFrameCounter Update()
| GUIFrameCounter |