BulletCSharp.Cluster.getCPtr C# (CSharp) Method

getCPtr() static private method

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

Usage Example

Example #1
0
 public Body(Cluster p) : this(BulletSoftBodyPINVOKE.new_Body__SWIG_1(Cluster.getCPtr(p)), true)
 {
 }