Component:EnumFeed

From Resonite Wiki
Component image 
Enum Feed`1 component as seen in the Scene Inspector

The EnumFeed component acts like a kind of data feed that provides a list of enums that can be further used by feeds with filtering and searching.

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.
DisplayOrder Bool Whether to feed the enums in order.
Distinct Bool Whether the enums should be distinct when gathering.
IncludeObsolete Bool Whether the enums should be gathered despite being tagged as obsolete.

See Also