Properties
Options for the player character controller including enabled state, tap to move, tap handlers, long press settings, tap mask, and character long press configuration. The fields are:
- enabled (boolean): Whether the player character controller is enabled
- tapToMoveEnabled (boolean): Whether tap to move is enabled
- tapHandlersEnabled (boolean): Whether tap handlers are enabled
- emotesEnabled (boolean): Whether emotes are enabled
- enableLongPress (boolean): Whether long press is enabled
- characterLongPress (height = (float), bounceDuration = (float)): The long press configuration
Methods
Handles tap events on colliders at the specified hit point.
Returns true if the given anchor is occupied
Parameters
anchor
The anchor to check
Returns
boolean
True if the anchor is occupied, false otherwise
Updated about 3 hours ago