Android.Graphics.Camera.SetLocation Method
Sets the location of the camera.

Syntax

[Android.Runtime.Register("setLocation", "(FFF)V", "GetSetLocation_FFFHandler")]
public virtual void SetLocation (float x, float y, float z)

Parameters

x
The x location of the camera
y
The y location of the camera
z
The z location of the camera

Remarks

Sets the location of the camera. The default location is set at 0, 0, -8.

[Android Documentation]

Requirements

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