Component reference
Interaction components
Mount Point component
4min
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.
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:
|
- 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.
Updated 05 Dec 2024
Did this page help you?