CraftingRecipeAsset
Class in SurvivEngine.Items.Crafting namespace
Inherits from UnityEngine.ScriptableObject
Class in SurvivEngine.Items.Crafting namespace
Inherits from UnityEngine.ScriptableObject
Data class defining a recipe to be used by crafting stations.
Crafting recipes have potentially multiple inputs and outputs.
Input items may or may not be consumed.
Read-Only
The icon for this recipe displayed in crafting UI.
Read-Only
A description of this recipe displayed in crafting UI.
Read-Only
The name of this recipe.
Gets a collection of input items that are to be consumed from the crafter's inventory.
Gets all the input items of this recipe.
Gets all the output items of this recipe.
Gets a string representing the inputs of this recipe. Displayed in crafting UI.
Gets a string representing the outputs of this recipe. Displayed in crafting UI.