BulletCSharp.btCollisionObject.setBroadphaseHandle C# (CSharp) Méthode

setBroadphaseHandle() public méthode

public setBroadphaseHandle ( SWIGTYPE_p_btBroadphaseProxy handle ) : void
handle SWIGTYPE_p_btBroadphaseProxy
Résultat void
        public void setBroadphaseHandle(SWIGTYPE_p_btBroadphaseProxy handle)
        {
            BulletCollisionPINVOKE.btCollisionObject_setBroadphaseHandle(swigCPtr, SWIGTYPE_p_btBroadphaseProxy.getCPtr(handle));
        }