aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Documentation/PhysXGuide/_sources/Manual/ExtendingSerialization.txt
diff options
context:
space:
mode:
authorSheikh Dawood Abdul Ajees <[email protected]>2018-12-02 13:31:57 -0600
committerSheikh Dawood Abdul Ajees <[email protected]>2018-12-02 13:31:57 -0600
commit326e24039dd3f063afd211fad770e15bdd5ff4ea (patch)
tree94c7bcc15191736f263739c107d0a253b1629b0a /PhysX_3.4/Documentation/PhysXGuide/_sources/Manual/ExtendingSerialization.txt
parentPhysX 3.4, APEX 1.4 patch release @25256367 (diff)
downloadphysx-3.4-326e24039dd3f063afd211fad770e15bdd5ff4ea.tar.xz
physx-3.4-326e24039dd3f063afd211fad770e15bdd5ff4ea.zip
PhysX 3.4, APEX 1.4 patch release @25354359v3.4.2-bsd
Diffstat (limited to 'PhysX_3.4/Documentation/PhysXGuide/_sources/Manual/ExtendingSerialization.txt')
-rw-r--r--PhysX_3.4/Documentation/PhysXGuide/_sources/Manual/ExtendingSerialization.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/PhysX_3.4/Documentation/PhysXGuide/_sources/Manual/ExtendingSerialization.txt b/PhysX_3.4/Documentation/PhysXGuide/_sources/Manual/ExtendingSerialization.txt
index bd8f5791..58735ad9 100644
--- a/PhysX_3.4/Documentation/PhysXGuide/_sources/Manual/ExtendingSerialization.txt
+++ b/PhysX_3.4/Documentation/PhysXGuide/_sources/Manual/ExtendingSerialization.txt
@@ -30,7 +30,7 @@ Serialization and deserialization of a custom class can be achieved with the fol
1. Define a *PxConcreteType* and type info for the custom class. Make sure its type value is unique.
-2. The custom class needs to inherit from *PxBase* and implement it's interface.
+2. The custom class needs to inherit from *PxBase* and implement its interface.
3. Instance PxSerializerDefaultAdapter<T> and implement specialized methods where necessary.