Click or drag to resize
IMyCamera Interface

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

[Missing <summary> documentation for "T:VRage.ModAPI.IMyCamera"]

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

The IMyCamera type exposes the following members.

Properties
Methods
  NameDescription
Public methodGetDistanceWithFOV
Public methodIsInFrustum(BoundingBoxD)
Public methodIsInFrustum(BoundingBoxD)
Public methodIsInFrustum(BoundingSphereD)
Public methodWorldToScreen
Gets screen coordinates of 3d world pos in 0 - 1 distance where 1.0 is screen width(for X) or height(for Y). WARNING: Y is from bottom to top.
Top
See Also