C# Class SmashBros.Models.PowerUp

Exibir arquivo Open project: Grutn/TDT4240-X2 Class Usage Examples

Public Properties

Property 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
return int

duration public_oe property

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

imageFrame public_oe property

Which frame on the powerupsheet
public int imageFrame
return int

jumpStartVelocity public_oe property

The hight of the characters jump.
public int jumpStartVelocity
return int

maxSpeed public_oe property

The maximum magnitude of speed in x-direction this character can have.
public int maxSpeed
return 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
return int