mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-10 15:14:55 +00:00
KCL : Improve model octree loading/saving.
This commit is contained in:
parent
ba80f28323
commit
41efd8b517
2 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue