BulletCSharp.btAlignedObjectArrayNode.resize C# (CSharp) Метод

resize() публичный Метод

public resize ( int newsize, Node fillData ) : void
newsize int
fillData Node
Результат void
        public void resize(int newsize, Node fillData)
        {
            BulletSoftBodyPINVOKE.btAlignedObjectArrayNode_resize__SWIG_0(swigCPtr, newsize, Node.getCPtr(fillData));
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
        }

Same methods

btAlignedObjectArrayNode::resize ( int newsize ) : void