attach
places a light in the queue to be processed. If there are already eight lights placed in the queue, the light is ignored and false is returned. Otherwise, true is returned to indicate success.
@param light the light to add to the queue.
@return true if the light was added successfully, false if there are already eight lights in the queue.
|
|
|
|
|
|
|
|