- Namespace
- EasyBuildSystem
.Features .Scripts .Core .Base .Storage - Base Types
-
- MonoBehaviour
graph BT
Type-->Base0["MonoBehaviour"]
Type["BuildStorage"]
class Type type-node
Syntax
[AddComponentMenu("Easy Build System/Features/Build Storage")]
public class BuildStorage : MonoBehaviour
Attributes
| Type | Description |
|---|---|
| AddComponentMenu |
Fields
| Name | Constant Value | Summary |
|---|---|---|
| AutoDefineInDataPath | ||
| AutoSave | ||
| AutoSaveInterval | ||
| Instance |
static
|
|
| LoadAndWaitEndFrame | ||
| LoadedFile | ||
| LoadPrefabs | ||
| SavePrefabs | ||
| StorageOutputFile | ||
| StorageType |
Methods
| Name | Value | Summary |
|---|---|---|
| DeleteStorageFile |
void |
This method allows to delete the storage file.
|
| ExistsStorageFile |
bool |
This method allows to check if the storage file.
|
| LoadInEditor |
void |
(Editor) This method allows to load a storage file in Editor scene.
|
| LoadStorageFile |
void |
This method allows to load the storage file.
|
| SaveStorageFile |
void |
This method allows to save the storage file.
|