Enum SlotInfo.SlotArrayType
- Namespace
- FluffyUnderware.Curvy.Generator
Defines what type of Array is used
public enum SlotInfo.SlotArrayType
Fields
Hidden = 2An array that behave like an array code wise, but is displayed as a single instance of CGData UI wise. This allows for CG modules to send/receive arrays, without giving the user the possibility to link multiple modules to the slot
Normal = 1An array that behaves like an array code wise and UI wise
Unknown = 0