DOTweenPro.XML 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>DOTweenPro</name>
  5. </assembly>
  6. <members>
  7. <member name="M:DG.Tweening.Core.ABSAnimationComponent.DORestart">
  8. <summary>
  9. Restarts the tween
  10. </summary>
  11. </member>
  12. <member name="M:DG.Tweening.Core.ABSAnimationComponent.DORestart(System.Boolean)">
  13. <summary>
  14. Restarts the tween
  15. </summary>
  16. <param name="fromHere">If TRUE, re-evaluates the tween's start and end values from its current position.
  17. Set it to TRUE when spawning the same DOTweenPath in different positions (like when using a pooling system)</param>
  18. </member>
  19. <member name="T:DG.Tweening.DOTweenPath">
  20. <summary>
  21. Attach this to a GameObject to create and assign a path to it
  22. </summary>
  23. </member>
  24. <member name="E:DG.Tweening.DOTweenPath.OnReset">
  25. <summary>Used internally by the editor</summary>
  26. </member>
  27. <member name="M:DG.Tweening.DOTweenPath.DORestart">
  28. <summary>
  29. Restarts the tween
  30. </summary>
  31. </member>
  32. <member name="M:DG.Tweening.DOTweenPath.DORestart(System.Boolean)">
  33. <summary>
  34. Restarts the tween
  35. </summary>
  36. <param name="fromHere">If TRUE, re-evaluates the tween's start and end values from its current position.
  37. Set it to TRUE when spawning the same DOTweenPath in different positions (like when using a pooling system)</param>
  38. </member>
  39. <member name="M:DG.Tweening.DOTweenPath.GetDrawPoints">
  40. <summary>
  41. Returns a list of points that are used to draw the path inside the editor.
  42. </summary>
  43. </member>
  44. <member name="T:DG.Tweening.Plugins.SpiralPlugin">
  45. <summary>
  46. Tweens a Vector3 along a spiral.
  47. EndValue represents the direction of the spiral
  48. </summary>
  49. </member>
  50. <member name="T:DG.Tweening.SpiralMode">
  51. <summary>
  52. Spiral tween mode
  53. </summary>
  54. </member>
  55. <member name="F:DG.Tweening.SpiralMode.Expand">
  56. <summary>The spiral motion will expand outwards for the whole the tween</summary>
  57. </member>
  58. <member name="F:DG.Tweening.SpiralMode.ExpandThenContract">
  59. <summary>The spiral motion will expand outwards for half the tween and then will spiral back to the starting position</summary>
  60. </member>
  61. </members>
  62. </doc>