From 3dfe2108cfab31ba3ee5527e217d0d8e99a51162 Mon Sep 17 00:00:00 2001 From: git perforce import user Date: Tue, 25 Oct 2016 12:29:14 -0600 Subject: Initial commit: PhysX 3.4.0 Update @ 21294896 APEX 1.4.0 Update @ 21275617 [CL 21300167] --- .../Documentation/PhysXAPI/files/PxClient_8h.html | 173 +++++++++++++++++++++ 1 file changed, 173 insertions(+) create mode 100644 PhysX_3.4/Documentation/PhysXAPI/files/PxClient_8h.html (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/PxClient_8h.html') diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxClient_8h.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxClient_8h.html new file mode 100644 index 00000000..e8f2ca5a --- /dev/null +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxClient_8h.html @@ -0,0 +1,173 @@ + + + NVIDIA(R) PhysX(R) SDK 3.4 API Reference: PxClient.h File Reference + + + + + + + +
+

PxClient.h File Reference

#include "foundation/PxFlags.h"
+ +

+

+Include dependency graph for PxClient.h:
+
+

+ +foundation/PxFlags.hfoundation/Px.hfoundation/PxSimpleTypes.hfoundation/PxPreprocessor.h +
+ +

+

+This graph shows which files directly or indirectly include this file:
+
+

+ +PxActor.hPxPhysicsAPI.hPxScene.hPxBatchQueryDesc.hPxQueryFiltering.hPxRigidActor.hPxCloth.hPxParticleBase.hPxRigidBody.hPxRigidStatic.hPxJoint.hPxShapeExt.hPxRigidActorExt.hPxArticulationLink.hPxRigidDynamic.hPxRigidBodyExt.hPxVehicleWheels.hPxVehicleDrive.hPxVehicleDrive4W.hPxVehicleDriveTank.hPxVehicleDriveNW.hPxVehicleNoDrive.hPxVehicleUtilControl.hPxExtensionsAPI.hPxDistanceJoint.hPxFixedJoint.hPxJointLimit.hPxPrismaticJoint.hPxRevoluteJoint.hPxSphericalJoint.hPxD6Joint.hPxParticleSystem.hPxParticleFluid.hPxSceneLock.hPxVolumeCache.hPxSceneQueryExt.hPxBatchQuery.hPxVehicleUpdate.hPxController.hPxBoxController.hPxCapsuleController.h +
+ +

+Go to the source code of this file. + + + + + + + + + + + + + + + + + + + + + + + + + +

Classes

struct  PxClientBehaviorFlag
 Behavior bit flags for simulation clients. More...
struct  PxActorClientBehaviorFlag
 Multiclient behavior bit flags for actors. More...

Typedefs

typedef PxU8 PxClientID
 An ID to identify different clients for multiclient support.
typedef PX_DEPRECATED PxFlags
+< PxClientBehaviorFlag::Enum,
+PxU8 > 
PxClientBehaviorFlags
 Bitfield that contains a set of raised flags defined in PxClientBehaviorFlag.
typedef PX_DEPRECATED PxFlags
+< PxActorClientBehaviorFlag::Enum,
+PxU8 > 
PxActorClientBehaviorFlags
 Bitfield that contains a set of raised flags defined in PxActorClientBehaviorFlag.

Variables

static const PxClientID PX_DEFAULT_CLIENT = 0
 The predefined default PxClientID value.
static const PxClientID PX_MAX_CLIENTS = 128
 The maximum number of clients we support.
+


Typedef Documentation

+ +
+
+ + + + +
typedef PX_DEPRECATED PxFlags<PxActorClientBehaviorFlag::Enum, PxU8> PxActorClientBehaviorFlags
+
+
+ +

+Bitfield that contains a set of raised flags defined in PxActorClientBehaviorFlag. +

+

Deprecated:
PxActorClientBehaviorFlag feature has been deprecated in PhysX version 3.4
+
See also:
PxActorClientBehaviorFlag PxActor::setClientBehaviorFlags()
+ +
+

+ +

+
+ + + + +
typedef PX_DEPRECATED PxFlags<PxClientBehaviorFlag::Enum, PxU8> PxClientBehaviorFlags
+
+
+ +

+Bitfield that contains a set of raised flags defined in PxClientBehaviorFlag. +

+

Deprecated:
PxActorClientBehaviorFlag feature has been deprecated in PhysX version 3.4
+
See also:
PxClientBehaviorFlag PxScene::setClientBehaviorFlags()
+ +
+

+ +

+
+ + + + +
typedef PxU8 PxClientID
+
+
+ +

+An ID to identify different clients for multiclient support. +

+

See also:
PxScene::createClient()
+ +
+

+


Variable Documentation

+ +
+
+ + + + +
const PxClientID PX_DEFAULT_CLIENT = 0 [static]
+
+
+ +

+The predefined default PxClientID value. +

+

See also:
PxClientID PxScene::createClient()
+ +
+

+ +

+
+ + + + +
const PxClientID PX_MAX_CLIENTS = 128 [static]
+
+
+ +

+The maximum number of clients we support. +

+

See also:
PxClientID PxScene::createClient()
+ +
+

+

+ +

+Copyright © 2008-2016 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com + + -- cgit v1.2.3