Megadocs 0.0.1
All of megapop's internal libraries
Megapop.Editor.Builds.Builder Class Reference

Static Public Member Functions

static bool Build (BuildSettings buildSettings, out string targetFolder)
 
static void DeleteEverything (string folderPath)
 
static void ShowFile (string targetPath)
 
static void ShowFolder (string targetPath)
 

Static Public Attributes

static string ProjectRootKeyword = "$PROJECT_ROOT$"
 
static string BuildFolderName = "builds"
 

Properties

static string ProjectRoot [get]
 Get the root path of the Unity project. More...
 
static string BuildFolderPath [get]
 Get the root path for all builds. More...
 

Member Function Documentation

◆ Build()

static bool Megapop.Editor.Builds.Builder.Build ( BuildSettings  buildSettings,
out string  targetFolder 
)
inlinestatic

◆ DeleteEverything()

static void Megapop.Editor.Builds.Builder.DeleteEverything ( string  folderPath)
inlinestatic

◆ ShowFile()

static void Megapop.Editor.Builds.Builder.ShowFile ( string  targetPath)
static

◆ ShowFolder()

static void Megapop.Editor.Builds.Builder.ShowFolder ( string  targetPath)
static

Member Data Documentation

◆ BuildFolderName

string Megapop.Editor.Builds.Builder.BuildFolderName = "builds"
static

◆ ProjectRootKeyword

string Megapop.Editor.Builds.Builder.ProjectRootKeyword = "$PROJECT_ROOT$"
static

Property Documentation

◆ BuildFolderPath

string Megapop.Editor.Builds.Builder.BuildFolderPath
staticget

Get the root path for all builds.

◆ ProjectRoot

string Megapop.Editor.Builds.Builder.ProjectRoot
staticget

Get the root path of the Unity project.


The documentation for this class was generated from the following file: