Click or drag to resize

DataBindingInit Method

Initializes the data binding, depending on the type of data binding.

Namespace:  Slash.Unity.DataBind.Core.Presentation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void Init(
	MonoBehaviour monoBehaviour
)

Parameters

monoBehaviour
Type: UnityEngineMonoBehaviour
Mono behaviour this data binding belongs to.
See Also