Raytracer:getCount

Edit

Returns the number of objects in the Raytracer.

count = Raytracer:getCount()

Arguments

None

Returns

NameTypeDescription
countnumber The number of objects in the Raytracer.

Notes

Raytracer:add returns nil if the Raytracer is full.

See also