Importing a new version from external source |
Importing a new version from external source |
||
Line 1: | Line 1: | ||
[https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/reference-types Microsoft documentation on C# | [https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/reference-types Microsoft documentation on C# reference types]. Do note that this is ''not'' the same exact implementation as FrooxEngine's reference types, as FrooxEngine nests its own data model within C#, but the concepts presented in the article largely apply to FrooxEngine's data model as well. |
Latest revision as of 03:00, 27 April 2025
Microsoft documentation on C# reference types. Do note that this is not the same exact implementation as FrooxEngine's reference types, as FrooxEngine nests its own data model within C#, but the concepts presented in the article largely apply to FrooxEngine's data model as well.