작성자 | 퍼스나콘 | ||
---|---|---|---|
작성일 | 2011-12-28 01:26:31 KST | 조회 | 514 |
첨부 |
|
||
제목 |
커스텀 UI 명령버튼 위치 어떻게 옮기나요
|
보기 불편하시면 첨부파일 봐주세요
----------------------------------------------------------------------------------------------------
<Desc>
<Frame type="MinimapPanel" name="GameUI/UIContainer/ConsoleUIContainer/MinimapPanel" file="GameUI">
<Anchor side="Right" relative="$parent" pos="Max" offset="0"/>
<Anchor side="Left" relative="$this" pos="Min" offset="0"/>
</Frame>
<Frame type="ConsolePanel" name="GameUI/UIContainer/ConsolePanel" file="GameUI">
<Frame type="Model" name="InfopanelModel">
<Visible val="False"/>
</Frame>
<Frame type="Model" name="MinimapModel">
<Visible val="False"/>
</Frame>
<Frame type="PortraitPanel" name="PortraitPanel" template="PortraitPanel/PortraitPanelTemplate">
<Visible val="False"/>
</Frame>
<Frame type="Model" name="CommandPanelModel">
<Visible val="False"/>
</Frame>
<Frame type="Frame" name="MinimapStub">
<Visible val="False"/>
</Frame>
<Frame type="Frame" name="InfoStub">
<Visible val="False"/>
</Frame>
<Frame type="Frame" name="CommandStub">
<Visible val="False"/>
</Frame>
</Frame>
<Frame type="CommandPanel" name="GameUI/UIContainer/ConsoleUIContainer/CommandPanel" file="GameUI">
<Frame type="CommandPanel" name="CommandPanel" template="CommandPanel/CommandPanelTemplate">
<BatchImages val="true"/>
<BatchText val="true"/>
<Anchor side="Bottom" relative="$parent" pos="Max" offset="-5"/>
<Anchor side="Bottom" relative="$parent" pos="Max" offset="-5"/>
<Width val="400"/>
<Height val="242"/>
</Frame>
<Frame type="CommandButton" name="CommandButton00" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent" pos="Min" offset="#CommandButtonGap"/>
<Anchor side="Left" relative="$parent" pos="Min" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton01" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton00" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton00" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton02" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton01" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton01" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton03" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton02" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton02" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton04" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton03" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton03" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton05" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton04" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton04" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton06" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton05" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton05" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton07" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton06" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton06" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton08" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton07" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton07" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton09" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton08" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton08" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton10" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton09" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton09" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton11" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton10" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton10" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton12" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton11" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton11" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton13" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton12" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton12" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton14" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton13" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton13" pos="Max" offset="#CommandButtonGap"/>
</Frame>
</Frame>
</Desc>
----------------------------------------------------------------------------------------------------
명령 버튼 16개가 연달아 표시되는건 해결했는데
그 명령버튼 자체를 옮기는 저 빨간 글씨를 넣으면 오류나네요
저렇게 넣는거 아닌가요?
© PlayXP Inc. All Rights Reserved.