Anchored User
Anchors
Anchored User is a ProtoFlux node that returns the user that is anchored to the provided Anchor (IAnchor). This node will return a null user if there is no user anchored to the anchor.
Inputs
Anchor (IAnchor)
The anchor to check for an anchored user.
Outputs
User (User)
The user that is currently anchored, or null.
Examples
-
Example of the anchored user node returning who is in an AvatarAnchor. The code utilizes a UI Changeable input node type IAnchor For ease of use.