Skip to content

Timer

static class · namespace Hazel

public static class Timer

Methods

Clear(Handle)

static

public static void Clear(Handle inHandle)

ClearAll()

static

public static void ClearAll()

Internal_Tick(float)

static

public static bool Internal_Tick(float ts)

IsActive(Handle)

static

public static bool IsActive(Handle inHandle)

Set(Action, float, bool, float)

static

public static Handle Set(Action callback, float rateSeconds, bool looping = false, float firstDelaySeconds = -1.0f)

Source: Hazel/Core/Timer.cs