|
|
пре 4 година | |
|---|---|---|
| .. | ||
| Assets | пре 4 година | |
| Common | пре 4 година | |
| Components | пре 4 година | |
| Models | пре 4 година | |
| Presenters | пре 4 година | |
| Properties | пре 4 година | |
| Settings | пре 4 година | |
| UserInterface | пре 4 година | |
| Utilities | пре 4 година | |
| Views | пре 4 година | |
| Assets.meta | пре 4 година | |
| Common.meta | пре 4 година | |
| Components.meta | пре 4 година | |
| Models.meta | пре 4 година | |
| Presenters.meta | пре 4 година | |
| Properties.meta | пре 4 година | |
| README.md | пре 4 година | |
| README.md.meta | пре 4 година | |
| Settings.meta | пре 4 година | |
| Unity.CollabProxy.Editor.asmdef | пре 4 година | |
| Unity.CollabProxy.Editor.asmdef.meta | пре 4 година | |
| UserInterface.meta | пре 4 година | |
| Utilities.meta | пре 4 година | |
| Views.meta | пре 4 година | |
In this directory, we have all of the package code of Collaborate including its MVP architecture.
This is the structure of the directory:
<root>
├── Unity.SourceControl.asmdef
├── Assets/
│ ├── Icons/
│ ├── Layouts/
│ ├── Styles/
│ └── UiConstants.cs
├── Models/
│ ├── Api/
│ │ └── ISourceControlProvider.cs
│ └── Providers/
│ └── Collab.cs
├── Views/
│ └── Adaptors/
├── Presenters/
├── Common/
├── Settings/
├── Components/
├── Utilities/
└── UserInterface/
├── Bootstrap.cs
├── WindowCache.cs
├── ToolbarButton.cs
└── CollaborateWindow.cs