creat |
m not supposed to be like that |
||
Line 1: | Line 1: | ||
The | 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 [[Component:DataFeedItemMapper|DataFeedItemMapper]]s, but are otherwise unused. | Dummy types are occasionally used by FrooxEngine for building certain systems during initialization, such as [[Component:DataFeedItemMapper|DataFeedItemMapper]]s, but are otherwise unused. | ||
[[Category:Value types]] | [[Category:Value types]] |
Latest revision as of 19:29, 14 October 2025
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.