Entity.IsCrossing Method

Tells if the entity is inside or crossing the given planes and edges.
Protected Friend Overridable Function IsCrossing( _ 
ByVal data As FrustumParams
) As Boolean
This language is not supported or no code example is available.
internal protected virtual bool IsCrossing( 
FrustumParams data 
)
This language is not supported or no code example is available.

Parameters

data
FrustumParams

Return Value

bool

True if the entity is selected

.NET Framework

Supported in: 4.8

In this article

Definition