C# Class StaffCollision, WorldsofREM

Inheritance: MonoBehaviour
Datei anzeigen Open project: jmkmoore/WorldsofREM

Public Properties

Property Type Description
damage int

Public Methods

Method Description
Awake ( ) : void
OnTriggerEnter2D ( Collider2D other ) : void
Start ( ) : void
Update ( ) : void
updateAttackDamage ( int newDamage ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

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

updateAttackDamage() public method

public updateAttackDamage ( int newDamage ) : void
newDamage int
return void

Property Details

damage public_oe property

public int damage
return int