Interface RenderablePathSpec

interface RenderablePathSpec {
    commands: PathCommand[];
    path?: Path;
    startPoint: Vec3;
    style: RenderingStyle;
}

Properties

commands: PathCommand[]
path?: Path
startPoint: Vec3

Generated using TypeDoc

OpenSource licenses