Represents the type of value stored in a hou.UIEvent object.
Values ¶
hou.uiEventValueType.Float
float value type.
hou.uiEventValueType.FloatArray
Array of float values.
hou.uiEventValueType.IntArray
Array of int values.
hou.uiEventValueType.Integer
int value type.
hou.uiEventValueType.NoType
invalid value type.
hou.uiEventValueType.String
string value type.
hou.uiEventValueType.StringArray
Array of string values.
| See also |