Suspend coroutine until the current visual move to completes.
Namespace:
Demo3D.Native
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic static ITask ForMove(
Visual visual
)
Parameters
- visual
- Type: Demo3D.VisualsVisual
Visual to wait for move completion for.
Return Value
Type:
ITaskA task representing the wait for move completion.
See Also