Method | Description | |
---|---|---|
AddPool ( System.Guid libraryUid, ITexturePool pool ) : void | ||
AddResource ( |
||
Contains ( System.Guid uid ) : bool | ||
GetPool ( System.Guid libraryUid ) : ITexturePool | ||
GetResource ( System.Guid uid ) : |
||
Invalidate ( System.Guid uid ) : void | ||
MetaTexturePool ( ) : System | ||
RemovePool ( System.Guid libraryUid ) : bool | ||
RemoveResource ( System.Guid uid ) : void |
Method | Description | |
---|---|---|
HandleResourceAdded ( object sender, ResourceEventArgs e ) : void | ||
HandleResourceInvalidated ( object sender, ResourceEventArgs e ) : void | ||
HandleResourceRemoved ( object sender, ResourceEventArgs e ) : void | ||
MapAndCheckUid ( System.Guid libraryUid ) : System.Guid |
public AddPool ( System.Guid libraryUid, ITexturePool pool ) : void | ||
libraryUid | System.Guid | |
pool | ITexturePool | |
return | void |
public AddResource ( |
||
resource | ||
return | void |
public GetPool ( System.Guid libraryUid ) : ITexturePool | ||
libraryUid | System.Guid | |
return | ITexturePool |
public GetResource ( System.Guid uid ) : |
||
uid | System.Guid | |
return |
public RemovePool ( System.Guid libraryUid ) : bool | ||
libraryUid | System.Guid | |
return | bool |
public RemoveResource ( System.Guid uid ) : void | ||
uid | System.Guid | |
return | void |