Class GraphItemDescriptor<TItem, TDescription>
Inheritance
Assigner<TItem, TDescription>
Descriptor<TItem, TDescription>
GraphItemDescriptor<TItem, TDescription>
Inherited Members
Namespace: Unity.VisualScripting
Syntax
public class GraphItemDescriptor<TItem, TDescription> : Descriptor<TItem, TDescription>, IAssigner, IDescriptor where TItem : class, IGraphItem where TDescription : class, IDescription, new()
Type Parameters
Name | Description |
---|---|
TItem | |
TDescription |
Constructors
GraphItemDescriptor(TItem)
Declaration
protected GraphItemDescriptor(TItem item)
Parameters
Type | Name | Description |
---|---|---|
TItem | item |