C# Class ScreenSpaceDebug.Message, WaitingForHorus

Afficher le fichier Open project: merveilles/WaitingForHorus

Méthodes publiques

Свойство Type Description
DrawOnce bool
Drawn bool

Méthodes publiques

Méthode Description
Message ( Vector3 position, string text, float lifetime, Color color, Vector2 size, Vector2 offset, GUIStyle style = null ) : System.Collections.Generic
OnGUI ( ) : void
Update ( ) : void

Method Details

Message() public méthode

public Message ( Vector3 position, string text, float lifetime, Color color, Vector2 size, Vector2 offset, GUIStyle style = null ) : System.Collections.Generic
position Vector3
text string
lifetime float
color Color
size Vector2
offset Vector2
style GUIStyle
Résultat System.Collections.Generic

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

DrawOnce public_oe property

public bool DrawOnce
Résultat bool

Drawn public_oe property

public bool Drawn
Résultat bool