UltimateChatBox

The UltimateChatBox class is the main component of this Asset.

Important Note: Each of the provided public method examples require a public UltimateChatBox variabled named: chatBox.

Since the UltimateChatBox class is within the TankAndHealerStudioAssets namespace, you will need to add the using statement at the top of your scripts where you want to reference the chat box.

using TankAndHealerStudioAssets;

Properties

Last updated