Meta účty už jsou tu: Meta účet si můžete vytvořit i vy a využít ho k přihlašování k zařízením pro VR. Další informace

WHEN INDEX TRIGGER IS RELEASED

Event that runs when the index trigger on the controller is released.

Appearance in Composition Pane
Description

This event executes when a player releases the index trigger button on their controller when holding the object that the script is attached to.
Parameters

player
The player holding the object.


PREREQUISITE READING

WHEN INDEX TRIGGER IS PRESSED precedes this tutorial


Example 1: Set a boolean

This script sets boolean indexpressed to false for use elsewhere in the script gizmo.

Next Up