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

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

public CProfileNode ( string name, CProfileNode parent ) : System
name string
parent CProfileNode
Результат System
        public CProfileNode(string name, CProfileNode parent)
            : this(LinearMathPINVOKE.new_CProfileNode(name, CProfileNode.getCPtr(parent)), true)
        {
        }

Same methods

CProfileNode::CProfileNode ( IntPtr cPtr, bool cMemoryOwn ) : System