Component:FileMetadata

From Resonite Wiki
Revision as of 17:51, 26 October 2024 by 989onan (talk | contribs) (add info)


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


Component image 
File Metadata component as seen in the Scene Inspector

File metadata is a component used in RawFile object imports and is often taken advantage of for Cloud Spawning.

This component has two sync delegates which import and export data from a Static Binary Component on the same slot.

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.
Filename String The name of the file, usually followed by .brson or .7bson
MIME String see Media Types (MIME)
IsProcessing Bool whether this component is currently processing an import or export action asynchronously.

Usage

See Cloud Spawning.

Examples

Usually used in RawFile object imports created by the create new menu.

Related Components

See Also

Media Types (MIME)