Click or drag to resize

Connector Properties

The Connector type exposes the following members.

Properties
  NameDescription
Public propertyAlignmentStyle
Gets or sets the way in which this connector aligns its parent to other connectors.
Public propertyAllowed
Public propertyAllowsTransferIn
Public propertyAllowsTransferOut
Public propertyAutoConfigure
Public propertyAutoConnect
Public propertyBoundaryOffset
Public propertyCenter
Get the center of the connector for convenient visual point
Public propertyConnectedTo
The first connector this connector is connected to, or null if no connected at all.
Public propertyConnectionWorldLocation
World location of connector.
Public propertyConnectors
All connectors that are connected to this one.
Public propertyControlPointEnabled
Public propertyControlPointSize
Public propertyDefaultAlignmentStyle
Gets the default alignment style for this connector.
Public propertyDisallowed
Public propertyEnd
Public propertyHeightOffset
Public propertyIsConnected
Is this connector connected to other connectors?
Public propertyKeepInBounds
Public propertyLength
Get the length of the connector.
Public propertyMaxAllowedConnections
Optional limit to the number of connectors that this connector can connect to. This is int.MaxValue by default making it effectively unlimited.
Public propertyName
The name of the connector.
Public propertyNormal
Public propertyParent
Public propertyReparentOnConnect
Public propertySnapDistance
Public propertyStart
Public propertyTransferDirection
Public propertyType
Public propertyWorldCenter
Get the center of the connector in world coordinates
Public propertyWorldEnd
Get the end of the connector in world coordinates.
Public propertyWorldNormal
The world normal of the connector.
Public propertyWorldStart
Get the start of the connector in world coordinates.
Top
See Also