Beamable SDK
Public Member Functions | Static Public Member Functions | List of all members
Beamable.Server.Editor.CommonAreaService Class Reference

Public Member Functions

string GetCommonPath ()
 
string GetCommonAsmDefPath ()
 
string GetCommonSourceStartPath ()
 
void CreateCommonArea ()
 The Common Area is an assembly definition that can be referenced from Unity, and from a C::MS. This method will generate the folder, asmdef, and automatically have all existing C::MS's reference the common asmdef. More...
 

Static Public Member Functions

static void EnsureCommon ()
 
static void EnsureCommonAssetLock ()
 
static string GetCommonAsmDefName ()
 

Member Function Documentation

◆ CreateCommonArea()

void Beamable.Server.Editor.CommonAreaService.CreateCommonArea ( )
inline

The Common Area is an assembly definition that can be referenced from Unity, and from a C::MS. This method will generate the folder, asmdef, and automatically have all existing C::MS's reference the common asmdef.

However, if MicroserviceConfiguration.AutoBuildCommonAssembly is false, this method will not do anything.


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