
C# | Visual Basic | Visual C++ |
public class TextureLoaderBase : TokenMultiplicator<Texture2D>
Public Class TextureLoaderBase _ Inherits TokenMultiplicator(Of Texture2D)
public ref class TextureLoaderBase : public TokenMultiplicator<Texture2D^>

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | TextureLoaderBase()()()() | Initializes a new instance of the TextureLoaderBase class |
![]() | Cancel(AsyncToken) |
Cancels the current download
(Inherited from TokenMultiplicator<(Of <(<'T>)>)>.) |
![]() | CancelAll()()()() |
Cancels all downloads
(Inherited from TokenMultiplicator<(Of <(<'T>)>)>.) |
![]() | Connector |
HttpConnector for handling actual download
(Inherited from TokenMultiplicator<(Of <(<'T>)>)>.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Get(String) |
Gets already loaded resource
(Inherited from TokenMultiplicator<(Of <(<'T>)>)>.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | HasLoaded(String) |
Checks if the resource is loaded
(Inherited from TokenMultiplicator<(Of <(<'T>)>)>.) |
![]() | Load(String, ResultHandler) |
Initializes download
(Inherited from TokenMultiplicator<(Of <(<'T>)>)>.) |
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ResponseExtractor |
Extracts interesting data from the response
(Inherited from TokenMultiplicator<(Of <(<'T>)>)>.) |
![]() | Settings |
Extraction settings
(Inherited from TokenMultiplicator<(Of <(<'T>)>)>.) |
![]() | TokenUpdater |
Updates a token after the response is received
(Inherited from TokenMultiplicator<(Of <(<'T>)>)>.) |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Unload(String) |
Unloads a texture
(Inherited from TokenMultiplicator<(Of <(<'T>)>)>.) |

Object | ||
![]() | TokenMultiplicator<(Of <(<'Texture2D>)>)> | |
![]() | TextureLoaderBase |