CanvasRenderer.SetSecondaryTexture

Declaration

public void SetSecondaryTexture(int index, string name, Texture2D texture);

Parameters

index The index in the secondary texture array of this renderer where to set data.
name The shader property name associated with the secondary texture.
texture The secondary texture usable by this renderer in a shader.

Description

Sets the secondary texture usable by this renderer at the specified index with the specified shader property name.


Did you find this page useful? Please give it a rating: