Importing a new version from external source |
Importing a new version from external source |
||
Line 1: | Line 1: | ||
This form of field linkage is rarely used within the game and is only necessary for specific purposes. For example, attempting to drive a [[Type:FieldDrive`1|FieldDrive<T>]] type will result in the field becoming linked. This is due to [[FrooxEngine]] not wanting the drive state of a field to be local between each user, as localizing such a property could lead to synchronization issues. Links are also used in some parts of user and avatar setup in worlds. |
Revision as of 17:40, 18 May 2025
This form of field linkage is rarely used within the game and is only necessary for specific purposes. For example, attempting to drive a FieldDrive<T> type will result in the field becoming linked. This is due to FrooxEngine not wanting the drive state of a field to be local between each user, as localizing such a property could lead to synchronization issues. Links are also used in some parts of user and avatar setup in worlds.