Class PluginRuntimeAssemblyAttribute
Implements
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.Editor.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class PluginRuntimeAssemblyAttribute : Attribute, _Attribute
Constructors
PluginRuntimeAssemblyAttribute(string)
Declaration
public PluginRuntimeAssemblyAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name |
Properties
assemblyName
Declaration
public LooseAssemblyName assemblyName { get; }
Property Value
Type | Description |
---|---|
LooseAssemblyName |