Searched defs:LightInfo (Results 1 – 4 of 4) sorted by relevance
73 struct LightInfo { struct74 int type_;75 float intensity_;76 bool shadow_;77 BASE_NS::Math::Vec3 color_;78 BASE_NS::Math::Vec3 position_;79 BASE_NS::Math::Quat rotation_;
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
50 } LightInfo; typedef