Table of Contents

Struct DensityProfileLayer

Namespace
KSP.Rendering
Assembly
Assembly-CSharp.dll
public struct DensityProfileLayer
Inherited Members
Extension Methods

Constructors

DensityProfileLayer(string, float, float, float, float, float)

public DensityProfileLayer(string name, float width, float exp_term, float exp_scale, float linear_term, float constant_term)

Parameters

name string
width float
exp_term float
exp_scale float
linear_term float
constant_term float

Properties

ConstantTerm

public readonly float ConstantTerm { get; }

Property Value

float

ExpScale

public readonly float ExpScale { get; }

Property Value

float

ExpTerm

public readonly float ExpTerm { get; }

Property Value

float

LinearTerm

public readonly float LinearTerm { get; }

Property Value

float

Name

public readonly string Name { get; }

Property Value

string

Width

public readonly float Width { get; }

Property Value

float