Enum FabricatorTemplate.Model
- Namespace
- Nautilus.Assets.PrefabTemplates
- Assembly
- Nautilus.dll
Defines a list of available models for your custom fabricator.
public enum FabricatorTemplate.Model
- Extension Methods
Fields
Custom = 0
- Use this option only if you want to provide your own custom model for your fabricator. To use this value, you must pass a non-null game object to the task result in the GetPrefabAsync(TaskResult<GameObject>) method.
Fabricator = 1
- The regular fabricator like the one in the life pod.
MoonPool = 3
- The style of fabricator found in the Moon Pool and the Cyclops sub.
Workbench = 2
- The modification station that upgrades your equipment.