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

VisualEffect.GetMesh

切换到手册
public Mesh GetMesh (int nameID);
public Mesh GetMesh (string name);

参数

nameID通过 Shader.PropertyToID 检索的属性的名称 ID。
name属性的名称。

返回

Mesh 公开的网格值(如果 VisualEffect.HasMesh 返回 false,则为 null)。

描述

获取指定的公开网格。