C# Class BrashMonkeyContentPipelineExtension.SpritePacker.ArrangedSprite

Internal helper class keeps track of a sprite while it is being arranged.
Show file Open project: NowSayPillow/xnaBrashSpriter

Public Properties

Property Type Description
Height int
Index int
Width int
X int
Y int

Property Details

Height public property

public int Height
return int

Index public property

public int Index
return int

Width public property

public int Width
return int

X public property

public int X
return int

Y public property

public int Y
return int