> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ILampArray::SetIsEnabled

> ILampArray::SetIsEnabled

# ILampArray::SetIsEnabled

현재 프로세스에서 ILampArray의 활성 상태를 설정합니다.

## 구문

```cpp theme={null}
void SetIsEnabled(
    bool isEnabled)
```

### 매개변수

*isEnabled*\
형식: bool

ILampArray의 원하는 활성 상태입니다.

### 반환값

형식: void

## 설명

비활성 상태일 때는 Lamp의 상태를 내부적으로 설정할 수 있지만 장치로 전송되지 않습니다. 다시 활성 상태로 설정되면 수정된 Lamp 상태가 장치로 플러시됩니다.

기본적으로 ILampArrays는 항상 활성화되어 있습니다.

## 요구 사항

**헤더:** LampArray.h

**라이브러리:** xgameplatform.lib

**지원되는 플랫폼:** XBOX One 계열 콘솔 및 XBOX Series 콘솔

## 함께 보기

[Lighting API 개요](/build/core-features/common/lighting/gc-lighting-toc)\
[ILampArray::GetIsEnabled](/reference/lighting/lamparray/interfaces/ilamparray/methods/ilamparray_getisenabled)\
[ILampArray](/reference/lighting/lamparray/interfaces/ilamparray/ilamparray)


## Related topics

- [ILampArray::GetIsEnabled](/ko/reference/lighting/lamparray/interfaces/ilamparray/methods/ilamparray_getisenabled.md)
- [ILampArray::SetColor](/ko/reference/lighting/lamparray/interfaces/ilamparray/methods/ilamparray_setcolor.md)
- [ILampArray::SetColorsForIndices](/ko/reference/lighting/lamparray/interfaces/ilamparray/methods/ilamparray_setcolorsforindices.md)
- [ILampArray::SetColorsForScanCodes](/ko/reference/lighting/lamparray/interfaces/ilamparray/methods/ilamparray_setcolorsforscancodes.md)
- [ILampArray::SetBrightnessLevel](/ko/reference/lighting/lamparray/interfaces/ilamparray/methods/ilamparray_setbrightnesslevel.md)
