C# 클래스 ExecutionOrderSolver.Node

파일 보기 프로젝트 열기: leapmotion/ImageGrid

공개 프로퍼티들

프로퍼티 타입 설명
afterTypes List
beforeTypes List
executionIndex int
incomingEdgeCount int
nodeType NodeType
types List

공개 메소드들

메소드 설명
Node ( Type type, int executionIndex, NodeType nodeType ) : UnityEngine
ToString ( ) : string
tryCombineWith ( Node, other ) : bool

비공개 메소드들

메소드 설명
doesHaveOrderingComparedTo ( Node, other ) : bool

메소드 상세

Node() 공개 메소드

public Node ( Type type, int executionIndex, NodeType nodeType ) : UnityEngine
type Type
executionIndex int
nodeType NodeType
리턴 UnityEngine

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

tryCombineWith() 공개 메소드

public tryCombineWith ( Node, other ) : bool
other Node,
리턴 bool

프로퍼티 상세

afterTypes 공개적으로 프로퍼티

public List afterTypes
리턴 List

beforeTypes 공개적으로 프로퍼티

public List beforeTypes
리턴 List

executionIndex 공개적으로 프로퍼티

public int executionIndex
리턴 int

incomingEdgeCount 공개적으로 프로퍼티

public int incomingEdgeCount
리턴 int

nodeType 공개적으로 프로퍼티

public NodeType nodeType
리턴 NodeType

types 공개적으로 프로퍼티

public List types
리턴 List