public Rendering.TextureDimension GetTextureDimension (int nameID);
public Rendering.TextureDimension GetTextureDimension (string name);

Parámetros

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

Descripción

Gets the TextureDimension of a named exposed Texture.

See Also:TextureDimension.