Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
LandEnemyProjectile
C# Class LandEnemyProjectile, gamejam14
Inheritance:
MonoBehaviour
Datei anzeigen
Open project: TeamLativa/gamejam14
Public Properties
Property
Type
Description
CollisionParticule
GameObject
MoveSpeed
float
StunTime
float
TimeToLive
float
Public Methods
Method
Description
Collision
(
GameObject
coll
) :
void
FixedUpdate
( ) :
void
Update
( ) :
void
Method Details
Collision()
public
method
public
Collision
(
GameObject
coll
) :
void
coll
GameObject
return
void
FixedUpdate()
public
method
public
FixedUpdate
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
CollisionParticule
public_oe property
public
GameObject
CollisionParticule
return
GameObject
MoveSpeed
public_oe property
public
float
MoveSpeed
return
float
StunTime
public_oe property
public
float
StunTime
return
float
TimeToLive
public_oe property
public
float
TimeToLive
return
float