2 Star 0 Fork 0

mirrors_kylepixel/wow-ui-source

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
custombindingbuttontemplate.xml 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
dubcat 提交于 6年前 . 8.1.5.29981
<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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_kylepixel/wow-ui-source.git
git@gitee.com:mirrors_kylepixel/wow-ui-source.git
mirrors_kylepixel
wow-ui-source
wow-ui-source
master

搜索帮助