Property | Type | Description | |
---|---|---|---|
atlasPadding | int | ||
defaultAnimationsPath | string | ||
defaultAtlasResourcesPath | string | ||
defaultPath | string | ||
defaultResourcesPath | string | ||
defaultShader | string | ||
defaultSpriteSheetPath | string | ||
isCurrentlyRefreshingSourceImages | bool |
Method | Description | |
---|---|---|
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, |
Method | Description | |
---|---|---|
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 | |
return | SKSpriteSheet, |
public static getAllSpriteAnimations ( ) : List |
||
return | List |
public static makePathRelativeToProject ( string path ) : string | ||
path | string | |
return | string |
public static rebuildAtlas ( |
||
textures | ||
filename | string | |
generateSdAtlas | bool | |
return | Rect[] |
public static refreshSourceImages ( this sheet ) : void | ||
sheet | this | |
return | void |
public static saveAtlasPng ( string path, string name, |
||
path | string | |
name | string | |
tex | ||
return | void |
public static textureInfoForSourceImage ( this sheet, string sourceImageName ) : SKTextureInfo, | ||
sheet | this | |
sourceImageName | string | |
return | SKTextureInfo, |
public static string defaultAnimationsPath | ||
return | string |
public static string defaultAtlasResourcesPath | ||
return | string |
public static string defaultResourcesPath | ||
return | string |
public static string defaultSpriteSheetPath | ||
return | string |