Click or drag to resize

DataContextNodeConnector Constructor

Constructor.

Namespace:  Slash.Unity.DataBind.Core.Presentation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public DataContextNodeConnector(
	MonoBehaviour monoBehaviour,
	string path
)

Parameters

monoBehaviour
Type: UnityEngineMonoBehaviour
Mono behaviour this node is assigned to.
path
Type: SystemString
Path in context this node is bound to.
See Also