ProceduralMaterial.SetProceduralTexture Manual     Reference     Scripting  
Scripting > Runtime Classes > ProceduralMaterial
ProceduralMaterial.SetProceduralTexture

function SetProceduralTexture (inputName : String, value : Texture2D) : void

Description

Set a named Procedural texture property.

Used for Procedural properties of type Texture. The texture needs to be setup with Advanced texture type and Read-Write enabled.

See Also: GetProceduralPropertyDescriptions, GetProceduralTexture.