Table of Contents

Class VFXContextVariableLibrary

Namespace
KSP.VFX
Assembly
Assembly-CSharp.dll
public static class VFXContextVariableLibrary
Inheritance
VFXContextVariableLibrary
Inherited Members

Fields

VFXContextVariables

public static VFXContextVariable[] VFXContextVariables

Field Value

VFXContextVariable[]

Methods

GetContextVariable(int, VFXContextVariableType)

public static VFXContextVariable GetContextVariable(int index, VFXContextVariableType type)

Parameters

index int
type VFXContextVariableType

Returns

VFXContextVariable

GetContextVariableIndexForType(VFXContextVariableType, string)

public static int GetContextVariableIndexForType(VFXContextVariableType type, string id)

Parameters

type VFXContextVariableType
id string

Returns

int

GetContextVariableNamesForType(VFXContextVariableType)

public static string[] GetContextVariableNamesForType(VFXContextVariableType type)

Parameters

type VFXContextVariableType

Returns

string[]

GetContextVariablesForType(VFXContextVariableType)

public static List<VFXContextVariable> GetContextVariablesForType(VFXContextVariableType type)

Parameters

type VFXContextVariableType

Returns

List<VFXContextVariable>