API ReferenceSandbox
EditorSystemPublicclass
Constructors1
Showing 1 constructors
public EditorSystemPublic()
No results match this filter.
Methods2
Showing 2 methods
public virtual System.Threading.Tasks.Task ForEachAsync(System.Collections.Generic.IEnumerable`1<T> list, string title, System.Func`3<T,System.Threading.CancellationToken,System.Threading.Tasks.Task> worker, System.Threading.CancellationToken cancel = null, bool modal = False)
| Parameter | Type | Description |
|---|---|---|
| list | IEnumerable<T> | — |
| title | string | — |
| worker | Func<T,CancellationToken,Task> | — |
| cancel = null | CancellationToken | — |
| modal = False | bool | — |
Returns:
Task—public virtual Editor.IProgressSection ProgressSection(bool modal = False)
Start a progress section
| Parameter | Type | Description |
|---|---|---|
| modal = False | bool | — |
No results match this filter.
Properties2
Showing 2 properties
public virtual Sandbox.CameraComponent Sandbox.EditorSystemPublic.Camera { get; set; }
public virtual Sandbox.Scene Sandbox.EditorSystemPublic.Scene { get; set; }
No results match this filter.