Gets the number of primitives in the manager.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Count() As Integer |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property int get_Count(); |
| [Unmanaged C++] |
|---|
|
| [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.





