interface BasseEffectSourceOptions {
    object: PlaceableObject;
    sourceId: string;
}

Properties

Properties

object: PlaceableObject

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.