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.2.419.0 (24.2.419.0)
Syntax public virtual int Count { get; }
Public Overridable ReadOnly Property Count As Integer
Get
public:
virtual property int Count {
int get ();
}
abstract Count : int with get
override Count : int with get
Return Value
Type:
Int32The 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