Space Engineers
Classes | Public Member Functions | List of all members
Sandbox.Game.World.Generator.MyPlanetDetailModulator Class Reference
Inheritance diagram for Sandbox.Game.World.Generator.MyPlanetDetailModulator:
VRage.Noise.IMyModule

Public Member Functions

 MyPlanetDetailModulator (MyPlanetGeneratorDefinition planetDefinition, MyPlanetMaterialProvider oreDeposit, int seed, float radius)
 
double GetValue (double x)
 
double GetValue (double x, double y)
 
double GetValue (double x, double y, double z)
 

Detailed Description

Definition at line 14 of file MyPlanetDetailModulator.cs.

Constructor & Destructor Documentation

Sandbox.Game.World.Generator.MyPlanetDetailModulator.MyPlanetDetailModulator ( MyPlanetGeneratorDefinition  planetDefinition,
MyPlanetMaterialProvider  oreDeposit,
int  seed,
float  radius 
)
inline

Definition at line 45 of file MyPlanetDetailModulator.cs.

Member Function Documentation

double Sandbox.Game.World.Generator.MyPlanetDetailModulator.GetValue ( double  x)
inline

Implements VRage.Noise.IMyModule.

Definition at line 115 of file MyPlanetDetailModulator.cs.

double Sandbox.Game.World.Generator.MyPlanetDetailModulator.GetValue ( double  x,
double  y 
)
inline

Implements VRage.Noise.IMyModule.

Definition at line 120 of file MyPlanetDetailModulator.cs.

double Sandbox.Game.World.Generator.MyPlanetDetailModulator.GetValue ( double  x,
double  y,
double  z 
)
inline

Implements VRage.Noise.IMyModule.

Definition at line 125 of file MyPlanetDetailModulator.cs.


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