Class MyObjectBuilder_Configuration
Inheritance
System.Object
MyObjectBuilder_Configuration
Assembly: VRage.Game.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_Configuration : MyObjectBuilder_Base
Constructors
MyObjectBuilder_Configuration()
Declaration
public MyObjectBuilder_Configuration()
Fields
BaseBlockPrefabs
Declaration
public MyObjectBuilder_Configuration.BaseBlockSettings BaseBlockPrefabs
Field Value
BaseBlockPrefabsSurvival
Declaration
public MyObjectBuilder_Configuration.BaseBlockSettings BaseBlockPrefabsSurvival
Field Value
CubeSizes
Declaration
public MyObjectBuilder_Configuration.CubeSizeSettings CubeSizes
Field Value
LootBags
Declaration
public MyObjectBuilder_Configuration.LootBagDefinition[] LootBags
Field Value
MeteorEventAmountMax
Declaration
[Nullable]
public Nullable<int> MeteorEventAmountMax
Field Value
Type |
Description |
System.Nullable<System.Int32> |
|
MeteorEventAmountMin
Declaration
[Nullable]
public Nullable<int> MeteorEventAmountMin
Field Value
Type |
Description |
System.Nullable<System.Int32> |
|
MeteorEventCataclysmAmountMultiplier
Declaration
[Nullable]
public Nullable<float> MeteorEventCataclysmAmountMultiplier
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
MeteorEventDisableRadius
Declaration
[Nullable]
public Nullable<float> MeteorEventDisableRadius
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
MeteorEventInitialSpawnDistance
Declaration
[Nullable]
public Nullable<float> MeteorEventInitialSpawnDistance
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
MeteorEventSpawnDistanceIncrement
Declaration
[Nullable]
public Nullable<float> MeteorEventSpawnDistanceIncrement
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
MeteorEventTargetRadius
Declaration
[Nullable]
public Nullable<float> MeteorEventTargetRadius
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
MeteorHealth
Declaration
[Nullable]
public Nullable<float> MeteorHealth
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
MeteorLootAmountMax
Declaration
[Nullable]
public Nullable<float> MeteorLootAmountMax
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
MeteorLootAmountMin
Declaration
[Nullable]
public Nullable<float> MeteorLootAmountMin
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
Extension Methods