Add API to UpdateProxy
[platform/core/uifw/dali-core.git] / dali / devel-api / update / update-proxy.cpp
index a79159b..b157d09 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2022 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -58,6 +58,11 @@ bool UpdateProxy::GetPositionAndSize(uint32_t id, Vector3& position, Vector3& si
   return mImpl.GetPositionAndSize(id, position, size);
 }
 
+bool UpdateProxy::GetWorldPositionScaleAndSize(uint32_t id, Vector3& position, Vector3& scale, Vector3& size) const
+{
+  return mImpl.GetWorldPositionScaleAndSize(id, position, scale, size);
+}
+
 bool UpdateProxy::GetScale(uint32_t id, Vector3& scale) const
 {
   return mImpl.GetScale(id, scale);