Space Engineers
Public Attributes | List of all members
Sandbox.Game.GameSystems.MyEntityThrustComponent.FuelTypeData Class Reference

Public Attributes

Dictionary< Vector3I, HashSet< MyEntity > > ThrustsByDirection
 
Dictionary< Vector3I, float > MaxRequirementsByDirection
 
float CurrentRequiredFuelInput
 
Vector3 MaxNegativeThrust
 
Vector3 MaxPositiveThrust
 
float MinRequiredPowerInput
 
float MaxRequiredPowerInput
 
int ThrustCount
 
float Efficiency
 
float EnergyDensity
 
Vector3 CurrentThrust
 
Vector3 ThrustOverride
 
float ThrustOverridePower
 

Detailed Description

Definition at line 46 of file MyEntityThrustComponent.cs.

Member Data Documentation

float Sandbox.Game.GameSystems.MyEntityThrustComponent.FuelTypeData.CurrentRequiredFuelInput

Definition at line 51 of file MyEntityThrustComponent.cs.

Vector3 Sandbox.Game.GameSystems.MyEntityThrustComponent.FuelTypeData.CurrentThrust

Definition at line 64 of file MyEntityThrustComponent.cs.

float Sandbox.Game.GameSystems.MyEntityThrustComponent.FuelTypeData.Efficiency

Definition at line 61 of file MyEntityThrustComponent.cs.

float Sandbox.Game.GameSystems.MyEntityThrustComponent.FuelTypeData.EnergyDensity

Definition at line 62 of file MyEntityThrustComponent.cs.

Vector3 Sandbox.Game.GameSystems.MyEntityThrustComponent.FuelTypeData.MaxNegativeThrust

Definition at line 53 of file MyEntityThrustComponent.cs.

Vector3 Sandbox.Game.GameSystems.MyEntityThrustComponent.FuelTypeData.MaxPositiveThrust

Definition at line 54 of file MyEntityThrustComponent.cs.

float Sandbox.Game.GameSystems.MyEntityThrustComponent.FuelTypeData.MaxRequiredPowerInput

Definition at line 57 of file MyEntityThrustComponent.cs.

Dictionary<Vector3I, float> Sandbox.Game.GameSystems.MyEntityThrustComponent.FuelTypeData.MaxRequirementsByDirection

Definition at line 49 of file MyEntityThrustComponent.cs.

float Sandbox.Game.GameSystems.MyEntityThrustComponent.FuelTypeData.MinRequiredPowerInput

Definition at line 56 of file MyEntityThrustComponent.cs.

int Sandbox.Game.GameSystems.MyEntityThrustComponent.FuelTypeData.ThrustCount

Definition at line 59 of file MyEntityThrustComponent.cs.

Vector3 Sandbox.Game.GameSystems.MyEntityThrustComponent.FuelTypeData.ThrustOverride

Definition at line 65 of file MyEntityThrustComponent.cs.

float Sandbox.Game.GameSystems.MyEntityThrustComponent.FuelTypeData.ThrustOverridePower

Definition at line 66 of file MyEntityThrustComponent.cs.

Dictionary<Vector3I, HashSet<MyEntity> > Sandbox.Game.GameSystems.MyEntityThrustComponent.FuelTypeData.ThrustsByDirection

Definition at line 48 of file MyEntityThrustComponent.cs.


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