private void SetDefaults()
 {
     arguments = new SnapshotGenerator.Arguments
     {
         OutputPath = SnapshotGenerator.DefaultSnapshotPath
     };
 }
示例#2
0
 private void SetDefaults()
 {
     arguments = new SnapshotGenerator.Arguments
     {
         NumberEntities = 16,
         OutputPath     = Path.GetFullPath(
             Path.Combine(
                 Application.dataPath,
                 "..",
                 "..",
                 "..",
                 "snapshots",
                 "default.snapshot"))
     };
 }