|
float | MinWeight = 3000f |
|
bool | AllowSmallGrid = true |
|
bool | AllowLargeGrid = true |
|
Dictionary< ShipSystemSoundsEnum, MySoundPair > | Sounds = new Dictionary<ShipSystemSoundsEnum,MySoundPair>() |
|
List< MyTuple< float, float > > | ThrusterVolumes = new List<MyTuple<float, float>>() |
|
List< MyTuple< float, float > > | EngineVolumes = new List<MyTuple<float, float>>() |
|
List< MyTuple< float, float > > | WheelsVolumes = new List<MyTuple<float, float>>() |
|
float | EnginePitchRangeInSemitones = 4f |
|
float | EnginePitchRangeInSemitones_h = -2f |
|
float | WheelsPitchRangeInSemitones = 4f |
|
float | WheelsPitchRangeInSemitones_h = -2f |
|
float | ThrusterPitchRangeInSemitones = 4f |
|
float | ThrusterPitchRangeInSemitones_h = -2f |
|
float | EngineTimeToTurnOn = 4f |
|
float | EngineTimeToTurnOff = 3f |
|
float | WheelsLowerThrusterVolumeBy = 0.33f |
|
float | WheelsFullSpeed = 32f |
|
float | WheelsSpeedCompensation = 3f |
|
float | ThrusterCompositionMinVolume = 0.4f |
|
float | ThrusterCompositionMinVolume_c = 0.4f / (1f - 0.4f) |
|
float | ThrusterCompositionChangeSpeed = 0.025f |
|
float | SpeedUpSoundChangeVolumeTo = 1f |
|
float | SpeedDownSoundChangeVolumeTo = 1f |
|
float | SpeedUpDownChangeSpeed = 0.2f |
|
MyDefinitionId | Id |
|
MyStringId | DisplayNameEnum |
| Enum used for localization of display name. Null for player created definitions. More...
|
|
MyStringId | DescriptionEnum |
| Enum used for localization of description. Null for player created definitions. More...
|
|
String | DisplayNameString |
| String name used for user created definitions which do not have localization support. More...
|
|
String | DescriptionString |
| String used for user created description which do not have localization support. More...
|
|
string[] | Icons |
| Icons for the definition, they are used from top to bottom. More...
|
|
bool | Enabled = true |
| Definition can be disabled by mod, then it will be removed from definition manager More...
|
|
bool | Public = true |
| Indicates if definition should be offered in Cube builder More...
|
|
bool | AvailableInSurvival |
|
MyModContext | Context |
|
Definition at line 20 of file MyShipSoundsDefinition.cs.
bool Sandbox.Definitions.MyShipSoundsDefinition.AllowLargeGrid = true |
bool Sandbox.Definitions.MyShipSoundsDefinition.AllowSmallGrid = true |
float Sandbox.Definitions.MyShipSoundsDefinition.EnginePitchRangeInSemitones = 4f |
float Sandbox.Definitions.MyShipSoundsDefinition.EnginePitchRangeInSemitones_h = -2f |
float Sandbox.Definitions.MyShipSoundsDefinition.EngineTimeToTurnOff = 3f |
float Sandbox.Definitions.MyShipSoundsDefinition.EngineTimeToTurnOn = 4f |
List<MyTuple<float, float> > Sandbox.Definitions.MyShipSoundsDefinition.EngineVolumes = new List<MyTuple<float, float>>() |
float Sandbox.Definitions.MyShipSoundsDefinition.MinWeight = 3000f |
float Sandbox.Definitions.MyShipSoundsDefinition.SpeedDownSoundChangeVolumeTo = 1f |
float Sandbox.Definitions.MyShipSoundsDefinition.SpeedUpDownChangeSpeed = 0.2f |
float Sandbox.Definitions.MyShipSoundsDefinition.SpeedUpSoundChangeVolumeTo = 1f |
float Sandbox.Definitions.MyShipSoundsDefinition.ThrusterCompositionChangeSpeed = 0.025f |
float Sandbox.Definitions.MyShipSoundsDefinition.ThrusterCompositionMinVolume = 0.4f |
float Sandbox.Definitions.MyShipSoundsDefinition.ThrusterCompositionMinVolume_c = 0.4f / (1f - 0.4f) |
float Sandbox.Definitions.MyShipSoundsDefinition.ThrusterPitchRangeInSemitones = 4f |
float Sandbox.Definitions.MyShipSoundsDefinition.ThrusterPitchRangeInSemitones_h = -2f |
List<MyTuple<float, float> > Sandbox.Definitions.MyShipSoundsDefinition.ThrusterVolumes = new List<MyTuple<float, float>>() |
float Sandbox.Definitions.MyShipSoundsDefinition.WheelsFullSpeed = 32f |
float Sandbox.Definitions.MyShipSoundsDefinition.WheelsLowerThrusterVolumeBy = 0.33f |
float Sandbox.Definitions.MyShipSoundsDefinition.WheelsPitchRangeInSemitones = 4f |
float Sandbox.Definitions.MyShipSoundsDefinition.WheelsPitchRangeInSemitones_h = -2f |
float Sandbox.Definitions.MyShipSoundsDefinition.WheelsSpeedCompensation = 3f |
List<MyTuple<float, float> > Sandbox.Definitions.MyShipSoundsDefinition.WheelsVolumes = new List<MyTuple<float, float>>() |
The documentation for this class was generated from the following file: