Component reference
Interaction components

Mount Point component

4min

Description

The Mount Point component allows you to designate specific locations in your scene where users can "mount" or attach themselves, such as sitting on a chair.

Requirements

When configuring the Mount Point component in an entity, it comes with two additional required components:

  • Interactable component: Enables entities to respond to user interactions, such as clicks or key presses.
  • Input component: Listens for user input events and can trigger actions in response.
Document image



Properties

Property

Description

Type

Defines the mount action (e.g., Sit).

Dismount point, offsets this transform

Sets the position where the user will appear after dismounting, relative to the mount point:

  • X: Horizontal offset.
  • Y: Vertical offset.
  • Z: Depth offset.

Important details

  • Functionality status: For v1.0 of the engine, the Mount Point component may not function correctly due to known issues with related components like the Interactable component and Input component.