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
Syntaxpublic static ITask UntilTrue(
CustomPropertyValue<bool> booleanProperty
)
Parameters
- booleanProperty
- Type: Demo3D.NativeCustomPropertyValueBoolean
Custom property to suspend until true for.
Return Value
Type:
ITaskA task representing the wait for move custom property value to become true.
See Also