RenderNode.SetRotationY(Single) 方法

定義

設定顯示列表繞 Y 軸旋轉的值。

[Android.Runtime.Register("setRotationY", "(F)Z", "", ApiSince=29)]
public bool SetRotationY(float rotationY);
[<Android.Runtime.Register("setRotationY", "(F)Z", "", ApiSince=29)>]
member this.SetRotationY : single -> bool

參數

rotationY
Single

顯示列表的旋轉值,以度數為單位

傳回

若值改變,則為真;若新值與先前相同,則為假。

屬性

備註

設定顯示列表繞 Y 軸旋轉的值。

Java 文件 android.graphics.RenderNode.setRotationY(float)

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於