INTERNAL_CALL_SetTextureOffset() private method

private INTERNAL_CALL_SetTextureOffset ( Material self, string propertyName, Vector2 &offset ) : void
self Material
propertyName string
offset Vector2
return void
コード例 #1
0
 public void SetTextureOffset(string propertyName, Vector2 offset)
 {
     Material.INTERNAL_CALL_SetTextureOffset(this, propertyName, ref offset);
 }