Component:TouchablePermissions

From Resonite Wiki
Revision as of 18:42, 5 February 2025 by 989onan (talk | contribs) (add info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Component image 
Touchable Permissions component as seen in the Scene Inspector

The TouchablePermissions component is used in worlds to manage what certain roles that users get assigned to can and cannot do.

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.
Tags direct TagFilter Slot tag object to determine the kinds of tags to filter for the selected roles.
Components direct ComponentFilter A component filter that applies to the selected roles.

Usage

Found in the world permissions slot. When attaching a new one for granular control, make sure to select the roles you want the filters to apply to. Then make the filters and edits you need. Don't forget to save the world!

Examples

Found in a default world.

See Also