Terraria.Lighting.LightingSwipeData.LightingSwipeData C# (CSharp) Method

LightingSwipeData() public method

public LightingSwipeData ( ) : Microsoft.Xna.Framework
return Microsoft.Xna.Framework
            public LightingSwipeData()
            {
                this.innerLoop1Start = 0;
                this.outerLoopStart = 0;
                this.innerLoop1End = 0;
                this.outerLoopEnd = 0;
                this.innerLoop2Start = 0;
                this.innerLoop2End = 0;
                this.function = (Action<Lighting.LightingSwipeData>)null;
                this.rand = new Random();
            }
Lighting.LightingSwipeData