INTERNAL_CALL_SetVector() 개인적인 메소드

private INTERNAL_CALL_SetVector ( MaterialPropertyBlock self, int nameID, Vector4 &value ) : void
self MaterialPropertyBlock
nameID int
value Vector4
리턴 void
 public void SetVector(int nameID, Vector4 value)
 {
     MaterialPropertyBlock.INTERNAL_CALL_SetVector(this, nameID, ref value);
 }