MaterialPropertyBlock.GetTexture
GetTexture(name: string): Texture;
Texture GetTexture(string name);
def GetTexture(name as string) as Texture
GetTexture(nameID: int): Texture;
Texture GetTexture(int nameID);
def GetTexture(nameID as int) as Texture
Description

Get a texture from the property block.

Returns null if not found.