Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Health
C# Class Health, CodeSpells
Inheritance:
MonoBehaviour
Exibir arquivo
Open project: srfoster/CodeSpells
Class Usage Examples
Public Properties
Property
Type
Description
myHealth
double
Public Methods
Method
Description
decreaseHealth
(
double
dec
) :
void
increaseHealth
(
double
inc
) :
void
Private Methods
Method
Description
getHealth
( ) :
double
Method Details
decreaseHealth()
public
method
public
decreaseHealth
(
double
dec
) :
void
dec
double
return
void
increaseHealth()
public
method
public
increaseHealth
(
double
inc
) :
void
inc
double
return
void
Property Details
myHealth
public_oe property
public
double
myHealth
return
double