Shape options.

interface ShapeOptions {
    defaultShapeSet?: ShapeSet;
    leaderTime?: number;
    shapeSetEntries?: ShapeSetEntry[];
}

Properties

defaultShapeSet?: ShapeSet

Default shape set.

leaderTime?: number

The length of the leader (unit: s).

shapeSetEntries?: ShapeSetEntry[]

Shape set entries.

Generated using TypeDoc