C# Class ChatScript, Unity-ITGHD

Inheritance: MonoBehaviour
Afficher le fichier Open project: BenouKat/Unity-ITGHD Class Usage Examples

Méthodes publiques

Свойство Type Description
callSongList bool
decalChatWindow Vector2
maxLineCount int
posButtonHideChat Rect
posTextArea Rect
posTextField Rect
skin UnityEngine.GUISkin
speedDecalChatWindow float
speedclignNewMessage float

Méthodes publiques

Méthode 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

Méthode Description
addLine ( string name, string text ) : void

Method Details

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

activeChat() public méthode

public activeChat ( bool activate ) : void
activate bool
Résultat void

cleanText() public méthode

public cleanText ( ) : void
Résultat void

forcePopinChat() public méthode

public forcePopinChat ( ) : void
Résultat void

forcePopoutChat() public méthode

public forcePopoutChat ( ) : void
Résultat void

getDialog() public méthode

public getDialog ( ) : string
Résultat string

isActive() public méthode

public isActive ( ) : bool
Résultat bool

popinChat() public méthode

public popinChat ( ) : void
Résultat void

popoutChat() public méthode

public popoutChat ( ) : void
Résultat void

sendDirectMessage() public méthode

public sendDirectMessage ( string name, string text ) : void
name string
text string
Résultat void

setLockButton() public méthode

public setLockButton ( bool lockbut ) : void
lockbut bool
Résultat void

Property Details

callSongList public_oe property

public bool callSongList
Résultat bool

decalChatWindow public_oe property

public Vector2 decalChatWindow
Résultat Vector2

maxLineCount public_oe property

public int maxLineCount
Résultat int

posButtonHideChat public_oe property

public Rect posButtonHideChat
Résultat Rect

posTextArea public_oe property

public Rect posTextArea
Résultat Rect

posTextField public_oe property

public Rect posTextField
Résultat Rect

skin public_oe property

public GUISkin,UnityEngine skin
Résultat UnityEngine.GUISkin

speedDecalChatWindow public_oe property

public float speedDecalChatWindow
Résultat float

speedclignNewMessage public_oe property

public float speedclignNewMessage
Résultat float