代码拉取完成,页面将自动刷新
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\..\FrameXML\UI.xsd">
<Button name="CustomBindingButtonTemplate" inherits="UIMenuButtonStretchTemplate" mixin="CustomBindingButtonMixin" virtual="true">
<Layers>
<Layer level="OVERLAY">
<Texture parentKey="selectedHighlight" file="Interface\Buttons\UI-Silver-Button-Select" alphaMode="ADD" hidden="true">
<Size x="180" y="20"/>
<Anchors>
<Anchor point="CENTER" x="0" y="-3"/>
</Anchors>
</Texture>
</Layer>
</Layers>
<Scripts>
<OnLoad method="OnLoad"/>
<OnClick method="OnClick"/>
<OnMouseWheel method="OnMouseWheel"/>
<OnKeyDown method="OnKeyDown"/>
<OnKeyUp method="OnKeyUp"/>
</Scripts>
<NormalFont style="GameFontHighlightSmall"/>
<DisabledFont style="GameFontDisable"/>
<HighlightFont style="GameFontHighlightSmall"/>
</Button>
<Button name="CustomBindingButtonTemplateWithLabel" inherits="CustomBindingButtonTemplate" virtual="true">
<Layers>
<Layer level="BACKGROUND">
<FontString parentKey="KeyLabel" inherits="GameFontNormalSmall">
<Anchors>
<Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT" x="4" y="5" />
</Anchors>
</FontString>
</Layer>
</Layers>
</Button>
</Ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。