Explorar o código

Added tags for `.castShadow`

ycw %!s(int64=5) %!d(string=hai) anos
pai
achega
52cd5f6637
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/lights/HemisphereLight.d.ts

+ 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;