AssetBundleGraph.FilterEntry.FilterEntry C# (CSharp) Method

FilterEntry() public method

public FilterEntry ( string keyword, string keytype, ConnectionPointData point ) : System
keyword string
keytype string
point ConnectionPointData
return System
        public FilterEntry(string keyword, string keytype, ConnectionPointData point)
        {
            m_filterKeyword = keyword;
            m_filterKeytype = keytype;
            m_point = point;
        }
FilterEntry