В категории материалов: 650 Показано материалов: 301-350 |
Страницы: « 1 2 ... 5 6 7 8 9 ... 12 13 » |
Название |
Описание |
Model:StopAnimating()
|
Stops any active animations involving the region or its children.
|
Model:SetWidth(width)
|
Sets the region's width.
|
Model:SetSize(width, height)
|
Sets the size of the region to the specified values.
|
Model:SetHeight(height)
|
Sets the region's height.
|
Model:SetAllPoints([region]) or Model:SetAllPoints(["name"])
|
Sets all anchor points of the region to match those of another region.
|
isDragging = Model:IsDragging()
|
Returns whether the region is currently being dragged.
|
width = Model:GetWidth()
|
Returns the width of the region.
|
top = Model:GetTop()
|
Returns the distance from the bottom of the screen to the top of the region.
|
width, height = Model:GetSize()
|
Returns the width and height of the region.
|
right = Model:GetRight()
|
Returns the distance from the left edge of the screen to the right edge of the region.
|
left, bottom, width, height = Model:GetRect()
|
Returns the position and dimensions of the region.
|
numPoints = Model:GetNumPoints()
|
Returns the number of anchor points defined for the region.
|
left = Model:GetLeft()
|
Returns the distance from the left edge of the screen to the left edge of the region.
|
height = Model:GetHeight()
|
Returns the height of the region.
|
x, y = Model:GetCenter()
|
Returns the screen coordinates of the region's center.
|
bottom = Model:GetBottom()
|
Returns the distance from the bottom of the screen to the bottom of the region.
|
... = Model:GetAnimationGroups()
|
Returns a list of animation groups belonging to the region.
|
Model:ClearAllPoints()
|
Removes all anchor points from the region.
|
canChange = Model:CanChangeProtectedState()
|
Returns whether protected properties of the region can be changed by non-secure scripts.
|
Minimap:StopAnimating()
|
Stops any active animations involving the region or its children.
|
Minimap:SetWidth(width)
|
Sets the region's width.
|
Minimap:SetSize(width, height)
|
Sets the size of the region to the specified values.
|
Minimap:SetHeight(height)
|
Sets the region's height.
|
Minimap:SetAllPoints([region]) or Minimap:SetAllPoints(["name"])
|
Sets all anchor points of the region to match those of another region.
|
isDragging = Minimap:IsDragging()
|
Returns whether the region is currently being dragged.
|
width = Minimap:GetWidth()
|
Returns the width of the region.
|
top = Minimap:GetTop()
|
Returns the distance from the bottom of the screen to the top of the region.
|
width, height = Minimap:GetSize()
|
Returns the width and height of the region.
|
right = Minimap:GetRight()
|
Returns the distance from the left edge of the screen to the right edge of the region.
|
left, bottom, width, height = Minimap:GetRect()
|
Returns the position and dimensions of the region.
|
numPoints = Minimap:GetNumPoints()
|
Returns the number of anchor points defined for the region.
|
left = Minimap:GetLeft()
|
Returns the distance from the left edge of the screen to the left edge of the region.
|
height = Minimap:GetHeight()
|
Returns the height of the region.
|
x, y = Minimap:GetCenter()
|
Returns the screen coordinates of the region's center.
|
bottom = Minimap:GetBottom()
|
Returns the distance from the bottom of the screen to the bottom of the region.
|
... = Minimap:GetAnimationGroups()
|
Returns a list of animation groups belonging to the region.
|
Minimap:ClearAllPoints()
|
Removes all anchor points from the region.
|
canChange = Minimap:CanChangeProtectedState()
|
Returns whether protected properties of the region can be changed by non-secure scripts.
|
|