FairyGUI.Relations.Relations C# (CSharp) Method

Relations() public method

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