ChatRoomView
Hierarchy
- Pick<ScreenFunctions, Run | MouseDown | MouseUp | MouseMove | MouseWheel | Click | Draw | KeyDown | KeyUp>
- ChatRoomView
Index
Properties
optionalActivate
Type declaration
Returns void
optionalCanLeave
Type declaration
Returns boolean
optionalCanStartWhisper
Type declaration
Parameters
C: Character
Returns boolean
inheritedClick
optionalDeactivate
Type declaration
Returns void
Draw
Called each frame when the screen needs to be drawn.
Type declaration
Returns void
DrawUi
Type declaration
Returns void
optionalinheritedKeyDown
Called if the the user presses any key
optionalinheritedKeyUp
Called if the user releases a pressed key
optionalinheritedMouseDown
Called if the user presses the mouse button or touches the touchscreen on the canvas
optionalinheritedMouseMove
Called if the user moves the mouse cursor or the touch on the touchscreen over the canvas
optionalinheritedMouseUp
Called if the user releases the mouse button or the touchscreen on the canvas
optionalinheritedMouseWheel
Called if the user moves the mouse wheel on the canvas
inheritedRun
Called each frame
Screenshot
Type declaration
Returns void
optionalSyncRoomProperties
Type declaration
Parameters
Returns void
Called if the user clicks on the canvas
The event that triggered this