Click or drag to resize

PrimitiveManagerCount Property

Gets the number of primitives in the manager.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual int Count { get; }

Return Value

Type: Int32
The number of primitives in the manager.
Remarks
Count may be more than the number of primitives rendered per frame since the manager includes optimizations to only render visible primitives.
See Also