Material.SetTextureScalefunction SetTextureScale (propertyName : String, scale : Vector2) : voidDescriptionSets the placement scale of texture propertyName.
Common texture names used by Unity's builtin shaders: See Also: mainTextureScale property, GetTextureScale.
JavaScript
function Update () { using UnityEngine; import UnityEngine |
