FairyGUI.GLoader.GLoader C# (CSharp) Method

GLoader() public method

public GLoader ( ) : System.Collections.Generic
return System.Collections.Generic
        public GLoader()
        {
            _url = string.Empty;
            _align = AlignType.Left;
            _verticalAlign = VertAlignType.Top;
            showErrorSign = true;
        }