Esposter
    Preparing search index...

    Interface PathFollowerComponentConfiguration

    interface PathFollowerComponentConfiguration {
        path: Path;
        rotateToPath: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    path: Path

    The Path this PathFollower is following. It can only follow one Path at a time.

    rotateToPath: boolean

    Should the PathFollower automatically rotate to point in the direction of the Path?