Table of Contents

CreateDOTweenPathTween Method

Namespace
DG.Tweening

CreateDOTweenPathTween(MonoBehaviour, bool, bool, Path, float, PathMode)

public static TweenerCore<Vector3, Path, PathOptions> CreateDOTweenPathTween(MonoBehaviour target, bool tweenRigidbody, bool isLocal, Path path, float duration, PathMode pathMode)

Parameters

target MonoBehaviour
tweenRigidbody bool
isLocal bool
path Path
duration float
pathMode PathMode

Returns

TweenerCore<Vector3, Path, PathOptions>