C# Class DeviceSaver, Hero.Coli

Exibir arquivo Open project: CyberCRI/Hero.Coli

Public Methods

Method Description
DeviceSaver ( ) : UnityEngine
saveDevicesToFile ( List devices, string filePath, bool exhaustive = true ) : void

Method Details

DeviceSaver() public method

public DeviceSaver ( ) : UnityEngine
return UnityEngine

saveDevicesToFile() public method

public saveDevicesToFile ( List devices, string filePath, bool exhaustive = true ) : void
devices List
filePath string
exhaustive bool
return void