Version: 2017.1
public void SetPlatformTextureSettings (ProceduralMaterial material, string platform, int maxTextureWidth, int maxTextureHeight, int textureFormat, int loadBehavior);

パラメーター

material ProceduralMaterial の名前
platform プラットフォーム名(空文字でも可能)
maxTextureWidth ProceduralMaterial の最大幅
maxTextureHeight ProceduralMaterial の最大の高さ
textureFormat このProceduralMaterialのテクスチャ形式(0=圧縮、1=非圧縮)
loadBehavior The load behavior for this Procedural Material. Values match the ProceduralMaterial::ProceduralLoadingBehavior enum.

説明

入力した ProceduralMaterial を入力プラットフォームのインポート設定(幅や高さ、圧縮形式、読み込んだときの挙動)を設定します。

幅、高さ、圧縮形式、読み込んだときの挙動が含まれます。