public ElementLineScrollerPart(UIPart targetPart, ElementLineCellView elementLineCellView) : base(elementLineCellView.m_ElementLineScrollerView.transform) { m_TargetPart = targetPart; m_ElementLineScrollerView = elementLineCellView.m_ElementLineScrollerView; m_LaboScrollerView = elementLineCellView.m_LaboScrollerView; }
public ElementLinePart(ElementLineCellView elementLineCellView, LaboScrollerView laboScrollerView, MixedBallTabView mixedBallTabView) : base(elementLineCellView.transform) { m_ElementLineCellView = elementLineCellView; m_ElementLineCellView.m_LaboScrollerView = laboScrollerView; }