HoloFair SDK V4
  • 🛠️Welcome to HoloFair SDK
  • Development
    • ⚙️Initial Setup
      • Start Here
      • Setup Addressables
      • Updating HoloFair SDK in an existing project
      • Scenes & Layers
      • Portals
      • WorldSettings
      • Build & Upload Addressables
        • CloudFront
        • BunnyCDN
      • Pubish & Test your Metaverse
    • ⭐Features
      • Text
      • Respawn
      • Link
      • Image
      • Video
      • TalkZone
      • Emote
      • Timer
      • Add Force
      • Animated Objects
      • Special/VIP content
      • Localization
      • Timeline
      • Focus Point
      • REST API Integration
        • Serialized Variables
        • Smart String
      • Interaction Events
        • Use Cases for Interaction Events
      • Editing Values
      • Control Locker
    • ‼️Important
      • Format of 3D Assets
      • 🆔GUIDs
  • Guides
    • Custom User Authentication
Powered by GitBook
On this page
  1. Development
  2. Features

Control Locker

Locks user's control

PreviousEditing ValuesNextImportant

Last updated 2 years ago

This feature allows you to lock a user's control, preventing them to moving, looking around, or interacting.

Add the ControlLocker component to a Canvas or an empty object. Make sure the object remains disabled and only enable it when the you need to lock the player's controls.

This component is useful when displaying UI where the user should not be moving or interacting with anything else.

⭐
A canvas containing ControlLocker Component and is disabled.