> ## 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.

# LampArrayPosition

> LampArrayPosition

# LampArrayPosition

주어진 원점으로부터 3D 공간의 측정값을 나타냅니다.

<a id="syntaxSection" />

## 구문

```cpp theme={null}
struct LampArrayPosition
{
    float xInMeters;
    float yInMeters;
    float zInMeters;
};
```

<a id="membersSection" />

### 멤버

*xInMeters*\
형식: float

x 방향으로 원점에서부터의 거리이며, 단위는 미터입니다.

*yInMeters*\
형식: float

y 방향으로 원점에서부터의 거리이며, 단위는 미터입니다.

*zInMeters*\
형식: float

z 방향으로 원점에서부터의 거리이며, 단위는 미터입니다.

<a id="requirementsSection" />

## 요구 사항

**헤더:** LampArray.h

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

<a id="seealsoSection" />

## 함께 보기

[Lighting API 개요](/build/core-features/common/lighting/gc-lighting-toc)\
[ILampArray::GetBoundingBox](/reference/lighting/lamparray/interfaces/ilamparray/methods/ilamparray_getboundingbox)\
[ILampInfo::GetPosition](/reference/lighting/lamparray/interfaces/ilampinfo/methods/ilampinfo_getposition)


## Related topics

- [ILampInfo::GetPosition](/ko/reference/lighting/lamparray/interfaces/ilampinfo/methods/ilampinfo_getposition.md)
- [LampArray](/ko/reference/lighting/lamparray/lamparray_members.md)
- [ILampArray::GetBoundingBox](/ko/reference/lighting/lamparray/interfaces/ilamparray/methods/ilamparray_getboundingbox.md)
- [LampArray 효과](/ko/build/core-features/common/lighting/lighting-effects.md)
- [ILampInfo](/ko/reference/lighting/lamparray/interfaces/ilampinfo/ilampinfo.md)
