interface BaseEffectSourceData {
    disabled: boolean;
    elevation: number;
    x: number;
    y: number;
}

Properties

Properties

disabled: boolean

Whether or not the source is disabled

elevation: number

The elevation of the point source

x: number

The x-coordinate of the source location

y: number

The y-coordinate of the source location