Ejemplo n.º 1
0
        public void InitLineMarker(IDETextField textField, IDEFocusLord focusLord)
        {
            instance = this;

            theTextField  = textField;
            theFocusLord  = focusLord;
            theMarkerRect = transform as RectTransform;
            enabled       = false;
            theErrorBubble.Init(this);
        }
Ejemplo n.º 2
0
        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);
        }