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
SpaceBattle
MineDamage
C# Class SpaceBattle.MineDamage
Inheritance:
DamageComponent
显示文件
Open project: luqui/space-shooter
Public Methods
Method
Description
Clone
( ) :
DamageComponent
Die
( ) :
void
Draw
( ) :
void
OnHit
(
Actor
other
) :
void
Start
( ) :
void
Method Details
Clone()
public
method
public
Clone
( ) :
DamageComponent
return
DamageComponent
Die()
public
method
public
Die
( ) :
void
return
void
Draw()
public
method
public
Draw
( ) :
void
return
void
OnHit()
public
method
public
OnHit
(
Actor
other
) :
void
other
Actor
return
void
Start()
public
method
public
Start
( ) :
void
return
void