Click or drag to resize

WaitUntilFalse(CustomPropertyValueBoolean) Method

Suspend coroutine until the boolean custom property value becomes false.

Namespace: Demo3D.Native
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public static ITask UntilFalse(
	CustomPropertyValue<bool> booleanProperty
)

Parameters

booleanProperty  CustomPropertyValueBoolean
Custom property to suspend until false for.

Return Value

ITask
A task representing the wait for move custom property value to become false.
See Also