Type Alias LightProps
type LightProps = {
anchor: DataConstantProperty<"map" | "viewport">;
color: DataConstantProperty<Color>;
intensity: DataConstantProperty<number>;
position: LightPositionProperty;
}
anchor: DataConstantProperty<"map" | "viewport">;
color: DataConstantProperty<Color>;
intensity: DataConstantProperty<number>;
position: LightPositionProperty;
}
Was this helpful?