C# Class Terraria.Lighting.LightingSwipeData

Mostrar archivo 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_oe property

public Action function
return Action

innerLoop1End public_oe property

public int innerLoop1End
return int

innerLoop1Start public_oe property

public int innerLoop1Start
return int

innerLoop2End public_oe property

public int innerLoop2End
return int

innerLoop2Start public_oe property

public int innerLoop2Start
return int

jaggedArray public_oe property

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

outerLoopEnd public_oe property

public int outerLoopEnd
return int

outerLoopStart public_oe property

public int outerLoopStart
return int

rand public_oe property

public Random,System rand
return System.Random