Component:ProtoFluxOperationListManager

From Resonite Wiki
Revision as of 18:16, 31 July 2025 by 989onan (talk | contribs) (add info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Component image 
Proto Flux Operation List Manager component as seen in the Scene Inspector

The ProtoFluxOperationListManager component is used for the visuals in the ProtoFlux:Sequence and ProtoFlux:Async Sequence nodes.

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.
Visual ProtoFluxNodeVisual The ProtoFlux visual this is a part of.
List direct RelayRef`1<ISyncList> The list this is modifying.
MinElements Int The minimum number of items allowed in the list.
AddButtonEnabled field drive of Bool The enabled field of the add element list.
RemoveButtonEnabled field drive of Bool The enabled field of the remove element list.
_elements list of Slot The list of UI elements being used to display the elements in List
SupportsAsync Bool Whether the elements support Async input/output.

Sync Delegates

Triggers
Method Name Method type and Arguments. Is the method hidden? Description
AddElement:ButtonEventHandler ButtonEventHandler X Called when the add element button is touched.
RemoveElement:ButtonEventHandler ButtonEventHandler X Called when the remove element button is touched.

Usage

Examples

See Also