siAssetStorageType

導入

v6.0

詳細

Softimage のアセットを格納する方法を列挙します。アセットは、ActionSourceオブジェクトの場合もデルタの場合もあります。

注:この列挙型は以前のバージョンの siSourceStorageType 列挙型に相当します。

コンスタント 詳細
siAssetStorageTypeInternal 0 アセットはシーンファイルに保存されます。
siAssetStorageTypeExternalDotXSIBin 1 アセットはバイナリタイプのdotXSIファイル(.xsi)に保存されます。
siAssetStorageTypeExternalDotXSIText 2 ソースはテキストタイプのdotXSIファイル(.xsi)に保存されます。
siAssetStorageTypeExternalBin 3 アセットはバイナリのネイティブ Softimage ファイル(.eani)に保存されます。
siAssetStorageTypeExternalXSIA 4 アセットはデルタファイル(.xsia)に保存されます。

関連項目

ImportAction 'storage' parameter in the Action parameter list