Click or drag to resize
NodeCanHoldEntities Property
Get if this node can hold renderable entities (if not, it means this node is just for child nodes, and not for entities.

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

Property Value

Type: Boolean
See Also