FairyGUI.GLoader.GLoader C# (CSharp) 메소드

GLoader() 공개 메소드

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