uiRes(string $lookUpKey)
なし
変数名 | 変数型 | 説明 |
---|---|---|
$lookUpKey | string | カタログ ルックアップのための固有のキー ID です |
// Query the value of the "kBakeSimulation" resource, // found in the Edit menu. The resource name is // "kBakeSimulation", the string set name is the name // of the MEL file the resource comes from (without the // .mel extension: buildEditMenu), and the prefix for MEL // resources is "m_". // uiRes( "m_buildEditMenu.kBakeSimulation" ); // Result: Bake Simulation