Component:GaussianSplatAssetMetadata

From Resonite Wiki
Component image 
File:GaussianSplatAssetMetadataComponent.png
Gaussian Splat Asset Metadata component as seen in the Scene Inspector

The Gaussian Splat Asset Metadata component gives statistics on Gaussian Splats seen in inspectors for components that generate or provide such data.

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. Some components stop their functionality when this field is disabled, but some don't.
Splat GaussianSplat The splat to get data on.
SplatCount raw output of Int The number of splats in the Gaussian splat.
MemoryBytes raw output of Long The amount of memory in bytes the Gaussian splat takes up.
FormattedMemoryBytes raw output of String The amount of memory in bytes the Gaussian splat takes up when formatted.
ActualLoadedVariant raw output of String The variant of the Gaussian splat that is loaded from the cloud.

Usage

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


Examples

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


See Also