BulletCSharp.btAlignedObjectArrayNode.push_back C# (CSharp) Method

push_back() public method

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