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

getCPtr() static private méthode

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