Class DOTweenModuleUtils.Physics
Inheritance
DOTweenModuleUtils.Physics
Syntax
public static class Physics
Methods
CreateDOTweenPathTween(MonoBehaviour, Boolean, Boolean, Path, Single, PathMode)
Declaration
public static TweenerCore<Vector3, Path, PathOptions> CreateDOTweenPathTween(MonoBehaviour target, bool tweenRigidbody, bool isLocal, Path path, float duration, PathMode pathMode)
Parameters
Returns
Type |
Description |
TweenerCore<Vector3, Path, PathOptions> |
|
HasRigidbody(Component)
Declaration
public static bool HasRigidbody(Component target)
Parameters
Returns
HasRigidbody2D(Component)
Declaration
public static bool HasRigidbody2D(Component target)
Parameters
Returns
Declaration
public static void SetOrientationOnPath(PathOptions options, Tween t, Quaternion newRot, Transform trans)
Parameters