public void Bind(NodeBehaviour other) { OneWayBind(other); if (other.links != null) { other.OneWayBind(this); } }