KLUIModelItemPanelKml.txt 553 B

1234567891011121314151617
  1. <uipanel id="KLUIModelItemPanel" name="选角角色界面" width="300" height="300" x="0" y="0">
  2. <prefab id="UIModelItemTemplate" path="UI/Template/Template/CreateRole/UIModelItemTemplate.prefab">
  3. <img id="Image" bind="Image" active="1">
  4. </img>
  5. <img id="ImageCareer" bind="ImageCareer" active="0">
  6. </img>
  7. <button id="DeleteBtn" bind="DeleteBtn" active="1">
  8. </button>
  9. <text id="Name" bind="Name" active="1">
  10. </text>
  11. <text id="Level" bind="Level" active="1">
  12. </text>
  13. <button id="ModelBtn" bind="ModelBtn" active="1">
  14. </button>
  15. </prefab>
  16. </uipanel>