TargetingLocatingSettings
Class in Zigurous.CameraSystem
Inherits from CameraBehaviorSettings
Declaration
[Serializable]
public sealed class TargetingLocatingSettings : CameraBehaviorSettings
Description
Settings for a camera targeting module to indicate how the camera locates targets.
Properties
targetableLayers | The Unity layer(s) of the objects that can be targeted. |
radius | The maximum distance objects can be targeted from the camera. |
maxTargets | The maximum amount of targets to locate within a single search (used for optimization purposes). |
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. |