blob: 2065656732fe615e8b4656a1c6c5df09d30e4c7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="beacons" title="ビーコン(標識)">
<panel name="beacons_panel">
<check_box label="タッチオンリーのスクリプトを含むオブジェクト" name="touch_only"/>
<check_box label="スクリプト・オブジェクト" name="scripted"/>
<check_box label="物理的オブジェクト" name="physical"/>
<check_box label="音源" name="sounds"/>
<check_box label="パーティクル源" name="particles"/>
<check_box label="ハイライトのレンダリング" name="highlights"/>
<check_box label="ビーコン(標識)のレンダリング" name="beacons"/>
<text name="beacon_width_label">
ビーコン(標識)の幅
</text>
</panel>
</floater>
|