BulletCSharp.CProfileNode.getCPtr C# (CSharp) Method

getCPtr() static private method

static private getCPtr ( CProfileNode obj ) : HandleRef
obj CProfileNode
return System.Runtime.InteropServices.HandleRef
        internal static HandleRef getCPtr(CProfileNode obj)
        {
            return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
        }

Usage Example

コード例 #1
0
 public CProfileNode(string name, CProfileNode parent) : this(LinearMathPINVOKE.new_CProfileNode(name, CProfileNode.getCPtr(parent)), true)
 {
 }