topical media & game development
lib-game-delta3d-sdk-examples-testStateManager-test.xml / xml
<?xml version="1.0" encoding="utf-8"?>
<TransitionList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../data/transitionlist.xsd">
<Transition>
<Event Type="ALT"/>
<FromState Type="SHELL" Name="Shell"/>
<ToState Type="OPTIONS" Name="Options"/>
</Transition>
<Transition>
<Event Type="ALT"/>
<FromState Type="OPTIONS" Name="Options"/>
<ToState Type="SHELL" Name="Shell"/>
</Transition>
<Transition>
<Event Type="START" />
<FromState Type="SHELL" Name="Shell"/>
<ToState Type="GAME" Name="Game"/>
</Transition>
<Transition>
<Event Type="START"/>
<FromState Type="OPTIONS" Name="Options"/>
<ToState Type="GAME" Name="Game"/>
</Transition>
<StartState Name="Shell"/>
</TransitionList>
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.