LanguageEnglish
  • C#

VisualEffect.SetMesh

Declaration

public void SetMesh(int nameID, Mesh m);

Declaration

public void SetMesh(string name, Mesh m);

Parameters

nameID The ID of the property. This is the same ID that Shader.PropertyToID returns.
name The name of the property.
m The new Mesh value.

Description

Sets the value of a named Mesh property.

Automatically changes overridden state for this property to true.


Did you find this page useful? Please give it a rating: