Version: 2020.2
言語: 日本語
public void SetMatrix4x4 (int nameID, Matrix4x4 v);
public void SetMatrix4x4 (string name, Matrix4x4 v);

パラメーター

nameID The ID of the property. This is the same ID that Shader.PropertyToID returns.
name プロパティーの名前
v The new Matrix4x4 value.

説明

The new Matrix4x4 value.

Automatically changes overridden state for this property to true.