C# 클래스 WeaponIndicatorScript, WaitingForHorus

상속: MonoBehaviour
파일 보기 프로젝트 열기: merveilles/WaitingForHorus 1 사용 예제들

공개 메소드들

메소드 설명
Awake ( ) : void
OnGUI ( ) : void
OnPostRender ( ) : IEnumerator
Start ( ) : void

비공개 메소드들

메소드 설명
DrawMeter ( int filledSegments, int emptySegments, Vector2 origin, float segmentWidth, float gapWidth, float filledSegmentHeight, float emptySegmentHeight ) : void
Rect ( Vector2 origin, Vector2 end ) : void
Render ( Color color, float opacity, Vector2 size ) : void
RenderAmmo ( Color color, float opacity, Vector2 origin ) : void
RenderHealth ( Color color, float opacity, Vector2 origin ) : void
RenderMeters ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

OnPostRender() 공개 메소드

public OnPostRender ( ) : IEnumerator
리턴 IEnumerator

Start() 공개 메소드

public Start ( ) : void
리턴 void