|
My Project v1
Project
|


Public 成员函数 | |
| BaseDelayGateElectricElement (SubsystemElectricity subsystemElectricity, CellFace cellFace) | |
| override float | GetOutputVoltage (int face) |
| override bool | Simulate () |
Public 成员函数 继承自 Game.RotateableElectricElement | |
| RotateableElectricElement (SubsystemElectricity subsystemElectricity, CellFace cellFace) | |
| override bool | OnInteract (TerrainRaycastResult raycastResult, ComponentMiner componentMiner) |
Public 成员函数 继承自 Game.MountedElectricElement | |
| MountedElectricElement (SubsystemElectricity subsystemElectricity, CellFace cellFace) | |
| override void | OnNeighborBlockChanged (CellFace cellFace, int neighborX, int neighborY, int neighborZ) |
Public 成员函数 继承自 Game.ElectricElement | |
| ElectricElement (SubsystemElectricity subsystemElectricity, IEnumerable< CellFace > cellFaces) | |
| ElectricElement (SubsystemElectricity subsystemElectricity, CellFace cellFace) | |
| virtual void | OnAdded () |
| virtual void | OnRemoved () |
| virtual void | OnCollide (CellFace cellFace, float velocity, ComponentBody componentBody) |
| virtual void | OnHitByProjectile (CellFace cellFace, WorldItem worldItem) |
| virtual void | OnConnectionsChanged () |
| int | CalculateHighInputsCount () |
Public 属性 | |
| float | m_voltage |
| float | m_lastStoredVoltage |
| Dictionary< int, float > | m_voltagesHistory = [] |
属性 | |
| int | DelaySteps [get] |
属性 继承自 Game.RotateableElectricElement | |
| int | Rotation [get, set] |
属性 继承自 Game.ElectricElement | |
| SubsystemElectricity | SubsystemElectricity [get, set] |
| ReadOnlyList< CellFace > | CellFaces [get, set] |
| List< ElectricConnection > | Connections [get, set] |
额外继承的成员函数 | |
静态 Public 成员函数 继承自 Game.ElectricElement | |
| static bool | IsSignalHigh (float voltage) |
| Game.BaseDelayGateElectricElement.BaseDelayGateElectricElement | ( | SubsystemElectricity | subsystemElectricity, |
| CellFace | cellFace ) |
|
virtual |
重载 Game.ElectricElement .
|
virtual |
| float Game.BaseDelayGateElectricElement.m_lastStoredVoltage |
| float Game.BaseDelayGateElectricElement.m_voltage |
| Dictionary<int, float> Game.BaseDelayGateElectricElement.m_voltagesHistory = [] |
|
getabstract |