Nodes Disconnected Event
data class NodesDisconnectedEvent(contextId: GraphObjectId, sourceId: GraphObjectId, destinationId: GraphObjectId, sourceOutputIndex: Double?, destinationInputIndex: Double?) : Event
Content copied to clipboard
Notifies that AudioNodes are disconnected. The destination can be null, and it means all the outgoing connections from the source are disconnected.
Constructors
NodesDisconnectedEvent
Link copied to clipboard
fun NodesDisconnectedEvent(contextId: GraphObjectId, sourceId: GraphObjectId, destinationId: GraphObjectId, sourceOutputIndex: Double? = null, destinationInputIndex: Double? = null)
Content copied to clipboard
Functions
Properties
contextId
Link copied to clipboard
destinationId
Link copied to clipboard
destinationInputIndex
Link copied to clipboard
sourceId
Link copied to clipboard
sourceOutputIndex
Link copied to clipboard
Sources
jvm source
Link copied to clipboard