BulletCSharp.btAlignedObjectArrayNode.expand C# (CSharp) 메소드

expand() 공개 메소드

public expand ( ) : Node
리턴 Node
        public Node expand()
        {
            Node ret = new Node(BulletSoftBodyPINVOKE.btAlignedObjectArrayNode_expand__SWIG_1(swigCPtr), false);
            return ret;
        }

Same methods

btAlignedObjectArrayNode::expand ( Node fillValue ) : Node