platformer - v1.0.0
    Preparing search index...

    Interface PathProps

    Props for Path.

    interface PathProps {
        loop?: boolean;
        points: Vector[];
        speed: number;
    }
    Index

    Properties

    Properties

    loop?: boolean

    Whether path loops.

    points: Vector[]

    Path points in world space.

    speed: number

    Movement speed.