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

Properties

Properties

x: number

The x-coordinate of the source location

y: number

The y-coordinate of the source location

elevation: number

The elevation of the point source

disabled: boolean

Whether or not the source is disabled