ThirdPersonCameraControlsWrapperParams interface
Signature:
export interface ThirdPersonCameraControlsWrapperParams
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
number |
Distance at which the camera smoothing will be disabled to maintain said distance | ||
number |
Smoothing applied to the camera altitude. 0 = no smoothing, >0.2 = heavy smoothing | ||
number |
(Optional) Represents the vertical offset from the target object | ||
number |
(Optional) Represents the maximum distance from the target object | ||
{ x?: number; y?: number; } |
(Optional) Represents the sensitivity of the camera |