Exemple #1
0
    public static physx.PxPhysicsPtr PxCreatePhysics(uint version, physx.PxFoundationPtr foundation, physx.PxTolerancesScale *scale)
    {
        uint pvk_in_version = version;

        physx.PxFoundationPtr    pvk_in_foundation = foundation;
        physx.PxTolerancesScale *pvk_in_scale      = scale;
        return(PxPhysicsPtr_PxCreatePhysicsPtr_uint_PxFoundationPtr_PxTolerancesScale_(pvk_in_version, pvk_in_foundation, pvk_in_scale));
    }
Exemple #2
0
    public static physx.PxPhysicsPtr PxCreatePhysics(uint version, physx.PxFoundationPtr foundation, physx.PxTolerancesScale *scale, bool trackOutstandingAllocations = false)
    {
        uint pvk_in_version = version;

        physx.PxFoundationPtr    pvk_in_foundation = foundation;
        physx.PxTolerancesScale *pvk_in_scale      = scale;
        bool pvk_in_trackOutstandingAllocations    = trackOutstandingAllocations;

        return(PxPhysicsPtr_PxCreatePhysicsPtr_uint_PxFoundationPtr_PxTolerancesScale_bool_(pvk_in_version, pvk_in_foundation, pvk_in_scale, pvk_in_trackOutstandingAllocations));
    }
Exemple #3
0
 public static physx.PxSceneDescPtr New(physx.PxTolerancesScale *scale)
 {
     physx.PxTolerancesScale *pvk_in_scale = scale;
     return(Ctor_PxSceneDescPtr_PxTolerancesScale_(pvk_in_scale));
 }
 internal static extern bool bool_const_PxTolerancesScale_isValidPtr(physx.PxTolerancesScale *pvk_this);
 internal static extern void void_PxTolerancesScale_PxTolerancesScalePtr_Ctor(physx.PxTolerancesScale *pvk_this);
Exemple #6
0
 internal static extern physx.PxPhysicsPtr PxPhysicsPtr_PxCreatePhysicsPtr_uint_PxFoundationPtr_PxTolerancesScale_bool_(uint pvk_version, physx.PxFoundationPtr pvk_foundation, physx.PxTolerancesScale *pvk_scale, bool pvk_trackOutstandingAllocations);
Exemple #7
0
 internal static extern physx.PxPhysicsPtr PxPhysicsPtr_PxCreatePhysicsPtr_uint_PxFoundationPtr_PxTolerancesScale_(uint pvk_version, physx.PxFoundationPtr pvk_foundation, physx.PxTolerancesScale *pvk_scale);
 internal static extern void void_PxSceneDescPtr_setToDefaultPtr_PxTolerancesScale_(physx.PxSceneDescPtr pvk_this, physx.PxTolerancesScale *pvk_scale);
 internal static extern physx.PxSceneDescPtr Ctor_PxSceneDescPtr_PxTolerancesScale_(physx.PxTolerancesScale *pvk_scale);