FindUnityScene
FindUnityScene[]
finds the active Unity scene.
FindUnityScene["name"]
finds the open Unity scene with the specified name.
FindUnityScene[patt]
finds the open Unity scene with the name matching the string pattern patt.
FindUnityScene[RegularExpression["regex"]]
finds the open Unity scene with the name matching the specified regular expression.
FindUnityScene[…,n]
finds at most n open Unity scenes.
更多信息
- FindUnityScene[expr] returns the first UnityScene it found, Missing["Nonexistent"] if no scenes were found.
- FindUnityScene[expr,n] returns a list of at most n scenes.
- FindUnityScene[expr,All] finds all matching open scenes.
- FindUnityScene[All] finds all open scenes.
- FindUnityScene is Listable.
范例
打开所有单元关闭所有单元Scope (9)
Find a scene using a string pattern:
Use abbreviated string patterns:
Find multiple scenes using a string pattern:
Find multiple scenes using a RegularExpression:
FindUnityScene is Listable:
Applications (3)
Properties & Relations (2)
Both FindUnityScene[] and $ActiveUnityScene return the active scene:
Both FindUnityScene[All] and $OpenUnityScenes return all open scenes:
文本
Wolfram Research (2017),FindUnityScene,Wolfram 语言函数,https://reference.wolfram.com/language/UnityLink/ref/FindUnityScene.html.
CMS
Wolfram 语言. 2017. "FindUnityScene." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/UnityLink/ref/FindUnityScene.html.
APA
Wolfram 语言. (2017). FindUnityScene. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/UnityLink/ref/FindUnityScene.html 年