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

VisualEffect.SetMatrix4x4

切换到手册
public void SetMatrix4x4 (int nameID, Matrix4x4 v);
public void SetMatrix4x4 (string name, Matrix4x4 v);

参数

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

描述

设置指定的 Matrix4x4 值。

自动将此属性的重载状态更改为 true。