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