optoctreeparser
Loading...
Searching...
No Matches
optoctreeparser::OptocPatchRoot Struct Reference

Root of optoctreepatch file. More...

#include <base_struct/base_struct.hpp>

Public Member Functions

bool operator== (const OptocPatchRoot &other) const =default
 

Public Attributes

int32_t version
 version of optoctreepatch file
 
std::vector< OptocPatchBatchbatches
 Patched batches.
 

Detailed Description

Root of optoctreepatch file.

See also
optoctreepatch format documentation: https://github.com/Esper89/Subnautica-TerrainPatcher/blob/master/doc/Subnautica%20Terrain%20Patch%20Format.pdf

Member Function Documentation

◆ operator==()

bool optoctreeparser::OptocPatchRoot::operator== ( const OptocPatchRoot other) const
default

Member Data Documentation

◆ batches

std::vector<OptocPatchBatch> optoctreeparser::OptocPatchRoot::batches

Patched batches.

◆ version

int32_t optoctreeparser::OptocPatchRoot::version

version of optoctreepatch file


The documentation for this struct was generated from the following file: