C# Class PlantProjectileObject, GardensGrow

Inheritance: MonoBehaviour
Afficher le fichier Open project: GameDevStudioUCSD/GardensGrow

Méthodes publiques

Свойство Type Description
damage int
dir Globals.Direction
evil bool
shotRange int
shotSpeed float

Méthodes publiques

Méthode Description
Mover ( float shotSpeed, Globals.Direction dir ) : void
OnTriggerEnter2D ( Collider2D, other ) : void
Start ( ) : void
Update ( ) : void

Method Details

Mover() public méthode

public Mover ( float shotSpeed, Globals.Direction dir ) : void
shotSpeed float
dir Globals.Direction
Résultat void

OnTriggerEnter2D() public méthode

public OnTriggerEnter2D ( Collider2D, other ) : void
other Collider2D,
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

damage public_oe property

public int damage
Résultat int

dir public_oe property

public Globals.Direction dir
Résultat Globals.Direction

evil public_oe property

public bool evil
Résultat bool

shotRange public_oe property

public int shotRange
Résultat int

shotSpeed public_oe property

public float shotSpeed
Résultat float