Component:CubemapAssetMetadata: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page CubemapAssetMetadata (Component) to Component:CubemapAssetMetadata: Creating component Namespace
Automated: update component fields
 
Line 11: Line 11:
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Cubemap|IAssetProvider`1|TypeString0=IAssetProvider<Cubemap>|
|Cubemap|{{RootFieldType|AssetRef`1|[[Type:Cubemap|Cubemap]]}}|TypeAdv0=true|
|Size|Int|
|Size|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv1=true|
|HasMipMaps|Bool|
|HasMipMaps|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv2=true|
|MipMapCount|Int|
|MipMapCount|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv3=true|
|MemoryBytes|Long|
|MemoryBytes|{{RootFieldType|RawOutput`1|[[Type:Long|Long]]}}|TypeAdv4=true|
|FormattedMemoryBytes|String|
|FormattedMemoryBytes|{{RootFieldType|RawOutput`1|[[Type:String|String]]}}|TypeAdv5=true|
|Format|TextureFormat|
|Format|{{RootFieldType|RawOutput`1|[[Type:TextureFormat|TextureFormat]]}}|TypeAdv6=true|
|ActualLoadedVariant|String|
|ActualLoadedVariant|{{RootFieldType|RawOutput`1|[[Type:String|String]]}}|TypeAdv7=true|
|Profile|{{RootFieldType|RawOutput`1|[[Type:ColorProfile|ColorProfile]]}}|TypeAdv8=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 
Cubemap 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.
Cubemap Cubemap
Size raw output of Int
HasMipMaps raw output of Bool
MipMapCount raw output of Int
MemoryBytes raw output of Long
FormattedMemoryBytes raw output of String
Format raw output of TextureFormat
ActualLoadedVariant raw output of String
Profile raw output of ColorProfile

Usage

Examples

Related Components