C# Class Fusion.Build.Processors.TextureAtlasProcessor.AtlasNode

Afficher le fichier Open project: demiurghg/FusionEngine

Méthodes publiques

Свойство Type Description
height int
in_use bool
left AtlasNode
padding int
right AtlasNode
tex Image
width int
x int
y int

Méthodes publiques

Méthode Description
AtlasNode ( int x, int y, int width, int height, int padding ) : System
Insert ( Image surface ) : AtlasNode
ToString ( ) : string
WriteImages ( Image targetImage ) : void
WriteLayout ( BinaryWriter bw ) : void

Method Details

AtlasNode() public méthode

public AtlasNode ( int x, int y, int width, int height, int padding ) : System
x int
y int
width int
height int
padding int
Résultat System

Insert() public méthode

public Insert ( Image surface ) : AtlasNode
surface Image
Résultat AtlasNode

ToString() public méthode

public ToString ( ) : string
Résultat string

WriteImages() public méthode

public WriteImages ( Image targetImage ) : void
targetImage Image
Résultat void

WriteLayout() public méthode

public WriteLayout ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
Résultat void

Property Details

height public_oe property

public int height
Résultat int

in_use public_oe property

public bool in_use
Résultat bool

left public_oe property

public AtlasNode left
Résultat AtlasNode

padding public_oe property

public int padding
Résultat int

right public_oe property

public AtlasNode right
Résultat AtlasNode

tex public_oe property

public Image tex
Résultat Image

width public_oe property

public int width
Résultat int

x public_oe property

public int x
Résultat int

y public_oe property

public int y
Résultat int