C# Class ExecutionOrderSolver.Node

Afficher le fichier Open project: leapmotion/ImageGrid

Méthodes publiques

Свойство Type Description
afterTypes List
beforeTypes List
executionIndex int
incomingEdgeCount int
nodeType NodeType
types List

Méthodes publiques

Méthode Description
Node ( Type type, int executionIndex, NodeType nodeType ) : UnityEngine
ToString ( ) : string
tryCombineWith ( Node, other ) : bool

Private Methods

Méthode Description
doesHaveOrderingComparedTo ( Node, other ) : bool

Method Details

Node() public méthode

public Node ( Type type, int executionIndex, NodeType nodeType ) : UnityEngine
type Type
executionIndex int
nodeType NodeType
Résultat UnityEngine

ToString() public méthode

public ToString ( ) : string
Résultat string

tryCombineWith() public méthode

public tryCombineWith ( Node, other ) : bool
other Node,
Résultat bool

Property Details

afterTypes public_oe property

public List afterTypes
Résultat List

beforeTypes public_oe property

public List beforeTypes
Résultat List

executionIndex public_oe property

public int executionIndex
Résultat int

incomingEdgeCount public_oe property

public int incomingEdgeCount
Résultat int

nodeType public_oe property

public NodeType nodeType
Résultat NodeType

types public_oe property

public List types
Résultat List