C# Class DisplayPlayerStats

Inheritance: MonoBehaviour
Mostra file Open project: marouen-lamiri/Second-Soul Class Usage Examples

Public Properties

Property Type Description
isStatsDisplayed bool
labelStyle GUIStyle
myFont Font
style GUIStyle

Public Methods

Method Description
boolChange ( ) : void

Private Methods

Method Description
FixedUpdate ( ) : void
OnGUI ( ) : void
Start ( ) : void

Method Details

boolChange() public method

public boolChange ( ) : void
return void

Property Details

isStatsDisplayed public_oe property

public bool isStatsDisplayed
return bool

labelStyle public_oe property

public GUIStyle labelStyle
return GUIStyle

myFont public_oe property

public Font myFont
return Font

style public_oe property

public GUIStyle style
return GUIStyle