Translations:Reference type/1/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:
A '''reference type''' is a designation of types within the [[FrooxEngine]] [[Data Model]]. They are in contrast to [[value types]] in that they exist in one place in memory and are "passed around" by their [[Type:RefID|Reference ID]] rather than by value, such as through a [[Type:SyncRef`1|SyncRef<T>]].
A '''reference type''' is a designation of types within the [[FrooxEngine]] [[data model]]. They are in contrast to [[value types]] in that they exist in one place in memory and are "passed around" by their [[Type:RefID|reference ID]] rather than by value, such as through a [[Type:SyncRef`1|SyncRef<T>]].

Latest revision as of 03:00, 27 April 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 (Reference type)
A '''reference type''' is a designation of types within the [[FrooxEngine]] [[data model]]. They are in contrast to [[value types]] in that they exist in one place in memory and are "passed around" by their [[Type:RefID|reference ID]] rather than by value, such as through a [[Type:SyncRef`1|SyncRef<T>]].

A reference type is a designation of types within the FrooxEngine data model. They are in contrast to value types in that they exist in one place in memory and are "passed around" by their reference ID rather than by value, such as through a SyncRef<T>.