RenderNode.SetRotationY(Single) Method

Definition

Sets the rotation value for the display list around the Y axis.

[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

Parameters

rotationY
Single

The rotation value of the display list, in degrees

Returns

True if the value changed, false if the new value was the same as the previous value.

Attributes

Remarks

Sets the rotation value for the display list around the Y axis.

Java documentation for android.graphics.RenderNode.setRotationY(float).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to