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