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
Component
C# Class SpaceBattle.Component
显示文件
Open project: luqui/space-shooter
Protected Properties
Property
Type
Description
self
Enemy
Public Methods
Method
Description
Draw
( ) :
void
Finish
( ) :
void
Reassign
(
Enemy
newself
) :
void
Start
( ) :
void
Method Details
Draw()
public
abstract
method
public
abstract
Draw
( ) :
void
return
void
Finish()
public
method
public
Finish
( ) :
void
return
void
Reassign()
public
method
public
Reassign
(
Enemy
newself
) :
void
newself
Enemy
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Property Details
self
protected_oe property
protected
Enemy
self
return
Enemy