C# Class Glock, 285_02_FA15G2

Inheritance: MonoBehaviour
Afficher le fichier Open project: selu285-2015/285_02_FA15G2 Class Usage Examples

Méthodes publiques

Свойство Type Description
anim Animator
attackSpeed float
dmg int
pSystem ParticleSystem
range float
recoilSpeed float
shop Collider
shopCanvas Canvas

Méthodes publiques

Méthode Description
Shoot ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Shoot() public méthode

public Shoot ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

anim public_oe property

public Animator anim
Résultat Animator

attackSpeed public_oe property

public float attackSpeed
Résultat float

dmg public_oe property

public int dmg
Résultat int

pSystem public_oe property

public ParticleSystem pSystem
Résultat ParticleSystem

range public_oe property

public float range
Résultat float

recoilSpeed public_oe property

public float recoilSpeed
Résultat float

shop public_oe property

public Collider shop
Résultat Collider

shopCanvas public_oe property

public Canvas shopCanvas
Résultat Canvas