API
Interface
public interface IItemBarPlugin
{
void RegisterItemBarEntity(ItemBarEntity entity);
void UnregisterItemBarEntity(ItemBarEntity entity);
void SelectSlot(GameObject target, int slotIndex);
void CycleSlot(GameObject target, int direction);
int GetSelectedSlotIndex(GameObject target);
ItemBarSlot GetSelectedSlot(GameObject target);
}ItemBarEntry
Field
Type
Description
bool CanAcceptItemType(ItemTypeBase itemType)
bool CanAcceptItem(ItemEntry itemEntry)
bool CanAcceptItem(ItemInstance itemInstance)ItemBarSlot
Commands
Command
Fields
Description
Components
ItemBarEntity
Field
Type
Description
Save Data
ItemBarPluginSaveData
SerializedItemBarData
Field
Type
Description
SerializedItemBarSlotData
Field
Type
Description
Usage
Last updated
Was this helpful?
