Example #1
0
 // for the unity editor
 public void Reset()
 {
     options.Reset();
     data = new SnapshotData();
     capturedTimestamp = 0;
 }
 public override void Reset(AttachStrategy strategy)
 {
     onAttachOptions.Reset();
     onDetachOptions.Reset();
 }