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 |