◆ GenerateAreaAsync()
static Task pluginbase.Objects.World.WorldHelpersAsync.GenerateAreaAsync |
( |
this IWorld |
world, |
|
|
Volume |
volume |
|
) |
| |
|
static |
Shorthand for waiting on a volume to generate in the world
- Returns
- The area async.
- Parameters
-
world | World. |
volume | Volume. |
static async Task SpinWait(Func< bool > until, int pollMillis=10, int timeoutMillis=-1)
Wait for a predicate to become true via polling
Definition: TaskEx.cs:15
◆ GetAwaiter()
Waits for the readonly block to be generated, and then return the IBlock
- Returns
- The awaiter.
- Parameters
-
19 .ContinueWith((x) => block.Block)
static async Task SpinWait(Func< bool > until, int pollMillis=10, int timeoutMillis=-1)
Wait for a predicate to become true via polling
Definition: TaskEx.cs:15
The documentation for this class was generated from the following file: