移動先: 概要 戻り値 関連項目 MEL の例

概要

listInputDevices

listInputDevices は「元に戻す」が可能、「照会」が不可能「編集」が不可能です。

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

戻り値

string[]

関連項目

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

MEL の例

// Returns a list of devices.
listInputDevices;