Свойство | Тип | Описание | |
---|---|---|---|
height | int | ||
in_use | bool | ||
left | AtlasNode | ||
padding | int | ||
right | AtlasNode | ||
tex | Image | ||
width | int | ||
x | int | ||
y | int |
Метод | Описание | |
---|---|---|
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 | |
Результат | System |
public Insert ( Image surface ) : AtlasNode | ||
surface | Image | |
Результат | AtlasNode |
public WriteImages ( Image targetImage ) : void | ||
targetImage | Image | |
Результат | void |
public WriteLayout ( |
||
bw | ||
Результат | void |