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.