Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/kits/js/src/
H A DShaderJS.cpp149 class PropProxy : public Proxy { class
154 PropProxy(napi_env e, META_NS::IProperty::Ptr prop, BASE_NS::string_view prefix = "") in PropProxy() function in PropProxy
163 ~PropProxy() in ~PropProxy()
184 auto me_ = (PropProxy<proxType>*)info.GetData(); in insertProp()
189 auto me_ = (PropProxy<proxType>*)info.GetData(); in insertProp()
299 proxt = BASE_NS::shared_ptr { new PropProxy<Vec4Proxy>(e, t->Factor(), name) }; in BindToMaterial()
329 proxt = BASE_NS::shared_ptr { new PropProxy<Vec2Proxy>(e, t) }; in BindToMaterial()
332 proxt = BASE_NS::shared_ptr { new PropProxy<Vec3Proxy>(e, t) }; in BindToMaterial()
335 proxt = BASE_NS::shared_ptr { new PropProxy<Vec4Proxy>(e, t) }; in BindToMaterial()

Completed in 1 milliseconds