MCPcopy Create free account
hub / github.com/ParaN3xus/udon-decompiler / BundleHeader

Class BundleHeader

tools/UdonProgramDumper/BundleDecryption.cs:491–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489
490 private sealed record DecryptResult(string InputPath, string OutputPath);
491 private sealed record BundleHeader(string Signature, uint Version, string UnityVersion,
492 string UnityRevision, long Size,
493 uint CompressedBlocksInfoSize,
494 uint UncompressedBlocksInfoSize, ArchiveFlags Flags);
495 private sealed record StorageBlockInfo(uint UncompressedSize, uint CompressedSize,
496 ushort Flags)
497 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected