ジャンプ先: 概要. 戻り値. 関連. フラグ. MEL 例.

概要

listInputDevices [-free] [-primary] [-secondary]

listInputDevices は、取り消し可能、照会不可能、および編集不可能です。

Maya が認識しているすべての入力デバイスがすべてリスト表示されます。

戻り値

string[]コマンドの結果

関連

assignInputDevice, attachDeviceAttr, detachDeviceAttr, devicePanel, getInputDeviceRange, getModifiers, listDeviceAttachments, listInputDeviceAxes, listInputDeviceButtons, recordAttr, setAttrMapping, setInputDeviceMapping, unassignInputDevice

フラグ

free, primary, secondary
ロング ネーム(ショート ネーム) 引数タイプ プロパティ
-free(-f) create
無償のデバイスをリスト
-primary(-p) create
プライマリ デバイスをリスト
-secondary(-s) create
セカンダリ デバイスをリスト

フラグはコマンドの作成モードで表示できます フラグはコマンドの編集モードで表示できます
フラグはコマンドの照会モードで表示できます コマンド内でフラグを複数回使用できます。

MEL 例

// Returns a list of devices.
listInputDevices;