public Texture GetTexture (int nameID);
public Texture GetTexture (string name);

Parámetros

nameIDThe ID of the property. This is the same ID that Shader.PropertyToID returns.
nameEl nombre de una propiedad.

Valor de retorno

Texture The value for the texture you specify. Returns null if VisualEffect.HasTexture returns false.

Descripción

Gets the value of a named texture property