Class: ChatLog

ChatLog()

Chat log with TextArea and TextAreaInput, attached by to HUD. By default alligned to left side of the screen.

Constructor

new ChatLog()

Source:

Classes

ChatLog

Methods

dispose()

Clean up
Source:

handleResize()

Handle window resize, recalculates the current anchor and positions appropriatelly.
Source:

isSelectableMesh()

XR pointer selection support
Source:

leftSide()

Move to left side of the screen
Source:

log(who, what)

Log something written by someone.
Parameters:
Name Type Description
who who wrote that
what what they wrote
Source:

moveToAnchor()

Move either left or right, whatever is the current anchor
Source:

rightSide()

Move to right side of the screen
Source:

show()

Show both TextArea and TextAreaInput, and attach to HUD.
Source: