WaitUntilFalse Method (CustomPropertyValueBoolean) |
Suspend coroutine until the boolean custom property value becomes false.
Namespace:
Demo3D.Native
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic static ITask UntilFalse(
CustomPropertyValue<bool> booleanProperty
)
Parameters
- booleanProperty
- Type: Demo3D.NativeCustomPropertyValueBoolean
Custom property to suspend until false for.
Return Value
Type:
ITaskA task representing the wait for move custom property value to become false.
See Also