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
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | MonoBehaviour | 
        target | 
         | 
      
      
        | Boolean | 
        tweenRigidbody | 
         | 
      
      
        | Boolean | 
        isLocal | 
         | 
      
      
        | Path | 
        path | 
         | 
      
      
        | Single | 
        duration | 
         | 
      
      
        | PathMode | 
        pathMode | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | TweenerCore<Vector3, Path, PathOptions> | 
         | 
      
    
  
  
  
  
  HasRigidbody(Component)
  
  
  Declaration
  
    public static bool HasRigidbody(Component target)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Component | 
        target | 
         | 
      
    
  
  Returns
  
  
  
  
  HasRigidbody2D(Component)
  
  
  Declaration
  
    public static bool HasRigidbody2D(Component target)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Component | 
        target | 
         | 
      
    
  
  Returns
  
  
  
  
  
  
  
  Declaration
  
    public static void SetOrientationOnPath(PathOptions options, Tween t, Quaternion newRot, Transform trans)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | PathOptions | 
        options | 
         | 
      
      
        | Tween | 
        t | 
         | 
      
      
        | Quaternion | 
        newRot | 
         | 
      
      
        | Transform | 
        trans | 
         |