ProcessorRegistry GetConfig T  Method KerbalData - KSP Data Unlocked!
Gets the processor onfiguration that is used for a particular model type

Namespace: KerbalData
Assembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public ProcessorConfig GetConfig<T>()
Type Parameters

T
model type to lookup

Return Value

configuration used by the registry when creating the processor instance
See Also