Component image 
Video Texture Asset Metadata component as seen in the Scene Inspector

The VideoTextureAssetMetadata component turns the data at the bottom of an inspector on a video asset Type component into usable values which can be used elsewhere.
Fields
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
Texture
|
VideoTexture | The video texture to get information on. |
Size
|
raw output of Int2 | The size of the Texture in pixels.
|
Width
|
raw output of Int | The width of Texture in pixels.
|
Height
|
raw output of Int | The height of Texture in pixels.
|
HasAlpha
|
raw output of Bool | Whether Texture is transparent.
|
Length
|
raw output of Float | The duration of Texture .
|
PlaybackEngine
|
raw output of String | The playback engine Texture is using.
|
Usage
Attach to a slot and provide a Texture
to get information on in order for it to work.
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.