diff options
| author | Sheikh Dawood Abdul Ajees <[email protected]> | 2018-11-27 13:02:50 -0600 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <[email protected]> | 2018-11-27 13:02:50 -0600 |
| commit | 78cab22a61786a23f2ee1ad7c5dcbec0024befca (patch) | |
| tree | 27cb86e3add785670ddfdbfc901f1654d74d1cb2 /PhysX_3.4/Documentation/PhysXAPI/files/PxVehicleWheels_8h-source.html | |
| parent | PhysX 3.4, APEX 1.4 patch release @24990349 (diff) | |
| download | physx-3.4-78cab22a61786a23f2ee1ad7c5dcbec0024befca.tar.xz physx-3.4-78cab22a61786a23f2ee1ad7c5dcbec0024befca.zip | |
PhysX 3.4, APEX 1.4 patch release @25256367
Diffstat (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/PxVehicleWheels_8h-source.html')
| -rw-r--r-- | PhysX_3.4/Documentation/PhysXAPI/files/PxVehicleWheels_8h-source.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxVehicleWheels_8h-source.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxVehicleWheels_8h-source.html index a34f1ed6..5194d8de 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxVehicleWheels_8h-source.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxVehicleWheels_8h-source.html @@ -364,7 +364,7 @@ <a name="l00787"></a>00787 <span class="preprocessor"></span> <a name="l00788"></a>00788 <span class="comment">//serialization</span> <a name="l00789"></a>00789 <span class="keyword">public</span>: -<a name="l00790"></a>00790 <span class="keyword">virtual</span> <span class="keywordtype">void</span> requires(<a class="code" href="classPxProcessPxBaseCallback.html" title="Callback class used to process PxBase objects.">PxProcessPxBaseCallback</a>& c); +<a name="l00790"></a>00790 <span class="keyword">virtual</span> <span class="keywordtype">void</span> requiresObjects(<a class="code" href="classPxProcessPxBaseCallback.html" title="Callback class used to process PxBase objects.">PxProcessPxBaseCallback</a>& c); <a name="l00791"></a><a class="code" href="classPxVehicleWheels.html#ba71aed284017a9b51165ea2c385f917">00791</a> <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="classPxVehicleWheels.html#ba71aed284017a9b51165ea2c385f917" title="Returns string name of dynamic type.">getConcreteTypeName</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <span class="stringliteral">"PxVehicleWheels"</span>; } <a name="l00792"></a><a class="code" href="classPxVehicleWheels.html#dc581b466ddace41b7592df8cf54b69a">00792</a> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classPxVehicleWheels.html#dc581b466ddace41b7592df8cf54b69a" title="Returns whether a given type name matches with the type of this instance.">isKindOf</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* name)<span class="keyword"> const </span>{ <span class="keywordflow">return</span> !::strcmp(<span class="stringliteral">"PxVehicleWheels"</span>, name) || <a class="code" href="classPxBase.html#ae9d444c7cfd1715a101350a1b1226ef" title="Returns whether a given type name matches with the type of this instance.">PxBase::isKindOf</a>(name); } <a name="l00793"></a>00793 <span class="keyword">virtual</span> <span class="keywordtype">void</span> exportExtraData(<a class="code" href="classPxSerializationContext.html" title="Binary serialization context class.">PxSerializationContext</a>&); |