Skip to main content

Material.GetTextureScale(string name)

Gets the placement scale of texture propertyName.

Parameters:

NameTypeDescription
namestringThe name of the property.

Returns:

typeDescription
Vector2the placement scale of texture

Usage

---@type Material
local material;

---@type string
local name;


local val0 = material.GetTextureScale(name)