BulletCSharp.Material.getCPtr C# (CSharp) Method

getCPtr() static private method

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

Usage Example

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