VirtualFramework/Data/Xml/03_KaoHe.xml

123 lines
2.8 KiB
XML
Raw Normal View History

2025-05-20 09:06:49 +08:00
<?xml version="1.0" encoding="utf-8"?>
<Module>
<Scene>03_KaoHe</Scene>
<Type>All</Type>
<Name>考核模式</Name>
2025-05-20 15:14:59 +08:00
<Icon>KaoHe.png</Icon>
2025-06-24 17:00:05 +08:00
<FSM name="考核模式状态机">
<State name="考核模式初始状态">
<Enter>
<Action type="Sequence">
<Action type="Log" value="bbb"></Action>
<Action type="Var" name="理论考核" value="1"></Action>
<Action type="Var" name="三维构造考核" value="1"></Action>
</Action>
</Enter>
<Exit>
<Action type="Sequence">
<Action type="Log" value="ddd"></Action>
</Action>
</Exit>
</State>
<State name="理论考核">
<Enter>
<Action type="Sequence">
<Action type="Log" value="理论考核"></Action>
<Action type="Var" name="理论考核" value="2"></Action>
<Action type="UIShow" value="DaTiUI"></Action>
<Condition type="StrEvent" value="理论考核通过"></Condition>
</Action>
</Enter>
<Exit>
<Action type="Sequence">
<Action type="Log" value="!!!理论考核"></Action>
</Action>
</Exit>
</State>
<State name="三维构造考核">
<Enter>
<Action type="Sequence">
<Action type="Log" value="三维构造考核"></Action>
2025-06-25 13:45:30 +08:00
<Action type="DragPanel" DragItemName="棱柱侧面|棱柱侧棱||||" HieraNames="" TargetObjs="旋转体|||||" ></Action>
2025-06-24 17:00:05 +08:00
</Action>
</Enter>
<Exit>
<Action type="Sequence">
<Action type="Log" value="!!!三维构造考核"></Action>
</Action>
</Exit>
</State>
<State name="综合计算考核">
<Enter>
<Action type="Sequence">
<Action type="Log" value="综合计算考核"></Action>
</Action>
</Enter>
<Exit>
<Action type="Sequence">
<Action type="Log" value="!!!综合计算考核"></Action>
</Action>
</Exit>
</State>
<State name="案例考核">
<Enter>
<Action type="Sequence">
<Action type="Log" value="案例考核"></Action>
</Action>
</Enter>
<Exit>
<Action type="Sequence">
<Action type="Log" value="!!!案例考核"></Action>
</Action>
</Exit>
</State>
<Transision from="any" to="理论考核">
<Condition type="Var" name="理论考核" value="1"></Condition>
</Transision>
<Transision from="any" to="三维构造考核">
</Transision>
<Transision from="any" to="综合计算考核">
</Transision>
<Transision from="any" to="案例考核">
</Transision>
</FSM>
</Module>