LampArrayPosition
Represents a measurement in 3D space from a given origin point.
Syntax
struct LampArrayPosition
{
float xInMeters;
float yInMeters;
float zInMeters;
};
Members
xInMeters
Type: float
The distance from the origin point in the x dimension, measured in meters.
yInMeters
Type: float
The distance from the origin point in the y dimension, measured in meters.
zInMeters
Type: float
The distance from the origin point in the z dimension, measured in meters.
Requirements
Header: LampArray.h
Supported platforms: Xbox One family consoles and Xbox Series consoles
See also
Lighting API Overview
ILampArray::GetBoundingBox
ILampInfo::GetPosition