6a6773b74a
* refactor: DecodeResult is readonly so it's immutable. * refactor: Re-ordered methods so overloads are grouped * refactor: Made more classes/members readonly/sealed that are supposed to be immutable. * refactor: AttributeMapBase.CompareTo was used to sort them by stream/offset, but it's not a generic comparison. Therefore `IComparable` was removed and the comparison is applied via delegate for that particular use-case. * refactor: Removed obsolete code * fix: Applied IDisposable pattern static analysis suggested. * fix: Raising `InvalidDataException` instead of `Exception`. Renamed some variables. * refactor: Renamed DecodeFlags to DecodeSettings so that the struct's type isn't be a part of its name. |
||
---|---|---|
.. | ||
Draco.Tests.asmdef | ||
Draco.Tests.asmdef.meta | ||
DracoRuntimeTests.cs | ||
DracoRuntimeTests.cs.meta | ||
UseDracoTestFileCaseAttribute.cs | ||
UseDracoTestFileCaseAttribute.cs.meta |