Component:FirstPersonTargettingController

From Resonite Wiki
Component image 
First Person Targetting Controller component as seen in the Scene Inspector

The FirstPersonTargettingController component is used to control the head movement of a desktop user when they look around.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
MinVerticalAngle Float The furthest down angle from 0 being forward the user can look in desktop.
MaxVerticalAngle Float The furthest up angle from 0 being forward the user can look in desktop.

Usage

Not used directly by the user. Appears on a user root slot.

Examples

Appears on a user root slot.

See Also