interface IMovePath {
    clamp: boolean;
    delay: IValueWithRandom;
    enable: boolean;
    generator?: string;
    options: PathOptions;
}

Implemented by

Properties

clamp: boolean
enable: boolean
generator?: string
options: PathOptions