BulletCSharp.CProfileIterator.getCPtr C# (CSharp) Method

getCPtr() static private method

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

Usage Example

Ejemplo n.º 1
0
 public static void Release_Iterator(CProfileIterator iterator)
 {
     LinearMathPINVOKE.CProfileManager_Release_Iterator(CProfileIterator.getCPtr(iterator));
 }
All Usage Examples Of BulletCSharp.CProfileIterator::getCPtr