Click or drag to resize

WaitForAnimator Method

Suspend coroutine until the current animator for a visual completes.

Namespace:  Demo3D.Native
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static ITask ForAnimator(
	Visual visual
)

Parameters

visual
Type: Demo3D.VisualsVisual
Visual to wait for animation completion for.

Return Value

Type: ITask
A task representing the wait for animation completion.
See Also