Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
PotionsDisplayer
C# Class PotionsDisplayer, Hero.Coli
Inheritance:
MonoBehaviour
Mostrar archivo
Open project: CyberCRI/Hero.Coli
Class Usage Examples
Public Properties
Property
Type
Description
_potionPrefab
GameObject
Public Methods
Method
Description
addPotion
(
int
potionID
) :
void
removePotion
(
int
potionID
) :
void
Private Methods
Method
Description
Start
( ) :
void
Method Details
addPotion()
public
method
public
addPotion
(
int
potionID
) :
void
potionID
int
return
void
removePotion()
public
method
public
removePotion
(
int
potionID
) :
void
potionID
int
return
void
Property Details
_potionPrefab
public_oe property
public
GameObject
_potionPrefab
return
GameObject