Component:InteractionHandlerRelay

From Resonite Wiki
Component image 
Interaction Handler Relay component as seen in the Scene Inspector

The InteractionHandlerRelay component is used internally by the game engine to find the source handler of a tool or slot.

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.
CommonTool InteractionHandler The handler this is a relay for.

Usage

not used by the user.

See Also