Modular Replacement Generator
Overview
The ModularReplacementGenerator
class is part of the HNGamers.Atavism
namespace and is used in the Unity Editor to generate replacement items for modular objects.
Interface
There are no interfaces implemented in this class.
Constructors
Constructor | Description |
---|---|
ModularReplacementGenerator() |
Constructor for ModularReplacementGenerator class. |
Methods
Method | Return Type | Description |
---|---|---|
BuildReplacementItem(GameObject prefab, UnityEngine.Object folder) |
ScriptableObject |
Builds a replacement item from the provided GameObject prefab and saves it to the specified folder . |
ProcessFolder() |
void |
Processes the specified folder and generates replacement items for the contained prefabs. |
Properties
Property | Type | Description |
---|---|---|
ModularReplacementItemList |
List<ModularReplacementItems> |
A list of ModularReplacementItems to process. |
objectToBuild |
GameObject |
The GameObject to use for building a replacement item. |
folderToSavePrefabs |
UnityEngine.Object |
The folder to save generated replacement items in. |
Events
There are no events defined in this class.
Concepts/Guides
There are no concepts or guides associated with this class.
Examples
There are no examples provided for this class.