Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是菜鸟,我有一个愚蠢的问题。如何创建嵌套场景?我已阅读“场景管理器”文章,但找不到场景管理器来创建三个相互嵌套的场景我想在主场景中有两个调整大小的子场景,但我不知道如何连接它们。
提前致谢!
场景只是 div,其位置设置为绝对。主场景必须通过 CSS 样式表将宽度设置为 960 像素(1280 像素),高度设置为 540 像素(720 像素)。其他场景大小可以相同或更小。
$.sfScene.show('SceneID')将场景属性显示设置为块 $.sfScene.hide('SceneID')将场景属性显示设置为无
$.sfScene.show('SceneID')
$.sfScene.hide('SceneID')
$.sfScene.get('SceneID')创建一个 Scene 实例,换句话说,就是 Scene 对象的实例function SceneSceneID()
$.sfScene.get('SceneID')
function SceneSceneID()