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