Class RunLoop
Inherited Members
Namespace: Unity.Platforms
Assembly: solution.dll
Syntax
public class RunLoop
Properties
Name | Description |
---|---|
CurrentRunLoopDelegate | |
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. |
Methods
Name | Description |
---|---|
EnterMainLoop(RunLoopDelegate) |