Table of Contents

Class VFXParameter

Namespace
KSP.VFX
Assembly
Assembly-CSharp.dll
public class VFXParameter
Inheritance
VFXParameter
Inherited Members
Extension Methods

Constructors

VFXParameter(string, string, VFXContextVariableType)

public VFXParameter(string id, string displayName, VFXContextVariableType mappingType)

Parameters

id string
displayName string
mappingType VFXContextVariableType

Fields

DisplayName

public string DisplayName

Field Value

string

Id

public string Id

Field Value

string

MappingType

public VFXContextVariableType MappingType

Field Value

VFXContextVariableType

Methods

Equals(VFXParameter)

public bool Equals(VFXParameter p)

Parameters

p VFXParameter

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int