C# Class PlayerGUI, Cubes-in-Space

Inheritance: MonoBehaviour
Show file Open project: eric-kansas/Cubes-in-Space Class Usage Examples

Public Properties

Property Type Description
crosshair Texture2D
crosshairSections List
crosshairSize int
gHeaderBannerStyle GUIStyle
gPlayerBannerStyle GUIStyle
gScoreboardBannerStyle GUIStyle
gTeamBannerStyle GUIStyle
t_blackBackground Texture2D
t_blueBackground Texture2D
t_darkGrayBackground Texture2D
t_greenBackground Texture2D
t_lightGrayBackground Texture2D
t_orangeBackground Texture2D
t_pinkBackground Texture2D
t_purpleBackground Texture2D
t_redBackground Texture2D
t_tealBackground Texture2D
t_yellowBackground Texture2D

Public Methods

Method Description
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
updateColors ( bool activated, List Owners = null ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

updateColors() public method

public updateColors ( bool activated, List Owners = null ) : void
activated bool
Owners List
return void

Property Details

crosshair public property

public Texture2D crosshair
return Texture2D

crosshairSections public property

public List crosshairSections
return List

crosshairSize public property

public int crosshairSize
return int

gHeaderBannerStyle public property

public GUIStyle gHeaderBannerStyle
return GUIStyle

gPlayerBannerStyle public property

public GUIStyle gPlayerBannerStyle
return GUIStyle

gScoreboardBannerStyle public property

public GUIStyle gScoreboardBannerStyle
return GUIStyle

gTeamBannerStyle public property

public GUIStyle gTeamBannerStyle
return GUIStyle

t_blackBackground public property

public Texture2D t_blackBackground
return Texture2D

t_blueBackground public property

public Texture2D t_blueBackground
return Texture2D

t_darkGrayBackground public property

public Texture2D t_darkGrayBackground
return Texture2D

t_greenBackground public property

public Texture2D t_greenBackground
return Texture2D

t_lightGrayBackground public property

public Texture2D t_lightGrayBackground
return Texture2D

t_orangeBackground public property

public Texture2D t_orangeBackground
return Texture2D

t_pinkBackground public property

public Texture2D t_pinkBackground
return Texture2D

t_purpleBackground public property

public Texture2D t_purpleBackground
return Texture2D

t_redBackground public property

public Texture2D t_redBackground
return Texture2D

t_tealBackground public property

public Texture2D t_tealBackground
return Texture2D

t_yellowBackground public property

public Texture2D t_yellowBackground
return Texture2D