There’s no setter for the renderList
property on ReflectionProbe
, only a getter.
If you want to set the value, you must do it through the texture: probe.cubeTexture.renderList = null;
.
There’s no setter for the renderList
property on ReflectionProbe
, only a getter.
If you want to set the value, you must do it through the texture: probe.cubeTexture.renderList = null;
.