Свойство | Тип | Описание | |
---|---|---|---|
atlasPadding | int | ||
defaultAnimationsPath | string | ||
defaultAtlasResourcesPath | string | ||
defaultPath | string | ||
defaultResourcesPath | string | ||
defaultShader | string | ||
defaultSpriteSheetPath | string | ||
isCurrentlyRefreshingSourceImages | bool |
Метод | Описание | |
---|---|---|
createSpriteSheet ( string name, string sourceFolder, bool generateSdTexture, int cameraOrthoSize, int targetScreenHeight ) : SKSpriteSheet, | ||
getAllSpriteAnimations ( ) : List |
||
getAllSpriteSheets ( ) : List |
||
makePathRelativeToProject ( string path ) : string | ||
rebuildAtlas ( |
||
refreshSourceImages ( this sheet ) : void | ||
saveAtlasPng ( string path, string name, |
||
textureInfoForSourceImage ( this sheet, string sourceImageName ) : SKTextureInfo, |
Метод | Описание | |
---|---|---|
resizeTexture ( string pathToImage, int width, int height, string outputFilename ) : |
public static createSpriteSheet ( string name, string sourceFolder, bool generateSdTexture, int cameraOrthoSize, int targetScreenHeight ) : SKSpriteSheet, | ||
name | string | |
sourceFolder | string | |
generateSdTexture | bool | |
cameraOrthoSize | int | |
targetScreenHeight | int | |
Результат | SKSpriteSheet, |
public static getAllSpriteAnimations ( ) : List |
||
Результат | List |
public static getAllSpriteSheets ( ) : List |
||
Результат | List |
public static makePathRelativeToProject ( string path ) : string | ||
path | string | |
Результат | string |
public static rebuildAtlas ( |
||
textures | ||
filename | string | |
generateSdAtlas | bool | |
Результат | Rect[] |
public static refreshSourceImages ( this sheet ) : void | ||
sheet | this | |
Результат | void |
public static saveAtlasPng ( string path, string name, |
||
path | string | |
name | string | |
tex | ||
Результат | void |
public static textureInfoForSourceImage ( this sheet, string sourceImageName ) : SKTextureInfo, | ||
sheet | this | |
sourceImageName | string | |
Результат | SKTextureInfo, |
public static string defaultAnimationsPath | ||
Результат | string |
public static string defaultAtlasResourcesPath | ||
Результат | string |
public static string defaultResourcesPath | ||
Результат | string |
public static string defaultSpriteSheetPath | ||
Результат | string |