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