C# Class BouclierFeu, gamejam14

Inheritance: MonoBehaviour
Mostrar archivo Open project: TeamLativa/gamejam14

Public Properties

Property Type Description
Damage float

Public Methods

Method Description
OnTriggerEnter2D ( Collider2D coll ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter2D() public method

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

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Damage public_oe property

public float Damage
return float