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

CProfileNode() приватный Метод

private CProfileNode ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
Результат System
        internal CProfileNode(IntPtr cPtr, bool cMemoryOwn)
        {
            swigCMemOwn = cMemoryOwn;
            swigCPtr = new HandleRef(this, cPtr);
        }

Same methods

CProfileNode::CProfileNode ( string name, CProfileNode parent ) : System