Connector Properties |
The Connector type exposes the following members.
| Name | Description | |
|---|---|---|
| AlignmentStyle |
Gets or sets the way in which this connector aligns its parent to other connectors.
| |
| Allowed | ||
| AllowsTransferIn | ||
| AllowsTransferOut | ||
| AutoConfigure | ||
| AutoConnect | ||
| BoundaryOffset | ||
| Center |
Get the center of the connector for convenient visual point
| |
| ConnectedTo |
The first connector this connector is connected to, or null if no connected at all.
| |
| ConnectionWorldLocation |
World location of connector.
| |
| Connectors |
All connectors that are connected to this one.
| |
| ControlPointEnabled | ||
| ControlPointSize | ||
| DefaultAlignmentStyle |
Gets the default alignment style for this connector.
| |
| Disallowed | ||
| End | ||
| HeightOffset | ||
| IsConnected |
Is this connector connected to other connectors?
| |
| KeepInBounds | ||
| Length |
Get the length of the connector.
| |
| MaxAllowedConnections |
Optional limit to the number of connectors that this connector can connect to.
This is int.MaxValue by default making it effectively unlimited.
| |
| Name |
The name of the connector.
| |
| Normal | ||
| Parent | ||
| ReparentOnConnect | ||
| SnapDistance | ||
| Start | ||
| TransferDirection | ||
| Type | ||
| WorldCenter |
Get the center of the connector in world coordinates
| |
| WorldEnd |
Get the end of the connector in world coordinates.
| |
| WorldNormal |
The world normal of the connector.
| |
| WorldStart |
Get the start of the connector in world coordinates.
|