Interface MoveToPathCommand

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

Properties

Properties

kind: MoveTo
point: Vec3
OpenSource licenses