jf-roku/components/data/SceneManager.xml

13 lines
452 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8" ?>
<component name="SceneManager" extends="ContentNode">
<interface>
<function name="pushScene" />
<function name="popScene" />
<function name="getActiveScene" />
<function name="clearScenes" />
<function name="resetTime" />
<field id="currentUser" type="string" onChange="updateUser" />
</interface>
<script type="text/brightscript" uri="SceneManager.brs" />
</component>