hou.UIEventオブジェクトに保存されている値のタイプを表現します。
値 ¶
hou.uiEventValueType.Float
float
値タイプ。
hou.uiEventValueType.FloatArray
float
値の配列。
hou.uiEventValueType.IntArray
int
値の配列。
hou.uiEventValueType.Integer
int
値タイプ。
hou.uiEventValueType.NoType
invalid
値タイプ。
hou.uiEventValueType.String
string
値タイプ。
hou.uiEventValueType.StringArray
string
値の配列。
See also |