C# Class DisplayPlayerStats

Inheritance: MonoBehaviour
Afficher le fichier Open project: marouen-lamiri/Second-Soul Class Usage Examples

Méthodes publiques

Свойство Type Description
isStatsDisplayed bool
labelStyle GUIStyle
myFont Font
style GUIStyle

Méthodes publiques

Méthode Description
boolChange ( ) : void

Private Methods

Méthode Description
FixedUpdate ( ) : void
OnGUI ( ) : void
Start ( ) : void

Method Details

boolChange() public méthode

public boolChange ( ) : void
Résultat void

Property Details

isStatsDisplayed public_oe property

public bool isStatsDisplayed
Résultat bool

labelStyle public_oe property

public GUIStyle labelStyle
Résultat GUIStyle

myFont public_oe property

public Font myFont
Résultat Font

style public_oe property

public GUIStyle style
Résultat GUIStyle