Change-Id: I1ffda9c1d267bc48670cd99ba9c111400a26c7e8
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
/*
- * Copyright (c) 2021 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2025 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.
return jresult;
}
+ SWIGEXPORT void *SWIGSTDCALL CSharp_Dali_RenderCallbackInput_WorldColor_get(void *input)
+ {
+ void *jresult;
+ Dali::Vector4 *result = 0;
+ Dali::RenderCallbackInput *renderInput = (Dali::RenderCallbackInput *)input;
+
+ result = &(renderInput->worldColor);
+ jresult = (void *)result;
+ return jresult;
+ }
+
#ifdef __cplusplus
}
#endif