CEWorkbench.Playback.SkeletonRecorder.SkeletonRecorder C# (CSharp) Method

SkeletonRecorder() public method

public SkeletonRecorder ( String fPath ) : System
fPath String
return System
        public SkeletonRecorder(String fPath)
        {
            folderPath = fPath;
              formatter = new BinaryFormatter();
            isRecording = false;
        }