Vertex Viewer SDK
    Preparing search index...

    Interface CustomCursor

    Represents a custom cursor that points to an image file and offset.

    interface CustomCursor {
        offsetX?: number;
        offsetY?: number;
        url: string;
    }
    Index

    Properties

    Properties

    offsetX?: number
    offsetY?: number
    url: string