Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/kits/js/src/
H A DQuatProxy.cpp16 #include "QuatProxy.h"
19 QuatProxy::QuatProxy(napi_env env, META_NS::Property<BASE_NS::Math::Quat> prop) : PropertyProxy(prop) in QuatProxy() function in QuatProxy
28 QuatProxy::~QuatProxy() {} in ~QuatProxy()
29 void QuatProxy::UpdateLocalValues() in UpdateLocalValues()
34 void QuatProxy::UpdateRemoteValues() in UpdateRemoteValues()
38 void QuatProxy::SetValue(const BASE_NS::Math::Quat& v) in SetValue()
47 void QuatProxy::SetValue(NapiApi::FunctionContext<>& cb, BASE_NS::string_view memb) in SetValue()
67 napi_value QuatProxy in SetValue()
[all...]
H A DNodeImpl.cpp263 rotProxy_ = BASE_NS::make_unique<QuatProxy>(ctx, node->Rotation()); in GetRotation()
276 rotProxy_ = BASE_NS::make_unique<QuatProxy>(ctx, node->Rotation()); in SetRotation()
/foundation/graphic/graphic_3d/kits/js/include/
H A DQuatProxy.h23 class QuatProxy : public PropertyProxy { class
29 QuatProxy(napi_env env, META_NS::Property<BASE_NS::Math::Quat> prop);
30 ~QuatProxy() override;
H A DNodeImpl.h20 #include "QuatProxy.h"
77 BASE_NS::unique_ptr<QuatProxy> rotProxy_ { nullptr };

Completed in 3 milliseconds