|
преди 1 месец | |
---|---|---|
.. | ||
Assets | преди 1 месец | |
Common | преди 1 месец | |
Components | преди 1 месец | |
EditorGameService | преди 1 месец | |
Models | преди 1 месец | |
Presenters | преди 1 месец | |
Properties | преди 1 месец | |
Settings | преди 1 месец | |
UserInterface | преди 1 месец | |
Utilities | преди 1 месец | |
Views | преди 1 месец | |
Assets.meta | преди 1 месец | |
Common.meta | преди 1 месец | |
Components.meta | преди 1 месец | |
EditorGameService.meta | преди 1 месец | |
Models.meta | преди 1 месец | |
Presenters.meta | преди 1 месец | |
Properties.meta | преди 1 месец | |
README.md | преди 1 месец | |
README.md.meta | преди 1 месец | |
Settings.meta | преди 1 месец | |
Unity.CollabProxy.Editor.asmdef | преди 1 месец | |
Unity.CollabProxy.Editor.asmdef.meta | преди 1 месец | |
UserInterface.meta | преди 1 месец | |
Utilities.meta | преди 1 месец | |
Views.meta | преди 1 месец |
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