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

概要

HfEditAS(string $attractorSetName)

アトリビュート エディタ(Attribute Editor)でファー アトラクタ ノードを開きます。

戻り値

なし

引数

変数名 変数型 説明
なし

MEL 例

 string $attractorSetName = "myAttractor";
 HfEditAS $attractorSetName;
 // Where $attractorSetName is the name of the Attractor Set you
 // want to edit.