Home
last modified time | relevance | path

Searched refs:GetLayerMask (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/kits/js/include/
H A DNodeImpl.h57 napi_value GetLayerMask(NapiApi::FunctionContext<>& ctx);
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DNodeImpl.cpp80 … props.push_back(TROGetProperty<BASE_NS::string, NodeImpl, &NodeImpl::GetLayerMask>("layerMask")); in GetPropertyDescs()
155 napi_value NodeImpl::GetLayerMask(NapiApi::FunctionContext<>& ctx) in GetLayerMask() function in NodeImpl