2
0
Эх сурвалжийг харах

Added tags for `.castShadow`

ycw 5 жил өмнө
parent
commit
52cd5f6637

+ 3 - 1
src/lights/HemisphereLight.d.ts

@@ -26,7 +26,9 @@ export class HemisphereLight extends Light {
 	position: Vector3;
 
 	/**
-	 * @default undefined
+	 * This light cannot be used to cast shadows.
+	 * @default false
+	 * @override
 	 */
 	castShadow: boolean;