switchByName
根据名称切换到指定场景。
地址
/scene/switchByName [scene name] [switch effect]
参数
类型 | 说明 | |
---|---|---|
argument 1 | String | 场景名称 |
argument 2 | Int | 转场方式,0:硬切 1:渐变 非必要参数,无此参数时将使用切换设置中预置的转场方式。 |
示例
以渐变方式切换到名为“new_scene”的场景
/scene/switchByName new_scene 1
根据名称切换到指定场景。
/scene/switchByName [scene name] [switch effect]
类型 | 说明 | |
---|---|---|
argument 1 | String | 场景名称 |
argument 2 | Int | 转场方式,0:硬切 1:渐变 非必要参数,无此参数时将使用切换设置中预置的转场方式。 |
以渐变方式切换到名为“new_scene”的场景
/scene/switchByName new_scene 1