移動先: 概要 戻り値 MEL の例

概要

string plugNode(string $plug)

このプロシージャは、指定したプラグのノード名を返します。

戻り値

なし

引数

変数名 変数型 説明
$plugstringノード名を抽出するプラグ名です。

MEL の例

  	// Find the node name portion of checker1.color1
		plugNode "checker1.color1";
		// Result: checker1 //