BEPUphysics.BroadPhaseSystems.SortAndSweep.GridCell2D.Initialize C# (CSharp) Метод

Initialize() приватный Метод

private Initialize ( Int2 &cellIndex, int hash ) : void
cellIndex Int2
hash int
Результат void
        internal void Initialize(ref Int2 cellIndex, int hash)
        {
            this.cellIndex = cellIndex;
            sortingHash = hash;
        }