В разделе материалов: 7079 Показано материалов: 801-850 |
Страницы: « 1 2 ... 15 16 17 18 19 ... 141 142 » |
Название |
Описание |
hasScript = Translation:HasScript("scriptType")
|
Returns whether the widget supports a script handler.
|
delay = Translation:GetStartDelay()
|
Returns the amount of time the animation delays before its progress begins.
|
smoothType = Translation:GetSmoothing()
|
Returns the smoothing type for the animation.
|
progress = Translation:GetSmoothProgress()
|
Returns the progress of the animation (ignoring start and end delay)
|
handler = Translation:GetScript("scriptType")
|
Returns the widget's handler function for a script.
|
region = Translation:GetRegionParent()
|
Returns the `Region` object on which the animation operates.
|
progress = Translation:GetProgressWithDelay()
|
Returns the progress of the animation and associated delays.
|
progress = Translation:GetProgress()
|
Returns the progress of an animation, ignoring smoothing effects.
|
parent = Translation:GetParent()
|
Returns the object's parent object.
|
order = Translation:GetOrder()
|
Returns the order of the animation within its parent group.
|
xOffset, yOffset = Translation:GetOffset()
|
Returns the animation's translation offsets.
|
type = Translation:GetObjectType()
|
Returns the object's widget type.
|
name = Translation:GetName()
|
Returns the widget object's name.
|
delay = Translation:GetEndDelay()
|
Returns the amount of time the animation delays after finishing.
|
elapsed = Translation:GetElapsed()
|
Returns the amount of time since the animation began playing.
|
duration = Translation:GetDuration()
|
Returns the time for the animation to progress from start to finish.
|
Texture:StopAnimating()
|
Stops any active animations involving the region or its children.
|
Texture:Show()
|
Shows the region.
|
Texture:SetWidth(width)
|
Sets the region's width.
|
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:SetSize(width, height)
|
Sets the size of the region to the specified values.
|
Texture:SetNonBlocking(nonBlocking)
|
Sets whether the texture object loads its image file in the background.
|
Texture:SetHorizTile()
|
Функция еще не задокументированна.
|
Texture:SetHeight(height)
|
Sets the region's height.
|
Texture:SetDrawLayer("layer", sublayer)
|
Sets the layer at which the region's graphics are drawn relative to others in its frame.
|
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.
|
Texture:SetAlpha(alpha)
|
Sets the opacity of the region relative to its parent.
|
Texture:SetAllPoints([region]) or Texture:SetAllPoints(["name"])
|
Sets all anchor points of the region to match those of another region.
|
visible = Texture:IsVisible()
|
Returns whether the region is visible.
|
shown = Texture:IsShown()
|
Returns whether the region is shown.
|
isType = Texture:IsObjectType("type")
|
Returns whether the object belongs to a given widget type.
|
isDragging = Texture:IsDragging()
|
Returns whether the region is currently being dragged.
|
desaturated = Texture:IsDesaturated()
|
Returns whether the texture image should be displayed with zero saturation (i.e. converted to grayscale)
|
Texture:Hide()
|
Hides the region.
|
width = Texture:GetWidth()
|
Returns the width of the region.
|
Texture:GetVertTile()
|
Функция еще не задокументированна.
|
top = Texture:GetTop()
|
Returns the distance from the bottom of the screen to the top of the region.
|
|