Version: 2022.3
public Matrix4x4 GetMatrix4x4 (int nameID);
public Matrix4x4 GetMatrix4x4 (string name);

参数

nameID 属性的 ID。这与 Shader.PropertyToID 返回的 ID 相同。
name 属性的名称。

返回

Matrix4x4 为 Matrix4x4 属性指定的值。如果 VisualEffect.HasMatrix4x4 返回 /false/,则返回 /Matrix4x4.identity/。

描述

Gets the value of a named Matrix4x4 property.