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.