C# Class PlayerHUD, VoxelEngine

Inheritance: MonoBehaviour
Afficher le fichier Open project: RodGame/VoxelEngine Class Usage Examples

Méthodes publiques

Свойство Type Description
WhiteTexture Texture
displayInfoBool bool

Méthodes publiques

Méthode Description
GetKeyboardInput ( ) : void
OnGUI ( ) : void
Update ( ) : void

Private Methods

Méthode Description
DisplayInfoHUD ( ) : void
DisplayStaticGUI ( ) : void
DisplayTransparentBackground ( float _posX, float _posY, float _sizeX, float _sizeY, float _opacity ) : void

Method Details

GetKeyboardInput() public méthode

public GetKeyboardInput ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

WhiteTexture public_oe property

public Texture WhiteTexture
Résultat Texture

displayInfoBool public_oe property

public bool displayInfoBool
Résultat bool