Component:UniverseStatus

From Resonite Wiki
Component image 
File:UniverseStatusComponent.png
Universe Status component as seen in the Scene Inspector

The UniverseStatus component provides information on the current universe.

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.
UniverseId raw output of String The ID of the universe current Universe.
UniverseName raw output of String The universe's name.
PrimaryGroupId raw output of String The ID of the primary group of the universe.
InUniverse raw output of Bool Whether we are in a universe or not.

Usage

Attach to a slot and it will start giving data on the current universe.

Examples

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


See Also