C# Class Cannonball, AntsVsMice

This class manages what happens to the bomb depending on what it hits and which way it is going
Inheritance: MonoBehaviour
Afficher le fichier Open project: splashdamage/AntsVsMice Class Usage Examples

Méthodes publiques

Свойство Type Description
range float

Protected Properties

Свойство Type Description
didDamage bool

Méthodes publiques

Méthode Description
Awake ( ) : void
DoneExploding ( tk2dAnimatedSprite, anim, int idx ) : void
Explode ( ) : void
FindTargets ( ) : List
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

DoneExploding() public méthode

public DoneExploding ( tk2dAnimatedSprite, anim, int idx ) : void
anim tk2dAnimatedSprite,
idx int
Résultat void

Explode() public méthode

public Explode ( ) : void
Résultat void

FindTargets() public méthode

public FindTargets ( ) : List
Résultat List

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

didDamage protected_oe property

protected bool didDamage
Résultat bool

range public_oe property

public float range
Résultat float