UnityMol  1.0.25beta
UMol.BondRepresentationLine Class Reference
Inheritance diagram for UMol.BondRepresentationLine:
UMol.BondRepresentation

Public Member Functions

 BondRepresentationLine (string structName, UnityMolSelection sel)
 
- Public Member Functions inherited from UMol.BondRepresentation
 BondRepresentation (UnityMolSelection sel)
 
 BondRepresentation ()
 

Public Attributes

GameObject meshGO
 
Mesh curMesh
 
Dictionary< UnityMolAtom, List< int > > atomToMeshVertex
 
float lineWidth = 0.15f
 
List< Vector3vertices
 
List< Color32 > colors
 
- Public Attributes inherited from UMol.BondRepresentation
UnityMolSelection selection
 
Transform representationParent
 
Transform representationTransform
 
int nbBonds
 

Additional Inherited Members

- Properties inherited from UMol.BondRepresentation
Dictionary< UnityMolAtom, UnityMolAtom[]> Dbonds [get]
 

Constructor & Destructor Documentation

◆ BondRepresentationLine()

UMol.BondRepresentationLine.BondRepresentationLine ( string  structName,
UnityMolSelection  sel 
)

Member Data Documentation

◆ atomToMeshVertex

Dictionary<UnityMolAtom, List<int> > UMol.BondRepresentationLine.atomToMeshVertex

◆ colors

List<Color32> UMol.BondRepresentationLine.colors

◆ curMesh

Mesh UMol.BondRepresentationLine.curMesh

◆ lineWidth

float UMol.BondRepresentationLine.lineWidth = 0.15f

◆ meshGO

GameObject UMol.BondRepresentationLine.meshGO

◆ vertices

List<Vector3> UMol.BondRepresentationLine.vertices

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