INTERNAL_CALL_SetMatrix() private method

private INTERNAL_CALL_SetMatrix ( Material self, int nameID, Matrix4x4 &matrix ) : void
self Material
nameID int
matrix Matrix4x4
return void
コード例 #1
0
 public void SetMatrix(int nameID, Matrix4x4 matrix)
 {
     Material.INTERNAL_CALL_SetMatrix(this, nameID, ref matrix);
 }