W3Booster SDK 4.6.0
    Preparing search index...

    Interface IconOptions

    interface IconOptions {
        graphics: Graphics;
        level?: number;
        role?: "inactive" | "research" | "icon";
    }
    Index
    graphics: Graphics
    level?: number
    role?: "inactive" | "research" | "icon"