You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
958 B
958 B
Buffer Count
Menu Path : Operator > Sampling > Buffer Count
The Buffer Count Operator enables you to get the number of element in the a GraphicsBuffer.
Operator Properties
| Input | Type | Description |
|---|---|---|
| Buffer | GraphicsBuffer | The source GraphicsBuffer to get the number of elements in. You can only connect an exposed property to this input port. |
| Output | Type | Description |
|---|---|---|
| Count | UInt | The number of element in the buffer. For more information, see GraphicsBuffer.count |