C# Class scratch_gas_pocket, Lurk2015

Inheritance: MonoBehaviour
Exibir arquivo Open project: gmuGADIG/Lurk2015

Public Properties

Property Type Description
active bool
bomb_radius float
bomb_recharge float
one_blast bool

Public Methods

Method Description
OnTriggerEnter2D ( Collider2D other ) : void
Start ( ) : void
Update ( ) : void
ignite ( ) : void

Method Details

OnTriggerEnter2D() public method

public OnTriggerEnter2D ( Collider2D other ) : void
other UnityEngine.Collider2D
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

ignite() public method

public ignite ( ) : void
return void

Property Details

active public_oe property

public bool active
return bool

bomb_radius public_oe property

public float bomb_radius
return float

bomb_recharge public_oe property

public float bomb_recharge
return float

one_blast public_oe property

public bool one_blast
return bool