Method | Description | |
---|---|---|
ActuallyLoadAtlasOrImage ( string name, string imagePath, string dataPath ) : void | ||
ActuallyUnloadAtlasOrImage ( string name ) : void | ||
DoesContainAtlas ( string name ) : bool | ||
FAtlasManager ( ) : System | ||
GetAtlasWithName ( string name ) : FAtlas, | ||
GetElementWithName ( string elementName ) : FAtlasElement, | ||
GetFontWithName ( string fontName ) : FFont, | ||
LoadAtlas ( string atlasPath ) : void | ||
LoadAtlasFromTexture ( string name, Texture texture ) : void | ||
LoadAtlasFromTexture ( string name, string dataPath, Texture texture ) : void | ||
LoadFont ( string name, string elementName, string configPath, float offsetX, float offsetY ) : void | ||
LoadFont ( string name, string elementName, string configPath, float offsetX, float offsetY, FTextParams, textParams ) : void | ||
LoadImage ( string imagePath ) : void | ||
UnloadAtlas ( string atlasPath ) : void | ||
UnloadImage ( string imagePath ) : void |
Method | Description | |
---|---|---|
AddAtlas ( FAtlas, atlas ) : void |
public ActuallyLoadAtlasOrImage ( string name, string imagePath, string dataPath ) : void | ||
name | string | |
imagePath | string | |
dataPath | string | |
return | void |
public ActuallyUnloadAtlasOrImage ( string name ) : void | ||
name | string | |
return | void |
public DoesContainAtlas ( string name ) : bool | ||
name | string | |
return | bool |
public GetAtlasWithName ( string name ) : FAtlas, | ||
name | string | |
return | FAtlas, |
public GetElementWithName ( string elementName ) : FAtlasElement, | ||
elementName | string | |
return | FAtlasElement, |
public GetFontWithName ( string fontName ) : FFont, | ||
fontName | string | |
return | FFont, |
public LoadAtlasFromTexture ( string name, Texture texture ) : void | ||
name | string | |
texture | Texture | |
return | void |
public LoadAtlasFromTexture ( string name, string dataPath, Texture texture ) : void | ||
name | string | |
dataPath | string | |
texture | Texture | |
return | void |
public LoadFont ( string name, string elementName, string configPath, float offsetX, float offsetY ) : void | ||
name | string | |
elementName | string | |
configPath | string | |
offsetX | float | |
offsetY | float | |
return | void |
public LoadFont ( string name, string elementName, string configPath, float offsetX, float offsetY, FTextParams, textParams ) : void | ||
name | string | |
elementName | string | |
configPath | string | |
offsetX | float | |
offsetY | float | |
textParams | FTextParams, | |
return | void |
public UnloadAtlas ( string atlasPath ) : void | ||
atlasPath | string | |
return | void |
public UnloadImage ( string imagePath ) : void | ||
imagePath | string | |
return | void |