From 78cab22a61786a23f2ee1ad7c5dcbec0024befca Mon Sep 17 00:00:00 2001 From: Sheikh Dawood Abdul Ajees Date: Tue, 27 Nov 2018 13:02:50 -0600 Subject: PhysX 3.4, APEX 1.4 patch release @25256367 --- .../Documentation/PhysXAPI/files/PxSerializer_8h-source.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/PxSerializer_8h-source.html') diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxSerializer_8h-source.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxSerializer_8h-source.html index db4ba8df..4a2e1454 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxSerializer_8h-source.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxSerializer_8h-source.html @@ -67,9 +67,9 @@ 00065 /**********************************************************************************************************************/ 00066 00070 -00076 virtual const char* getConcreteTypeName() const = 0; +00076 virtual const char* getConcreteTypeName() const = 0; 00077 -00085 virtual void requires(PxBase&, PxProcessPxBaseCallback&) const = 0; +00085 virtual void requiresObjects(PxBase&, PxProcessPxBaseCallback&) const = 0; 00086 00096 virtual bool isSubordinate() const = 0; 00097 @@ -107,11 +107,11 @@ 00161 { 00162 return mTypeName; 00163 } -00164 -00165 virtual void requires(PxBase& obj, PxProcessPxBaseCallback& c) const +00164 +00165 virtual void requiresObjects(PxBase& obj, PxProcessPxBaseCallback& c) const 00166 { 00167 T& t = static_cast<T&>(obj); -00168 t.requires(c); +00168 t.requiresObjects(c); 00169 } 00170 00171 virtual bool isSubordinate() const @@ -153,7 +153,7 @@ 00211 }; 00212 00213 RequiresCallback callback(s); -00214 t.requires(callback); +00214 t.requiresObjects(callback); 00215 } 00216 00217 // class methods -- cgit v1.2.3