Terraria.WorldSections.IterationState.Reset C# (CSharp) Method

Reset() public method

public Reset ( ) : void
return void
            public void Reset()
            {
                this.centerPos = new Vector2(-3200f, -2400f);
                this.X = 0;
                this.Y = 0;
                this.leg = 0;
                this.xDir = 0;
                this.yDir = 0;
            }
        }
WorldSections.IterationState