ButtonExt ClassButton extensions.
Inheritance Hierarchy
System.Object
UltimateXR.Extensions.Unity.UI.ButtonExt
Namespace: UltimateXR.Extensions.Unity.UI
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public static class ButtonExt
The ButtonExt type exposes the following members.
Methods
Name | Description | |
---|---|---|
ReadAsync(CancellationToken, Button[]) | Asynchronously waits until a Button in a set is clicked. Returns the Button that was clicked. | |
ReadAsync(Button, CancellationToken) | Asynchronously waits until a Button is clicked. Returns the Button that was clicked. | |
ReadAsync(Button[], CancellationToken) | Asynchronously waits until a Button in a set is clicked. Returns the Button that was clicked. | |
WaitForClickAsync | Asynchronously waits until a Button is clicked. |