Component:MultiUserAvatarAnchor

From Resonite Wiki
This page contains changes which are not marked for translation.
Component image 
MultiUserAvatarAnchor component as seen in the Scene Inspector


Multi User Avatar anchor allows you to auto generate anchors, but only if you have a collider on the same slot as the multi anchor. It uses an IAvatarAnchor type component as a template, and generates them in a shape based on a Snapper (Snap Circle Component or Snap Sphere Component to name a couple).

The snapper component determines how the users will be positioned when clicking on the object. If the anchor then anchors the user, and the user position is further determined by the anchor's positioning settings. If the anchor position in global space is too close to another anchor (determined by field MinDistance), then the user will not be anchored.

This component doesn't fall under a IAvatarAnchor type, and as such cannot be referenced by ProtoFlux. This means you can only anchor users with this component if they explicitly click on the anchor.

It also doesn't give confirmation for clicking actions, which may be a bug.

Usage

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.
AnchorPointSnap IPointSnappable A Snappable from snapping category
MaxUsers Int the maximum users that can be in this multi anchor
MinDistance Float How close a new anchor can be to another when a user clicks on the anchor before it denies it. The location of the anchor before this check is done is determined by the component in AnchorPointSnap.
Template IAvatarAnchor The IAvatarAnchor to use as a template for making anchors. will duplicate the slot the anchor is on that this is referencing
AnchorsRoot Slot what shape to put the anchors when they are generated. The part of the shape the anchor is placed on is determined by the point the user clicked on. If user clicks on left side of a cube, user is positioned on the left face.
AcceptOutOfSightTouch Bool Whether this object allows an interaction to go through if the touch point is off screen.
AcceptPhysicalTouch Bool Whether to allow a user to interact with this component via tip touch sources.
AcceptRemoteTouch Bool Whether to allow a user to interact with this component via laser.

Behavior

Examples

Related Components

Snapping components