INTERNAL_CALL_SetVector() private method

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