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
BaseEnemy
C# Class BaseEnemy, Unity3D-Space-Shooter-Game
Inheritance:
MonoBehaviour
Mostrar archivo
Open project: emir01/Unity3D-Space-Shooter-Game
Class Usage Examples
Public Properties
Property
Type
Description
BaseDamage
float
BaseHealth
int
BaseSpeed
float
Public Methods
Method
Description
Start
( ) :
void
Update
( ) :
void
Method Details
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
BaseDamage
public_oe property
public
float
BaseDamage
return
float
BaseHealth
public_oe property
public
int
BaseHealth
return
int
BaseSpeed
public_oe property
public
float
BaseSpeed
return
float