Component:GlobalReference

From Resonite Wiki
Revision as of 19:11, 19 January 2025 by 989onan (talk | contribs) (add info)
Component image 
File:GlobalReference`1Component.png
Global Reference`1 component as seen in the Scene Inspector

The GlobalReference component is used by protoflux internally to manage global references.

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.
Reference T The reference to point to for a Protoflux context.

Usage

Just don't.

See Also