Interface LinePathCommand

interface LinePathCommand {
    kind: LineTo;
    point: Vec3;
}

Properties

Properties

kind: LineTo
point: Vec3

Generated using TypeDoc

OpenSource licenses