Game Clue
This smart asset belongs to the following package:
- com.yahaha.sdk.horrorgameassets
 
The Game Clue is a helpful hint revealed by the changing game view to assist the player in solving puzzles or progressing in the game.

| Attributes | Description | 
|---|---|
| Activate View Rotation | If enabled, the view can be rotated. | 
| View Rotation Speed | How fast the view changes. It only works when view rotation is activated. | 
| View Focus Time | Time in seconds that the camera view stays on the clue object. It only works when view rotation is activated. | 
| Activate Clue | If enabled, clue icons can be added. | 
| Clue UI | The UI for clues. | 
| Name | Enter a unique name to identify and manage the game clue easily. | 
| Label | Type the name displayed in-game when the player collects this game clue. | 
| Icon | Choose a UI icon to show when collected and in the hotbar. | 
| Stackable | Toggle to allow the same batteries to be stacked in a hotbar slot. | 
| Interaction Distance | Set the distance within which the player can interact to pick up the game clue. | 
| Hold Offset Postion | Set the game clue position offset relative to the bone point when being held in hand. | 
| Hold Offset Rotation | Set the game clue position offset relative to the bone point when being held in hand. | 
| Interactable | Toggle to allow players to interact with the game clue within a specified distance. | 
Events and Actions
Events
- OnPickedUp: When the game clue is picked up.
 - OnHeld: When the game clue is held in hand.
 - OnPackedUp: When the game clue is packed up into the hotbar slot.
 - OnEnterInspection: When the player enters the inspection interface for this game clue.
 - OnExitInspection: When the player exits the inspection interface for this game clue.
 - OnPlacedDown: When the game clue is placed down.
 
Conditions
- IsPickable: If the game clue is pickable.
 
Actions
- StartClues: Begin game clues.
 - StopClues: End game clues.
 - PickUp: Add the game clue to the player's hotbar slots.
 - HoldInHand: Hold the game clue in hand.
 - SetInteractable: Set if players can interact with the game clue within a specified distance.
 - StartInspection: Initiate the inspection interface for the game clue.
 - Use: Use the game clue.
 - SetPickable: Enable players to pick up the game clue.
 - SetUnpickable: Disable players from picking up the game clue.