> ## 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*\
Type: float

原点から x 方向への距離で、メートル単位で計測されます。

*yInMeters*\
Type: float

原点から y 方向への距離で、メートル単位で計測されます。

*zInMeters*\
Type: 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](/ja-jp/reference/lighting/lamparray/interfaces/ilampinfo/methods/ilampinfo_getposition.md)
- [LampArray](/ja-jp/reference/lighting/lamparray/lamparray_members.md)
- [ILampArray::GetBoundingBox](/ja-jp/reference/lighting/lamparray/interfaces/ilamparray/methods/ilamparray_getboundingbox.md)
- [LampArray エフェクト](/ja-jp/build/core-features/common/lighting/lighting-effects.md)
- [ILampInfo](/ja-jp/reference/lighting/lamparray/interfaces/ilampinfo/ilampinfo.md)
