Version 3.2.0.0

EditorTimeHelper class

Namespace: Sirenix.Utilities.Editor
Assembly: Sirenix.Utilities.Editor
public class EditorTimeHelper
A utility class for getting delta time for the GUI editor.
Inheritance
  • System.Object
  • EditorTimeHelper

Constructors

EditorTimeHelper()
Initializes a new instance of the EditorTimeHelper class.
public EditorTimeHelper()

Properties

DeltaTime
Gets the delta time.
public float DeltaTime { get; }
Time
Gets an EditorTimeHelper instance for the current drawing window.
public static EditorTimeHelper Time { get; set; }

Methods

Update()
Updates the delta time.
public void Update()