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
Glock
C# Class Glock, 285_02_FA15G2
Inheritance:
MonoBehaviour
Show file
Open project: selu285-2015/285_02_FA15G2
Class Usage Examples
Public Properties
Property
Type
Description
anim
Animator
attackSpeed
float
dmg
int
pSystem
ParticleSystem
range
float
recoilSpeed
float
shop
Collider
shopCanvas
Canvas
Public Methods
Method
Description
Shoot
( ) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
Shoot()
public
method
public
Shoot
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
anim
public property
public
Animator
anim
return
Animator
attackSpeed
public property
public
float
attackSpeed
return
float
dmg
public property
public
int
dmg
return
int
pSystem
public property
public
ParticleSystem
pSystem
return
ParticleSystem
range
public property
public
float
range
return
float
recoilSpeed
public property
public
float
recoilSpeed
return
float
shop
public property
public
Collider
shop
return
Collider
shopCanvas
public property
public
Canvas
shopCanvas
return
Canvas