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;
        }