BulletCSharp.SWIGTYPE_p_void.getCPtr C# (CSharp) Method

getCPtr() static private method

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

Usage Example

        public virtual string serialize(SWIGTYPE_p_void dataBuffer, SWIGTYPE_p_btSerializer serializer)
        {
            string ret = BulletDynamicsPINVOKE.btRigidBody_serialize(swigCPtr, SWIGTYPE_p_void.getCPtr(dataBuffer), SWIGTYPE_p_btSerializer.getCPtr(serializer));

            return(ret);
        }
All Usage Examples Of BulletCSharp.SWIGTYPE_p_void::getCPtr