BEPUphysics.DeactivationManagement.SimulationIslandMember.AddConnectionReference C# (CSharp) Метод

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

Adds a connection reference to the member.
private AddConnectionReference ( BEPUphysics.DeactivationManagement.SimulationIslandConnection connection ) : int
connection BEPUphysics.DeactivationManagement.SimulationIslandConnection Reference to add.
Результат int
        internal int AddConnectionReference(SimulationIslandConnection connection)
        {
            connections.Add(connection);
            return connections.Count - 1;
        }