Menu

Menu

onuxy

メニュー:(XMLObjMenuクラス)
label:プログラム中から呼び出す時の名前

type_2d / type_3d:座標系選択
select_plane:メニューの表示と同期するオブジェクト

@selecting
@baseX,@baseY,@baseZ

base_position:メニューを表示する場所
select_sprite
select_plane
name
message_size

item:項目(SelectItem > XMLMenuSelectItem > XMLSelectItem クラス)
back_picture
work
size
position
text
selectable:選択可能な項目
xcut,ycut,work,script

<menu1 label="menu1">
    <type_2d/>
    <base_position>300,100,</base_position>
    <item>
        <text>キャンセル</text>
        <position>200,50</position>
        <size>16+16,32,1</size>
        <selectable/>
    </item>
    <item>
        <text>戻る</text>
        <position>200,100</position>
        <size>16+16,32,1</size>
        <selectable/>
    </item>
</menu1>

Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.