C# Class SmashBros.Models.CharacterStats

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

Méthodes publiques

Свойство Type Description
a MoveStats
acceleration int
ani_noneStart int
animations string
gravity int
image string
jumpStartVelocity int
maxSpeed int
moveAnimations string
name string
size Vector2
sound_selected string
thumbnail string
weight int

Property Details

a public_oe property

The corresponding moves when the player presses A whilest holding the stick in some direction, and etc.
public MoveStats a
Résultat MoveStats

acceleration public_oe property

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

ani_noneStart public_oe property

public int ani_noneStart
Résultat int

animations public_oe property

Source to the picture that contains all frames regarding this character.
public string animations
Résultat string

gravity public_oe property

A force that affects the character at all time. It can be negative or positiv, and it is only to vary the speed of different characters fall.
public int gravity
Résultat int

image public_oe property

Image of the whole character
public string image
Résultat string

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

moveAnimations public_oe property

Assetname of the image that displays all the ranged moves bullets and their animations.
public string moveAnimations
Résultat string

name public_oe property

Charactername.
public string name
Résultat string

size public_oe property

The size of the characters boundbox.
public Vector2 size
Résultat Vector2

sound_selected public_oe property

sounds to be played when (name)
public string sound_selected
Résultat string

thumbnail public_oe property

thumbnail of character.
public string thumbnail
Résultat string

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