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

参数

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

返回

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

描述

使用此方法可从 VFXEventAttribute 获取指定 Matrix4x4 属性的值。