aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Documentation/PhysXAPI/files/structPxClientBehaviorFlag.html
blob: 74df4c638f5ced1557c273ace4ddd6c1041f985f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<html>
	<head>
		<title>NVIDIA(R) PhysX(R) SDK 3.4 API Reference: PxClientBehaviorFlag Struct Reference</title>
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
		<LINK HREF="NVIDIA.css" REL="stylesheet" TYPE="text/css">
	</head>

	<body bgcolor="#FFFFFF">
		<div id="header">
			<hr class="first">
			<img alt="" src="images/PhysXlogo.png" align="middle"> <br>
			<center>
				<a class="qindex" href="main.html">Main Page</a> &nbsp; 
				<a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; 
				<a class="qindex" href="annotated.html">Compound List</a> &nbsp; 
				<a class="qindex" href="functions.html">Compound Members</a> &nbsp;  
			</center>
			<hr class="second">
		</div>
<!-- Generated by Doxygen 1.5.8 -->
<div class="contents">
<h1>PxClientBehaviorFlag Struct Reference</h1><!-- doxytag: class="PxClientBehaviorFlag" -->Behavior bit flags for simulation clients.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="PxClient_8h-source.html">PxClient.h</a>&gt;</code>
<p>

<p>
<a href="structPxClientBehaviorFlag-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structPxClientBehaviorFlag.html#004b205715fe69e6507561aa2517fece">Enum</a> { <br>
&nbsp;&nbsp;<a class="el" href="structPxClientBehaviorFlag.html#004b205715fe69e6507561aa2517fece195fe4fbf9949860fa214bfe62235bf1">eREPORT_FOREIGN_OBJECTS_TO_TRIGGER_NOTIFY</a> =  (1&lt;&lt;0), 
<br>
&nbsp;&nbsp;<a class="el" href="structPxClientBehaviorFlag.html#004b205715fe69e6507561aa2517fecefc5ed8988b9f05fc59667c4ab2b02886">eREPORT_FOREIGN_OBJECTS_TO_CONTACT_NOTIFY</a> =  (1&lt;&lt;1), 
<br>
&nbsp;&nbsp;<a class="el" href="structPxClientBehaviorFlag.html#004b205715fe69e6507561aa2517fecea6b3abd8c41666ac5bcf23fb359135a9">eREPORT_FOREIGN_OBJECTS_TO_CONSTRAINT_BREAK_NOTIFY</a> =  (1&lt;&lt;2), 
<br>
&nbsp;&nbsp;<a class="el" href="structPxClientBehaviorFlag.html#004b205715fe69e6507561aa2517fece4886d2ee18ff7f51c1932b4546193792">eREPORT_FOREIGN_OBJECTS_TO_SCENE_QUERY</a> =  (1&lt;&lt;3)
<br>
 }</td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Behavior bit flags for simulation clients. 
<p>
<dl compact><dt><b><a class="el" href="deprecated.html#_deprecated000011">Deprecated:</a></b></dt><dd><a class="el" href="structPxClientBehaviorFlag.html" title="Behavior bit flags for simulation clients.">PxClientBehaviorFlag</a> feature has been deprecated in PhysX version 3.4</dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="PxClient_8h.html#295b321eb41489154df2d9dd381282d1" title="Bitfield that contains a set of raised flags defined in PxClientBehaviorFlag.">PxClientBehaviorFlags</a> <a class="el" href="classPxScene.html#6f61e48083f63f6fac343a3b1d8b2ddc" title="Sets behavior bits for a client.">PxScene::setClientBehaviorFlags()</a> </dd></dl>
<hr><h2>Member Enumeration Documentation</h2>
<a class="anchor" name="004b205715fe69e6507561aa2517fece"></a><!-- doxytag: member="PxClientBehaviorFlag::Enum" ref="004b205715fe69e6507561aa2517fece" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="structPxClientBehaviorFlag.html#004b205715fe69e6507561aa2517fece">PxClientBehaviorFlag::Enum</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
<dl compact><dt><b>Enumerator: </b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"><em><a class="anchor" name="004b205715fe69e6507561aa2517fece195fe4fbf9949860fa214bfe62235bf1"></a><!-- doxytag: member="eREPORT_FOREIGN_OBJECTS_TO_TRIGGER_NOTIFY" ref="004b205715fe69e6507561aa2517fece195fe4fbf9949860fa214bfe62235bf1" args="" -->eREPORT_FOREIGN_OBJECTS_TO_TRIGGER_NOTIFY</em>&nbsp;</td><td>
Report actors belonging to other clients to the trigger callback of this client. 
<p>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxSimulationEventCallback.html#768b2ee9fe28736da3fcdc6a0eae9733" title="This is called with the current trigger pair events.">PxSimulationEventCallback::onTrigger()</a> </dd></dl>
</td></tr>
<tr><td valign="top"><em><a class="anchor" name="004b205715fe69e6507561aa2517fecefc5ed8988b9f05fc59667c4ab2b02886"></a><!-- doxytag: member="eREPORT_FOREIGN_OBJECTS_TO_CONTACT_NOTIFY" ref="004b205715fe69e6507561aa2517fecefc5ed8988b9f05fc59667c4ab2b02886" args="" -->eREPORT_FOREIGN_OBJECTS_TO_CONTACT_NOTIFY</em>&nbsp;</td><td>
Report actors belonging to other clients to the contact callback of this client. 
<p>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxSimulationEventCallback.html#4dc1da28643ccf9f77c8432b5eb2fd32" title="This is called when certain contact events occur.">PxSimulationEventCallback::onContact()</a> </dd></dl>
</td></tr>
<tr><td valign="top"><em><a class="anchor" name="004b205715fe69e6507561aa2517fecea6b3abd8c41666ac5bcf23fb359135a9"></a><!-- doxytag: member="eREPORT_FOREIGN_OBJECTS_TO_CONSTRAINT_BREAK_NOTIFY" ref="004b205715fe69e6507561aa2517fecea6b3abd8c41666ac5bcf23fb359135a9" args="" -->eREPORT_FOREIGN_OBJECTS_TO_CONSTRAINT_BREAK_NOTIFY</em>&nbsp;</td><td>
Report actors belonging to other clients to the constraint break callback of this client. 
<p>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxSimulationEventCallback.html#67c6553ee9090481ece8b041502eb948" title="This is called when a breakable constraint breaks.">PxSimulationEventCallback::onConstraintBreak()</a> </dd></dl>
</td></tr>
<tr><td valign="top"><em><a class="anchor" name="004b205715fe69e6507561aa2517fece4886d2ee18ff7f51c1932b4546193792"></a><!-- doxytag: member="eREPORT_FOREIGN_OBJECTS_TO_SCENE_QUERY" ref="004b205715fe69e6507561aa2517fece4886d2ee18ff7f51c1932b4546193792" args="" -->eREPORT_FOREIGN_OBJECTS_TO_SCENE_QUERY</em>&nbsp;</td><td>
Report actors belonging to other clients to scene queries of this client. </td></tr>
</table>
</dl>

</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="PxClient_8h-source.html">PxClient.h</a></ul>
</div>

<hr style="width: 100%; height: 2px;"><br>
Copyright &copy; 2008-2018 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. <a href="http://www.nvidia.com ">www.nvidia.com</a>
</body>
</html>