BulletCSharp.btAlignedObjectArrayNode.push_back C# (CSharp) Méthode

push_back() public méthode

public push_back ( Node _Val ) : void
_Val Node
Résultat void
        public void push_back(Node _Val)
        {
            BulletSoftBodyPINVOKE.btAlignedObjectArrayNode_push_back(swigCPtr, Node.getCPtr(_Val));
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
        }