C# Class ChatScript, Unity-ITGHD

Inheritance: MonoBehaviour
Datei anzeigen Open project: BenouKat/Unity-ITGHD Class Usage Examples

Public Properties

Property Type Description
callSongList bool
decalChatWindow Vector2
maxLineCount int
posButtonHideChat Rect
posTextArea Rect
posTextField Rect
skin UnityEngine.GUISkin
speedDecalChatWindow float
speedclignNewMessage float

Public Methods

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

Private Methods

Method Description
addLine ( string name, string text ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

activeChat() public method

public activeChat ( bool activate ) : void
activate bool
return void

cleanText() public method

public cleanText ( ) : void
return void

forcePopinChat() public method

public forcePopinChat ( ) : void
return void

forcePopoutChat() public method

public forcePopoutChat ( ) : void
return void

getDialog() public method

public getDialog ( ) : string
return string

isActive() public method

public isActive ( ) : bool
return bool

popinChat() public method

public popinChat ( ) : void
return void

popoutChat() public method

public popoutChat ( ) : void
return void

sendDirectMessage() public method

public sendDirectMessage ( string name, string text ) : void
name string
text string
return void

setLockButton() public method

public setLockButton ( bool lockbut ) : void
lockbut bool
return void

Property Details

callSongList public_oe property

public bool callSongList
return bool

decalChatWindow public_oe property

public Vector2 decalChatWindow
return Vector2

maxLineCount public_oe property

public int maxLineCount
return int

posButtonHideChat public_oe property

public Rect posButtonHideChat
return Rect

posTextArea public_oe property

public Rect posTextArea
return Rect

posTextField public_oe property

public Rect posTextField
return Rect

skin public_oe property

public GUISkin,UnityEngine skin
return UnityEngine.GUISkin

speedDecalChatWindow public_oe property

public float speedDecalChatWindow
return float

speedclignNewMessage public_oe property

public float speedclignNewMessage
return float