UseWithStateMachineAttribute(params Type[])
Initializes a new instance of the UseWithStateMachineAttribute class with the specified supported state machine types.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Constructor
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
UseWithStateMachineAttribute(Type[])
public UseWithStateMachineAttribute(params Type[] stateMachineTypes)
Parameters
An array of state machine types that support the decorated element type.