BulletCSharp.btSoftBodySolverOutput.getCPtr C# (CSharp) 메소드

getCPtr() 정적인 개인적인 메소드

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