SubstanceImporter.SetPlatformTextureSettings

Cambiar al Manual
public void SetPlatformTextureSettings (ProceduralMaterial material, string platform, int maxTextureWidth, int maxTextureHeight, int textureFormat, int loadBehavior);

Parámetros

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.

Descripción

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

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