renderSorted(...)
renderSorted(val: boolean): this;
Sets whether the object is to be sorted in depth and rendered along with other renderSorted objects.
Parameters
Parameter | Type | Description |
---|---|---|
val | boolean | If true the object will be sorted in depth and rendered with other renderSorted objects. |
Returns
this