OvrUIText
Subclass of Ovr.OvrNode
Description
This Node is used to assign values to a Unity UI Text Component.
It can be executed repeatedly during Update, in order to keep refreshing the UI with the correct values.
Attributes
Name
Type
Description
Text
Text
Unity Text Component
ExecuteOnUpdate
boolean
If True, this node will be executed each frame.
