Skip to content

Prop Information

Stanislav Osipov edited this page Apr 16, 2024 · 3 revisions

The prop information tab gives you the ability to describe your prop.

Propt Title And Display Type

MobileLanding_-_Roomful_Project_-_WebGL_-_Unity_2021_3_21f1_Personal__Personal___Metal_

Give a Title to your prop, using the prop tittle field. You can also choose between 3 options for how this title is displayed.

  • Default - Display title type will be picked automatically based on prop design.
  • None - Prop title won't be displayed
  • Display In 2D - The prop title will be displayed inside the info panel when entering Zoom View.
MobileLanding_-_Roomful_Project_-_WebGL_-_Unity_2021_3_21f1_Personal__Personal___Metal_
  • Display In 3D - A 3D space info bubble will be displayed near the prop. The info bubble will always be looking at the user camera and will appear when you approach the prop close enough.
MobileLanding_-_Roomful_Project_-_WebGL_-_Unity_2021_3_21f1_Personal__Personal___Metal_

Weblink

You may also configure Web Link buttons for the prop.

MobileLanding_-_Roomful_Project_-_WebGL_-_Unity_2021_3_21f1_Personal__Personal___Metal_
  • The Link button will be displayed in the bottom part of the screen when entering zoom view.
  • The Info panel link button will be displayed inside the info panel.
  • The link button is only displayed when the title is provided.
MobileLanding_-_Roomful_Project_-_WebGL_-_Unity_2021_3_21f1_Personal__Personal___Metal_

Tokenization

In addition to the plain text that you may put inside the Title, Description, and Link button title fields, you can also use tokens. The following tokens are currently available:

  • DataBoundUser.FirstName
  • My-or-DataBoundUser.FirstName
  • DataBoundUser.FullName
  • My-or-DataBoundUser.FirstName
  • User.FirstName
  • User.LastName
  • User.FullName
  • Room.Name
  • Room.Description
  • Room.Alias

Sample

Let's update our prop title and description using tokens.

Notification_Center

The Result:

Notification_Center

Internal URLs

Link buttons may also contain internal URLs. The internal URL should start with roomful:// scheme. This allows you to trigger any Roomful action that supports the URL. As an example let's say, I'd like by link button to go to another prop when I click it. To accomplish it I will use the following URL: roomful://room/txxmv01xxr98s5/prop/kv9g93z82t5b6z/

MobileLanding_-_Roomful_Project_-_WebGL_-_Unity_2021_3_21f1_Personal__Personal___Metal_

As a result, we will now have Go To Prop button that will move us to another prop when clicked.

MobileLanding_-_Roomful_Project_-_WebGL_-_Unity_2021_3_21f1_Personal__Personal___Metal_

Append URL

In addition instead of replacing the current URL, we may also append the current internal URL. for that we will need to us + after the roomful:// scheme. For example: roomful://+set-personal-room-tunnel

Room Tunnel

Room tunnel setup action may be triggered by appending the internal URL with the following keys:

  • set-personal-room-tunnel
  • set-general-room-tunnel

For example: roomful://+set-personal-room-tunnel

SendVerus URL

In the VeluVerse network, we can also use the Interna URL to display the Send Verus dialog. Following keys are available:

  • verus-send-to-user - Send verus by Roomful user ID.
  • verus-send-to-id - Send verus by Verus user Identity
  • verus-amount - Specify the amount to send. If the amount is not specified a dialog will appear where user can choose an amount manually.
  • verus-default-amount - The default amount that will be used in the Verus coins send pop-up.

SendVerus Samples

  • roomful://+verus-send-to-user/fc0xwxmxpnz80v/verus-amount/20 - Send to Roomful user exactly 20 Verus. No option to change the amount. User will see the QR code to send money as soon as the buttons is pressed.

  • roomful://+verus-send-to-id/stan.ValuId.VRSC - Send to Verus Id. The amount must be specified in the dialogue.

MyRoom1___Roomful_🔊
  • roomful://+verus-send-to-id/stan.ValuId.VRSC/verus-default-amount/35 - Send to Verus Id 35 Verus coins with the option to modify the amount.
MyRoom1___Roomful_🔊