Component:ReferenceList

From Resonite Wiki
Revision as of 14:07, 29 August 2025 by Zweetband (talk | contribs) (correction: didin't remove the '1)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Component image 
File:ReferenceList`1Component.png
Reference List`1 component as seen in the Scene Inspector

The Reference List`1 component acts as a way to store a list of references as a stand alone component. like a ReferenceField, but for a list of items of the same type.

This component does not provide a way to index through its items. If you need this functionality, consider using a ReferenceMultiplexer Instead.

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.
References list of T The stored reference list.

Usage

Can be used with Spatial variables.

Examples

See Also