Class PluginPaths
Syntax
public class PluginPaths : IPluginModule, IPluginLinked
Constructors
PluginPaths(Plugin)
Declaration
protected PluginPaths(Plugin plugin)
Parameters
Type |
Name |
Description |
Plugin |
plugin |
|
Fields
ASSETS_FOLDER_BOLT_GENERATED
Declaration
public static string ASSETS_FOLDER_BOLT_GENERATED
Field Value
FOLDER_BOLT_GENERATED
Declaration
public const string FOLDER_BOLT_GENERATED = "Unity.VisualScripting.Generated"
Field Value
Properties
generated
Declaration
public static string generated { get; }
Property Value
iconMap
Declaration
public string iconMap { get; }
Property Value
isFirstPass
Declaration
public bool isFirstPass { get; }
Property Value
package
Declaration
public static string package { 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
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