C# Class ChangeText, kaijurising

Inheritance: MonoBehaviour
Afficher le fichier Open project: Moehammered/kaijurising Class Usage Examples

Protected Properties

Свойство Type Description
reader StreamReader
text string
theSourceFile FileInfo

Méthodes protégées

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

Start() protected méthode

protected Start ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

Property Details

reader protected_oe property

protected StreamReader reader
Résultat StreamReader

text protected_oe property

protected string text
Résultat string

theSourceFile protected_oe property

protected FileInfo theSourceFile
Résultat FileInfo