Saves provided data to KSP data format at the provided path
Namespace: KerbalDataAssembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void SaveFile<T>( string path, T obj, KspProcessor<T> processor ) where T : class, new()
Parameters
- path
- Type:
System String
path to save gile to
- obj
- Type: T
object data to use
- processor
- Type: KerbalData.Serialization KspProcessor T
processor to use for serialization
Type Parameters
- T
- model type to sae
See Also