C# Class scratch_gas_pocket, Lurk2015

Inheritance: MonoBehaviour
Afficher le fichier Open project: gmuGADIG/Lurk2015

Méthodes publiques

Свойство Type Description
active bool
bomb_radius float
bomb_recharge float
one_blast bool

Méthodes publiques

Méthode Description
OnTriggerEnter2D ( Collider2D other ) : void
Start ( ) : void
Update ( ) : void
ignite ( ) : void

Method Details

OnTriggerEnter2D() public méthode

public OnTriggerEnter2D ( Collider2D other ) : void
other UnityEngine.Collider2D
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

ignite() public méthode

public ignite ( ) : void
Résultat void

Property Details

active public_oe property

public bool active
Résultat bool

bomb_radius public_oe property

public float bomb_radius
Résultat float

bomb_recharge public_oe property

public float bomb_recharge
Résultat float

one_blast public_oe property

public bool one_blast
Résultat bool