C# Class PlayerHUD, VoxelEngine

Inheritance: MonoBehaviour
ファイルを表示 Open project: RodGame/VoxelEngine Class Usage Examples

Public Properties

Property Type Description
WhiteTexture Texture
displayInfoBool bool

Public Methods

Method Description
GetKeyboardInput ( ) : void
OnGUI ( ) : void
Update ( ) : void

Private Methods

Method Description
DisplayInfoHUD ( ) : void
DisplayStaticGUI ( ) : void
DisplayTransparentBackground ( float _posX, float _posY, float _sizeX, float _sizeY, float _opacity ) : void

Method Details

GetKeyboardInput() public method

public GetKeyboardInput ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

WhiteTexture public_oe property

public Texture WhiteTexture
return Texture

displayInfoBool public_oe property

public bool displayInfoBool
return bool