Android.Graphics.Camera.RotateY Method
Applies a rotation transform around the Y axis.

Syntax

[Android.Runtime.Register("rotateY", "(F)V", "GetRotateY_FHandler")]
public virtual void RotateY (float deg)

See Also

Camera.RotateX(float)
Camera.RotateZ(float)
Camera.Rotate(float, System.Single, System.Single)

Parameters

deg
The angle of rotation around the Y axis, in degrees

Remarks

Applies a rotation transform around the Y axis.

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1