Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

SubstanceImporter.SetPlatformTextureSettings

SetPlatformTextureSettings(materialName: string, platform: string, maxTextureWidth: int, maxTextureHeight: int, textureFormat: int, loadBehavior: int): void;
void SetPlatformTextureSettings(string materialName, string platform, int maxTextureWidth, int maxTextureHeight, int textureFormat, int loadBehavior);
def SetPlatformTextureSettings(materialName as string, platform as string, maxTextureWidth as int, maxTextureHeight as int, textureFormat as int, loadBehavior as int) as void

Parameters

materialNameThe 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.

Description

Set the import settings for the input ProceduralMaterial for the input platform (width and height, RAW/Compressed format, loading behavior).