C# Class HoeCollision, WorldsofREM

Inheritance: MonoBehaviour
Afficher le fichier Open project: jmkmoore/WorldsofREM

Méthodes publiques

Свойство Type Description
collisionTimer float
damage int

Méthodes publiques

Méthode Description
Awake ( ) : void
OnTriggerEnter2D ( Collider2D other ) : void
Start ( ) : void
Update ( ) : void
updateAttackDamage ( int newDamage ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

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

updateAttackDamage() public méthode

public updateAttackDamage ( int newDamage ) : void
newDamage int
Résultat void

Property Details

collisionTimer public_oe property

public float collisionTimer
Résultat float

damage public_oe property

public int damage
Résultat int