Translations:Value type/4/en

From Resonite Wiki
Revision as of 16:30, 26 January 2025 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

What types are defined as value types in FrooxEngine are managed through a complicated autogenerated class called Coder<T>. As such, it is much better to refer to Category:Value Types for determining what is a value type in FrooxEngine. Overall, though, all FrooxEngine value types share the property that they do not implement the Type:IWorldElement interface, unlike reference types.