BEPUphysics.BroadPhaseSystems.SortAndSweep.GridCell2D.Initialize C# (CSharp) Method

Initialize() private method

private Initialize ( Int2 &cellIndex, int hash ) : void
cellIndex Int2
hash int
return void
        internal void Initialize(ref Int2 cellIndex, int hash)
        {
            this.cellIndex = cellIndex;
            sortingHash = hash;
        }