Method ScheduleMainThreadTask
ScheduleMainThreadTask(Action)
Schedules a new task on the main thread. The task will be executed during the next update.
Declaration
public abstract void ScheduleMainThreadTask(Action task)
Parameters
Type | Name | Description |
---|---|---|
Action | task | The task that should be executed on the main thread. |