BulletCSharp.btSimpleBroadphaseProxy.SetNextFree C# (CSharp) Method

SetNextFree() public method

public SetNextFree ( int next ) : void
next int
return void
        public void SetNextFree(int next)
        {
            BulletCollisionPINVOKE.btSimpleBroadphaseProxy_SetNextFree(swigCPtr, next);
        }