Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
MobCommon
C# Class MobCommon, UnityDemo
Inheritance:
NetworkBehaviour
Afficher le fichier
Open project: rouchen/UnityDemo
Class Usage Examples
Méthodes publiques
Méthode
Description
AddHp
(
int
value
) :
void
GetHp
( ) :
int
GetTeam
( ) :
int
SetHp
(
int
value
) :
void
SetTeam
(
int
tid
) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
AddHp()
public
méthode
public
AddHp
(
int
value
) :
void
value
int
Résultat
void
GetHp()
public
méthode
public
GetHp
( ) :
int
Résultat
int
GetTeam()
public
méthode
public
GetTeam
( ) :
int
Résultat
int
SetHp()
public
méthode
public
SetHp
(
int
value
) :
void
value
int
Résultat
void
SetTeam()
public
méthode
public
SetTeam
(
int
tid
) :
void
tid
int
Résultat
void
Start()
public
méthode
public
Start
( ) :
void
Résultat
void
Update()
public
méthode
public
Update
( ) :
void
Résultat
void