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

VisualEffect.GetMatrix4x4

切换到手册
public Matrix4x4 GetMatrix4x4 (int nameID);
public Matrix4x4 GetMatrix4x4 (string name);

参数

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

返回

Matrix4x4 公开的 Matrix4x4 值(如果 VisualEffect.HasMatrix4x4 返回 false,则为 Matrix4x4.zero)。

描述

获取指定的公开 Matrix4x4。