Class MyObjectBuilder_AsteroidGeneratorDefinition
Inheritance
System.Object
MyObjectBuilder_AsteroidGeneratorDefinition
Assembly: VRage.Game.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_AsteroidGeneratorDefinition : MyObjectBuilder_DefinitionBase
Constructors
MyObjectBuilder_AsteroidGeneratorDefinition()
Declaration
public MyObjectBuilder_AsteroidGeneratorDefinition()
Fields
AllowPartialClusterObjectOverlap
Declaration
public bool AllowPartialClusterObjectOverlap
Field Value
Type |
Description |
System.Boolean |
|
ClusterDispersionAbsolute
Declaration
public bool ClusterDispersionAbsolute
Field Value
Type |
Description |
System.Boolean |
|
ObjectDensityCluster
Declaration
public double ObjectDensityCluster
Field Value
Type |
Description |
System.Double |
|
ObjectMaxDistanceInClusterMax
Declaration
public int ObjectMaxDistanceInClusterMax
Field Value
Type |
Description |
System.Int32 |
|
ObjectMaxDistanceInClusterMin
Declaration
public int ObjectMaxDistanceInClusterMin
Field Value
Type |
Description |
System.Int32 |
|
ObjectMaxInCluster
Declaration
public int ObjectMaxInCluster
Field Value
Type |
Description |
System.Int32 |
|
ObjectMinDistanceInCluster
Declaration
public int ObjectMinDistanceInCluster
Field Value
Type |
Description |
System.Int32 |
|
ObjectSizeMax
Declaration
Field Value
Type |
Description |
System.Int32 |
|
ObjectSizeMaxCluster
Declaration
public int ObjectSizeMaxCluster
Field Value
Type |
Description |
System.Int32 |
|
ObjectSizeMin
Declaration
Field Value
Type |
Description |
System.Int32 |
|
ObjectSizeMinCluster
Declaration
public int ObjectSizeMinCluster
Field Value
Type |
Description |
System.Int32 |
|
RotateAsteroids
Declaration
public bool RotateAsteroids
Field Value
Type |
Description |
System.Boolean |
|
SeedClusterTypeProbability
Declaration
public SerializableDictionary<MyObjectSeedType, double> SeedClusterTypeProbability
Field Value
Type |
Description |
VRage.Serialization.SerializableDictionary<MyObjectSeedType, System.Double> |
|
SeedTypeProbability
Declaration
public SerializableDictionary<MyObjectSeedType, double> SeedTypeProbability
Field Value
Type |
Description |
VRage.Serialization.SerializableDictionary<MyObjectSeedType, System.Double> |
|
SubCells
Declaration
Field Value
Type |
Description |
System.Int32 |
|
UseClusterDefAsAsteroid
Declaration
public bool UseClusterDefAsAsteroid
Field Value
Type |
Description |
System.Boolean |
|
UseClusterVariableSize
Declaration
public bool UseClusterVariableSize
Field Value
Type |
Description |
System.Boolean |
|
UseGeneratorSeed
Declaration
public bool UseGeneratorSeed
Field Value
Type |
Description |
System.Boolean |
|
UseLinearPowOfTwoSizeDistribution
Declaration
public bool UseLinearPowOfTwoSizeDistribution
Field Value
Type |
Description |
System.Boolean |
|
Extension Methods