C# Класс GraphMoleculeList, Hero.Coli

Наследование: MonoBehaviour
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
currentHeight Vector3
debugName string
displayAll bool
equipedDeviceDummy GameObject
equipedWithMoleculesDeviceDummy GameObject
equipmentDeviceDummy GameObject
mediumId int
namesLabel UILabel,
topLabels UILabel,
topLabelsShift Vector3
topValues UILabel,
topValuesShift Vector3
unfoldingMoleculeList GameObject
valuesLabel UILabel,

Открытые методы

Метод Описание
addDeviceAndMoleculesComponent ( DisplayedDevice, equipedDeviceScript ) : void
removeDeviceAndMoleculesComponent ( Device, device ) : void
setMediumId ( int newMediumId ) : void

Приватные методы

Метод Описание
Awake ( ) : void
Start ( ) : void
Update ( ) : void
displayMoleculeInDevice ( DisplayedMolecule, molecule, EquipedDisplayedDeviceWithMolecules, eddwm ) : void
displayMoleculeInList ( EquipedDisplayedDeviceWithMolecules, eddwm ) : void
getNewPosition ( int index = -1 ) : Vector3
isAlreadyDisplayedInADevice ( string moleculeCodeName ) : bool
positionDeviceAndMoleculeComponents ( int startIndex ) : void
removeUnusedMolecules ( ) : void
resetMoleculeList ( ) : void
safeInitialization ( ) : void
setUnfoldingListBackgroundScale ( ) : void
shiftDeviceAndMoleculeComponents ( int removedIndex ) : void
updateDisplayedListMoleculesCount ( ) : void

Описание методов

addDeviceAndMoleculesComponent() публичный Метод

public addDeviceAndMoleculesComponent ( DisplayedDevice, equipedDeviceScript ) : void
equipedDeviceScript DisplayedDevice,
Результат void

removeDeviceAndMoleculesComponent() публичный Метод

public removeDeviceAndMoleculesComponent ( Device, device ) : void
device Device,
Результат void

setMediumId() публичный Метод

public setMediumId ( int newMediumId ) : void
newMediumId int
Результат void

Описание свойств

currentHeight публичное свойство

public Vector3 currentHeight
Результат Vector3

debugName публичное свойство

public string debugName
Результат string

displayAll публичное свойство

public bool displayAll
Результат bool

equipedDeviceDummy публичное свойство

public GameObject equipedDeviceDummy
Результат GameObject

equipedWithMoleculesDeviceDummy публичное свойство

public GameObject equipedWithMoleculesDeviceDummy
Результат GameObject

equipmentDeviceDummy публичное свойство

public GameObject equipmentDeviceDummy
Результат GameObject

mediumId публичное свойство

public int mediumId
Результат int

namesLabel публичное свойство

public UILabel, namesLabel
Результат UILabel,

topLabels публичное свойство

public UILabel, topLabels
Результат UILabel,

topLabelsShift публичное свойство

public Vector3 topLabelsShift
Результат Vector3

topValues публичное свойство

public UILabel, topValues
Результат UILabel,

topValuesShift публичное свойство

public Vector3 topValuesShift
Результат Vector3

unfoldingMoleculeList публичное свойство

public GameObject unfoldingMoleculeList
Результат GameObject

valuesLabel публичное свойство

public UILabel, valuesLabel
Результат UILabel,