WaitUntilEqualsT Method (CustomPropertyValueT, T) |
Suspend coroutine until a custom property value becomes equal to a given value.
Namespace:
Demo3D.Native
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic static ITask UntilEquals<T>(
CustomPropertyValue<T> property,
T value
)
Parameters
- property
- Type: Demo3D.NativeCustomPropertyValueT
Custom property to suspend until value is set. - value
- Type: T
Value to suspend until equal to.
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:Demo3D.Native.Wait.UntilEquals``1(Demo3D.Native.CustomPropertyValue{``0},``0)"]
Return Value
Type:
ITaskA task representing the wait for custom property value to become equal to the given value.
See Also