- C# scripts generator for CAFU
- Unity 2018.1
- .NET 4.x / C# 6.0
yarn add "umm/cafu_generator#^1.0.0"
Name | Description | Controller | Presenter | View | UseCase | Model | Translator | Repository | DataStore | Entity |
---|---|---|---|---|---|---|---|---|---|---|
Structure Type | Structure (class) type to generate | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
Scene Name | Scene name what generated class belongs | ✓ | ✓ | ✓ | ||||||
Class Name | Name of class | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Is Singleton? | Enable if use ISingleton |
✓ | ✓ | ✓ | ✓ | ✓ | ||||
Use Presenter Factory? | Enable if need to generate Factory class for Presenter | ✓ | ||||||||
Use Factory? | Enable if need to generate Factory class | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||
Overwrite? | Overwrite file if already exists | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
- WIP
Copyright (c) 2018 Tetsuya Mori
Released under the MIT license, see LICENSE.txt