UseWithGraphAttribute(params Type[])
Initializes a new instance of the UseWithGraphAttribute class with the specified supported graph types.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Constructor
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
UseWithGraphAttribute(Type[])
public UseWithGraphAttribute(params Type[] graphTypes)
Parameters
An array of graph types that support the decorated node type.