UnityLink`
UnityLink`

FindUnityAsset

FindUnityAsset["name"]

finds the asset with the specified name.

FindUnityAsset["name", "type"]

finds the asset with the specified name and type.

FindUnityAsset[patt, ]

finds the asset with name matching the string pattern patt.

FindUnityAsset[File["file"], ]

finds the asset at the specified file path.

FindUnityAsset[,n]

finds at most n assets.

更多信息

  • FindUnityAsset[expr] returns the first Unity asset it found, Missing["Nonexistent"] if none were found.
  • FindUnityAsset[,n] returns a list of at most n assets.
  • FindUnityAsset[,All] finds all matching assets.
  • FindUnityAsset[expr] is equivalent to FindUnityAsset[expr,All,1]
  • FindUnityAsset[All,All,All] finds all assets in the project.

范例

打开所有单元关闭所有单元

基本范例  (3)

Load the UnityLink:

Open a Unity project:

Find an asset by name:

Find an asset from a file path:

Scope  (4)

Find an asset by name:

Find an asset from a file path:

Find assets using string patterns:

Find all assets with a specific type:

Wolfram Research (2017),FindUnityAsset,Wolfram 语言函数,https://reference.wolfram.com/language/UnityLink/ref/FindUnityScene.html.

文本

Wolfram Research (2017),FindUnityAsset,Wolfram 语言函数,https://reference.wolfram.com/language/UnityLink/ref/FindUnityScene.html.

CMS

Wolfram 语言. 2017. "FindUnityAsset." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/UnityLink/ref/FindUnityScene.html.

APA

Wolfram 语言. (2017). FindUnityAsset. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/UnityLink/ref/FindUnityScene.html 年

BibTeX

@misc{reference.wolfram_2022_findunityasset, author="Wolfram Research", title="{FindUnityAsset}", year="2017", howpublished="\url{https://reference.wolfram.com/language/UnityLink/ref/FindUnityScene.html}", note=[Accessed: 22-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2022_findunityasset, organization={Wolfram Research}, title={FindUnityAsset}, year={2017}, url={https://reference.wolfram.com/language/UnityLink/ref/FindUnityScene.html}, note=[Accessed: 22-November-2024 ]}