Constructor Looper
Looper(IVisualElementScheduler)
Default constructor using the Unity UI-Toolkit VisualElement scheduler to run the loop.
Declaration
public Looper(IVisualElementScheduler scheduler)Parameters
| Type | Name | Description | 
|---|---|---|
| IVisualElementScheduler | scheduler | The Unity UI-Toolkit VisualElement scheduler which will execute the loop. | 
Looper()
Default constructor.
Declaration
public Looper()