-
Notifications
You must be signed in to change notification settings - Fork 260
[NUI] Remove DALi instance from Size2D #6728
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Until now, geometry and shader was mendentory. But if developper try to derive the class, this give some bad experience. So let we allow to create renderer without geometry or shader. Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Let we make the name of shader class at C# side. Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
1) Return value is not checked. 2) Null parameter is not checked.
This reverts commit c9cb592.
`WidthSdpecification` --> `WidthSpecification` `HeightSdpecification` --> `HeightSpecification` `Disdpose()` --> `Dispose()` Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Internal API ChangedAdded: 2, Removed: 0, Changed: 0Added+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.NUI.Color::Dispose()
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.NUI.Color::Dispose(System.Boolean)
|
@AdunFang |
1 similar comment
@AdunFang |
@AdunFang |
Hello, There was a diff and conflict between DevelNUI and main, causing difficulties in integrating NUI. Therefore, a hard reset was performed on DevelNUI. As a result, the pull requests (https://github.com/Samsung/TizenFX/pulls) in DevelNUI are now conflicting. To resolve this, you can go to the specific PR, where you will see an error indicating a conflict. You can then use the command line to resolve the conflict. git fetch upstream I'm sorry for the inconvenience. |
No response and no patch updates, so closing it now. |
Description of Change
API Changes