UnityMol  1.0.25beta
UMol.UnityMolMain Class Reference

Static Public Member Functions

static string getVersionString ()
 
static bool inVR ()
 
static GameObject getRepresentationParent ()
 
static CustomRaycast getCustomRaycast ()
 
static UnityMolStructureManager getStructureManager ()
 
static UnityMolRepresentationManager getRepresentationManager ()
 
static UnityMolSelectionManager getSelectionManager ()
 
static PrecomputedRepresentationManager getPrecompRepManager ()
 
static UnityMolHighlightManager getHighlightManager ()
 
static ForceFieldsManager getForceFieldsManager ()
 
static DockingManager getDockingManager ()
 
static UnityMolAnnotationManager getAnnotationManager ()
 
static void recordPythonCommand (string command)
 
static void recordUndoPythonCommand (string command)
 
static string commandHistory ()
 

Static Public Attributes

static string version = "0.2.0beta_VR"
 
static UnityMolTopologyDef topologies = new UnityMolTopologyDef()
 
static Dictionary< string, Dictionary< string, CGAtomITP > > loadedITP = ITPReader.InitITPDict()
 
static UnityMolDefaultColors atomColors = new UnityMolDefaultColors()
 
static ObservedList< string > pythonCommands = new ObservedList<string>()
 
static ObservedList< string > pythonUndoCommands = new ObservedList<string>()
 

Member Function Documentation

◆ commandHistory()

static string UMol.UnityMolMain.commandHistory ( )
static

◆ getAnnotationManager()

static UnityMolAnnotationManager UMol.UnityMolMain.getAnnotationManager ( )
static

◆ getCustomRaycast()

static CustomRaycast UMol.UnityMolMain.getCustomRaycast ( )
static

◆ getDockingManager()

static DockingManager UMol.UnityMolMain.getDockingManager ( )
static

◆ getForceFieldsManager()

static ForceFieldsManager UMol.UnityMolMain.getForceFieldsManager ( )
static

◆ getHighlightManager()

static UnityMolHighlightManager UMol.UnityMolMain.getHighlightManager ( )
static

◆ getPrecompRepManager()

static PrecomputedRepresentationManager UMol.UnityMolMain.getPrecompRepManager ( )
static

◆ getRepresentationManager()

static UnityMolRepresentationManager UMol.UnityMolMain.getRepresentationManager ( )
static

◆ getRepresentationParent()

static GameObject UMol.UnityMolMain.getRepresentationParent ( )
static

◆ getSelectionManager()

static UnityMolSelectionManager UMol.UnityMolMain.getSelectionManager ( )
static

◆ getStructureManager()

static UnityMolStructureManager UMol.UnityMolMain.getStructureManager ( )
static

◆ getVersionString()

static string UMol.UnityMolMain.getVersionString ( )
static

◆ inVR()

static bool UMol.UnityMolMain.inVR ( )
static

◆ recordPythonCommand()

static void UMol.UnityMolMain.recordPythonCommand ( string  command)
static

◆ recordUndoPythonCommand()

static void UMol.UnityMolMain.recordUndoPythonCommand ( string  command)
static

Member Data Documentation

◆ atomColors

UnityMolDefaultColors UMol.UnityMolMain.atomColors = new UnityMolDefaultColors()
static

◆ loadedITP

Dictionary< string, Dictionary<string, CGAtomITP> > UMol.UnityMolMain.loadedITP = ITPReader.InitITPDict()
static

◆ pythonCommands

ObservedList<string> UMol.UnityMolMain.pythonCommands = new ObservedList<string>()
static

◆ pythonUndoCommands

ObservedList<string> UMol.UnityMolMain.pythonUndoCommands = new ObservedList<string>()
static

◆ topologies

UnityMolTopologyDef UMol.UnityMolMain.topologies = new UnityMolTopologyDef()
static

◆ version

string UMol.UnityMolMain.version = "0.2.0beta_VR"
static

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