Click or drag to resize
IMyCameraController Interface

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

[Missing <summary> documentation for "T:VRage.Game.ModAPI.Interfaces.IMyCameraController"]

Namespace: VRage.Game.ModAPI.Interfaces
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public interface IMyCameraController

The IMyCameraController type exposes the following members.

Properties
Methods
  NameDescription
Public methodControlCamera
Change camera properties now. Communication: from controller to camera.
Public methodHandlePickUp
Public methodHandleUse
Used to send "use" commands to camera controller
Public methodOnAssumeControl
Public methodOnReleaseControl
Public methodRotate
Rotate camera controller.
Public methodRotateStopped
Rotation of camera controller stopped.
Top
See Also