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

getCPtr() static private méthode

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