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]] [[ | 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
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>.