Property DisableTicks
DisableTicks
If DisableTicks is set, then the run loop will not trigger the UnityInstance "tick". This can be helpful if you need to temporarily take over driving the main tick. Only supported on the Web platform.
Declaration
public static bool DisableTicks { get; set; }
Property Value
Type | Description |
---|---|
bool |