Свойство | Тип | Описание | |
---|---|---|---|
X | short | ||
Y | short | ||
YDirection | byte |
Метод | Описание | |
---|---|---|
TrackHistory ( int x, int y, int yDirection ) : Microsoft.Xna.Framework | ||
TrackHistory ( short x, short y, byte yDirection ) : Microsoft.Xna.Framework |
public TrackHistory ( int x, int y, int yDirection ) : Microsoft.Xna.Framework | ||
x | int | |
y | int | |
yDirection | int | |
Результат | Microsoft.Xna.Framework |
public TrackHistory ( short x, short y, byte yDirection ) : Microsoft.Xna.Framework | ||
x | short | |
y | short | |
yDirection | byte | |
Результат | Microsoft.Xna.Framework |