BEPUphysics.DeactivationManagement.SimulationIslandMember.AddConnectionReference C# (CSharp) Méthode

AddConnectionReference() private méthode

Adds a connection reference to the member.
private AddConnectionReference ( BEPUphysics.DeactivationManagement.SimulationIslandConnection connection ) : int
connection BEPUphysics.DeactivationManagement.SimulationIslandConnection Reference to add.
Résultat int
        internal int AddConnectionReference(SimulationIslandConnection connection)
        {
            connections.Add(connection);
            return connections.Count - 1;
        }