Helper Scripts Collection 1.3.1
API documentation for the helper scripts compatible with Unity3D
NikosAssets.Helpers.CollectionHelper Member List

This is the complete list of members for NikosAssets.Helpers.CollectionHelper, including all inherited members.

CollectionAndIndexChecker(ICollection collection, int i, bool logError=false)NikosAssets.Helpers.CollectionHelperstatic
CollectionIsNullOrEmpty(ICollection collection)NikosAssets.Helpers.CollectionHelperstatic
CollectionsMatchAllItems(ICollection colA, ICollection colB)NikosAssets.Helpers.CollectionHelperstatic
CollectionsMatcher(ItemMatching matching, ICollection colA, ICollection colB)NikosAssets.Helpers.CollectionHelperstatic
GetListItemAtIndex< T >(List< T > list, int i, bool logError=false)NikosAssets.Helpers.CollectionHelperstatic
GetQueueItemAtIndex< T >(Queue< T > queue, int i, bool logError=false)NikosAssets.Helpers.CollectionHelperstatic
ItemMatching enum nameNikosAssets.Helpers.CollectionHelper
ListOfOne< T >(T item)NikosAssets.Helpers.CollectionHelperstatic
LogCollection< T >(ICollection< T > collection)NikosAssets.Helpers.CollectionHelperstatic
PointerHandler(bool increment, int pointer, int lengthOfCollection)NikosAssets.Helpers.CollectionHelperstatic