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

VisualEffect.SetMesh

マニュアルに切り替える
public void SetMesh (int nameID, Mesh m);
public void SetMesh (string name, Mesh m);

パラメーター

nameID Shader.PropertyToID によって検索されるプロパティーの nameID
nameプロパティーの名前
mThe new mesh value.

説明

Sets a named mesh value.

Automatically changes overridden state for this property to true.