C# Class CustomFontScript

Inheritance: MonoBehaviour
Afficher le fichier Open project: mezosaurus/eae-project

Méthodes publiques

Свойство Type Description
myFont Font
myMaterial Material

Méthodes publiques

Méthode Description
OnGUI ( ) : void
Start ( ) : void
Update ( ) : 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

Property Details

myFont public_oe property

public Font myFont
Résultat Font

myMaterial public_oe property

public Material myMaterial
Résultat Material