public Mesh GetMesh (int nameID);
public Mesh GetMesh (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

Mesh The value for the mesh you specify. Returns null if VisualEffect.HasMesh returns false.

Descripción

Gets the value of a named mesh property