Assets.Scripts.Utils.Editor.TaggedGameObjectsLister.TaggedGameObjectsLister C# (CSharp) Method

TaggedGameObjectsLister() public method

public TaggedGameObjectsLister ( ) : System.Collections.Generic
return System.Collections.Generic
        public TaggedGameObjectsLister()
        {
            _components = new List<GameObject>();
            _tag = string.Empty;
            _scrollPosition = Vector2.zero;
        }