Searched defs:LightInfo (Results 1 – 2 of 2) sorted by relevance
195 struct LightInfo { struct196 uint32_t lightId; /** Light id. For details, see {@link LightId}. */197 uint32_t lightNumber; /** Number of physical lights in the logic controller. */198 char lightName[NAME_MAX_LEN]; /** Logic light name. */199 int32_t lightType; /** Light type. For details, see {@link HdfLightType}. */
134 struct LightInfo { struct150 struct LightInfo lightInfo; argument