C# 클래스 PlayerGUI, Cubes-in-Space

상속: MonoBehaviour
파일 보기 프로젝트 열기: eric-kansas/Cubes-in-Space 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
updateColors ( bool activated, List Owners = null ) : void

메소드 상세

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

updateColors() 공개 메소드

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

프로퍼티 상세

crosshair 공개적으로 프로퍼티

public Texture2D crosshair
리턴 Texture2D

crosshairSections 공개적으로 프로퍼티

public List crosshairSections
리턴 List

crosshairSize 공개적으로 프로퍼티

public int crosshairSize
리턴 int

gHeaderBannerStyle 공개적으로 프로퍼티

public GUIStyle gHeaderBannerStyle
리턴 GUIStyle

gPlayerBannerStyle 공개적으로 프로퍼티

public GUIStyle gPlayerBannerStyle
리턴 GUIStyle

gScoreboardBannerStyle 공개적으로 프로퍼티

public GUIStyle gScoreboardBannerStyle
리턴 GUIStyle

gTeamBannerStyle 공개적으로 프로퍼티

public GUIStyle gTeamBannerStyle
리턴 GUIStyle

t_blackBackground 공개적으로 프로퍼티

public Texture2D t_blackBackground
리턴 Texture2D

t_blueBackground 공개적으로 프로퍼티

public Texture2D t_blueBackground
리턴 Texture2D

t_darkGrayBackground 공개적으로 프로퍼티

public Texture2D t_darkGrayBackground
리턴 Texture2D

t_greenBackground 공개적으로 프로퍼티

public Texture2D t_greenBackground
리턴 Texture2D

t_lightGrayBackground 공개적으로 프로퍼티

public Texture2D t_lightGrayBackground
리턴 Texture2D

t_orangeBackground 공개적으로 프로퍼티

public Texture2D t_orangeBackground
리턴 Texture2D

t_pinkBackground 공개적으로 프로퍼티

public Texture2D t_pinkBackground
리턴 Texture2D

t_purpleBackground 공개적으로 프로퍼티

public Texture2D t_purpleBackground
리턴 Texture2D

t_redBackground 공개적으로 프로퍼티

public Texture2D t_redBackground
리턴 Texture2D

t_tealBackground 공개적으로 프로퍼티

public Texture2D t_tealBackground
리턴 Texture2D

t_yellowBackground 공개적으로 프로퍼티

public Texture2D t_yellowBackground
리턴 Texture2D