Property | Type | Description | |
---|---|---|---|
callSongList | bool | ||
decalChatWindow | Vector2 | ||
maxLineCount | int | ||
posButtonHideChat | Rect | ||
posTextArea | Rect | ||
posTextField | Rect | ||
skin | |||
speedDecalChatWindow | float | ||
speedclignNewMessage | float |
Method | Description | |
---|---|---|
OnGUI ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
activeChat ( bool activate ) : void | ||
cleanText ( ) : void | ||
forcePopinChat ( ) : void | ||
forcePopoutChat ( ) : void | ||
getDialog ( ) : string | ||
isActive ( ) : bool | ||
popinChat ( ) : void | ||
popoutChat ( ) : void | ||
sendDirectMessage ( string name, string text ) : void | ||
setLockButton ( bool lockbut ) : void |
Method | Description | |
---|---|---|
addLine ( string name, string text ) : void |
public sendDirectMessage ( string name, string text ) : void | ||
name | string | |
text | string | |
return | void |