Home
last modified time | relevance | path

Searched refs:lightType_ (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_3d/kits/js/include/
H A DLightJS.h67 LightType lightType_; member in BaseLight
/foundation/graphic/graphic_3d/kits/js/src/
H A DLightJS.cpp24 BaseLight::BaseLight(LightType lt) : NodeImpl(NodeImpl::NodeType::LIGHT), lightType_(lt) {} in BaseLight()
168 type = lightType_; in GetlightType()
H A DSceneJS.cpp716 uint32_t lightType_; in CreateLight() member
724 switch (lightType_) { in CreateLight()
750 data->lightType_ = ctx.Arg<1>(); in CreateLight()

Completed in 4 milliseconds