INTERNAL_CALL_SetGlobalMatrix() private method

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