UnityLink`
UnityLink`
UnityInformation
UnityInformation[]
gives detailed information about the Unity Engine being run.
UnityInformation["comp"]
gives a list of rules with information about the component "comp".
UnityInformation ["comp","prop"]
gives the value of property "prop" for component "comp".
更多信息
- When run in a notebook interface, UnityInformation[] yields a graphical form; otherwise, it gives a list of rules.
- UnityInformation[All] always gives a list of rules.
- Typical possible components to specify include:
-
"Engine" Unity Engine used to run game simulations "Editor" Unity Editor used to design games "System" current system Unity is running on - UnityInformation["comp","Properties"] gives a list of names of properties for component "comp".
- UnityInformation["Components"] gives a list of names of components.