RecordButton
This class is used for the Record Button in the global chat panel.
Properties
Property | Type | Description |
---|---|---|
IsRecording | bool | Returns if the button is holding |
API
Function | Return Type | Description | Parameters |
---|---|---|---|
OnPointerDown | void | Interface Functions. Usually called when this button is pressed. | eventData: PointerEventData for current Input data. |
OnPointerUp | void | Interface Functions. Usually called when this button is released. | eventData: PointerEventData for current Input data. |