Component:EnumFeed: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=Enum Feed`1
|Name=Enum Feed`1
}}
}}
{{stub}}
The '''EnumFeed''' component acts like a kind of [[Data Feeds|data feed]] that provides a list of enums that can be further used by feeds with filtering and searching.


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|DisplayOrder|Bool|
|DisplayOrder|Bool| Whether to feed the enums in order.
|Distinct|Bool|
|Distinct|Bool| Whether the enums should be distinct when gathering.
|IncludeObsolete|Bool|
|IncludeObsolete|Bool| Whether the enums should be gathered despite being tagged as obsolete.
}}
}}
== Behavior ==
== Examples ==


== See Also ==
== See Also ==
* [[Data Feeds]]


[[Category:Components:Radiant UI:Data Feeds:Feeds{{#translation:}}|Enum Feed`1]]
[[Category:Components:Radiant UI:Data Feeds:Feeds{{#translation:}}|Enum Feed`1]]
[[Category:Components{{#translation:}}|Enum Feed`1]]
[[Category:Components{{#translation:}}|Enum Feed`1]]
[[Category:Generic Components{{#translation:}}|Enum Feed`1]]
[[Category:Generic Components{{#translation:}}|Enum Feed`1]]
[[Category:ComponentStubs]]

Latest revision as of 21:32, 15 January 2025

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