BulletCSharp.Cluster.getCPtr C# (CSharp) Méthode

getCPtr() static private méthode

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

Usage Example

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