public void SetMesh (int nameID, Mesh m);
public void SetMesh (string name, Mesh m);

Parámetros

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

Descripción

The new mesh value.

Automatically changes overridden state for this property to true.