Version: 2019.2
Experimental: this API is experimental and might be changed or removed in the future.

VisualEffect.SetMesh

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

Parameters

nameIDThe name ID of the property retrieved by Shader.PropertyToID.
nameThe name of the property.
mThe new mesh value.

Description

Sets a named mesh value.

Automatically changes overridden state for this property to true.