CloneMaterial |
既にあるProceduralMaterialの複製を生成します
|
DestroyMaterial |
SubstanceからProceduralMaterialを削除します |
GetAnimationUpdateRate |
ProceduralMaterialのAnimationレートをミリ秒単位で取得します |
GetGenerateAllOutputs |
ProceduralMaterialが全ての出力を強制的に生成する必要があるかどうかをチェックします
|
GetGenerateMipMaps |
ミニマップがProceduralMaterialのために生成された場合はtrueを返します |
GetMaterialCount |
ProceduralMaterialの数を取得します |
GetMaterialOffset |
ProceduralMaterialで使用されるテクスチャのオフセットを取得します |
GetMaterials |
全てのProceduralMaterialを取得します |
GetMaterialScale |
ProceduralMaterialのテクスチャのスケールを設定します |
GetPlatformTextureSettings |
特定のプラットフォーム(幅や高さ、生/圧縮フォーマット,ロードの動作)のためのProceduralMaterialインポート設定を取得します。
|
GetPrototypeNames |
Substanceに定義されている全てのプロトタイプ名を取得します |
GetTextureAlphaSource |
ProceduralMaterial内で使用されているテクスチャのアルファの出力タイプの設定を行います |
InstantiateMaterial |
プロトタイプ名からProceduralMaterialをインスタンス化します |
OnShaderModified |
ProceduralMaterialの変更されたシェーダーを適用します |
RenameMaterial |
ProceduralMaterialの名前をリネームします |
ResetMaterial |
ProceduralMaterialをデフォルト値にリセットします |
SetAnimationUpdateRate |
ProceduralMaterialのAnimationレートをミリ秒単位で設定します |
SetGenerateAllOutputs |
ProceduralMaterialが全ての出力を強制的に生成する必要があるかどうかの設定を行います
|
SetGenerateMipMaps |
Force the generation of mipmaps for this ProceduralMaterial. |
SetMaterialOffset |
ProceduralMaterialのテクスチャで使用されるオフセットを設定します |
SetMaterialScale |
ProceduralMaterialのテクスチャのスケールを設定します |
SetPlatformTextureSettings |
入力した ProceduralMaterial を入力プラットフォームのインポート設定(幅、高さ、非圧縮/圧縮形式、ロード時の挙動)をセットします。 |
SetTextureAlphaSource |
値は ProceduralMaterial::ProceduralLoadingBehavior 列挙体と一致 |