Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
ShootingEnemy
C# Class ShootingEnemy, UrsaMajor
Inheritance:
BaseEnemy
显示文件
Open project: BJarv/UrsaMajor
Class Usage Examples
Public Properties
Property
Type
Description
spawnKey
bool
stopAndShootRange
float
Public Methods
Method
Description
Hurt
(
float
damage
) :
void
Protected Methods
Method
Description
Attack
( ) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
Attack()
protected
method
protected
Attack
( ) :
void
return
void
Hurt()
public
method
public
Hurt
(
float
damage
) :
void
damage
float
return
void
Start()
protected
method
protected
Start
( ) :
void
return
void
Update()
protected
method
protected
Update
( ) :
void
return
void
Property Details
spawnKey
public_oe property
public
bool
spawnKey
return
bool
stopAndShootRange
public_oe property
public
float
stopAndShootRange
return
float