Interface LightFormerConfig

interface LightFormerConfig {
    color: string;
    form: Form;
    intensity: number;
}

Properties

Properties

color: string
form: Form
intensity: number