m Paradox19 moved page How To Write Plugins/DataModelAssemblyType to How To Create Plugins/DataModelAssemblyType: Reword for generalization |
mark this page as a stub |
||
| Line 1: | Line 1: | ||
{{stub}} | |||
DataModelAssemblyType is a special enum which tells [[FrooxEngine]] what type of assembly a plugin is. It has the following values: | DataModelAssemblyType is a special enum which tells [[FrooxEngine]] what type of assembly a plugin is. It has the following values: | ||
{| class="wikitable" | {| class="wikitable" | ||
Revision as of 15:05, 28 January 2025
This article or section is a stub. You can help the Resonite wiki by expanding it.
DataModelAssemblyType is a special enum which tells FrooxEngine what type of assembly a plugin is. It has the following values:
| Value | Description |
|---|---|
| Core | This is a required assembly for the datamodel. Marks your session as incompatible when loaded. |
| UserspaceCore | |
| Optional | This is an optional assembly, it needs to be manually activated when opening a world Note: Currently you cannot select assemblies on a per-session basis and so no optional assemblies are currently loaded. |
| Dependency | This assembly is used as a dependency for other assemblies. |