BulletCSharp.btAlignedObjectArrayLink.expand C# (CSharp) Метод

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

public expand ( Link fillValue ) : Link
fillValue Link
Результат Link
        public Link expand(Link fillValue)
        {
            Link ret = new Link(BulletSoftBodyPINVOKE.btAlignedObjectArrayLink_expand__SWIG_0(swigCPtr, Link.getCPtr(fillValue)), false);
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }

Same methods

btAlignedObjectArrayLink::expand ( ) : Link