C# Класс SmashBros.Models.CharacterStats

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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

Описание свойств

a публичное свойство

The corresponding moves when the player presses A whilest holding the stick in some direction, and etc.
public MoveStats a
Результат MoveStats

acceleration публичное свойство

Acceleration! WTF do you think it means.
public int acceleration
Результат int

ani_noneStart публичное свойство

public int ani_noneStart
Результат int

animations публичное свойство

Source to the picture that contains all frames regarding this character.
public string animations
Результат string

gravity публичное свойство

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
Результат int

image публичное свойство

Image of the whole character
public string image
Результат string

jumpStartVelocity публичное свойство

The hight of the characters jump.
public int jumpStartVelocity
Результат int

maxSpeed публичное свойство

The maximum magnitude of speed in x-direction this character can have.
public int maxSpeed
Результат int

moveAnimations публичное свойство

Assetname of the image that displays all the ranged moves bullets and their animations.
public string moveAnimations
Результат string

name публичное свойство

Charactername.
public string name
Результат string

size публичное свойство

The size of the characters boundbox.
public Vector2 size
Результат Vector2

sound_selected публичное свойство

sounds to be played when (name)
public string sound_selected
Результат string

thumbnail публичное свойство

thumbnail of character.
public string thumbnail
Результат string

weight публичное свойство

The weight of the character. Determines, along with players damagePoints, how far the character is pushed by some force.
public int weight
Результат int