Component:VideoTextureAssetMetadata: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page VideoTextureAssetMetadata (Component) to Component:VideoTextureAssetMetadata: Creating component Namespace
Automated: update component fields
 
Line 11: Line 11:
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Texture|IAssetProvider`1|TypeString0=IAssetProvider<VideoTexture>|
|Texture|{{RootFieldType|AssetRef`1|[[Type:VideoTexture|VideoTexture]]}}|TypeAdv0=true|
|Size|Int2|
|Size|{{RootFieldType|RawOutput`1|[[Type:Int2|Int2]]}}|TypeAdv1=true|
|Width|Int|
|Width|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv2=true|
|Height|Int|
|Height|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv3=true|
|HasAlpha|Bool|
|HasAlpha|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv4=true|
|Length|Float|
|Length|{{RootFieldType|RawOutput`1|[[Type:Float|Float]]}}|TypeAdv5=true|
|PlaybackEngine|String|
|PlaybackEngine|{{RootFieldType|RawOutput`1|[[Type:String|String]]}}|TypeAdv6=true|
}}
}}



Latest revision as of 10:28, 1 March 2024


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


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


Fields

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.
Texture VideoTexture
Size raw output of Int2
Width raw output of Int
Height raw output of Int
HasAlpha raw output of Bool
Length raw output of Float
PlaybackEngine raw output of String

Usage

Examples

Related Components