Component:UserspacePointer

From Resonite Wiki
This is a userspace component — you cannot attach it anywhere but the userspace. Messing with the userspace can be fun, but it is not recommended as you risk messing your dash up if you don't know what you're doing.
Component image 
Userspace Pointer component as seen in the Scene Inspector

The UserspacePointer component is used in user space and is used to control the behavior of the user space lasers for interacting with user space elements like the dash menu.

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.
_equipLink direct LinkTarget`1<ITool> A special internal link to equipping a tool.
TipReference Slot The tip reference for the laser.
BlockGripEquip Bool Whether to block grip equip or not.
BlockRemoteEquip Bool Whether to block remote equip or not.
EquipName String The name for equipping the tool.
_overrideActiveTool InteractionHandler The interaction handler to use as an override for the equipped tool.
_gripPosesGenerated Bool Whether or not the grip poses have been generated.

Usage

Examples

See Also