Method | Description | |
---|---|---|
CreateTexture ( String key, |
||
CreateTexture ( String path, TextureCachePolicy cachePolicy = TextureCachePolicy.DisposeAfterLastUse ) : |
||
GetTexture ( String key ) : |
||
SetOpenGlTexture ( String key, |
Method | Description | |
---|---|---|
Cleanup ( ) : void | ||
Initialize ( ) : void |
Method | Description | |
---|---|---|
AddUser ( String key, TiledTexture user ) : void | ||
ApplyCachePolicyForRemovalOfUser ( String key ) : void | ||
CleanupCachePolicies ( ) : void | ||
CleanupTextures ( ) : void | ||
CleanupUsers ( ) : void | ||
InitializeCachePolicies ( ) : void | ||
InitializeTextures ( ) : void | ||
InitializeUsers ( ) : void | ||
RegisterTexture ( String key, |
||
RemoveUser ( String key, TiledTexture user ) : void | ||
TextureManager ( DrawEngine2d drawEngine2d ) : System | ||
UnregisterTexture ( String key ) : void |
public CreateTexture ( String key, |
||
key | String | |
width | ||
height | ||
pixelFormat | PixelFormat | |
cachePolicy | TextureCachePolicy | |
return |
public CreateTexture ( String path, TextureCachePolicy cachePolicy = TextureCachePolicy.DisposeAfterLastUse ) : |
||
path | String | |
cachePolicy | TextureCachePolicy | |
return |
public GetTexture ( String key ) : |
||
key | String | |
return |
public SetOpenGlTexture ( String key, |
||
key | String | |
index | ||
return | void |