C# Class WeaponIndicatorScript, WaitingForHorus

Inheritance: MonoBehaviour
Afficher le fichier Open project: merveilles/WaitingForHorus Class Usage Examples

Méthodes publiques

Méthode Description
Awake ( ) : void
OnGUI ( ) : void
OnPostRender ( ) : IEnumerator
Start ( ) : void

Private Methods

Méthode Description
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

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

OnPostRender() public méthode

public OnPostRender ( ) : IEnumerator
Résultat IEnumerator

Start() public méthode

public Start ( ) : void
Résultat void