DracoUnity/Tests/Runtime
Andreas Atteneder 6a6773b74a refactor: static analysis cleanups (#31)
* 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.
2024-01-11 17:54:49 +01:00
..
Draco.Tests.asmdef chore: Renamed namespaces according to coding convention. (#11) 2023-11-13 17:47:43 +01:00
Draco.Tests.asmdef.meta chore: Renamed namespaces according to coding convention. (#11) 2023-11-13 17:47:43 +01:00
DracoRuntimeTests.cs refactor: static analysis cleanups (#31) 2024-01-11 17:54:49 +01:00
DracoRuntimeTests.cs.meta feat: Unit tests 2021-02-12 16:59:22 +01:00
UseDracoTestFileCaseAttribute.cs refactor: static analysis cleanups (#31) 2024-01-11 17:54:49 +01:00
UseDracoTestFileCaseAttribute.cs.meta feat: Unit tests 2021-02-12 16:59:22 +01:00