C# Class PlayerGUI, Cubes-in-Space

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public Texture2D crosshair
return Texture2D

crosshairSections public_oe property

public List crosshairSections
return List

crosshairSize public_oe property

public int crosshairSize
return int

gHeaderBannerStyle public_oe property

public GUIStyle gHeaderBannerStyle
return GUIStyle

gPlayerBannerStyle public_oe property

public GUIStyle gPlayerBannerStyle
return GUIStyle

gScoreboardBannerStyle public_oe property

public GUIStyle gScoreboardBannerStyle
return GUIStyle

gTeamBannerStyle public_oe property

public GUIStyle gTeamBannerStyle
return GUIStyle

t_blackBackground public_oe property

public Texture2D t_blackBackground
return Texture2D

t_blueBackground public_oe property

public Texture2D t_blueBackground
return Texture2D

t_darkGrayBackground public_oe property

public Texture2D t_darkGrayBackground
return Texture2D

t_greenBackground public_oe property

public Texture2D t_greenBackground
return Texture2D

t_lightGrayBackground public_oe property

public Texture2D t_lightGrayBackground
return Texture2D

t_orangeBackground public_oe property

public Texture2D t_orangeBackground
return Texture2D

t_pinkBackground public_oe property

public Texture2D t_pinkBackground
return Texture2D

t_purpleBackground public_oe property

public Texture2D t_purpleBackground
return Texture2D

t_redBackground public_oe property

public Texture2D t_redBackground
return Texture2D

t_tealBackground public_oe property

public Texture2D t_tealBackground
return Texture2D

t_yellowBackground public_oe property

public Texture2D t_yellowBackground
return Texture2D