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