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

Relations() 공개 메소드

public Relations ( GObject owner ) : System
owner GObject
리턴 System
        public Relations(GObject owner)
        {
            _owner = owner;
            _items = new List<RelationItem>();
        }