Click or drag to resize
IMyCameraIsInFrustum Method (BoundingSphereD)

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

[Missing <summary> documentation for "M:VRage.ModAPI.IMyCamera.IsInFrustum(VRageMath.BoundingSphereD@)"]

Namespace: VRage.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
bool IsInFrustum(
	ref BoundingSphereD boundingSphere
)

Parameters

boundingSphere
Type: BoundingSphereD

[Missing <param name="boundingSphere"/> documentation for "M:VRage.ModAPI.IMyCamera.IsInFrustum(VRageMath.BoundingSphereD@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VRage.ModAPI.IMyCamera.IsInFrustum(VRageMath.BoundingSphereD@)"]

See Also