C# 클래스 Invert.Core.GraphDesigner.ConnectorStyleSchema

상속: IConnectorStyleSchema
파일 보기 프로젝트 열기: InvertGames/uFrame.Editor

보호된 프로퍼티들

프로퍼티 타입 설명
_emptyInputIconCode string
_emptyOutputIconCode string
_emptyTwoWayIconCode string
_filledInputIconCode string
_filledOutputIconCode string
_filledTwoWayIconCode string

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
ConstructTexture ( ConnectorSide side, ConnectorDirection direction, bool connected, Color tint = default(Color) ) : object

메소드 상세

ConstructTexture() 보호된 추상적인 메소드

protected abstract ConstructTexture ( ConnectorSide side, ConnectorDirection direction, bool connected, Color tint = default(Color) ) : object
side ConnectorSide
direction ConnectorDirection
connected bool
tint Color
리턴 object

GetTexture() 공개 메소드

public GetTexture ( ConnectorSide side, ConnectorDirection direction, bool connected, Color tint = default(Color) ) : object
side ConnectorSide
direction ConnectorDirection
connected bool
tint Color
리턴 object

WithDefaultIcons() 공개 메소드

public WithDefaultIcons ( ) : IConnectorStyleSchema
리턴 IConnectorStyleSchema

WithInputIcons() 공개 메소드

public WithInputIcons ( string emptyIcon, string filledIcon ) : IConnectorStyleSchema
emptyIcon string
filledIcon string
리턴 IConnectorStyleSchema

WithOutputIcons() 공개 메소드

public WithOutputIcons ( string emptyIcon, string filledIcon ) : IConnectorStyleSchema
emptyIcon string
filledIcon string
리턴 IConnectorStyleSchema

WithPad() 공개 메소드

public WithPad ( float left, float top, float right, float bottom ) : IConnectorStyleSchema
left float
top float
right float
bottom float
리턴 IConnectorStyleSchema

WithTwoWayIcons() 공개 메소드

public WithTwoWayIcons ( string emptyIcon, string filledIcon ) : IConnectorStyleSchema
emptyIcon string
filledIcon string
리턴 IConnectorStyleSchema

프로퍼티 상세

_emptyInputIconCode 보호되어 있는 프로퍼티

protected string _emptyInputIconCode
리턴 string

_emptyOutputIconCode 보호되어 있는 프로퍼티

protected string _emptyOutputIconCode
리턴 string

_emptyTwoWayIconCode 보호되어 있는 프로퍼티

protected string _emptyTwoWayIconCode
리턴 string

_filledInputIconCode 보호되어 있는 프로퍼티

protected string _filledInputIconCode
리턴 string

_filledOutputIconCode 보호되어 있는 프로퍼티

protected string _filledOutputIconCode
리턴 string

_filledTwoWayIconCode 보호되어 있는 프로퍼티

protected string _filledTwoWayIconCode
리턴 string