Mock Magic API Reference
This reference is generated from the shipped Mock Magic assemblies and their XML documentation.
MockMagic
Section titled “MockMagic”- ExportFormat — Export formats for mock data.
- LabelPreset — Preset label collections for series data.
- Mock — Switch-style dispatcher from to the matching generator. Lives in its own partial so the core file stays focused on the raw generators.
- Mock.Datasets — API type
- MockDataPoint — API type
- MockExport — Static class for exporting mock data to various formats.
- MockExtensions — Convenience helpers that let generated values become null /default with a tunable probability, plus small IList/IReadOnlyList helpers ( PickRandom , S
- MockOf
— API type - MockPerson — Internally consistent person. Email and username are derived from the drawn name, agrees with , and the address components form a coherent line. No re
- MockRandom — Seedable random facade that all MockMagic generators route through. Wraps a so results are reproducible across runs, AOT/IL2CPP platforms and Edit/Pla
- MockSeries — Static class for generating series data with various patterns.
- MockStream — Continuous mock data streaming to registered listeners. Works in both Play Mode (via coroutines) and Edit Mode (via editor updates).
- MockStreaming — Static convenience class for accessing MockStream without direct instance management.
- SeriesPattern — Patterns for generating series data.
- SimpleDataType — Types of simple data that can be generated.
- StreamRhythm — Rhythm modes for continuous data streaming.
MockMagic.Editor
Section titled “MockMagic.Editor”- MockDataWindow — Editor window for generating mock data.
- ToolbarIntegration — API type