Click or drag to resize
IMyCameraControllerControlCamera Method

[This is preliminary documentation and is subject to change.]

Change camera properties now. Communication: from controller to camera.

Namespace: VRage.Game.ModAPI.Interfaces
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void ControlCamera(
	MyCamera currentCamera
)

Parameters

currentCamera
Type: MyCamera

[Missing <param name="currentCamera"/> documentation for "M:VRage.Game.ModAPI.Interfaces.IMyCameraController.ControlCamera(VRage.Game.Utils.MyCamera)"]

See Also