Update Prism Python bindings interface

Add GetProjects, GetProjectTemplates, GetGems, GetProject and GetGem.
CreateProject and UpdateProject and the engine functions are not implemented yet
This commit is contained in:
Alex Peterson
2021-05-14 14:53:32 -07:00
committed by GitHub
parent 9ecbbe471b
commit 9b9ae22d23
13 changed files with 489 additions and 19 deletions
@@ -25,4 +25,9 @@ namespace O3DE::ProjectManager
, m_isNew(isNew)
{
}
bool ProjectInfo::IsValid() const
{
return !m_path.isEmpty() && !m_projectId.IsNull();
}
} // namespace O3DE::ProjectManager