BlisterUI.Widgets.TextWidget.OnSelfCompute C# (CSharp) Method

OnSelfCompute() protected method

protected OnSelfCompute ( BaseWidget w ) : void
w BaseWidget
return void
        protected virtual void OnSelfCompute(BaseWidget w)
        {
            drawText.TextHeight = Height;
            drawText.location = new Vector2(X, Y);
            drawText.layerDepth = layer;
        }