WaitUntilTrue(CustomPropertyValueBoolean) Method |
Suspend coroutine until the boolean custom property value becomes true.
Namespace: Demo3D.NativeAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic static ITask UntilTrue(
CustomPropertyValue<bool> booleanProperty
)
Parameters
- booleanProperty CustomPropertyValueBoolean
- Custom property to suspend until true for.
Return Value
ITaskA task representing the wait for move custom property value to become true.
See Also