C# Class SmashBros.Models.PowerUp

Afficher le fichier Open project: Grutn/TDT4240-X2 Class Usage Examples

Méthodes publiques

Свойство Type Description
acceleration int
duration int
imageFrame int
jumpStartVelocity int
maxSpeed int
weight int

Property Details

acceleration public_oe property

Acceleration! WTF do you think it means.
public int acceleration
Résultat int

duration public_oe property

The duration of the powerup. Countdown starts when some player is equipped with the powerup.
public int duration
Résultat int

imageFrame public_oe property

Which frame on the powerupsheet
public int imageFrame
Résultat int

jumpStartVelocity public_oe property

The hight of the characters jump.
public int jumpStartVelocity
Résultat int

maxSpeed public_oe property

The maximum magnitude of speed in x-direction this character can have.
public int maxSpeed
Résultat int

weight public_oe property

The weight of the character. Determines, along with players damagePoints, how far the character is pushed by some force.
public int weight
Résultat int