Interface TrailSettings

interface TrailSettings {
    followLocalOrigin: boolean;
    startLength: ValueGenerator | FunctionValueGenerator;
}

Properties

followLocalOrigin: boolean