Click or drag to resize
CullingNodeIsPartlyInScreen Property
Get if this node is partly inside screen (eg intersects with camera frustum).

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public abstract bool IsPartlyInScreen { get; }

Property Value

Type: Boolean
See Also