C# Class FeedbackGUI, Gold-Rush

Inheritance: MonoBehaviour
Afficher le fichier Open project: eric-kansas/Gold-Rush Class Usage Examples

Méthodes publiques

Свойство Type Description
screenPos Rect

Méthodes publiques

Méthode Description
OnApplicationQuit ( ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
setText ( string str ) : void

Method Details

OnApplicationQuit() public méthode

public OnApplicationQuit ( ) : void
Résultat void

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

setText() public static méthode

public static setText ( string str ) : void
str string
Résultat void

Property Details

screenPos public_oe property

public Rect screenPos
Résultat Rect