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

VisualEffect.HasMatrix4x4

切换到手册
public bool HasMatrix4x4 (int nameID);
public bool HasMatrix4x4 (string name);

参数

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

描述

如果视觉效果可以覆盖此指定的 Matrix4x4,则返回 true。