RSS

Четверг, 28.03.2024, 18:33
Главная » WoW API » API Виджеты » Путь »

curveType = Path:GetCurve()

[ править ]
Returns the curveType of the given path.
[клоны]
Returns the curveType of the given path.


Signature:
Code
curveType = Path:GetCurve()

Returns:
  • curveType - The curse type for the given path (string)
      NONE - The control points are used literally.
    • SMOOTH - The control points are used with a smoothing function that may give a more pleasing animation.

Также смотрите: Путь
Ссылки: http://wowprogramming.com/docs/widgets/Path/GetCurve