Interface ITexturesStreamingProvider
Used internally to find the currently active textures streaming service
public interface ITexturesStreamingProvider
Methods
FullyLoadTexture(Texture, ref ImageDescription, ref ContentStorageHeader)
Loads the texture in a streaming service.
void FullyLoadTexture(Texture obj, ref ImageDescription imageDescription, ref ContentStorageHeader storageHeader)
Parameters
obj
TextureThe texture object.
imageDescription
ImageDescriptionThe image description.
storageHeader
ContentStorageHeaderThe storage header.
RegisterTexture(Texture, ref ImageDescription, ref ContentStorageHeader)
Registers the texture in a streaming service.
void RegisterTexture(Texture obj, ref ImageDescription imageDescription, ref ContentStorageHeader storageHeader)
Parameters
obj
TextureThe texture object.
imageDescription
ImageDescriptionThe image description.
storageHeader
ContentStorageHeaderThe storage header.
UnregisterTexture(Texture)
Unregisters the texture.
void UnregisterTexture(Texture obj)
Parameters
obj
TextureThe texture object.