ProcessorRegistry Create T  Method KerbalData - KSP Data Unlocked!
Looks up and creates a new KspProcessor instance for the requested type

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

public KspProcessor<T> Create<T>()
where T : class, new()
Type Parameters

T
model type to lookup

Return Value

configured [!:KspProcessor] instance
See Also