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

Properties

followLocalOrigin: boolean

Whether to follow the local origin.

Start length of the trail.