NVIDIA(R) PhysX(R) SDK 3.4 API Reference: PxActorClientBehaviorFlag Struct Reference

NVIDIA PhysX SDK 3.4 API

PxActorClientBehaviorFlag Struct Reference

Multiclient behavior bit flags for actors. More...

#include <PxClient.h>

List of all members.


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.

Deprecated:
PxActorClientBehaviorFlag feature has been deprecated in PhysX version 3.4
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-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com