Property | Type | Description | |
---|---|---|---|
_emptyInputIconCode | string | ||
_emptyOutputIconCode | string | ||
_emptyTwoWayIconCode | string | ||
_filledInputIconCode | string | ||
_filledOutputIconCode | string | ||
_filledTwoWayIconCode | string |
Method | Description | |
---|---|---|
GetTexture ( ConnectorSide side, ConnectorDirection direction, bool connected, Color tint = default(Color) ) : object | ||
WithDefaultIcons ( ) : IConnectorStyleSchema | ||
WithInputIcons ( string emptyIcon, string filledIcon ) : IConnectorStyleSchema | ||
WithOutputIcons ( string emptyIcon, string filledIcon ) : IConnectorStyleSchema | ||
WithPad ( float left, float top, float right, float bottom ) : IConnectorStyleSchema | ||
WithTwoWayIcons ( string emptyIcon, string filledIcon ) : IConnectorStyleSchema |
Method | Description | |
---|---|---|
ConstructTexture ( ConnectorSide side, ConnectorDirection direction, bool connected, Color tint = default(Color) ) : object |
protected abstract ConstructTexture ( ConnectorSide side, ConnectorDirection direction, bool connected, Color tint = default(Color) ) : object | ||
side | ConnectorSide | |
direction | ConnectorDirection | |
connected | bool | |
tint | Color | |
return | object |
public GetTexture ( ConnectorSide side, ConnectorDirection direction, bool connected, Color tint = default(Color) ) : object | ||
side | ConnectorSide | |
direction | ConnectorDirection | |
connected | bool | |
tint | Color | |
return | object |
public WithDefaultIcons ( ) : IConnectorStyleSchema | ||
return | IConnectorStyleSchema |
public WithInputIcons ( string emptyIcon, string filledIcon ) : IConnectorStyleSchema | ||
emptyIcon | string | |
filledIcon | string | |
return | IConnectorStyleSchema |
public WithOutputIcons ( string emptyIcon, string filledIcon ) : IConnectorStyleSchema | ||
emptyIcon | string | |
filledIcon | string | |
return | IConnectorStyleSchema |
public WithPad ( float left, float top, float right, float bottom ) : IConnectorStyleSchema | ||
left | float | |
top | float | |
right | float | |
bottom | float | |
return | IConnectorStyleSchema |
public WithTwoWayIcons ( string emptyIcon, string filledIcon ) : IConnectorStyleSchema | ||
emptyIcon | string | |
filledIcon | string | |
return | IConnectorStyleSchema |