BulletCSharp.btAlignedObjectArrayFace.push_back C# (CSharp) Method

push_back() public method

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