Version: 2017.1

SubstanceImporter.GetPlatformTextureSettings

Switch to Manual
public bool GetPlatformTextureSettings (string materialName, string platform, out int maxTextureWidth, out int maxTextureHeight, out int textureFormat, out int loadBehavior);

Parameters

materialName The name of the ProceduralMaterial.
platform The name of the platform (can be empty).
maxTextureWidth The maximum texture width for this ProceduralMaterial (output value).
maxTextureHeight The maximum texture height for this ProceduralMaterial (output value).
textureFormat The texture format (0=Compressed, 1=RAW) for this ProceduralMaterial (output value).
loadBehavior The load behavior for this ProceduralMaterial (output value). Values match the ProceduralMaterial::ProceduralLoadingBehavior enum.

Description

Get the import settings for a given ProceduralMaterial for a given platform (width and height, RAW/Compressed format, loading behavior).

Returns a default set of settings (512x512, compressed outputs, "Generate at load" behavior) if no settings are found for the input materialName or for the input platform.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961