コード例 #1
0
 public void AddMatrix(int nameID, Matrix4x4 value)
 {
     MaterialPropertyBlock.INTERNAL_CALL_AddMatrix(this, nameID, ref value);
 }