BulletCSharp.btSoftBody.getCPtr C# (CSharp) Méthode

getCPtr() static private méthode

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