Class PluginPaths
  
  
  
  
      
      
      
  Namespace: Ludiq
  
  Syntax
  
    public class PluginPaths : IPluginModule, IPluginAddon
   
  Constructors
  
  
  
  
  PluginPaths(Plugin)
  
  
  Declaration
  
    protected PluginPaths(Plugin plugin)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Plugin | 
        plugin | 
         | 
      
    
  
  Properties
  
  
  
  
  generatedRoot
  
  
  Declaration
  
    public string generatedRoot { get; }
   
  Property Value
  
  
  
  
  iconMap
  
  
  Declaration
  
    public string iconMap { get; }
   
  Property Value
  
  
  
  
  isFirstPass
  
  
  Declaration
  
    public bool isFirstPass { get; }
   
  Property Value
  
  
  
  
  package
  
  
  Declaration
  
    public string package { get; }
   
  Property Value
  
  
  
  
  packageEditorRoot
  
  
  Declaration
  
    public string packageEditorRoot { get; }
   
  Property Value
  
  
  
  
  packageRuntimeRoot
  
  
  Declaration
  
    public string packageRuntimeRoot { get; }
   
  Property Value
  
  
  
  
  persistentGenerated
  
  
  Declaration
  
    public string persistentGenerated { get; }
   
  Property Value
  
  
  
  
  plugin
  
  
  Declaration
  
    public Plugin plugin { get; }
   
  Property Value
  
  Implements
      
  
  
  
  projectSettings
  
  
  Declaration
  
    public string projectSettings { get; }
   
  Property Value
  
  
  
  
  resourcesBundle
  
  
  Declaration
  
    public string resourcesBundle { get; }
   
  Property Value
  
  
  
  
  resourcesFolder
  
  
  Declaration
  
    public string resourcesFolder { get; }
   
  Property Value
  
  
  
  
  rootFileName
  
  
  Declaration
  
    protected string rootFileName { get; }
   
  Property Value
  
  
  
  
  transientGenerated
  
  
  Declaration
  
    public string transientGenerated { get; }
   
  Property Value
  
  Methods
  
  
  
  
  Initialize()
  
  
  Declaration
  
    public virtual void Initialize()
   
  Implements
      
  
  
  
  LateInitialize()
  
  
  Declaration
  
    public virtual void LateInitialize()
   
  Implements
      
  Extension Methods