C# Класс Nez.Spatial.IntIntDictionary

wraps a Unit32,List Dictionary. It's main purpose is to hash the int,int x,y coordinates into a single Uint32 key which hashes perfectly resulting in an O(1) lookup.
Показать файл Открыть проект

Открытые методы

Метод Описание
clear ( ) : void

clears the backing dictionary

Приватные методы

Метод Описание
add ( int x, int y, List list ) : void
getAllObjects ( ) : HashSet
getKey ( int x, int y ) : long
remove ( Collider obj ) : void
tryGetValue ( int x, int y, List &list ) : bool

Описание методов

clear() публичный Метод

clears the backing dictionary
public clear ( ) : void
Результат void