Table of Contents

DOLocalPath Method

Namespace
DG.Tweening
Assembly
DOTween.dll

DOLocalPath(Transform, Vector3[], float, PathType, PathMode, int, Color?)

public static TweenerCore<Vector3, Path, PathOptions> DOLocalPath(this Transform target, Vector3[] path, float duration, PathType pathType = PathType.Linear, PathMode pathMode = PathMode.Full3D, int resolution = 10, Color? gizmoColor = null)

Parameters

target Transform
path Vector3[]
duration float
pathType PathType
pathMode PathMode
resolution int
gizmoColor Color?

Returns

TweenerCore<Vector3, Path, PathOptions>

DOLocalPath(Transform, Path, float, PathMode)

public static TweenerCore<Vector3, Path, PathOptions> DOLocalPath(this Transform target, Path path, float duration, PathMode pathMode = PathMode.Full3D)

Parameters

target Transform
path Path
duration float
pathMode PathMode

Returns

TweenerCore<Vector3, Path, PathOptions>