1
0
mirror of https://github.com/Cardidi/dotween-upm-fork.git synced 2026-02-04 14:24:55 +08:00

Minor descriptions changes

This commit is contained in:
Daniele Giardini 2015-05-05 13:56:39 +02:00
parent dc57c44ab7
commit d63a502581
41 changed files with 3 additions and 3 deletions

View File

@ -480,12 +480,12 @@ namespace DG.Tweening
#region Path Tweens
/// <summary>
/// Returns the a point on a path (returns <code>Vector3.zero</code> if this is not a path tween, if the tween is invalid, or if the path is not yet initialized),
/// based on the given path percentage (0 to 1).
/// Returns a point on a path based on the given path percentage
/// (returns <code>Vector3.zero</code> if this is not a path tween, if the tween is invalid, or if the path is not yet initialized)
/// A path is initialized after its tween starts, or immediately if the tween was created with the Path Editor (DOTween Pro feature).
/// You can force a path to be initialized by calling <code>myTween.ForceInit()</code>.
/// </summary>
/// <param name="pathPercentage">Percentage of the path on which to get the point (0 to 1)</param>
/// <param name="pathPercentage">Percentage of the path (0 to 1) on which to get the point</param>
public static Vector3 PathGetPoint(this Tween t, float pathPercentage)
{
if (pathPercentage > 1) pathPercentage = 1;

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.