interface BaseEffectSourceOptions {
    object?: PlaceableObject;
    sourceId?: string;
}

Properties

Properties

An optional PlaceableObject which is responsible for this source

sourceId?: string

A unique ID for this source. This will be set automatically if an object is provided, otherwise is required.