Class MyPlanetOreMapping
Inheritance
System.Object
MyPlanetOreMapping
Assembly: VRage.Game.dll
Syntax
public class MyPlanetOreMapping : Object
Constructors
MyPlanetOreMapping()
Declaration
public MyPlanetOreMapping()
Fields
ColorShift
Declaration
public Nullable<ColorDefinitionRGBA> ColorShift
Field Value
Depth
Declaration
Field Value
Type |
Description |
System.Single |
|
Start
Declaration
Field Value
Type |
Description |
System.Single |
|
Type
Declaration
Field Value
Type |
Description |
System.String |
|
Value
Declaration
Field Value
Type |
Description |
System.Byte |
|
Properties
ColorInfluence
Declaration
public float ColorInfluence { get; set; }
Property Value
Type |
Description |
System.Single |
|
TargetColor
Declaration
public string TargetColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Equals(MyPlanetOreMapping)
Declaration
protected bool Equals(MyPlanetOreMapping other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|