outlineColor(...)
outlineColor(v: number[]) : this;
Set the color of the outline on the object's surface, if one is enabled.
Default value: [0, 0, 0]
Parameters
Parameter | Type | Description |
---|---|---|
v | number | The value to set the color of the outline to. |
Returns
this