Class E_Enemy_I.E_Statics
  
  
  
    Inheritance
    
    
    E_Enemy_I.E_Statics
   
  
  
  Assembly: WeaverCore.Editor.dll
  Syntax
  
    public class E_Enemy_I.E_Statics : Enemy_I.Statics, IImplementation
   
  Methods
  
    |
    Edit this page
  
  
    View Source
  
  
  Roar(GameObject, float, AudioClip, bool)
  
  
  Declaration
  
    public override IEnumerator Roar(GameObject source, float duration, AudioClip roarSound, bool lockPlayer)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | GameObject | 
        source | 
         | 
      
      
        | float | 
        duration | 
         | 
      
      
        | AudioClip | 
        roarSound | 
         | 
      
      
        | bool | 
        lockPlayer | 
         | 
      
    
  
  Returns
  
  Overrides
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Roar(GameObject, Vector3, float, AudioClip, bool)
  
  
  Declaration
  
    public override IEnumerator Roar(GameObject source, Vector3 spawnPosition, float duration, AudioClip roarSound, bool lockPlayer)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | GameObject | 
        source | 
         | 
      
      
        | Vector3 | 
        spawnPosition | 
         | 
      
      
        | float | 
        duration | 
         | 
      
      
        | AudioClip | 
        roarSound | 
         | 
      
      
        | bool | 
        lockPlayer | 
         | 
      
    
  
  Returns
  
  Overrides
  
  Implements
  
  Extension Methods