Class PluginAttribute
Namespace: Unity.VisualScripting
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class PluginAttribute : Attribute, _Attribute
Constructors
PluginAttribute(String)
Declaration
public PluginAttribute(string id)
Parameters
Type | Name | Description |
---|---|---|
String | id |
Properties
id
Declaration
public string id { get; }
Property Value
Type | Description |
---|---|
String |