C# Class PowerBar, verthex

Inheritance: MonoBehaviour
Afficher le fichier Open project: austinblakeslee/verthex Class Usage Examples

Méthodes publiques

Свойство Type Description
emptyTexture UnityEngine.Texture2D
fillTexture UnityEngine.Texture2D

Méthodes publiques

Méthode Description
Complete ( ) : bool
GetFillAmount ( ) : float
GetTargetSectionNumber ( ) : int
Hide ( ) : void
OnGUI ( ) : void
Reset ( ) : void
Show ( ) : void
Update ( ) : void
setRange ( int weaponRange ) : void

Private Methods

Méthode Description
DecreaseFill ( ) : void
IncreaseFill ( ) : void
SpaceBarPressed ( ) : void

Method Details

Complete() public méthode

public Complete ( ) : bool
Résultat bool

GetFillAmount() public méthode

public GetFillAmount ( ) : float
Résultat float

GetTargetSectionNumber() public méthode

public GetTargetSectionNumber ( ) : int
Résultat int

Hide() public méthode

public Hide ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

setRange() public méthode

public setRange ( int weaponRange ) : void
weaponRange int
Résultat void

Property Details

emptyTexture public_oe property

public Texture2D,UnityEngine emptyTexture
Résultat UnityEngine.Texture2D

fillTexture public_oe property

public Texture2D,UnityEngine fillTexture
Résultat UnityEngine.Texture2D