Translations:Value type/4/en: Difference between revisions

From Resonite Wiki
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 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.
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

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Value type)
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.

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.