KCL : Improve model octree loading/saving.

This commit is contained in:
KillzXGaming 2020-09-26 19:25:40 -04:00
parent ba80f28323
commit 41efd8b517
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -536,10 +536,10 @@
Initializes a new instance of the <see cref="T:KclLibrary.ModelOctreeNode"/> class with an empty key.
</summary>
</member>
<member name="M:KclLibrary.ModelOctreeNode.#ctor(Syroot.BinaryData.BinaryDataReader)">
<member name="M:KclLibrary.ModelOctreeNode.#ctor(Syroot.BinaryData.BinaryDataReader,System.UInt32)">
<summary>
Initializes a new instance of the <see cref="!:CourseOctreeNode"/> class with the key and data read from the
given <paramref name="reader"/>.
given <paramref name="reader"/> and the <paramref name="parentPosition"/>.
</summary>
<param name="reader">The <see cref="T:Syroot.BinaryData.BinaryDataReader"/> to read the node data with.</param>
</member>