Back to API Reference
Struct
ParameterReader
sealed
Zero-allocation tokenizer for comma-separated modifier parameters. Eliminates manual IndexOf/Slice/Trim boilerplate in modifier parsers.
Example
csharp
Nested Types
Reads the next token as a Color32 via ColorParsing. Returns false if missing or unparseable; on failure value is left at defaultValue.
Reads the next token as a value of enum T. Matches the full enum-member name case-insensitively; for single-character tokens, also matches against the first letter of any member whose initial is unique within the enum (e.g. r → Radial when no other member starts with R). Members whose initial collides with another member's keep working under their full name but lose the short alias. Returns false if missing or unmatched; on failure value is left at defaultValue.
