On this page

Type Alias LightProps

type LightProps = {
    anchor: DataConstantProperty<"map" | "viewport">;
    color: DataConstantProperty<Color>;
    intensity: DataConstantProperty<number>;
    position: LightPositionProperty;
}
Index

Properties

anchor: DataConstantProperty<"map" | "viewport">
intensity: DataConstantProperty<number>
Was this helpful?
SDK JS
Reference
LightProps