SubstanceImporter.SetPlatformTextureSettings

切换到手册
public void SetPlatformTextureSettings (ProceduralMaterial material, string platform, int maxTextureWidth, int maxTextureHeight, int textureFormat, int loadBehavior);

参数

materialThe name of the Procedural Material.
platformThe name of the platform (can be empty).
maxTextureWidthThe maximum texture width for this Procedural Material.
maxTextureHeightThe maximum texture height for this Procedural Material.
textureFormatThe texture format (0=Compressed, 1=RAW) for this Procedural Material.
loadBehaviorThe load behavior for this Procedural Material. Values match the ProceduralMaterial::ProceduralLoadingBehavior enum.

描述

Set the import settings for the input ProceduralMaterial for the input platform.

Width and height, RAW/Compressed format, and loading behavior included.