Click or drag to resize

WaitUntilTrue Method (CustomPropertyValueBoolean)

Suspend coroutine until the boolean custom property value becomes true.

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

Parameters

booleanProperty
Type: Demo3D.NativeCustomPropertyValueBoolean
Custom property to suspend until true for.

Return Value

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