IMyCamera Interface |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:VRage.ModAPI.IMyCamera"]
Namespace: VRage.ModAPI
public interface IMyCamera
The IMyCamera type exposes the following members.
Name | Description | |
---|---|---|
GetDistanceWithFOV | ||
IsInFrustum(BoundingBoxD) | ||
IsInFrustum(BoundingBoxD) | ||
IsInFrustum(BoundingSphereD) | ||
WorldToScreen |
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.
|