Type:Dummy

From Resonite Wiki
Revision as of 19:29, 14 October 2025 by Yosh (talk | contribs) (not supposed to be like that)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The dummy and dummy<T> types are value types that represent placeholder or empty types. They provide very simple and predictable results when doing comparisons or conversions.

Dummy types are occasionally used by FrooxEngine for building certain systems during initialization, such as DataFeedItemMappers, but are otherwise unused.