Importing a new version from external source |
Importing a new version from external source |
||
| Line 1: | Line 1: | ||
What types are defined as value types in FrooxEngine are managed through a complicated autogenerated class called <code>Coder<T></code>. As such, it is much better to refer to [[:Category:Value | What types are defined as value types in FrooxEngine are managed through a complicated autogenerated class called <code>Coder<T></code>. As such, it is much better to refer to [[:Category:Value types|the list of all value types]] for determining what is a value type in FrooxEngine. Overall, though, all FrooxEngine value types share the property that they <em>do not</em> implement the [[Type:IWorldElement]] interface, unlike reference types. | ||
Latest revision as of 10:40, 25 October 2025
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 the list of all 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.