C# Class UnityEditor.WebGL.Emscripten.EmscriptenPaths

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
GetShortPathName ( string path ) : string
IsLinux ( ) : bool
IsMac ( ) : bool
IsWindows ( ) : bool
SetupBuildToolsDir ( ) : void
SetupDataPath ( ) : void

Private Methods

Method Description
WindowsGetShortPathName ( [ lpszLongPath, [ lpszShortPath, int cchBuffer ) : int

Method Details

GetShortPathName() public static method

public static GetShortPathName ( string path ) : string
path string
return string

IsLinux() public static method

public static IsLinux ( ) : bool
return bool

IsMac() public static method

public static IsMac ( ) : bool
return bool

IsWindows() public static method

public static IsWindows ( ) : bool
return bool

SetupBuildToolsDir() public static method

public static SetupBuildToolsDir ( ) : void
return void

SetupDataPath() public static method

public static SetupDataPath ( ) : void
return void