Automated: update component fields |
add info |
||
Line 7: | Line 7: | ||
|Name=Cubemap Asset Metadata | |Name=Cubemap Asset Metadata | ||
}} | }} | ||
The '''CubemapAssetMetadata''' component is used to display info about any particular cube map provided. | |||
<!--T:2--> | <!--T:2--> | ||
== Fields == | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|Cubemap|{{RootFieldType|AssetRef`1|[[Type:Cubemap|Cubemap]]}}|TypeAdv0=true| | |Cubemap|{{RootFieldType|AssetRef`1|[[Type:Cubemap|Cubemap]]}}|TypeAdv0=true| The cubemap to analyse. | ||
|Size|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv1=true| | |Size|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv1=true| The size in pixels of the width or height of any 1 of the 6 sides. (The sides are the same size) | ||
|HasMipMaps|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv2=true| | |HasMipMaps|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv2=true| Whether the cubemap has mipmap data. | ||
|MipMapCount|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv3=true| | |MipMapCount|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv3=true| How many mip map resolution variants the cubemap has. | ||
|MemoryBytes|{{RootFieldType|RawOutput`1|[[Type:Long|Long]]}}|TypeAdv4=true| | |MemoryBytes|{{RootFieldType|RawOutput`1|[[Type:Long|Long]]}}|TypeAdv4=true| How much memory the cubemap takes up. | ||
|FormattedMemoryBytes|{{RootFieldType|RawOutput`1|[[Type:String|String]]}}|TypeAdv5=true| | |FormattedMemoryBytes|{{RootFieldType|RawOutput`1|[[Type:String|String]]}}|TypeAdv5=true| The bytes formatted into a readable string. | ||
|Format|{{RootFieldType|RawOutput`1|[[Type:TextureFormat|TextureFormat]]}}|TypeAdv6=true| | |Format|{{RootFieldType|RawOutput`1|[[Type:TextureFormat|TextureFormat]]}}|TypeAdv6=true| The texture format of the cube map. | ||
|ActualLoadedVariant|{{RootFieldType|RawOutput`1|[[Type:String|String]]}}|TypeAdv7=true| | |ActualLoadedVariant|{{RootFieldType|RawOutput`1|[[Type:String|String]]}}|TypeAdv7=true| The Asset variant Type currently loaded. | ||
|Profile|{{RootFieldType|RawOutput`1|[[Type:ColorProfile|ColorProfile]]}}|TypeAdv8=true| | |Profile|{{RootFieldType|RawOutput`1|[[Type:ColorProfile|ColorProfile]]}}|TypeAdv8=true| The color profile being used for this texture when rendering it. | ||
}} | }} | ||
Line 29: | Line 30: | ||
<!--T:5--> | <!--T:5--> | ||
== | == See Also == | ||
</translate> | </translate> | ||
[[Category:Components{{#translation:}}|Cubemap Asset Metadata]] | [[Category:Components{{#translation:}}|Cubemap Asset Metadata]] | ||
[[Category:Components:Assets:Utility{{#translation:}}|Cubemap Asset Metadata]] | [[Category:Components:Assets:Utility{{#translation:}}|Cubemap Asset Metadata]] |
Latest revision as of 18:53, 11 January 2025
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

The CubemapAssetMetadata component is used to display info about any particular cube map provided.
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. |
Cubemap
|
Cubemap | The cubemap to analyse. |
Size
|
raw output of Int | The size in pixels of the width or height of any 1 of the 6 sides. (The sides are the same size) |
HasMipMaps
|
raw output of Bool | Whether the cubemap has mipmap data. |
MipMapCount
|
raw output of Int | How many mip map resolution variants the cubemap has. |
MemoryBytes
|
raw output of Long | How much memory the cubemap takes up. |
FormattedMemoryBytes
|
raw output of String | The bytes formatted into a readable string. |
Format
|
raw output of TextureFormat | The texture format of the cube map. |
ActualLoadedVariant
|
raw output of String | The Asset variant Type currently loaded. |
Profile
|
raw output of ColorProfile | The color profile being used for this texture when rendering it. |