Translations:Shared components/7/en
From Resonite Wiki
More actions
This dictionary is indexed by strings that map to certain types of components. Whenever an engine function wants a shared component, it requests the string it needs and uses the component it maps to in the dictionary. If the string doesn't exist, the component is null, or the version associated with the component is less than the version requested by the caller, then it will attach its requested component to Root.[note 1][1]
Cite error: <ref> tags exist for a group named "note", but no corresponding <references group="note"/> tag was found
- ↑ Method
FrooxEngine.SharedComponents.GetSharedComponentOrCreate<T>