pub unsafe extern "C" fn OH_ArkUI_RenderNodeUtils_AttachVector2AnimatableProperty(
modifier: ArkUI_RenderContentModifierHandle,
property: ArkUI_Vector2AnimatablePropertyHandle,
) -> i32Available on crate feature
api-20 only.Expand description
Attach a vector2 animatable property to the target content modifier.
§Arguments
-
modifier-ArkUI_RenderContentModifierHandleSet vector2 animatable property to the target content modifier. -
property-ArkUI_Vector2AnimatablePropertyHandleHandle to the vector2 animatable property.
§Returns
- Error code.
[
ARKUI_ERROR_CODE_NO_ERROR] Success. [ARKUI_ERROR_CODE_PARAM_INVALID] Function parameter exception. [ARKUI_ERROR_CODE_CAPI_INIT_ERROR] if CAPI init error.
Available since API-level: 20