cohtml.ResourcesImporter

Public Classes

Name
classCreateAppWindow

Public Functions

Name
voidRun()
voidImportAllSamples()
voidRemoveSamples()
voidImportHelloTemplate()
voidImportFrontendSamples()
voidShowCreateReactAppWindow()
voidPrepareReactApp(string appName)

Public Attributes

Name
const stringUIResourcesDir
const stringCohtmlDir
const stringStreamingAssetsDir
const stringAssetsDir
const stringHelloDir
const stringHelloSamples
const stringMobaName
const stringMainMenuName

Public Functions Documentation

function Run

static void Run()

function ImportAllSamples

static void ImportAllSamples()

function RemoveSamples

static void RemoveSamples()

function ImportHelloTemplate

static void ImportHelloTemplate()

function ImportFrontendSamples

static void ImportFrontendSamples()

function ShowCreateReactAppWindow

static void ShowCreateReactAppWindow()

function PrepareReactApp

static void PrepareReactApp(
    string appName
)

Public Attributes Documentation

variable UIResourcesDir

const string UIResourcesDir = "UIResources";

variable CohtmlDir

const string CohtmlDir = "Cohtml";

variable StreamingAssetsDir

const string StreamingAssetsDir = "StreamingAssets";

variable AssetsDir

const string AssetsDir = "Assets";

variable HelloDir

const string HelloDir = "Hello";

variable HelloSamples

const string HelloSamples = "HelloSamples";

variable MobaName

const string MobaName = "Moba";

variable MainMenuName

const string MainMenuName = "MainMenu";