The data of the remote texture. More...
Public Member Functions | |
Texture2D | GetTexture () |
Gets the texture. | |
IEnumerator | Load (RemoteTextureContent content) |
Loads the texture. | |
bool | Validate (ContentType contentType) |
Validates the data. | |
Public Attributes | |
RemoteTextureSource | source = RemoteTextureSource.Url |
The source of the texture. | |
string | url |
The URL of the texture. | |
string | path |
The path of the texture. | |
The data of the remote texture.
Texture2D GetTexture | ( | ) |
Gets the texture.
IEnumerator Load | ( | RemoteTextureContent | content | ) |
Loads the texture.
content | The content. |
bool Validate | ( | ContentType | contentType | ) |
Validates the data.
contentType | The content type. |