C# Class TalkBalloon, HomeAlone

Inheritance: MonoBehaviour
Afficher le fichier Open project: SNUGDC/HomeAlone

Méthodes publiques

Свойство Type Description
DialogText Text
EnableTalkList List
IsAlreadyShow bool[]
NameTalk string
PanelText Text
SaveTalkNumber int
TalkPanel GameObject
Text string[]
howFriendly int[]

Méthodes publiques

Méthode Description
Awake ( ) : void
NumberOfTalk ( ) : int
SendTextToPanel ( ) : void
Update ( ) : void
alreadyShow ( int talkNumber ) : bool
load ( ) : void
save ( ) : void

Private Methods

Méthode Description
splitText ( string text ) : string[]

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

NumberOfTalk() public méthode

public NumberOfTalk ( ) : int
Résultat int

SendTextToPanel() public méthode

public SendTextToPanel ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

alreadyShow() public méthode

public alreadyShow ( int talkNumber ) : bool
talkNumber int
Résultat bool

load() public méthode

public load ( ) : void
Résultat void

save() public méthode

public save ( ) : void
Résultat void

Property Details

DialogText public_oe property

public Text DialogText
Résultat Text

EnableTalkList public_oe property

public List EnableTalkList
Résultat List

IsAlreadyShow public_oe property

public bool[] IsAlreadyShow
Résultat bool[]

NameTalk public_oe property

public string NameTalk
Résultat string

PanelText public_oe property

public Text PanelText
Résultat Text

SaveTalkNumber public_oe property

public int SaveTalkNumber
Résultat int

TalkPanel public_oe property

public GameObject TalkPanel
Résultat GameObject

Text public_oe property

public string[] Text
Résultat string[]

howFriendly public_oe property

public int[] howFriendly
Résultat int[]