TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

enum TrimBehaviour in Tinman.Core.Parsing

enum TrimBehaviour  

Items

None = 0

Text lines are output without trimming.

Whitespace = 1

Each run of whitespace characters (see IsWhitespace) in a text line is replaced with a single ' ' character.

WhitespaceAndLineBreak = 2

Each run of whitespace characters (see IsWhitespace) in the text is replaced with a single ' ' character.