Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Vtj
Contest
Shooter
Dino
C# Class Vtj.Contest.Shooter.Dino
Inheritance:
Vtj.Gaming.GameObject
Show file
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 property
public
bool
Dead
return
bool
Gone
public property
public
bool
Gone
return
bool
Life
protected property
protected
int
Life
return
int
Locked
public property
public
bool
Locked
return
bool
Motion
protected property
protected
IMotion
Motion
return
IMotion