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 --- PhysX_3.4/Documentation/PhysXAPI/files/classPxSerializer.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/classPxSerializer.html') diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/classPxSerializer.html b/PhysX_3.4/Documentation/PhysXAPI/files/classPxSerializer.html index 329080b1..8c57706a 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/classPxSerializer.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/classPxSerializer.html @@ -45,9 +45,9 @@ Inheritance diagram for PxSerializer: virtual const char * getConcreteTypeName () const =0  Returns string name of dynamic type.
-virtual void requires (PxBase &, PxProcessPxBaseCallback &) const =0 +virtual void requiresObjects (PxBase &, PxProcessPxBaseCallback &) const =0 - Adds required objects to the collection.
+ Adds required objects to the collection.
virtual bool isSubordinate () const =0  Whether the object is subordinate.
@@ -309,12 +309,12 @@ Register references that the object maintains to other objects.

- +

- + @@ -340,7 +340,7 @@ Adds required objects to the collection. This method does not add the required objects recursively, e.g. objects required by required objects.

See also:
PxCollection, PxSerialization::complete
-

Implemented in PxSerializerDefaultAdapter< T >.

+

Implemented in PxSerializerDefaultAdapter< T >.

-- cgit v1.2.3

virtual void PxSerializer::requires virtual void PxSerializer::requiresObjects ( PxBase ,