FairyGUI.Relations.Relations C# (CSharp) Méthode

Relations() public méthode

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