InstanceDefer Enum
This page contains documentation for advanced Fuse features, so we have
taken the liberty to tick the "Show advanced things" checkbox above for
you in advance to be able to provide you with some additional information.
Allows for the deferred creation of items to avoid processing bottlenecks.
Location
- Namespace
- Fuse.Reactive
- Package
- Fuse.Reactive.Bindings 2.9.1
Possible Values
Interface of InstanceDefer
Deferred : InstanceDefer uno
Items will be added as though they are wrapped in a Deferred node.
Frame : InstanceDefer uno
Item changes will be buffered and added once per frame.
HasFlag(InstanceDefer) : bool uno
Immediate : InstanceDefer uno
Items will be added immediately to the tree.