Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetTextureScale(string, Vector2, int)

Set the scale of a given texture property.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
Warning
Deprecated. Use MaterialProperty instead.
public void SetTextureScale(string propertyName, Vector2 value, int coord)

Parameters

propertyName

Name of the texture property that you wish to modify the scale of.

value

Scale to set.

coord

Set the x or y component of the scale (0 for x, 1 for y).