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