EntropyEngine::Core::IO::PackageWriterOptions
EntropyEngine::Core::IO::PackageWriterOptions
Section titled “EntropyEngine::Core::IO::PackageWriterOptions”Options for package creation.
#include <PackageWriter.h>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| std::string | upAxis |
| std::array< uint8_t, 32 > | symmetricKey |
| float | metersPerUnit |
| bool | encrypt |
| int | compressionLevel |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable upAxis
Section titled “variable upAxis”std::string upAxis = "Y";variable symmetricKey
Section titled “variable symmetricKey”std::array< uint8_t, 32 > symmetricKey = {};variable metersPerUnit
Section titled “variable metersPerUnit”float metersPerUnit = 1.0f;variable encrypt
Section titled “variable encrypt”bool encrypt = false;variable compressionLevel
Section titled “variable compressionLevel”int compressionLevel = 3;Updated on 2026-01-26 at 17:14:35 -0500