mirror of
https://github.com/openharmony/interface_sdk_c.git
synced 2026-08-24 06:23:09 -04:00
!5650 merge 0711 into master
添加ingroup标签 Created-by: xi-heqiong Commit-by: xi-heqiong Merged-by: openharmony_ci Description: ### 相关的Issue https://gitcode.com/openharmony/interface_sdk_c/issues/4417 ### 原因(目的、解决的问题等) ### 描述(做了什么,变更了什么) ### 自检结果(结果截图添加到下面) - [x] 是否通过C语法扫描 - [x] 是否通过注释规则扫描 - [x] 是否更新json文件 - [x] 实现代码是否已经合入 - [x] 目标是否已经添加到interface/sdk_c仓ndk依赖目标(ndk_targets.gni)里 - [x] 头文件library声明与SDK so库名称一致 ### 兼容性影响评估,如有影响请写明(Y/N) - [ ] 不兼容 - [x] 是否经过评审 ### L0新增用例自检结果 - [ ] 是,有新增L0用例,且完成自检 - [x] 否 ### API参考文档影响评估(提供docs仓pr链接) - [ ] 是,已刷新API参考文档 - [x] 否,不涉及刷新API参考文档 See merge request: openharmony/interface_sdk_c!5650
This commit is contained in:
@@ -675,6 +675,7 @@ typedef enum {
|
||||
* Format of the return value {@link ArkUI_AttributeItem}:\n
|
||||
* .value[0...15].f32: 16 floating-point numbers. \n
|
||||
*
|
||||
* @ingroup Visual
|
||||
*/
|
||||
NODE_TRANSFORM,
|
||||
/**
|
||||
@@ -2093,6 +2094,7 @@ typedef enum {
|
||||
* .value[2].f32: z-axis rotation angle. The default value is <b>0</b>. \n
|
||||
* .value[3].f32: perspective distance from the viewpoint to the z=0 plane, in px. The default value is <b>0</b>. \n
|
||||
*
|
||||
* @ingroup Visual
|
||||
* @since 20
|
||||
*/
|
||||
NODE_ROTATE_ANGLE = 104,
|
||||
|
||||
Reference in New Issue
Block a user