Word Game Builder 2.0.1f2
Reference Manual
WordSet Member List

This is the complete list of members for WordSet, including all inherited members.

CollapseSet()WordSetinline
Contains(string word)WordSetinline
Contains(string prefix, int maxWordLength, int maxIterations, IList< string > stringList)WordSetinline
Decompress()WordSetinline
Decompress(System.Action< float > progressCallback, int iterationsPerFrame=100)WordSetinline
DecompressAsync()WordSetinline
DecompressAsync(System.Action callback)WordSetinline
DecompressAsync(System.Action callback, System.Action< float > progressCallback, int iterationsPerFrame=100)WordSetinline
FindWord(string word, bool ordered)WordSetinline
FindWord(string word, bool ordered, int maxWordLength, int maxIterations)WordSetinline
FindWordAsync(string word, bool ordered, System.Action< WordResult > callback)WordSetinline
FindWordAsync(string word, bool ordered, int maxWordLength, int maxIterations, System.Action< WordResult > callback)WordSetinline
FindWords(string prefix, int maxWordLength, int maxIterations)WordSetinline
FindWordsAsync(string prefix, int maxWordLength, int maxIterations, System.Action< WordResult > callback)WordSetinline
Insert(string word)WordSetinline
InsertRange(IEnumerable< string > words)WordSetinline
isExpandedWordSet
k_MaxPrefixLengthWordSet
Optimize()WordSetinline
Remove(string word)WordSetinline
wordCountWordSet