Public Types | List of all members
PxActorClientBehaviorFlag Struct Reference

Multiclient behavior bit flags for actors. More...

#include <PxClient.h>

Public Types

enum  Enum {
  eREPORT_TO_FOREIGN_CLIENTS_TRIGGER_NOTIFY = (1<<0),
  eREPORT_TO_FOREIGN_CLIENTS_CONTACT_NOTIFY = (1<<1),
  eREPORT_TO_FOREIGN_CLIENTS_CONSTRAINT_BREAK_NOTIFY = (1<<2),
  eREPORT_TO_FOREIGN_CLIENTS_SCENE_QUERY = (1<<3)
}
 

Detailed Description

Multiclient behavior bit flags for actors.

See Also
PxActorClientBehaviorFlags PxActor::setClientBehaviorFlags()

Member Enumeration Documentation

Enumerator
eREPORT_TO_FOREIGN_CLIENTS_TRIGGER_NOTIFY 

Report this actor to trigger callbacks of other clients.

See Also
PxSimulationEventCallback::onTrigger()
eREPORT_TO_FOREIGN_CLIENTS_CONTACT_NOTIFY 

Report this actor to contact callbacks of other clients.

See Also
PxSimulationEventCallback::onContact()
eREPORT_TO_FOREIGN_CLIENTS_CONSTRAINT_BREAK_NOTIFY 

Report this actor to constraint break callbacks of other clients.

See Also
PxSimulationEventCallback::onConstraintBreak()
eREPORT_TO_FOREIGN_CLIENTS_SCENE_QUERY 

Report this actor to scene queries of other clients.


The documentation for this struct was generated from the following file:


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