2b7aae2
1
2
3
4
5
6
7
8
9
import { ColorRepresentation } from '../utils'; import { LightProbe } from './LightProbe'; export class AmbientLightProbe extends LightProbe { constructor(color?: ColorRepresentation, intensity?: number); readonly isAmbientLightProbe: true; }