mce
    Preparing search index...

    Interface DrawingContext

    interface DrawingContext {
        end?: (position: Vector2Like) => void;
        move?: (position: Vector2Like) => void;
        start?: (position: Vector2Like) => void;
        tip?: string;
    }
    Index

    Properties

    Properties

    end?: (position: Vector2Like) => void
    move?: (position: Vector2Like) => void
    start?: (position: Vector2Like) => void
    tip?: string