C# Class HealthFlask, UnderworldExporter

Inheritance: GuiBase_Draggable
Mostra file Open project: hankmorgan/UnderworldExporter

Public Properties

Property Type Description
FlaskLevel float
Level float
LevelImages UnityEngine.UI.RawImage[]
MaxLevel float
isHealthDisplay bool

Public Methods

Method Description
OnClick ( ) : void
Update ( ) : void
UpdatePoisonDisplay ( ) : void

Method Details

OnClick() public method

public OnClick ( ) : void
return void

Update() public method

public Update ( ) : void
return void

UpdatePoisonDisplay() public method

public UpdatePoisonDisplay ( ) : void
return void

Property Details

FlaskLevel public_oe property

public float FlaskLevel
return float

Level public_oe property

public float Level
return float

LevelImages public_oe property

public RawImage[],UnityEngine.UI LevelImages
return UnityEngine.UI.RawImage[]

MaxLevel public_oe property

public float MaxLevel
return float

isHealthDisplay public_oe property

public bool isHealthDisplay
return bool