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
Vtj
Contest
Shooter
Dino
C# Class Vtj.Contest.Shooter.Dino
Inheritance:
Vtj.Gaming.GameObject
ファイルを表示
Open project: Ventajou/Space-Dinosaurs
Public Properties
Property
Type
Description
Dead
bool
Gone
bool
Locked
bool
Protected Properties
Property
Type
Description
Life
int
Motion
IMotion
Public Methods
Method
Description
Dino
(
IMotion
motion
) :
System
Dispose
( ) :
void
Hit
(
int
strength
) :
void
Update
( ) :
void
Method Details
Dino()
public
method
public
Dino
(
IMotion
motion
) :
System
motion
IMotion
return
System
Dispose()
public
method
public
Dispose
( ) :
void
return
void
Hit()
public
method
public
Hit
(
int
strength
) :
void
strength
int
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
Dead
public_oe property
public
bool
Dead
return
bool
Gone
public_oe property
public
bool
Gone
return
bool
Life
protected_oe property
protected
int
Life
return
int
Locked
public_oe property
public
bool
Locked
return
bool
Motion
protected_oe property
protected
IMotion
Motion
return
IMotion