Click or drag to resize
IMyCameraControllerRotate Method

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

Rotate camera controller.

Namespace: VRage.Game.ModAPI.Interfaces
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void Rotate(
	Vector2 rotationIndicator,
	float rollIndicator
)

Parameters

rotationIndicator
Type: Vector2

[Missing <param name="rotationIndicator"/> documentation for "M:VRage.Game.ModAPI.Interfaces.IMyCameraController.Rotate(VRageMath.Vector2,System.Single)"]

rollIndicator
Type: SystemSingle

[Missing <param name="rollIndicator"/> documentation for "M:VRage.Game.ModAPI.Interfaces.IMyCameraController.Rotate(VRageMath.Vector2,System.Single)"]

See Also