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.

ProceduralMaterial.GetProceduralTexture

GetProceduralTexture(inputName: string): Texture2D;
Texture2D GetProceduralTexture(string inputName);
def GetProceduralTexture(inputName as string) as Texture2D

Description

Get a named Procedural texture property.

Used for ProceduralProperties of type Texture.

See Also: GetProceduralPropertyDescriptions, SetProceduralTexture.