Entity.IsInFrustum (FrustumParams) Method

Tells if the entity is inside the frustum planes.
Public Function IsInFrustum( _ 
ByVal data As FrustumParams
) As Boolean
This language is not supported or no code example is available.
public bool IsInFrustum( 
FrustumParams data 
)
This language is not supported or no code example is available.

Parameters

data
FrustumParams

The parameters data

Return Value

bool

True if the entity is inside the frustum

Remarks
 
The frustum planes can be obtained with Viewport.GetCameraFrustum

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition