Terraria.GameContent.Generation.TrackGenerator.TrackHistory.TrackHistory C# (CSharp) Méthode

TrackHistory() public méthode

public TrackHistory ( short x, short y, byte yDirection ) : Microsoft.Xna.Framework
x short
y short
yDirection byte
Résultat Microsoft.Xna.Framework
            public TrackHistory(short x, short y, byte yDirection)
            {
                X = x;
                Y = y;
                YDirection = yDirection;
            }
        }

Same methods

TrackGenerator.TrackHistory::TrackHistory ( int x, int y, int yDirection ) : Microsoft.Xna.Framework
TrackGenerator.TrackHistory