Home
last modified time | relevance | path

Searched refs:EnvironmentBackgroundType (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/kits/js/src/
H A DEnvironmentJS.cpp71 napi_create_uint32(env, EnvironmentBackgroundType::x, &v); \ in Init()
79 exp.Set("EnvironmentBackgroundType", eType); in Init()
229 auto typeE = static_cast<EnvironmentBackgroundType>(typeI); in SetBackgroundType()
232 case EnvironmentBackgroundType::BACKGROUND_NONE: in SetBackgroundType()
235 case EnvironmentBackgroundType::BACKGROUND_IMAGE: in SetBackgroundType()
238 case EnvironmentBackgroundType::BACKGROUND_CUBEMAP: in SetBackgroundType()
241 case EnvironmentBackgroundType::BACKGROUND_EQUIRECTANGULAR: in SetBackgroundType()
/foundation/graphic/graphic_3d/kits/js/include/
H A DEnvironmentJS.h35 enum EnvironmentBackgroundType { enum in EnvironmentJS

Completed in 2 milliseconds