MaterialPropertyBlock.AddTexture
AddTexture(name: string, value: Texture): void;
AddTexture(nameID: int, value: Texture): void;
Description

Add a texture material property.

Note that texture properties in the MaterialPropertyBlock will not work with fixed-function shaders.