Class ConnectionEvent
Namespace: UnityEngine.AssetGraph
Syntax
public class ConnectionEvent
Constructors
ConnectionEvent(ConnectionEvent.EventType, ConnectionGUI)
Declaration
public ConnectionEvent(ConnectionEvent.EventType type, ConnectionGUI con)
Parameters
Type | Name | Description |
---|---|---|
ConnectionEvent.EventType | type | |
ConnectionGUI | con |
Fields
eventSourceCon
Declaration
public readonly ConnectionGUI eventSourceCon
Field Value
Type | Description |
---|---|
ConnectionGUI |
eventType
Declaration
public readonly ConnectionEvent.EventType eventType
Field Value
Type | Description |
---|---|
ConnectionEvent.EventType |