Struct BepuSimulation.TickAwaiter
- Namespace
- Stride.BepuPhysics
- Assembly
- Stride.BepuPhysics.dll
Await this struct to continue during a physics tick
public struct BepuSimulation.TickAwaiter : INotifyCompletion- Implements
- Inherited Members
Properties
IsCompleted
public bool IsCompleted { get; }Property Value
Methods
GetAwaiter()
public BepuSimulation.TickAwaiter GetAwaiter()Returns
GetResult()
public void GetResult()OnCompleted(Action)
Schedules the continuation action that's invoked when the instance completes.
public void OnCompleted(Action continuation)Parameters
- continuationAction
- The action to invoke when the operation completes. 
Exceptions
- ArgumentNullException
- The - continuationargument is null (Nothing in Visual Basic).