Component:ReferenceProxy

From Resonite Wiki
Component image 
Reference Proxy component as seen in the Scene Inspector

The ReferenceProxy component is used to make a grabbed item this is on act as the reference this refers to. This is also generated when a reference in an Scene Inspector is grabbed in the form of a block of text showing the reference and its id.

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.
Reference direct SyncRef The reference this component should point to for grabbable objects, making them like inspector grab cards.
SpawnInstanceOnTrigger Bool Whether to spawn an inspector when clicking primary with the grabbable this is on is being held.

Usage

Attach to a slot with an IGrabbable to make the grabbable act as the reference value itself.

Examples

This article or section is a Stub. You can help the Resonite Wiki by expanding it.

See Also