INTERNAL_CALL_SetGlobalMatrix() 개인적인 메소드

private INTERNAL_CALL_SetGlobalMatrix ( CommandBuffer self, int nameID, Matrix4x4 &value ) : void
self CommandBuffer
nameID int
value Matrix4x4
리턴 void
예제 #1
0
 public void SetGlobalMatrix(int nameID, Matrix4x4 value)
 {
     CommandBuffer.INTERNAL_CALL_SetGlobalMatrix(this, nameID, ref value);
 }