Show / Hide Table of Contents

Class MyObjectBuilder_Configuration

Inheritance
System.Object
MyObjectBuilder_Base
MyObjectBuilder_Configuration
Inherited Members
MyObjectBuilder_Base.ShouldSerializeSubtypeId()
MyObjectBuilder_Base.Clone()
MyObjectBuilder_Base.Equals(MyObjectBuilder_Base)
MyObjectBuilder_Base.SubtypeId
MyObjectBuilder_Base.SubtypeName
MyObjectBuilder_Base.TypeId
Namespace: VRage.Game
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
Type Description
MyObjectBuilder_Configuration.BaseBlockSettings

BaseBlockPrefabsSurvival

Declaration
public MyObjectBuilder_Configuration.BaseBlockSettings BaseBlockPrefabsSurvival
Field Value
Type Description
MyObjectBuilder_Configuration.BaseBlockSettings

CubeSizes

Declaration
public MyObjectBuilder_Configuration.CubeSizeSettings CubeSizes
Field Value
Type Description
MyObjectBuilder_Configuration.CubeSizeSettings

LootBags

Declaration
public MyObjectBuilder_Configuration.LootBagDefinition[] LootBags
Field Value
Type Description
MyObjectBuilder_Configuration.LootBagDefinition[]

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

MyObjectBuilderExtensions.GetId(MyObjectBuilder_Base)
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾