UnityLink`
UnityLink`

UnityGUIText

UnityGUIText [...]

represents a Unity GUI text.

Details

  • UnityGUIText[...] is a object that represents an existing GUIText object in the Unity game engine.
  • UnityGUIText[...] is typically generated by functions such as CreateUnityGUIText.
  • UnityGUIText[["Properties"]] gives a list of possible properties.
  • The value associated with a given property "prop" can be extracted using UnityGUIText[...][["prop"]].
  • You can make an assignment like UnityGUIText[...][["prop"]]=value to modify a property of the object.

Examples

open allclose all

Basic Examples  (1)

Load the package and open a project:

Create a Unity GUI text:

Get properties:

Delete the Unity GUI text:

Properties & Relations  (4)

UnityGUITextQ checks if an expression is a UnityGUIText:

PropertyList returns all available properties of the GUI text.

PropertyValue returns the value of the specified property.

SetProperty changes the specified property of the GUI text.

Wolfram Research (2019), UnityGUIText, Wolfram Language function, https://reference.wolfram.com/language/UnityLink/ref/UnityGUIText.html.

Text

Wolfram Research (2019), UnityGUIText, Wolfram Language function, https://reference.wolfram.com/language/UnityLink/ref/UnityGUIText.html.

CMS

Wolfram Language. 2019. "UnityGUIText." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/UnityLink/ref/UnityGUIText.html.

APA

Wolfram Language. (2019). UnityGUIText. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/UnityLink/ref/UnityGUIText.html

BibTeX

@misc{reference.wolfram_2022_unityguitext, author="Wolfram Research", title="{UnityGUIText}", year="2019", howpublished="\url{https://reference.wolfram.com/language/UnityLink/ref/UnityGUIText.html}", note=[Accessed: 04-May-2024 ]}

BibLaTeX

@online{reference.wolfram_2022_unityguitext, organization={Wolfram Research}, title={UnityGUIText}, year={2019}, url={https://reference.wolfram.com/language/UnityLink/ref/UnityGUIText.html}, note=[Accessed: 04-May-2024 ]}