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

パラメーター

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

説明

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

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