BulletCSharp.SBJoint.getCPtr C# (CSharp) Метод

getCPtr() статический приватный Метод

static private getCPtr ( SBJoint obj ) : HandleRef
obj SBJoint
Результат System.Runtime.InteropServices.HandleRef
        internal static HandleRef getCPtr(SBJoint obj)
        {
            return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
        }

Usage Example

 public void resize(int newsize, SBJoint fillData)
 {
     BulletSoftBodyPINVOKE.btAlignedObjectArraySBJointPtr_resize__SWIG_0(swigCPtr, newsize, SBJoint.getCPtr(fillData));
 }
All Usage Examples Of BulletCSharp.SBJoint::getCPtr