UVProperty.UnPinComponents

導入

v10.0 (2012)

詳細

この UV プロパティによって参照される特定のコンポーネントを固定解除します。

C#構文

UVProperty.UnPinComponents( Object components );

スクリプト構文

UVProperty.UnPinComponents( Components );

パラメータ

パラメータ タイプ 説明
Components ピン解除対象のコンポーネントの Array

関連項目

UVProperty.PinAllComponents UVProperty.PinComponents UVProperty.UnPinAllComponents