UseWithContextAttribute(params Type[])
Initializes a new instance of the UseWithContextAttribute class with the specified context node types.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Constructor
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
UseWithContextAttribute(Type[])
public UseWithContextAttribute(params Type[] contextTypes)
Parameters
An array of context node types that can contain the decorated block node.