PxClient.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef PxU8 PxClientID
 An ID to identify different clients for multiclient support. More...
 

Variables

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

Typedef Documentation

◆ PxClientID

typedef PxU8 PxClientID

An ID to identify different clients for multiclient support.

See also
PxScene::createClient()

Variable Documentation

◆ PX_DEFAULT_CLIENT

const PxClientID PX_DEFAULT_CLIENT = 0
static

The predefined default PxClientID value.

See also
PxClientID PxScene::createClient()

◆ PX_MAX_CLIENTS

const PxClientID PX_MAX_CLIENTS = 128
static

The maximum number of clients we support.

See also
PxClientID PxScene::createClient()