MeshLib C# Docs
Loading...
Searching...
No Matches
MR.SystemPath Class Reference

system directory path manager Generated from class MR.SystemPath. This is the non-const half of the class. More...

Inheritance diagram for MR.SystemPath:

Public Member Functions

unsafe SystemPath ()
 Constructs an empty (default-constructed) instance.
unsafe SystemPath (MR.Const_SystemPath _other)
 Generated from constructor MR.SystemPath.SystemPath.
 SystemPath (SystemPath _other)
 Generated from constructor MR.SystemPath.SystemPath.
unsafe MR.SystemPath assign (MR.Const_SystemPath _other)
 Generated from method MR::SystemPath::operator=.
Public Member Functions inherited from MR.Const_SystemPath
virtual void Dispose ()
unsafe Const_SystemPath ()
 Constructs an empty (default-constructed) instance.
unsafe Const_SystemPath (MR.Const_SystemPath _other)
 Generated from constructor MR.SystemPath.SystemPath.
 Const_SystemPath (SystemPath _other)
 Generated from constructor MR.SystemPath.SystemPath.

Additional Inherited Members

Public Types inherited from MR.Const_SystemPath
enum  Directory : int {
  Resources = 0 , Fonts = 1 , Plugins = 2 , PythonModules = 3 ,
  Count = 4
}
 directory category More...
enum  SystemFontType : int {
  Regular = 0 , Bold = 1 , Italic = 2 , BoldItalic = 3 ,
  Count = 4
}
Static Public Member Functions inherited from MR.Const_SystemPath
static unsafe MR.Std.Filesystem.Path getDirectory (MR.SystemPath.Directory dir)
 get the directory path for specified category Generated from method MR.SystemPath.getDirectory.
static unsafe void overrideDirectory (MR.SystemPath.Directory dir, string path)
 override the directory path for specified category, useful for custom configurations Generated from method MR.SystemPath.overrideDirectory.
static unsafe MR.Std.Filesystem.Path getResourcesDirectory ()
 get the resource files' directory path Generated from method MR.SystemPath.getResourcesDirectory.
static unsafe MR.Std.Filesystem.Path getFontsDirectory ()
 get the font files' directory path Generated from method MR.SystemPath.getFontsDirectory.
static unsafe MR.Std.Filesystem.Path getPluginsDirectory ()
 get the plugin binaries' directory path Generated from method MR.SystemPath.getPluginsDirectory.
static unsafe MR.Std.Filesystem.Path getPythonModulesDirectory ()
 get the Python modules' binaries' directory path Generated from method MR.SystemPath.getPythonModulesDirectory.
static unsafe MR.Std.Const_Vector_StdArrayStdFilesystemPath4 getSystemFonts ()
 get name all system fonts that have italics, bold, bold italics Generated from method MR.SystemPath.getSystemFonts.
Protected Member Functions inherited from MR.Const_SystemPath
virtual unsafe void Dispose (bool disposing)

Detailed Description

system directory path manager Generated from class MR.SystemPath. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ SystemPath() [1/3]

unsafe MR.SystemPath.SystemPath ( )
inline

Constructs an empty (default-constructed) instance.

◆ SystemPath() [2/3]

unsafe MR.SystemPath.SystemPath ( MR.Const_SystemPath _other)
inline

Generated from constructor MR.SystemPath.SystemPath.

◆ SystemPath() [3/3]

MR.SystemPath.SystemPath ( SystemPath _other)
inline

Generated from constructor MR.SystemPath.SystemPath.

Member Function Documentation

◆ assign()

unsafe MR.SystemPath MR.SystemPath.assign ( MR.Const_SystemPath _other)
inline

Generated from method MR::SystemPath::operator=.


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