priority(...)
Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.
priority(v: LightPriority) : this;
Sets the priority of the light, as a Z.LightPriority.
Default value: Z.LightPriority.auto
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
v | Z.LightPriority | The priority of the light. |
Returns
Section titled “Returns”this