BulletCSharp.btAlignedObjectArrayNode.resize C# (CSharp) Method

resize() public method

public resize ( int newsize ) : void
newsize int
return void
        public void resize(int newsize)
        {
            BulletSoftBodyPINVOKE.btAlignedObjectArrayNode_resize__SWIG_1(swigCPtr, newsize);
        }

Same methods

btAlignedObjectArrayNode::resize ( int newsize, Node fillData ) : void