Class for displaying remote textures. More...
Static Public Member Functions | |
static Frame | CreateFrame (string url, RemoteTextureSource source=RemoteTextureSource.Url) |
Creates a frame with the remote texture. | |
Public Attributes | |
RemoteTextureData | data |
The data of the remote texture. | |
![]() | |
Content | content |
The content that is being displayed. | |
Protected Member Functions | |
override void | LoadContentData (Content content) |
Loads the data of the content. | |
override bool | ValidateProperties () |
Validates the properties of the content. | |
![]() | |
void | CreateDisplayTarget (Content content) |
Creates the display target for the content. | |
override RectTransform | LoadContent (Content content) |
Loads the content. | |
void | LoadContentData (Content content) |
Loads the data of the content. | |
bool | ValidateProperties () |
Validates the properties of the content. | |
![]() | |
void | CreateContent (RectTransform container) |
Creates the content. | |
RectTransform | LoadContent (Content content) |
Loads the content. | |
Properties | |
override bool | allowZoom [get] |
Whether the content can be zoomed. | |
override string | name [get] |
The name of the content type. | |
![]() | |
virtual bool | allowZoom [get] |
Whether the content can be zoomed. | |
string | name [get] |
The name of the content type. | |
MessageSystem | messageSystem [get] |
The message system of the content. | |
Additional Inherited Members | |
![]() | |
virtual void | Dispose () |
Disposes the content. | |
virtual Texture | GetPreviewTexture () |
Gets the preview texture of the content. | |
RectTransform | Load (Content content) |
Loads the content. | |
![]() | |
RawImage | contentRawImage |
The RawImage component of the content. | |
![]() | |
RectTransform | contentRectTransform |
The RectTransform of the content. | |
Class for displaying remote textures.
|
static |
Creates a frame with the remote texture.
url | The URL of the texture. |
source | The source of the texture. |
|
protected |
Loads the data of the content.
content | The content. |
|
protected |
Validates the properties of the content.