The class for displaying remote video content. More...
Static Public Member Functions | |
static Frame | CreateFrame (string url) |
Creates a frame with the remote video. | |
Public Attributes | |
string | url |
The url of the video. | |
![]() | |
bool | loop |
Whether the video should be played in a loop. | |
![]() | |
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. | |
![]() | |
override RectTransform | LoadContent (Content content) |
Loads the data 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 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 | |
![]() | |
override void | Dispose () |
Disposes the content. | |
![]() | |
virtual Texture | GetPreviewTexture () |
Gets the preview texture of the content. | |
RectTransform | Load (Content content) |
Loads the content. | |
![]() | |
long | lastFrame |
The VideoPlayer component of the content. | |
VideoPlayer | videoPlayer |
The VideoPlayer component of the content. | |
![]() | |
RawImage | contentRawImage |
The RawImage component of the content. | |
![]() | |
RectTransform | contentRectTransform |
The RectTransform of the content. | |
The class for displaying remote video content.
|
static |
Creates a frame with the remote video.
url | The URL of the video. |
|
protected |
Loads the data of the content.
content | The content. |
|
protected |
Validates the properties of the content.