Looks up and creates a new KspProcessor instance for the requested type
Namespace: KerbalDataAssembly: 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] instanceSee Also