Show / Hide Table of Contents

Class MyPlanetOreMapping

Inheritance
System.Object
MyPlanetOreMapping
Namespace: VRage.Game
Assembly: VRage.Game.dll
Syntax
public class MyPlanetOreMapping : Object

Constructors

MyPlanetOreMapping()

Declaration
public MyPlanetOreMapping()

Fields

ColorShift

Declaration
public Nullable<ColorDefinitionRGBA> ColorShift
Field Value
Type Description
System.Nullable<ColorDefinitionRGBA>

Depth

Declaration
public float Depth
Field Value
Type Description
System.Single

Start

Declaration
public float Start
Field Value
Type Description
System.Single

Type

Declaration
public string Type
Field Value
Type Description
System.String

Value

Declaration
public byte Value
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
Type Name Description
MyPlanetOreMapping other
Returns
Type Description
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾