Unigine.UlonArg Class
This class is used to represent a ULON argument - a name - value pair. Arguments are additional parameters that can be associated with nodes and used for various purposes (e.g. to define a tooltip or a title for a material parameter declaration). Arguments are enclosed in angle brackets < > and can be separated using "\t","\n","\r", as well as commas and spaces.
Example: Node node = value <arg0 = value0 arg1 = value1,arg2 = value2>
UlonArg Class
Properties
string Name#
ULON argument name.
UlonValue Value#
ULON argument value.
Members
UlonArg ( ) #
Constructor. Creates a ULON argument.Last update:
2020-04-10
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)