# AdaptiveLight

### General

#### Type

The type of the light.

**Default value:** Point

**Accessible via scripting:** Yes

**Type:** `AdaptiveLightType`

```csharp
 Type 
```

#### Inner Outer Spot Angle

Controls the inner and outer angle of the spot light in degrees.

**Default value:** (180.00, 180.00)

**Accessible via scripting:** Yes

**Type:** `Vector2`

```csharp
 InnerOuterSpotAngle 
```

#### Cone Power

The power of the cone formed by spot lights. Higher values increase the attenuation factor of the cone.

**Default value:** 1

**Accessible via scripting:** Yes

**Type:** `Single`

```csharp
 ConePower 
```

### Emission

#### Color

The color this light emits.

**Default value:** RGBA(1.000, 1.000, 1.000, 1.000)

**Accessible via scripting:** Yes

**Type:** `Color`

```csharp
 Color 
```

#### Intensity

The intensity of the light. The color is multiplied by this value.

**Default value:** 1

**Accessible via scripting:** Yes

**Type:** `Single`

```csharp
 Intensity 
```

#### Power

The power of the light. Higher values increase the attenuation factor of the light.

**Default value:** 1

**Accessible via scripting:** Yes

**Type:** `Single`

```csharp
 Power 
```

#### Range

The range of the light. How performant this light is depends on this value.

**Default value:** 10

**Accessible via scripting:** Yes

**Type:** `Single`

```csharp
 Range 
```

#### Deadzone

The deadzone around the light. Higher values increase the area around the light where attenuation doesn't change.

**Default value:** 0

**Accessible via scripting:** Yes

**Type:** `Single`

```csharp
 Deadzone 
```

### Shadows

#### Shadow Strength

The strength of shadows of this light.

**Default value:** 1

**Accessible via scripting:** Yes

**Type:** `Single`

```csharp
 ShadowStrength 
```

#### Shadow Softness

The softness of shadows cast by light.

**Default value:** 0

**Accessible via scripting:** Yes

**Type:** `Single`

```csharp
 ShadowSoftness 
```

#### Shadow Depth Bias

The depth bias of shadows for this light.

**Default value:** 1

**Accessible via scripting:** Yes

**Type:** `Single`

```csharp
 ShadowDepthBias 
```

#### Shadow Start Bias

How far from the light shadows start being cast.

**Default value:** 0

**Accessible via scripting:** Yes

**Type:** `Single`

```csharp
 ShadowStartBias 
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://leogrieve.gitbook.io/adaptivegi/api/adaptivelight.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
