Texture:SetVertTile()
|
Функция еще не задокументированна.
|
Texture:SetTexCoord(left, right, top, bottom) or Texture:SetTexCoord(ULx, ULy, LLx, LLy, URx, URy, LRx, LRy)
|
Sets corner coordinates for scaling or cropping the texture image.
|
Texture:SetNonBlocking(nonBlocking)
|
Sets whether the texture object loads its image file in the background.
|
Texture:SetHorizTile()
|
Функция еще не задокументированна.
|
supported = Texture:SetDesaturated(desaturate)
|
Sets whether the texture image should be displayed with zero saturation (i.e. converted to grayscale)
|
Texture:SetBlendMode("mode")
|
Sets the blend mode of the texture.
|
desaturated = Texture:IsDesaturated()
|
Returns whether the texture image should be displayed with zero saturation (i.e. converted to grayscale)
|
Texture:GetVertTile()
|
Функция еще не задокументированна.
|
texture = Texture:GetTexture()
|
Returns the path to the texture's image file.
|
ULx, ULy, LLx, LLy, URx, URy, LRx, LRy = Texture:GetTexCoord()
|
Returns corner coordinates for scaling or cropping the texture image.
|
nonBlocking = Texture:GetNonBlocking()
|
Returns whether the texture object loads its image file in the background.
|
Texture:GetHorizTile()
|
Функция еще не задокументированна.
|
mode = Texture:GetBlendMode()
|
Returns the blend mode of the texture.
|