Raytracer:getCount
EditReturns the number of objects in the Raytracer.
count = Raytracer:getCount()Arguments
None
Returns
| Name | Type | Description |
| count | number | The number of objects in the Raytracer. |
Notes
Raytracer:add returns nil if the Raytracer is full.