Property | Type | Description | |
---|---|---|---|
height | int | ||
in_use | bool | ||
left | AtlasNode | ||
padding | int | ||
right | AtlasNode | ||
tex | Image | ||
width | int | ||
x | int | ||
y | int |
Method | Description | |
---|---|---|
AtlasNode ( int x, int y, int width, int height, int padding ) : System | ||
Insert ( Image surface ) : AtlasNode | ||
ToString ( ) : string | ||
WriteImages ( Image targetImage ) : void | ||
WriteLayout ( |
public AtlasNode ( int x, int y, int width, int height, int padding ) : System | ||
x | int | |
y | int | |
width | int | |
height | int | |
padding | int | |
return | System |
public WriteImages ( Image targetImage ) : void | ||
targetImage | Image | |
return | void |
public WriteLayout ( |
||
bw | ||
return | void |