OpenFairyGUI API
    Preparing search index...

    Variable UAM_SUPPORTED_TRANSACTION_SCOPEConst

    UAM_SUPPORTED_TRANSACTION_SCOPE: {
        gearKinds: readonly [
            "display",
            "display2",
            "look",
            "xy",
            "size",
            "color",
            "animation",
            "text",
            "icon",
            "fontSize",
        ];
        nodeKinds: readonly [
            "image",
            "text",
            "richText",
            "textInput",
            "component",
            "list",
            "tree",
            "graph",
            "group",
            "loader",
            "loader3D",
            "movieClip",
            "button",
            "label",
            "comboBox",
            "progressBar",
            "slider",
            "scrollBar",
        ];
        resourceKinds: readonly [
            "image",
            "sound",
            "misc",
            "font",
            "movieClip",
            "spine",
            "dragonBones",
            "component",
        ];
    } = ...

    Type Declaration

    • ReadonlygearKinds: readonly [
          "display",
          "display2",
          "look",
          "xy",
          "size",
          "color",
          "animation",
          "text",
          "icon",
          "fontSize",
      ]
    • ReadonlynodeKinds: readonly [
          "image",
          "text",
          "richText",
          "textInput",
          "component",
          "list",
          "tree",
          "graph",
          "group",
          "loader",
          "loader3D",
          "movieClip",
          "button",
          "label",
          "comboBox",
          "progressBar",
          "slider",
          "scrollBar",
      ]
    • ReadonlyresourceKinds: readonly [
          "image",
          "sound",
          "misc",
          "font",
          "movieClip",
          "spine",
          "dragonBones",
          "component",
      ]