C# Class BrashMonkeyContentPipelineExtension.SpritePacker.ArrangedSprite

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

Public Properties

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

Property Details

Height public_oe property

public int Height
return int

Index public_oe property

public int Index
return int

Width public_oe property

public int Width
return int

X public_oe property

public int X
return int

Y public_oe property

public int Y
return int