TargetingLookAtSettings
Class in Zigurous.CameraSystem
Inherits from CameraBehaviorSettings
Declaration
[Serializable]
public sealed class TargetingLookAtSettings : CameraBehaviorSettings
Description
Settings for a camera targeting module to indicate how the camera looks at targeted objects.
Properties
smoothing | How quickly the camera looks at the target. Larger numbers make the camera rotate more smoothly. |
maxSpeed | The max speed the camera can rotate to look at the target. |
Inherited
Properties
active | Whether the settings are active on a camera profile. Inactive settings will not display in the editor. |
enabled | Turns on or off the settings behavior. Enabled behaviors are updated every frame. |
isActiveAndEnabled | Whether the settings are active and enabled. |