Type:ListFilterMode

From Resonite Wiki
Enum
Name: ListFilterMode
Type: FrooxEngine.ListFilterMode

The ListFilterMode enum is used to specify how a set of items should be filtered. The exact type of item and behavior depends on the component this type is referenced by.

Values
Name Value Description
Whitelist 0 Only the listed items are included. Any items not in the list are to be excluded.
Blacklist 1 All items are included by default, excluding the listed items.

Examples

This enum is used in the Permission system to define if a Role can or cannot access a given set of tags.