![]() |
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Public Member Functions | |
BondCubeStyle () | |
void | DisplayBonds () |
Public Attributes | |
int | number =1 |
List< int[]> | bondEPList |
Static Public Attributes | |
static GameObject | BondCubeParent = new GameObject("BondCubeParent") |
Private Member Functions | |
void | CreateCylinderByShader (int i) |
void | CreateCylinder (int i) |
void | CreateBBCylinderByShader (int i) |
Private Attributes | |
Camera | mainCam |
Definition at line 75 of file BondCubeStyle.cs.
Molecule.View.DisplayBond.BondCubeStyle.BondCubeStyle | ( | ) |
Definition at line 83 of file BondCubeStyle.cs.
|
private |
Definition at line 222 of file BondCubeStyle.cs.
References StickUpdate.atomnumber1, Clip4HyperStick.CreateClip(), and UI.UIData.toggleClip.
|
private |
Definition at line 195 of file BondCubeStyle.cs.
References BondCubeUpdate.atomnumber1, and BondCubeUpdate.atomnumber2.
|
private |
Definition at line 158 of file BondCubeStyle.cs.
References StickUpdate.atomnumber1, StickUpdate.atomnumber2, Molecule.Model.MoleculeModel.atomsLocationlist, and StickUpdate.shrink.
void Molecule.View.DisplayBond.BondCubeStyle.DisplayBonds | ( | ) |
Implements Molecule.View.DisplayBond.IBondStyle.
Definition at line 86 of file BondCubeStyle.cs.
References Molecule.Model.MoleculeModel.bondCAList, Molecule.Model.MoleculeModel.bondEPList, UI.UIData.bondtype, CubeBondManager.Init(), HStickManager.Init(), UI.UIData.secondarystruct, and UI.UIData.shadow.
|
static |
Definition at line 81 of file BondCubeStyle.cs.
Referenced by Molecule.Control.ControlMolecule.UpdateBondsFromGameObject().
List<int[]> Molecule.View.DisplayBond.BondCubeStyle.bondEPList |
Definition at line 78 of file BondCubeStyle.cs.
|
private |
Definition at line 79 of file BondCubeStyle.cs.
int Molecule.View.DisplayBond.BondCubeStyle.number =1 |
Definition at line 76 of file BondCubeStyle.cs.