Importing a new version from external source |
Importing a new version from external source |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This form of 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 state of an element being driven to differ between each user, as localizing such a property could lead to major synchronization issues. Links are also used in some parts of user and avatar setup in worlds. |
Latest revision as of 17:30, 3 July 2025
This form of 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 state of an element being driven to differ between each user, as localizing such a property could lead to major synchronization issues. Links are also used in some parts of user and avatar setup in worlds.