Property | Type | Description | |
---|---|---|---|
algorithm | Algorithm, | ||
allowRotate | bool | ||
atlas | exAtlas, | ||
atlasName | string | ||
bgColor | Color | ||
bitmapFonts | List |
||
buildColor | Color | ||
customPadding | int | ||
elementBgColor | Color | ||
elementSelectColor | Color | ||
elements | List |
||
foldCanvas | bool | ||
foldElement | bool | ||
foldLayout | bool | ||
height | int | ||
material | Material | ||
needLayout | bool | ||
needRebuild | bool | ||
needUpdateAnimClips | bool | ||
paddingMode | PaddingMode, | ||
readable | bool | ||
rebuildAnimClipGUIDs | List |
||
scale | float | ||
showCheckerboard | bool | ||
sortBy | SortBy | ||
sortOrder | SortOrder, | ||
texture | |||
trimElements | bool | ||
useBuildColor | bool | ||
useContourBleed | bool | ||
usePaddingBleed | bool | ||
width | int |
Method | Description | |
---|---|---|
AddElement ( |
||
AddSpriteAnimClipForRebuilding ( Element, _el ) : void | ||
BasicPack ( ) : void | ||
ClearAtlasTexture ( ) : void | ||
CompareByArea ( Element, _a, Element, _b ) : int | ||
CompareByHeight ( Element, _a, Element, _b ) : int | ||
CompareByHeightRotate ( Element, _a, Element, _b ) : int | ||
CompareByName ( Element, _a, Element, _b ) : int | ||
CompareByWidth ( Element, _a, Element, _b ) : int | ||
CompareByWidthRotate ( Element, _a, Element, _b ) : int | ||
Create ( string _path, string _name ) : exAtlasInfo, | ||
ImportObjects ( Object _objects ) : void | ||
LayoutElements ( ) : void | ||
RemoveBitmapFont ( exBitmapFont, _fontInfo ) : void | ||
RemoveElement ( Element, _el ) : void | ||
RemoveElementAt ( int _idx ) : void | ||
ResetElements ( ) : void | ||
SortElements ( ) : void | ||
TreePack ( ) : void | ||
UpdateElement ( |
Method | Description | |
---|---|---|
AddFontElement ( exBitmapFont, _srcFontInfo, exBitmapFont, _destFontInfo, exBitmapFont, _charInfo ) : Element, |
public AddElement ( |
||
_tex | ||
_trim | bool | |
return | Element, |
protected AddFontElement ( exBitmapFont, _srcFontInfo, exBitmapFont, _destFontInfo, exBitmapFont, _charInfo ) : Element, | ||
_srcFontInfo | exBitmapFont, | |
_destFontInfo | exBitmapFont, | |
_charInfo | exBitmapFont, | |
return | Element, |
public AddSpriteAnimClipForRebuilding ( Element, _el ) : void | ||
_el | Element, | |
return | void |
public static CompareByArea ( Element, _a, Element, _b ) : int | ||
_a | Element, | |
_b | Element, | |
return | int |
public static CompareByHeight ( Element, _a, Element, _b ) : int | ||
_a | Element, | |
_b | Element, | |
return | int |
public static CompareByHeightRotate ( Element, _a, Element, _b ) : int | ||
_a | Element, | |
_b | Element, | |
return | int |
public static CompareByName ( Element, _a, Element, _b ) : int | ||
_a | Element, | |
_b | Element, | |
return | int |
public static CompareByWidth ( Element, _a, Element, _b ) : int | ||
_a | Element, | |
_b | Element, | |
return | int |
public static CompareByWidthRotate ( Element, _a, Element, _b ) : int | ||
_a | Element, | |
_b | Element, | |
return | int |
public static Create ( string _path, string _name ) : exAtlasInfo, | ||
_path | string | |
_name | string | |
return | exAtlasInfo, |
public ImportObjects ( Object _objects ) : void | ||
_objects | Object | |
return | void |
public RemoveBitmapFont ( exBitmapFont, _fontInfo ) : void | ||
_fontInfo | exBitmapFont, | |
return | void |
public UpdateElement ( |
||
_tex | ||
_trim | bool | |
_noImport | bool | |
return | void |