C# Class Terraria.Lighting.LightingSwipeData

Show file Open project: EmuDevs/EDTerraria Class Usage Examples

Public Properties

Property Type Description
function Action
innerLoop1End int
innerLoop1Start int
innerLoop2End int
innerLoop2Start int
jaggedArray Terraria.Lighting.LightingState[][]
outerLoopEnd int
outerLoopStart int
rand System.Random

Public Methods

Method Description
CopyFrom ( Lighting from ) : void
LightingSwipeData ( ) : Microsoft.Xna.Framework

Method Details

CopyFrom() public method

public CopyFrom ( Lighting from ) : void
from Lighting
return void

LightingSwipeData() public method

public LightingSwipeData ( ) : Microsoft.Xna.Framework
return Microsoft.Xna.Framework

Property Details

function public property

public Action function
return Action

innerLoop1End public property

public int innerLoop1End
return int

innerLoop1Start public property

public int innerLoop1Start
return int

innerLoop2End public property

public int innerLoop2End
return int

innerLoop2Start public property

public int innerLoop2Start
return int

jaggedArray public property

public Lighting.LightingState[][],Terraria jaggedArray
return Terraria.Lighting.LightingState[][]

outerLoopEnd public property

public int outerLoopEnd
return int

outerLoopStart public property

public int outerLoopStart
return int

rand public property

public Random,System rand
return System.Random