Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
WebGame
Enemy
C# Class WebGame.Enemy
Inheritance:
Ship
ファイルを表示
Open project: AdmiralPotato/ggj2013
Class Usage Examples
Public Methods
Method
Description
Enemy
( ) :
System
Enemy
(
Vector3
position
) :
System
Update
(
System.TimeSpan
elapsed
) :
void
Method Details
Enemy()
public
method
public
Enemy
( ) :
System
return
System
Enemy()
public
method
public
Enemy
(
Vector3
position
) :
System
position
Vector3
return
System
Update()
public
method
public
Update
(
System.TimeSpan
elapsed
) :
void
elapsed
System.TimeSpan
return
void