Assimp
v4.1. (December 2018)
|
Classes | |
class | PrettyWriter< OutputStream, SourceEncoding, TargetEncoding, StackAllocator, writeFlags > |
Writer with indentation and spacing. More... | |
Enumerations | |
enum | PrettyFormatOptions { kFormatDefault = 0 , kFormatSingleLineArray = 1 } |
Combination of PrettyWriter format flags. More... | |
enum PrettyFormatOptions |
Combination of PrettyWriter format flags.
Enumerator | |
---|---|
kFormatDefault | Default pretty formatting. |
kFormatSingleLineArray | Format arrays on a single line. |