Searched defs:LightType (Results 1 – 7 of 7) sorted by relevance
27 enum LightType { enum
40 enum class LightType : uint8_t { enum
342 ## LightType section
341 ## LightType section
34 enum LightType { enum
28 NapiApi::Object LightType(exports.GetEnv()); in RegisterEnums() local
141 enum class LightType : int { INVALID, DIRECTIONAL, POINT, SPOT, AMBIENT }; in CORE3D_BEGIN_NAMESPACE() enum