public void InitLineMarker(IDETextField textField, IDEFocusLord focusLord) { instance = this; theTextField = textField; theFocusLord = focusLord; theMarkerRect = transform as RectTransform; enabled = false; theErrorBubble.Init(this); }
public void initLineMarker(IDETextField theTextField, IDEFocusLord theFocusLord) { instance = this; this.theTextField = theTextField; this.theFocusLord = theFocusLord; theMarkerRect = transform as RectTransform; this.enabled = false; theImage = GetComponentInChildren <Image>(); theErrorBubble.init(this); }