INTERNAL_CALL_SetMatrix() private method

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