Skip to main content

RecordButton

This class is used for the Record Button in the global chat panel.

Properties

PropertyTypeDescription
IsRecordingboolReturns if the button is holding

API

FunctionReturn TypeDescriptionParameters
OnPointerDownvoidInterface Functions. Usually called when this button is pressed.eventData: PointerEventData for current Input data.
OnPointerUpvoidInterface Functions. Usually called when this button is released.eventData: PointerEventData for current Input data.