We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67678c0 commit a18b7e0Copy full SHA for a18b7e0
src/Typings/Camera/index.js
@@ -15,6 +15,8 @@ class Camera {
15
also if you do please @ me @paishee on discord or make an issue on the github https://github.com/paishee/unityscript/issues
16
thanks
17
*/
18
+
19
+ this.backgroundColor = this.parent.Color.fromColor3(fixedSettings.backGroundColor.__value);
20
this.cullingMask = new this.parent.CullingMask(fixedSettings.cullingMask.__value);
21
}
22
0 commit comments