Gets the number of primitives in the manager.
Read-only property
[Visual Basic .NET] |
---|
Public Property Count() As Integer |
[C#] |
---|
public int Count {get;} |
[Managed C++] |
---|
public: __property int get_Count(); |
[Unmanaged C++] |
---|
public: HRESULT get_Count( int * pRetVal ); |
[Java] |
---|
public Integer getCount(); |
Count
may be more than the number of primitives rendered per frame since the manager includes optimizations to only render visible primitives.