Set all elements to the same color. Note that this change only take effects temporarily at this session. It does not change the scene data so that the color setting is not preserved next time.
Signature:
setOverrideColor(color: Array<number>): void;
Parameter | Description |
---|---|
color | The new color in format of RGBA. |
Returns:
void