Interface MoveToPathCommand

interface MoveToPathCommand {
    kind: MoveTo;
    point: Vec3;
}

Properties

Properties

kind: MoveTo
point: Vec3

Generated using TypeDoc

OpenSource licenses