C# Class EdgeGraph.Primitive.NodePair

显示文件 Open project: famerij/EdgeGraph

Public Properties

Property Type Description
newNode string
oldNode string

Public Methods

Method Description
NodePair ( string _old, string _new ) : UnityEngine

Method Details

NodePair() public method

public NodePair ( string _old, string _new ) : UnityEngine
_old string
_new string
return UnityEngine

Property Details

newNode public_oe property

public string newNode
return string

oldNode public_oe property

public string oldNode
return string