BulletCSharp.SWIGTYPE_p_btActionInterface.getCPtr C# (CSharp) Method

getCPtr() static private method

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

Usage Example

コード例 #1
0
 public virtual void removeAction(SWIGTYPE_p_btActionInterface action)
 {
     BulletDynamicsPINVOKE.btSimpleDynamicsWorld_removeAction(swigCPtr, SWIGTYPE_p_btActionInterface.getCPtr(action));
 }
All Usage Examples Of BulletCSharp.SWIGTYPE_p_btActionInterface::getCPtr
SWIGTYPE_p_btActionInterface