-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxrefmap.yml
976 lines (976 loc) · 62.2 KB
/
xrefmap.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
### YamlMime:XRefMap
sorted: true
references:
- uid: Aarthificial.Safekeeper
name: Aarthificial.Safekeeper
href: api/runtime/Aarthificial.Safekeeper.html
commentId: N:Aarthificial.Safekeeper
fullName: Aarthificial.Safekeeper
nameWithType: Aarthificial.Safekeeper
- uid: Aarthificial.Safekeeper.Attributes
name: Aarthificial.Safekeeper.Attributes
href: api/runtime/Aarthificial.Safekeeper.Attributes.html
commentId: N:Aarthificial.Safekeeper.Attributes
fullName: Aarthificial.Safekeeper.Attributes
nameWithType: Aarthificial.Safekeeper.Attributes
- uid: Aarthificial.Safekeeper.Attributes.AssetLocationAttribute
name: AssetLocationAttribute
href: api/runtime/Aarthificial.Safekeeper.Attributes.AssetLocationAttribute.html
commentId: T:Aarthificial.Safekeeper.Attributes.AssetLocationAttribute
fullName: Aarthificial.Safekeeper.Attributes.AssetLocationAttribute
nameWithType: AssetLocationAttribute
- uid: Aarthificial.Safekeeper.Attributes.AssetLocationAttribute.#ctor(System.String)
name: AssetLocationAttribute(string)
href: api/runtime/Aarthificial.Safekeeper.Attributes.AssetLocationAttribute.html#Aarthificial_Safekeeper_Attributes_AssetLocationAttribute__ctor_System_String_
commentId: M:Aarthificial.Safekeeper.Attributes.AssetLocationAttribute.#ctor(System.String)
name.vb: New(String)
fullName: Aarthificial.Safekeeper.Attributes.AssetLocationAttribute.AssetLocationAttribute(string)
fullName.vb: Aarthificial.Safekeeper.Attributes.AssetLocationAttribute.New(String)
nameWithType: AssetLocationAttribute.AssetLocationAttribute(string)
nameWithType.vb: AssetLocationAttribute.New(String)
- uid: Aarthificial.Safekeeper.Attributes.AssetLocationAttribute.#ctor*
name: AssetLocationAttribute
href: api/runtime/Aarthificial.Safekeeper.Attributes.AssetLocationAttribute.html#Aarthificial_Safekeeper_Attributes_AssetLocationAttribute__ctor_
commentId: Overload:Aarthificial.Safekeeper.Attributes.AssetLocationAttribute.#ctor
isSpec: "True"
name.vb: New
fullName: Aarthificial.Safekeeper.Attributes.AssetLocationAttribute.AssetLocationAttribute
fullName.vb: Aarthificial.Safekeeper.Attributes.AssetLocationAttribute.New
nameWithType: AssetLocationAttribute.AssetLocationAttribute
nameWithType.vb: AssetLocationAttribute.New
- uid: Aarthificial.Safekeeper.Attributes.AssetLocationAttribute.ChunkId
name: ChunkId
href: api/runtime/Aarthificial.Safekeeper.Attributes.AssetLocationAttribute.html#Aarthificial_Safekeeper_Attributes_AssetLocationAttribute_ChunkId
commentId: F:Aarthificial.Safekeeper.Attributes.AssetLocationAttribute.ChunkId
fullName: Aarthificial.Safekeeper.Attributes.AssetLocationAttribute.ChunkId
nameWithType: AssetLocationAttribute.ChunkId
- uid: Aarthificial.Safekeeper.Attributes.ObjectLocationAttribute
name: ObjectLocationAttribute
href: api/runtime/Aarthificial.Safekeeper.Attributes.ObjectLocationAttribute.html
commentId: T:Aarthificial.Safekeeper.Attributes.ObjectLocationAttribute
fullName: Aarthificial.Safekeeper.Attributes.ObjectLocationAttribute
nameWithType: ObjectLocationAttribute
- uid: Aarthificial.Safekeeper.Attributes.ObjectLocationAttribute.#ctor(System.Boolean)
name: ObjectLocationAttribute(bool)
href: api/runtime/Aarthificial.Safekeeper.Attributes.ObjectLocationAttribute.html#Aarthificial_Safekeeper_Attributes_ObjectLocationAttribute__ctor_System_Boolean_
commentId: M:Aarthificial.Safekeeper.Attributes.ObjectLocationAttribute.#ctor(System.Boolean)
name.vb: New(Boolean)
fullName: Aarthificial.Safekeeper.Attributes.ObjectLocationAttribute.ObjectLocationAttribute(bool)
fullName.vb: Aarthificial.Safekeeper.Attributes.ObjectLocationAttribute.New(Boolean)
nameWithType: ObjectLocationAttribute.ObjectLocationAttribute(bool)
nameWithType.vb: ObjectLocationAttribute.New(Boolean)
- uid: Aarthificial.Safekeeper.Attributes.ObjectLocationAttribute.#ctor*
name: ObjectLocationAttribute
href: api/runtime/Aarthificial.Safekeeper.Attributes.ObjectLocationAttribute.html#Aarthificial_Safekeeper_Attributes_ObjectLocationAttribute__ctor_
commentId: Overload:Aarthificial.Safekeeper.Attributes.ObjectLocationAttribute.#ctor
isSpec: "True"
name.vb: New
fullName: Aarthificial.Safekeeper.Attributes.ObjectLocationAttribute.ObjectLocationAttribute
fullName.vb: Aarthificial.Safekeeper.Attributes.ObjectLocationAttribute.New
nameWithType: ObjectLocationAttribute.ObjectLocationAttribute
nameWithType.vb: ObjectLocationAttribute.New
- uid: Aarthificial.Safekeeper.Attributes.ObjectLocationAttribute.IsPrefab
name: IsPrefab
href: api/runtime/Aarthificial.Safekeeper.Attributes.ObjectLocationAttribute.html#Aarthificial_Safekeeper_Attributes_ObjectLocationAttribute_IsPrefab
commentId: F:Aarthificial.Safekeeper.Attributes.ObjectLocationAttribute.IsPrefab
fullName: Aarthificial.Safekeeper.Attributes.ObjectLocationAttribute.IsPrefab
nameWithType: ObjectLocationAttribute.IsPrefab
- uid: Aarthificial.Safekeeper.Editor
name: Aarthificial.Safekeeper.Editor
href: api/editor/Aarthificial.Safekeeper.Editor.html
commentId: N:Aarthificial.Safekeeper.Editor
fullName: Aarthificial.Safekeeper.Editor
nameWithType: Aarthificial.Safekeeper.Editor
- uid: Aarthificial.Safekeeper.Editor.AssetLocationAttributePropertyDrawer
name: AssetLocationAttributePropertyDrawer
href: api/editor/Aarthificial.Safekeeper.Editor.AssetLocationAttributePropertyDrawer.html
commentId: T:Aarthificial.Safekeeper.Editor.AssetLocationAttributePropertyDrawer
fullName: Aarthificial.Safekeeper.Editor.AssetLocationAttributePropertyDrawer
nameWithType: AssetLocationAttributePropertyDrawer
- uid: Aarthificial.Safekeeper.Editor.AssetLocationAttributePropertyDrawer.ApplyLocation(Aarthificial.Safekeeper.Attributes.AssetLocationAttribute,UnityEditor.SerializedProperty)
name: ApplyLocation(AssetLocationAttribute, SerializedProperty)
href: api/editor/Aarthificial.Safekeeper.Editor.AssetLocationAttributePropertyDrawer.html#Aarthificial_Safekeeper_Editor_AssetLocationAttributePropertyDrawer_ApplyLocation_Aarthificial_Safekeeper_Attributes_AssetLocationAttribute_UnityEditor_SerializedProperty_
commentId: M:Aarthificial.Safekeeper.Editor.AssetLocationAttributePropertyDrawer.ApplyLocation(Aarthificial.Safekeeper.Attributes.AssetLocationAttribute,UnityEditor.SerializedProperty)
fullName: Aarthificial.Safekeeper.Editor.AssetLocationAttributePropertyDrawer.ApplyLocation(Aarthificial.Safekeeper.Attributes.AssetLocationAttribute, UnityEditor.SerializedProperty)
nameWithType: AssetLocationAttributePropertyDrawer.ApplyLocation(AssetLocationAttribute, SerializedProperty)
- uid: Aarthificial.Safekeeper.Editor.AssetLocationAttributePropertyDrawer.ApplyLocation*
name: ApplyLocation
href: api/editor/Aarthificial.Safekeeper.Editor.AssetLocationAttributePropertyDrawer.html#Aarthificial_Safekeeper_Editor_AssetLocationAttributePropertyDrawer_ApplyLocation_
commentId: Overload:Aarthificial.Safekeeper.Editor.AssetLocationAttributePropertyDrawer.ApplyLocation
isSpec: "True"
fullName: Aarthificial.Safekeeper.Editor.AssetLocationAttributePropertyDrawer.ApplyLocation
nameWithType: AssetLocationAttributePropertyDrawer.ApplyLocation
- uid: Aarthificial.Safekeeper.Editor.AssetLocationAttributePropertyDrawer.GetPropertyHeight(UnityEditor.SerializedProperty,UnityEngine.GUIContent)
name: GetPropertyHeight(SerializedProperty, GUIContent)
href: api/editor/Aarthificial.Safekeeper.Editor.AssetLocationAttributePropertyDrawer.html#Aarthificial_Safekeeper_Editor_AssetLocationAttributePropertyDrawer_GetPropertyHeight_UnityEditor_SerializedProperty_UnityEngine_GUIContent_
commentId: M:Aarthificial.Safekeeper.Editor.AssetLocationAttributePropertyDrawer.GetPropertyHeight(UnityEditor.SerializedProperty,UnityEngine.GUIContent)
fullName: Aarthificial.Safekeeper.Editor.AssetLocationAttributePropertyDrawer.GetPropertyHeight(UnityEditor.SerializedProperty, UnityEngine.GUIContent)
nameWithType: AssetLocationAttributePropertyDrawer.GetPropertyHeight(SerializedProperty, GUIContent)
- uid: Aarthificial.Safekeeper.Editor.AssetLocationAttributePropertyDrawer.GetPropertyHeight*
name: GetPropertyHeight
href: api/editor/Aarthificial.Safekeeper.Editor.AssetLocationAttributePropertyDrawer.html#Aarthificial_Safekeeper_Editor_AssetLocationAttributePropertyDrawer_GetPropertyHeight_
commentId: Overload:Aarthificial.Safekeeper.Editor.AssetLocationAttributePropertyDrawer.GetPropertyHeight
isSpec: "True"
fullName: Aarthificial.Safekeeper.Editor.AssetLocationAttributePropertyDrawer.GetPropertyHeight
nameWithType: AssetLocationAttributePropertyDrawer.GetPropertyHeight
- uid: Aarthificial.Safekeeper.Editor.AssetLocationAttributePropertyDrawer.OnGUI(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)
name: OnGUI(Rect, SerializedProperty, GUIContent)
href: api/editor/Aarthificial.Safekeeper.Editor.AssetLocationAttributePropertyDrawer.html#Aarthificial_Safekeeper_Editor_AssetLocationAttributePropertyDrawer_OnGUI_UnityEngine_Rect_UnityEditor_SerializedProperty_UnityEngine_GUIContent_
commentId: M:Aarthificial.Safekeeper.Editor.AssetLocationAttributePropertyDrawer.OnGUI(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)
fullName: Aarthificial.Safekeeper.Editor.AssetLocationAttributePropertyDrawer.OnGUI(UnityEngine.Rect, UnityEditor.SerializedProperty, UnityEngine.GUIContent)
nameWithType: AssetLocationAttributePropertyDrawer.OnGUI(Rect, SerializedProperty, GUIContent)
- uid: Aarthificial.Safekeeper.Editor.AssetLocationAttributePropertyDrawer.OnGUI*
name: OnGUI
href: api/editor/Aarthificial.Safekeeper.Editor.AssetLocationAttributePropertyDrawer.html#Aarthificial_Safekeeper_Editor_AssetLocationAttributePropertyDrawer_OnGUI_
commentId: Overload:Aarthificial.Safekeeper.Editor.AssetLocationAttributePropertyDrawer.OnGUI
isSpec: "True"
fullName: Aarthificial.Safekeeper.Editor.AssetLocationAttributePropertyDrawer.OnGUI
nameWithType: AssetLocationAttributePropertyDrawer.OnGUI
- uid: Aarthificial.Safekeeper.Editor.ObjectLocationAttributePropertyDrawer
name: ObjectLocationAttributePropertyDrawer
href: api/editor/Aarthificial.Safekeeper.Editor.ObjectLocationAttributePropertyDrawer.html
commentId: T:Aarthificial.Safekeeper.Editor.ObjectLocationAttributePropertyDrawer
fullName: Aarthificial.Safekeeper.Editor.ObjectLocationAttributePropertyDrawer
nameWithType: ObjectLocationAttributePropertyDrawer
- uid: Aarthificial.Safekeeper.Editor.ObjectLocationAttributePropertyDrawer.ApplyLocation(Aarthificial.Safekeeper.Attributes.ObjectLocationAttribute,UnityEditor.SerializedProperty)
name: ApplyLocation(ObjectLocationAttribute, SerializedProperty)
href: api/editor/Aarthificial.Safekeeper.Editor.ObjectLocationAttributePropertyDrawer.html#Aarthificial_Safekeeper_Editor_ObjectLocationAttributePropertyDrawer_ApplyLocation_Aarthificial_Safekeeper_Attributes_ObjectLocationAttribute_UnityEditor_SerializedProperty_
commentId: M:Aarthificial.Safekeeper.Editor.ObjectLocationAttributePropertyDrawer.ApplyLocation(Aarthificial.Safekeeper.Attributes.ObjectLocationAttribute,UnityEditor.SerializedProperty)
fullName: Aarthificial.Safekeeper.Editor.ObjectLocationAttributePropertyDrawer.ApplyLocation(Aarthificial.Safekeeper.Attributes.ObjectLocationAttribute, UnityEditor.SerializedProperty)
nameWithType: ObjectLocationAttributePropertyDrawer.ApplyLocation(ObjectLocationAttribute, SerializedProperty)
- uid: Aarthificial.Safekeeper.Editor.ObjectLocationAttributePropertyDrawer.ApplyLocation*
name: ApplyLocation
href: api/editor/Aarthificial.Safekeeper.Editor.ObjectLocationAttributePropertyDrawer.html#Aarthificial_Safekeeper_Editor_ObjectLocationAttributePropertyDrawer_ApplyLocation_
commentId: Overload:Aarthificial.Safekeeper.Editor.ObjectLocationAttributePropertyDrawer.ApplyLocation
isSpec: "True"
fullName: Aarthificial.Safekeeper.Editor.ObjectLocationAttributePropertyDrawer.ApplyLocation
nameWithType: ObjectLocationAttributePropertyDrawer.ApplyLocation
- uid: Aarthificial.Safekeeper.Editor.ObjectLocationAttributePropertyDrawer.GetPropertyHeight(UnityEditor.SerializedProperty,UnityEngine.GUIContent)
name: GetPropertyHeight(SerializedProperty, GUIContent)
href: api/editor/Aarthificial.Safekeeper.Editor.ObjectLocationAttributePropertyDrawer.html#Aarthificial_Safekeeper_Editor_ObjectLocationAttributePropertyDrawer_GetPropertyHeight_UnityEditor_SerializedProperty_UnityEngine_GUIContent_
commentId: M:Aarthificial.Safekeeper.Editor.ObjectLocationAttributePropertyDrawer.GetPropertyHeight(UnityEditor.SerializedProperty,UnityEngine.GUIContent)
fullName: Aarthificial.Safekeeper.Editor.ObjectLocationAttributePropertyDrawer.GetPropertyHeight(UnityEditor.SerializedProperty, UnityEngine.GUIContent)
nameWithType: ObjectLocationAttributePropertyDrawer.GetPropertyHeight(SerializedProperty, GUIContent)
- uid: Aarthificial.Safekeeper.Editor.ObjectLocationAttributePropertyDrawer.GetPropertyHeight*
name: GetPropertyHeight
href: api/editor/Aarthificial.Safekeeper.Editor.ObjectLocationAttributePropertyDrawer.html#Aarthificial_Safekeeper_Editor_ObjectLocationAttributePropertyDrawer_GetPropertyHeight_
commentId: Overload:Aarthificial.Safekeeper.Editor.ObjectLocationAttributePropertyDrawer.GetPropertyHeight
isSpec: "True"
fullName: Aarthificial.Safekeeper.Editor.ObjectLocationAttributePropertyDrawer.GetPropertyHeight
nameWithType: ObjectLocationAttributePropertyDrawer.GetPropertyHeight
- uid: Aarthificial.Safekeeper.Editor.ObjectLocationAttributePropertyDrawer.OnGUI(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)
name: OnGUI(Rect, SerializedProperty, GUIContent)
href: api/editor/Aarthificial.Safekeeper.Editor.ObjectLocationAttributePropertyDrawer.html#Aarthificial_Safekeeper_Editor_ObjectLocationAttributePropertyDrawer_OnGUI_UnityEngine_Rect_UnityEditor_SerializedProperty_UnityEngine_GUIContent_
commentId: M:Aarthificial.Safekeeper.Editor.ObjectLocationAttributePropertyDrawer.OnGUI(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)
fullName: Aarthificial.Safekeeper.Editor.ObjectLocationAttributePropertyDrawer.OnGUI(UnityEngine.Rect, UnityEditor.SerializedProperty, UnityEngine.GUIContent)
nameWithType: ObjectLocationAttributePropertyDrawer.OnGUI(Rect, SerializedProperty, GUIContent)
- uid: Aarthificial.Safekeeper.Editor.ObjectLocationAttributePropertyDrawer.OnGUI*
name: OnGUI
href: api/editor/Aarthificial.Safekeeper.Editor.ObjectLocationAttributePropertyDrawer.html#Aarthificial_Safekeeper_Editor_ObjectLocationAttributePropertyDrawer_OnGUI_
commentId: Overload:Aarthificial.Safekeeper.Editor.ObjectLocationAttributePropertyDrawer.OnGUI
isSpec: "True"
fullName: Aarthificial.Safekeeper.Editor.ObjectLocationAttributePropertyDrawer.OnGUI
nameWithType: ObjectLocationAttributePropertyDrawer.OnGUI
- uid: Aarthificial.Safekeeper.Editor.SafekeeperEditor
name: SafekeeperEditor
href: api/editor/Aarthificial.Safekeeper.Editor.SafekeeperEditor.html
commentId: T:Aarthificial.Safekeeper.Editor.SafekeeperEditor
fullName: Aarthificial.Safekeeper.Editor.SafekeeperEditor
nameWithType: SafekeeperEditor
- uid: Aarthificial.Safekeeper.Editor.SaveLocationModificationProcessor
name: SaveLocationModificationProcessor
href: api/editor/Aarthificial.Safekeeper.Editor.SaveLocationModificationProcessor.html
commentId: T:Aarthificial.Safekeeper.Editor.SaveLocationModificationProcessor
fullName: Aarthificial.Safekeeper.Editor.SaveLocationModificationProcessor
nameWithType: SaveLocationModificationProcessor
- uid: Aarthificial.Safekeeper.ISaveData
name: ISaveData
href: api/runtime/Aarthificial.Safekeeper.ISaveData.html
commentId: T:Aarthificial.Safekeeper.ISaveData
fullName: Aarthificial.Safekeeper.ISaveData
nameWithType: ISaveData
- uid: Aarthificial.Safekeeper.ISaveData.GetChunk(System.String)
name: GetChunk(string)
href: api/runtime/Aarthificial.Safekeeper.ISaveData.html#Aarthificial_Safekeeper_ISaveData_GetChunk_System_String_
commentId: M:Aarthificial.Safekeeper.ISaveData.GetChunk(System.String)
name.vb: GetChunk(String)
fullName: Aarthificial.Safekeeper.ISaveData.GetChunk(string)
fullName.vb: Aarthificial.Safekeeper.ISaveData.GetChunk(String)
nameWithType: ISaveData.GetChunk(string)
nameWithType.vb: ISaveData.GetChunk(String)
- uid: Aarthificial.Safekeeper.ISaveData.GetChunk*
name: GetChunk
href: api/runtime/Aarthificial.Safekeeper.ISaveData.html#Aarthificial_Safekeeper_ISaveData_GetChunk_
commentId: Overload:Aarthificial.Safekeeper.ISaveData.GetChunk
isSpec: "True"
fullName: Aarthificial.Safekeeper.ISaveData.GetChunk
nameWithType: ISaveData.GetChunk
- uid: Aarthificial.Safekeeper.ISaveData.GetChunkIds
name: GetChunkIds()
href: api/runtime/Aarthificial.Safekeeper.ISaveData.html#Aarthificial_Safekeeper_ISaveData_GetChunkIds
commentId: M:Aarthificial.Safekeeper.ISaveData.GetChunkIds
fullName: Aarthificial.Safekeeper.ISaveData.GetChunkIds()
nameWithType: ISaveData.GetChunkIds()
- uid: Aarthificial.Safekeeper.ISaveData.GetChunkIds*
name: GetChunkIds
href: api/runtime/Aarthificial.Safekeeper.ISaveData.html#Aarthificial_Safekeeper_ISaveData_GetChunkIds_
commentId: Overload:Aarthificial.Safekeeper.ISaveData.GetChunkIds
isSpec: "True"
fullName: Aarthificial.Safekeeper.ISaveData.GetChunkIds
nameWithType: ISaveData.GetChunkIds
- uid: Aarthificial.Safekeeper.ISaveData.Read*
name: Read
href: api/runtime/Aarthificial.Safekeeper.ISaveData.html#Aarthificial_Safekeeper_ISaveData_Read_
commentId: Overload:Aarthificial.Safekeeper.ISaveData.Read
isSpec: "True"
fullName: Aarthificial.Safekeeper.ISaveData.Read
nameWithType: ISaveData.Read
- uid: Aarthificial.Safekeeper.ISaveData.Read``1(Aarthificial.Safekeeper.SaveLocation,``0)
name: Read<T>(SaveLocation, T)
href: api/runtime/Aarthificial.Safekeeper.ISaveData.html#Aarthificial_Safekeeper_ISaveData_Read__1_Aarthificial_Safekeeper_SaveLocation___0_
commentId: M:Aarthificial.Safekeeper.ISaveData.Read``1(Aarthificial.Safekeeper.SaveLocation,``0)
name.vb: Read(Of T)(SaveLocation, T)
fullName: Aarthificial.Safekeeper.ISaveData.Read<T>(Aarthificial.Safekeeper.SaveLocation, T)
fullName.vb: Aarthificial.Safekeeper.ISaveData.Read(Of T)(Aarthificial.Safekeeper.SaveLocation, T)
nameWithType: ISaveData.Read<T>(SaveLocation, T)
nameWithType.vb: ISaveData.Read(Of T)(SaveLocation, T)
- uid: Aarthificial.Safekeeper.ISaveData.Read``1(Aarthificial.Safekeeper.SaveLocation)
name: Read<T>(SaveLocation)
href: api/runtime/Aarthificial.Safekeeper.ISaveData.html#Aarthificial_Safekeeper_ISaveData_Read__1_Aarthificial_Safekeeper_SaveLocation_
commentId: M:Aarthificial.Safekeeper.ISaveData.Read``1(Aarthificial.Safekeeper.SaveLocation)
name.vb: Read(Of T)(SaveLocation)
fullName: Aarthificial.Safekeeper.ISaveData.Read<T>(Aarthificial.Safekeeper.SaveLocation)
fullName.vb: Aarthificial.Safekeeper.ISaveData.Read(Of T)(Aarthificial.Safekeeper.SaveLocation)
nameWithType: ISaveData.Read<T>(SaveLocation)
nameWithType.vb: ISaveData.Read(Of T)(SaveLocation)
- uid: Aarthificial.Safekeeper.ISaveData.Write(Aarthificial.Safekeeper.SaveLocation,System.Object)
name: Write(SaveLocation, object)
href: api/runtime/Aarthificial.Safekeeper.ISaveData.html#Aarthificial_Safekeeper_ISaveData_Write_Aarthificial_Safekeeper_SaveLocation_System_Object_
commentId: M:Aarthificial.Safekeeper.ISaveData.Write(Aarthificial.Safekeeper.SaveLocation,System.Object)
name.vb: Write(SaveLocation, Object)
fullName: Aarthificial.Safekeeper.ISaveData.Write(Aarthificial.Safekeeper.SaveLocation, object)
fullName.vb: Aarthificial.Safekeeper.ISaveData.Write(Aarthificial.Safekeeper.SaveLocation, Object)
nameWithType: ISaveData.Write(SaveLocation, object)
nameWithType.vb: ISaveData.Write(SaveLocation, Object)
- uid: Aarthificial.Safekeeper.ISaveData.Write*
name: Write
href: api/runtime/Aarthificial.Safekeeper.ISaveData.html#Aarthificial_Safekeeper_ISaveData_Write_
commentId: Overload:Aarthificial.Safekeeper.ISaveData.Write
isSpec: "True"
fullName: Aarthificial.Safekeeper.ISaveData.Write
nameWithType: ISaveData.Write
- uid: Aarthificial.Safekeeper.Loaders
name: Aarthificial.Safekeeper.Loaders
href: api/runtime/Aarthificial.Safekeeper.Loaders.html
commentId: N:Aarthificial.Safekeeper.Loaders
fullName: Aarthificial.Safekeeper.Loaders
nameWithType: Aarthificial.Safekeeper.Loaders
- uid: Aarthificial.Safekeeper.Loaders.DummySaveLoader
name: DummySaveLoader
href: api/runtime/Aarthificial.Safekeeper.Loaders.DummySaveLoader.html
commentId: T:Aarthificial.Safekeeper.Loaders.DummySaveLoader
fullName: Aarthificial.Safekeeper.Loaders.DummySaveLoader
nameWithType: DummySaveLoader
- uid: Aarthificial.Safekeeper.Loaders.DummySaveLoader.Create
name: Create()
href: api/runtime/Aarthificial.Safekeeper.Loaders.DummySaveLoader.html#Aarthificial_Safekeeper_Loaders_DummySaveLoader_Create
commentId: M:Aarthificial.Safekeeper.Loaders.DummySaveLoader.Create
fullName: Aarthificial.Safekeeper.Loaders.DummySaveLoader.Create()
nameWithType: DummySaveLoader.Create()
- uid: Aarthificial.Safekeeper.Loaders.DummySaveLoader.Create*
name: Create
href: api/runtime/Aarthificial.Safekeeper.Loaders.DummySaveLoader.html#Aarthificial_Safekeeper_Loaders_DummySaveLoader_Create_
commentId: Overload:Aarthificial.Safekeeper.Loaders.DummySaveLoader.Create
isSpec: "True"
fullName: Aarthificial.Safekeeper.Loaders.DummySaveLoader.Create
nameWithType: DummySaveLoader.Create
- uid: Aarthificial.Safekeeper.Loaders.DummySaveLoader.Delete
name: Delete()
href: api/runtime/Aarthificial.Safekeeper.Loaders.DummySaveLoader.html#Aarthificial_Safekeeper_Loaders_DummySaveLoader_Delete
commentId: M:Aarthificial.Safekeeper.Loaders.DummySaveLoader.Delete
fullName: Aarthificial.Safekeeper.Loaders.DummySaveLoader.Delete()
nameWithType: DummySaveLoader.Delete()
- uid: Aarthificial.Safekeeper.Loaders.DummySaveLoader.Delete*
name: Delete
href: api/runtime/Aarthificial.Safekeeper.Loaders.DummySaveLoader.html#Aarthificial_Safekeeper_Loaders_DummySaveLoader_Delete_
commentId: Overload:Aarthificial.Safekeeper.Loaders.DummySaveLoader.Delete
isSpec: "True"
fullName: Aarthificial.Safekeeper.Loaders.DummySaveLoader.Delete
nameWithType: DummySaveLoader.Delete
- uid: Aarthificial.Safekeeper.Loaders.DummySaveLoader.Exists
name: Exists()
href: api/runtime/Aarthificial.Safekeeper.Loaders.DummySaveLoader.html#Aarthificial_Safekeeper_Loaders_DummySaveLoader_Exists
commentId: M:Aarthificial.Safekeeper.Loaders.DummySaveLoader.Exists
fullName: Aarthificial.Safekeeper.Loaders.DummySaveLoader.Exists()
nameWithType: DummySaveLoader.Exists()
- uid: Aarthificial.Safekeeper.Loaders.DummySaveLoader.Exists*
name: Exists
href: api/runtime/Aarthificial.Safekeeper.Loaders.DummySaveLoader.html#Aarthificial_Safekeeper_Loaders_DummySaveLoader_Exists_
commentId: Overload:Aarthificial.Safekeeper.Loaders.DummySaveLoader.Exists
isSpec: "True"
fullName: Aarthificial.Safekeeper.Loaders.DummySaveLoader.Exists
nameWithType: DummySaveLoader.Exists
- uid: Aarthificial.Safekeeper.Loaders.DummySaveLoader.GetName
name: GetName()
href: api/runtime/Aarthificial.Safekeeper.Loaders.DummySaveLoader.html#Aarthificial_Safekeeper_Loaders_DummySaveLoader_GetName
commentId: M:Aarthificial.Safekeeper.Loaders.DummySaveLoader.GetName
fullName: Aarthificial.Safekeeper.Loaders.DummySaveLoader.GetName()
nameWithType: DummySaveLoader.GetName()
- uid: Aarthificial.Safekeeper.Loaders.DummySaveLoader.GetName*
name: GetName
href: api/runtime/Aarthificial.Safekeeper.Loaders.DummySaveLoader.html#Aarthificial_Safekeeper_Loaders_DummySaveLoader_GetName_
commentId: Overload:Aarthificial.Safekeeper.Loaders.DummySaveLoader.GetName
isSpec: "True"
fullName: Aarthificial.Safekeeper.Loaders.DummySaveLoader.GetName
nameWithType: DummySaveLoader.GetName
- uid: Aarthificial.Safekeeper.Loaders.DummySaveLoader.Load
name: Load()
href: api/runtime/Aarthificial.Safekeeper.Loaders.DummySaveLoader.html#Aarthificial_Safekeeper_Loaders_DummySaveLoader_Load
commentId: M:Aarthificial.Safekeeper.Loaders.DummySaveLoader.Load
fullName: Aarthificial.Safekeeper.Loaders.DummySaveLoader.Load()
nameWithType: DummySaveLoader.Load()
- uid: Aarthificial.Safekeeper.Loaders.DummySaveLoader.Load*
name: Load
href: api/runtime/Aarthificial.Safekeeper.Loaders.DummySaveLoader.html#Aarthificial_Safekeeper_Loaders_DummySaveLoader_Load_
commentId: Overload:Aarthificial.Safekeeper.Loaders.DummySaveLoader.Load
isSpec: "True"
fullName: Aarthificial.Safekeeper.Loaders.DummySaveLoader.Load
nameWithType: DummySaveLoader.Load
- uid: Aarthificial.Safekeeper.Loaders.DummySaveLoader.Save(Aarthificial.Safekeeper.ISaveData)
name: Save(ISaveData)
href: api/runtime/Aarthificial.Safekeeper.Loaders.DummySaveLoader.html#Aarthificial_Safekeeper_Loaders_DummySaveLoader_Save_Aarthificial_Safekeeper_ISaveData_
commentId: M:Aarthificial.Safekeeper.Loaders.DummySaveLoader.Save(Aarthificial.Safekeeper.ISaveData)
fullName: Aarthificial.Safekeeper.Loaders.DummySaveLoader.Save(Aarthificial.Safekeeper.ISaveData)
nameWithType: DummySaveLoader.Save(ISaveData)
- uid: Aarthificial.Safekeeper.Loaders.DummySaveLoader.Save*
name: Save
href: api/runtime/Aarthificial.Safekeeper.Loaders.DummySaveLoader.html#Aarthificial_Safekeeper_Loaders_DummySaveLoader_Save_
commentId: Overload:Aarthificial.Safekeeper.Loaders.DummySaveLoader.Save
isSpec: "True"
fullName: Aarthificial.Safekeeper.Loaders.DummySaveLoader.Save
nameWithType: DummySaveLoader.Save
- uid: Aarthificial.Safekeeper.Loaders.FileSaveLoader
name: FileSaveLoader
href: api/runtime/Aarthificial.Safekeeper.Loaders.FileSaveLoader.html
commentId: T:Aarthificial.Safekeeper.Loaders.FileSaveLoader
fullName: Aarthificial.Safekeeper.Loaders.FileSaveLoader
nameWithType: FileSaveLoader
- uid: Aarthificial.Safekeeper.Loaders.FileSaveLoader.#ctor(System.String)
name: FileSaveLoader(string)
href: api/runtime/Aarthificial.Safekeeper.Loaders.FileSaveLoader.html#Aarthificial_Safekeeper_Loaders_FileSaveLoader__ctor_System_String_
commentId: M:Aarthificial.Safekeeper.Loaders.FileSaveLoader.#ctor(System.String)
name.vb: New(String)
fullName: Aarthificial.Safekeeper.Loaders.FileSaveLoader.FileSaveLoader(string)
fullName.vb: Aarthificial.Safekeeper.Loaders.FileSaveLoader.New(String)
nameWithType: FileSaveLoader.FileSaveLoader(string)
nameWithType.vb: FileSaveLoader.New(String)
- uid: Aarthificial.Safekeeper.Loaders.FileSaveLoader.#ctor*
name: FileSaveLoader
href: api/runtime/Aarthificial.Safekeeper.Loaders.FileSaveLoader.html#Aarthificial_Safekeeper_Loaders_FileSaveLoader__ctor_
commentId: Overload:Aarthificial.Safekeeper.Loaders.FileSaveLoader.#ctor
isSpec: "True"
name.vb: New
fullName: Aarthificial.Safekeeper.Loaders.FileSaveLoader.FileSaveLoader
fullName.vb: Aarthificial.Safekeeper.Loaders.FileSaveLoader.New
nameWithType: FileSaveLoader.FileSaveLoader
nameWithType.vb: FileSaveLoader.New
- uid: Aarthificial.Safekeeper.Loaders.FileSaveLoader.Create
name: Create()
href: api/runtime/Aarthificial.Safekeeper.Loaders.FileSaveLoader.html#Aarthificial_Safekeeper_Loaders_FileSaveLoader_Create
commentId: M:Aarthificial.Safekeeper.Loaders.FileSaveLoader.Create
fullName: Aarthificial.Safekeeper.Loaders.FileSaveLoader.Create()
nameWithType: FileSaveLoader.Create()
- uid: Aarthificial.Safekeeper.Loaders.FileSaveLoader.Create*
name: Create
href: api/runtime/Aarthificial.Safekeeper.Loaders.FileSaveLoader.html#Aarthificial_Safekeeper_Loaders_FileSaveLoader_Create_
commentId: Overload:Aarthificial.Safekeeper.Loaders.FileSaveLoader.Create
isSpec: "True"
fullName: Aarthificial.Safekeeper.Loaders.FileSaveLoader.Create
nameWithType: FileSaveLoader.Create
- uid: Aarthificial.Safekeeper.Loaders.FileSaveLoader.Delete
name: Delete()
href: api/runtime/Aarthificial.Safekeeper.Loaders.FileSaveLoader.html#Aarthificial_Safekeeper_Loaders_FileSaveLoader_Delete
commentId: M:Aarthificial.Safekeeper.Loaders.FileSaveLoader.Delete
fullName: Aarthificial.Safekeeper.Loaders.FileSaveLoader.Delete()
nameWithType: FileSaveLoader.Delete()
- uid: Aarthificial.Safekeeper.Loaders.FileSaveLoader.Delete*
name: Delete
href: api/runtime/Aarthificial.Safekeeper.Loaders.FileSaveLoader.html#Aarthificial_Safekeeper_Loaders_FileSaveLoader_Delete_
commentId: Overload:Aarthificial.Safekeeper.Loaders.FileSaveLoader.Delete
isSpec: "True"
fullName: Aarthificial.Safekeeper.Loaders.FileSaveLoader.Delete
nameWithType: FileSaveLoader.Delete
- uid: Aarthificial.Safekeeper.Loaders.FileSaveLoader.Exists
name: Exists()
href: api/runtime/Aarthificial.Safekeeper.Loaders.FileSaveLoader.html#Aarthificial_Safekeeper_Loaders_FileSaveLoader_Exists
commentId: M:Aarthificial.Safekeeper.Loaders.FileSaveLoader.Exists
fullName: Aarthificial.Safekeeper.Loaders.FileSaveLoader.Exists()
nameWithType: FileSaveLoader.Exists()
- uid: Aarthificial.Safekeeper.Loaders.FileSaveLoader.Exists*
name: Exists
href: api/runtime/Aarthificial.Safekeeper.Loaders.FileSaveLoader.html#Aarthificial_Safekeeper_Loaders_FileSaveLoader_Exists_
commentId: Overload:Aarthificial.Safekeeper.Loaders.FileSaveLoader.Exists
isSpec: "True"
fullName: Aarthificial.Safekeeper.Loaders.FileSaveLoader.Exists
nameWithType: FileSaveLoader.Exists
- uid: Aarthificial.Safekeeper.Loaders.FileSaveLoader.GetName
name: GetName()
href: api/runtime/Aarthificial.Safekeeper.Loaders.FileSaveLoader.html#Aarthificial_Safekeeper_Loaders_FileSaveLoader_GetName
commentId: M:Aarthificial.Safekeeper.Loaders.FileSaveLoader.GetName
fullName: Aarthificial.Safekeeper.Loaders.FileSaveLoader.GetName()
nameWithType: FileSaveLoader.GetName()
- uid: Aarthificial.Safekeeper.Loaders.FileSaveLoader.GetName*
name: GetName
href: api/runtime/Aarthificial.Safekeeper.Loaders.FileSaveLoader.html#Aarthificial_Safekeeper_Loaders_FileSaveLoader_GetName_
commentId: Overload:Aarthificial.Safekeeper.Loaders.FileSaveLoader.GetName
isSpec: "True"
fullName: Aarthificial.Safekeeper.Loaders.FileSaveLoader.GetName
nameWithType: FileSaveLoader.GetName
- uid: Aarthificial.Safekeeper.Loaders.FileSaveLoader.Load
name: Load()
href: api/runtime/Aarthificial.Safekeeper.Loaders.FileSaveLoader.html#Aarthificial_Safekeeper_Loaders_FileSaveLoader_Load
commentId: M:Aarthificial.Safekeeper.Loaders.FileSaveLoader.Load
fullName: Aarthificial.Safekeeper.Loaders.FileSaveLoader.Load()
nameWithType: FileSaveLoader.Load()
- uid: Aarthificial.Safekeeper.Loaders.FileSaveLoader.Load*
name: Load
href: api/runtime/Aarthificial.Safekeeper.Loaders.FileSaveLoader.html#Aarthificial_Safekeeper_Loaders_FileSaveLoader_Load_
commentId: Overload:Aarthificial.Safekeeper.Loaders.FileSaveLoader.Load
isSpec: "True"
fullName: Aarthificial.Safekeeper.Loaders.FileSaveLoader.Load
nameWithType: FileSaveLoader.Load
- uid: Aarthificial.Safekeeper.Loaders.FileSaveLoader.Save(Aarthificial.Safekeeper.ISaveData)
name: Save(ISaveData)
href: api/runtime/Aarthificial.Safekeeper.Loaders.FileSaveLoader.html#Aarthificial_Safekeeper_Loaders_FileSaveLoader_Save_Aarthificial_Safekeeper_ISaveData_
commentId: M:Aarthificial.Safekeeper.Loaders.FileSaveLoader.Save(Aarthificial.Safekeeper.ISaveData)
fullName: Aarthificial.Safekeeper.Loaders.FileSaveLoader.Save(Aarthificial.Safekeeper.ISaveData)
nameWithType: FileSaveLoader.Save(ISaveData)
- uid: Aarthificial.Safekeeper.Loaders.FileSaveLoader.Save*
name: Save
href: api/runtime/Aarthificial.Safekeeper.Loaders.FileSaveLoader.html#Aarthificial_Safekeeper_Loaders_FileSaveLoader_Save_
commentId: Overload:Aarthificial.Safekeeper.Loaders.FileSaveLoader.Save
isSpec: "True"
fullName: Aarthificial.Safekeeper.Loaders.FileSaveLoader.Save
nameWithType: FileSaveLoader.Save
- uid: Aarthificial.Safekeeper.Loaders.ISaveLoader
name: ISaveLoader
href: api/runtime/Aarthificial.Safekeeper.Loaders.ISaveLoader.html
commentId: T:Aarthificial.Safekeeper.Loaders.ISaveLoader
fullName: Aarthificial.Safekeeper.Loaders.ISaveLoader
nameWithType: ISaveLoader
- uid: Aarthificial.Safekeeper.Loaders.ISaveLoader.Create
name: Create()
href: api/runtime/Aarthificial.Safekeeper.Loaders.ISaveLoader.html#Aarthificial_Safekeeper_Loaders_ISaveLoader_Create
commentId: M:Aarthificial.Safekeeper.Loaders.ISaveLoader.Create
fullName: Aarthificial.Safekeeper.Loaders.ISaveLoader.Create()
nameWithType: ISaveLoader.Create()
- uid: Aarthificial.Safekeeper.Loaders.ISaveLoader.Create*
name: Create
href: api/runtime/Aarthificial.Safekeeper.Loaders.ISaveLoader.html#Aarthificial_Safekeeper_Loaders_ISaveLoader_Create_
commentId: Overload:Aarthificial.Safekeeper.Loaders.ISaveLoader.Create
isSpec: "True"
fullName: Aarthificial.Safekeeper.Loaders.ISaveLoader.Create
nameWithType: ISaveLoader.Create
- uid: Aarthificial.Safekeeper.Loaders.ISaveLoader.Delete
name: Delete()
href: api/runtime/Aarthificial.Safekeeper.Loaders.ISaveLoader.html#Aarthificial_Safekeeper_Loaders_ISaveLoader_Delete
commentId: M:Aarthificial.Safekeeper.Loaders.ISaveLoader.Delete
fullName: Aarthificial.Safekeeper.Loaders.ISaveLoader.Delete()
nameWithType: ISaveLoader.Delete()
- uid: Aarthificial.Safekeeper.Loaders.ISaveLoader.Delete*
name: Delete
href: api/runtime/Aarthificial.Safekeeper.Loaders.ISaveLoader.html#Aarthificial_Safekeeper_Loaders_ISaveLoader_Delete_
commentId: Overload:Aarthificial.Safekeeper.Loaders.ISaveLoader.Delete
isSpec: "True"
fullName: Aarthificial.Safekeeper.Loaders.ISaveLoader.Delete
nameWithType: ISaveLoader.Delete
- uid: Aarthificial.Safekeeper.Loaders.ISaveLoader.Exists
name: Exists()
href: api/runtime/Aarthificial.Safekeeper.Loaders.ISaveLoader.html#Aarthificial_Safekeeper_Loaders_ISaveLoader_Exists
commentId: M:Aarthificial.Safekeeper.Loaders.ISaveLoader.Exists
fullName: Aarthificial.Safekeeper.Loaders.ISaveLoader.Exists()
nameWithType: ISaveLoader.Exists()
- uid: Aarthificial.Safekeeper.Loaders.ISaveLoader.Exists*
name: Exists
href: api/runtime/Aarthificial.Safekeeper.Loaders.ISaveLoader.html#Aarthificial_Safekeeper_Loaders_ISaveLoader_Exists_
commentId: Overload:Aarthificial.Safekeeper.Loaders.ISaveLoader.Exists
isSpec: "True"
fullName: Aarthificial.Safekeeper.Loaders.ISaveLoader.Exists
nameWithType: ISaveLoader.Exists
- uid: Aarthificial.Safekeeper.Loaders.ISaveLoader.GetName
name: GetName()
href: api/runtime/Aarthificial.Safekeeper.Loaders.ISaveLoader.html#Aarthificial_Safekeeper_Loaders_ISaveLoader_GetName
commentId: M:Aarthificial.Safekeeper.Loaders.ISaveLoader.GetName
fullName: Aarthificial.Safekeeper.Loaders.ISaveLoader.GetName()
nameWithType: ISaveLoader.GetName()
- uid: Aarthificial.Safekeeper.Loaders.ISaveLoader.GetName*
name: GetName
href: api/runtime/Aarthificial.Safekeeper.Loaders.ISaveLoader.html#Aarthificial_Safekeeper_Loaders_ISaveLoader_GetName_
commentId: Overload:Aarthificial.Safekeeper.Loaders.ISaveLoader.GetName
isSpec: "True"
fullName: Aarthificial.Safekeeper.Loaders.ISaveLoader.GetName
nameWithType: ISaveLoader.GetName
- uid: Aarthificial.Safekeeper.Loaders.ISaveLoader.Load
name: Load()
href: api/runtime/Aarthificial.Safekeeper.Loaders.ISaveLoader.html#Aarthificial_Safekeeper_Loaders_ISaveLoader_Load
commentId: M:Aarthificial.Safekeeper.Loaders.ISaveLoader.Load
fullName: Aarthificial.Safekeeper.Loaders.ISaveLoader.Load()
nameWithType: ISaveLoader.Load()
- uid: Aarthificial.Safekeeper.Loaders.ISaveLoader.Load*
name: Load
href: api/runtime/Aarthificial.Safekeeper.Loaders.ISaveLoader.html#Aarthificial_Safekeeper_Loaders_ISaveLoader_Load_
commentId: Overload:Aarthificial.Safekeeper.Loaders.ISaveLoader.Load
isSpec: "True"
fullName: Aarthificial.Safekeeper.Loaders.ISaveLoader.Load
nameWithType: ISaveLoader.Load
- uid: Aarthificial.Safekeeper.Loaders.ISaveLoader.Save(Aarthificial.Safekeeper.ISaveData)
name: Save(ISaveData)
href: api/runtime/Aarthificial.Safekeeper.Loaders.ISaveLoader.html#Aarthificial_Safekeeper_Loaders_ISaveLoader_Save_Aarthificial_Safekeeper_ISaveData_
commentId: M:Aarthificial.Safekeeper.Loaders.ISaveLoader.Save(Aarthificial.Safekeeper.ISaveData)
fullName: Aarthificial.Safekeeper.Loaders.ISaveLoader.Save(Aarthificial.Safekeeper.ISaveData)
nameWithType: ISaveLoader.Save(ISaveData)
- uid: Aarthificial.Safekeeper.Loaders.ISaveLoader.Save*
name: Save
href: api/runtime/Aarthificial.Safekeeper.Loaders.ISaveLoader.html#Aarthificial_Safekeeper_Loaders_ISaveLoader_Save_
commentId: Overload:Aarthificial.Safekeeper.Loaders.ISaveLoader.Save
isSpec: "True"
fullName: Aarthificial.Safekeeper.Loaders.ISaveLoader.Save
nameWithType: ISaveLoader.Save
- uid: Aarthificial.Safekeeper.SaveControllerBase
name: SaveControllerBase
href: api/runtime/Aarthificial.Safekeeper.SaveControllerBase.html
commentId: T:Aarthificial.Safekeeper.SaveControllerBase
fullName: Aarthificial.Safekeeper.SaveControllerBase
nameWithType: SaveControllerBase
- uid: Aarthificial.Safekeeper.SaveControllerBase.#ctor(Aarthificial.Safekeeper.Loaders.ISaveLoader)
name: SaveControllerBase(ISaveLoader)
href: api/runtime/Aarthificial.Safekeeper.SaveControllerBase.html#Aarthificial_Safekeeper_SaveControllerBase__ctor_Aarthificial_Safekeeper_Loaders_ISaveLoader_
commentId: M:Aarthificial.Safekeeper.SaveControllerBase.#ctor(Aarthificial.Safekeeper.Loaders.ISaveLoader)
name.vb: New(ISaveLoader)
fullName: Aarthificial.Safekeeper.SaveControllerBase.SaveControllerBase(Aarthificial.Safekeeper.Loaders.ISaveLoader)
fullName.vb: Aarthificial.Safekeeper.SaveControllerBase.New(Aarthificial.Safekeeper.Loaders.ISaveLoader)
nameWithType: SaveControllerBase.SaveControllerBase(ISaveLoader)
nameWithType.vb: SaveControllerBase.New(ISaveLoader)
- uid: Aarthificial.Safekeeper.SaveControllerBase.#ctor*
name: SaveControllerBase
href: api/runtime/Aarthificial.Safekeeper.SaveControllerBase.html#Aarthificial_Safekeeper_SaveControllerBase__ctor_
commentId: Overload:Aarthificial.Safekeeper.SaveControllerBase.#ctor
isSpec: "True"
name.vb: New
fullName: Aarthificial.Safekeeper.SaveControllerBase.SaveControllerBase
fullName.vb: Aarthificial.Safekeeper.SaveControllerBase.New
nameWithType: SaveControllerBase.SaveControllerBase
nameWithType.vb: SaveControllerBase.New
- uid: Aarthificial.Safekeeper.SaveControllerBase.Create
name: Create()
href: api/runtime/Aarthificial.Safekeeper.SaveControllerBase.html#Aarthificial_Safekeeper_SaveControllerBase_Create
commentId: M:Aarthificial.Safekeeper.SaveControllerBase.Create
fullName: Aarthificial.Safekeeper.SaveControllerBase.Create()
nameWithType: SaveControllerBase.Create()
- uid: Aarthificial.Safekeeper.SaveControllerBase.Create*
name: Create
href: api/runtime/Aarthificial.Safekeeper.SaveControllerBase.html#Aarthificial_Safekeeper_SaveControllerBase_Create_
commentId: Overload:Aarthificial.Safekeeper.SaveControllerBase.Create
isSpec: "True"
fullName: Aarthificial.Safekeeper.SaveControllerBase.Create
nameWithType: SaveControllerBase.Create
- uid: Aarthificial.Safekeeper.SaveControllerBase.Data
name: Data
href: api/runtime/Aarthificial.Safekeeper.SaveControllerBase.html#Aarthificial_Safekeeper_SaveControllerBase_Data
commentId: P:Aarthificial.Safekeeper.SaveControllerBase.Data
fullName: Aarthificial.Safekeeper.SaveControllerBase.Data
nameWithType: SaveControllerBase.Data
- uid: Aarthificial.Safekeeper.SaveControllerBase.Data*
name: Data
href: api/runtime/Aarthificial.Safekeeper.SaveControllerBase.html#Aarthificial_Safekeeper_SaveControllerBase_Data_
commentId: Overload:Aarthificial.Safekeeper.SaveControllerBase.Data
isSpec: "True"
fullName: Aarthificial.Safekeeper.SaveControllerBase.Data
nameWithType: SaveControllerBase.Data
- uid: Aarthificial.Safekeeper.SaveControllerBase.Delete
name: Delete()
href: api/runtime/Aarthificial.Safekeeper.SaveControllerBase.html#Aarthificial_Safekeeper_SaveControllerBase_Delete
commentId: M:Aarthificial.Safekeeper.SaveControllerBase.Delete
fullName: Aarthificial.Safekeeper.SaveControllerBase.Delete()
nameWithType: SaveControllerBase.Delete()
- uid: Aarthificial.Safekeeper.SaveControllerBase.Delete*
name: Delete
href: api/runtime/Aarthificial.Safekeeper.SaveControllerBase.html#Aarthificial_Safekeeper_SaveControllerBase_Delete_
commentId: Overload:Aarthificial.Safekeeper.SaveControllerBase.Delete
isSpec: "True"
fullName: Aarthificial.Safekeeper.SaveControllerBase.Delete
nameWithType: SaveControllerBase.Delete
- uid: Aarthificial.Safekeeper.SaveControllerBase.Exists
name: Exists
href: api/runtime/Aarthificial.Safekeeper.SaveControllerBase.html#Aarthificial_Safekeeper_SaveControllerBase_Exists
commentId: P:Aarthificial.Safekeeper.SaveControllerBase.Exists
fullName: Aarthificial.Safekeeper.SaveControllerBase.Exists
nameWithType: SaveControllerBase.Exists
- uid: Aarthificial.Safekeeper.SaveControllerBase.Exists*
name: Exists
href: api/runtime/Aarthificial.Safekeeper.SaveControllerBase.html#Aarthificial_Safekeeper_SaveControllerBase_Exists_
commentId: Overload:Aarthificial.Safekeeper.SaveControllerBase.Exists
isSpec: "True"
fullName: Aarthificial.Safekeeper.SaveControllerBase.Exists
nameWithType: SaveControllerBase.Exists
- uid: Aarthificial.Safekeeper.SaveControllerBase.Initialize
name: Initialize()
href: api/runtime/Aarthificial.Safekeeper.SaveControllerBase.html#Aarthificial_Safekeeper_SaveControllerBase_Initialize
commentId: M:Aarthificial.Safekeeper.SaveControllerBase.Initialize
fullName: Aarthificial.Safekeeper.SaveControllerBase.Initialize()
nameWithType: SaveControllerBase.Initialize()
- uid: Aarthificial.Safekeeper.SaveControllerBase.Initialize*
name: Initialize
href: api/runtime/Aarthificial.Safekeeper.SaveControllerBase.html#Aarthificial_Safekeeper_SaveControllerBase_Initialize_
commentId: Overload:Aarthificial.Safekeeper.SaveControllerBase.Initialize
isSpec: "True"
fullName: Aarthificial.Safekeeper.SaveControllerBase.Initialize
nameWithType: SaveControllerBase.Initialize
- uid: Aarthificial.Safekeeper.SaveControllerBase.IsLoading
name: IsLoading
href: api/runtime/Aarthificial.Safekeeper.SaveControllerBase.html#Aarthificial_Safekeeper_SaveControllerBase_IsLoading
commentId: P:Aarthificial.Safekeeper.SaveControllerBase.IsLoading
fullName: Aarthificial.Safekeeper.SaveControllerBase.IsLoading
nameWithType: SaveControllerBase.IsLoading
- uid: Aarthificial.Safekeeper.SaveControllerBase.IsLoading*
name: IsLoading
href: api/runtime/Aarthificial.Safekeeper.SaveControllerBase.html#Aarthificial_Safekeeper_SaveControllerBase_IsLoading_
commentId: Overload:Aarthificial.Safekeeper.SaveControllerBase.IsLoading
isSpec: "True"
fullName: Aarthificial.Safekeeper.SaveControllerBase.IsLoading
nameWithType: SaveControllerBase.IsLoading
- uid: Aarthificial.Safekeeper.SaveControllerBase.Load(Aarthificial.Safekeeper.SaveMode)
name: Load(SaveMode)
href: api/runtime/Aarthificial.Safekeeper.SaveControllerBase.html#Aarthificial_Safekeeper_SaveControllerBase_Load_Aarthificial_Safekeeper_SaveMode_
commentId: M:Aarthificial.Safekeeper.SaveControllerBase.Load(Aarthificial.Safekeeper.SaveMode)
fullName: Aarthificial.Safekeeper.SaveControllerBase.Load(Aarthificial.Safekeeper.SaveMode)
nameWithType: SaveControllerBase.Load(SaveMode)
- uid: Aarthificial.Safekeeper.SaveControllerBase.Load*
name: Load
href: api/runtime/Aarthificial.Safekeeper.SaveControllerBase.html#Aarthificial_Safekeeper_SaveControllerBase_Load_
commentId: Overload:Aarthificial.Safekeeper.SaveControllerBase.Load
isSpec: "True"
fullName: Aarthificial.Safekeeper.SaveControllerBase.Load
nameWithType: SaveControllerBase.Load
- uid: Aarthificial.Safekeeper.SaveControllerBase.Name
name: Name
href: api/runtime/Aarthificial.Safekeeper.SaveControllerBase.html#Aarthificial_Safekeeper_SaveControllerBase_Name
commentId: F:Aarthificial.Safekeeper.SaveControllerBase.Name
fullName: Aarthificial.Safekeeper.SaveControllerBase.Name
nameWithType: SaveControllerBase.Name
- uid: Aarthificial.Safekeeper.SaveControllerBase.OnDelete
name: OnDelete()
href: api/runtime/Aarthificial.Safekeeper.SaveControllerBase.html#Aarthificial_Safekeeper_SaveControllerBase_OnDelete
commentId: M:Aarthificial.Safekeeper.SaveControllerBase.OnDelete
fullName: Aarthificial.Safekeeper.SaveControllerBase.OnDelete()
nameWithType: SaveControllerBase.OnDelete()
- uid: Aarthificial.Safekeeper.SaveControllerBase.OnDelete*
name: OnDelete
href: api/runtime/Aarthificial.Safekeeper.SaveControllerBase.html#Aarthificial_Safekeeper_SaveControllerBase_OnDelete_
commentId: Overload:Aarthificial.Safekeeper.SaveControllerBase.OnDelete
isSpec: "True"
fullName: Aarthificial.Safekeeper.SaveControllerBase.OnDelete
nameWithType: SaveControllerBase.OnDelete
- uid: Aarthificial.Safekeeper.SaveControllerBase.OnLoad
name: OnLoad()
href: api/runtime/Aarthificial.Safekeeper.SaveControllerBase.html#Aarthificial_Safekeeper_SaveControllerBase_OnLoad
commentId: M:Aarthificial.Safekeeper.SaveControllerBase.OnLoad
fullName: Aarthificial.Safekeeper.SaveControllerBase.OnLoad()
nameWithType: SaveControllerBase.OnLoad()
- uid: Aarthificial.Safekeeper.SaveControllerBase.OnLoad*
name: OnLoad
href: api/runtime/Aarthificial.Safekeeper.SaveControllerBase.html#Aarthificial_Safekeeper_SaveControllerBase_OnLoad_
commentId: Overload:Aarthificial.Safekeeper.SaveControllerBase.OnLoad
isSpec: "True"
fullName: Aarthificial.Safekeeper.SaveControllerBase.OnLoad
nameWithType: SaveControllerBase.OnLoad
- uid: Aarthificial.Safekeeper.SaveControllerBase.OnSave
name: OnSave()
href: api/runtime/Aarthificial.Safekeeper.SaveControllerBase.html#Aarthificial_Safekeeper_SaveControllerBase_OnSave
commentId: M:Aarthificial.Safekeeper.SaveControllerBase.OnSave
fullName: Aarthificial.Safekeeper.SaveControllerBase.OnSave()
nameWithType: SaveControllerBase.OnSave()
- uid: Aarthificial.Safekeeper.SaveControllerBase.OnSave*
name: OnSave
href: api/runtime/Aarthificial.Safekeeper.SaveControllerBase.html#Aarthificial_Safekeeper_SaveControllerBase_OnSave_
commentId: Overload:Aarthificial.Safekeeper.SaveControllerBase.OnSave
isSpec: "True"
fullName: Aarthificial.Safekeeper.SaveControllerBase.OnSave
nameWithType: SaveControllerBase.OnSave
- uid: Aarthificial.Safekeeper.SaveControllerBase.Save(Aarthificial.Safekeeper.SaveMode)
name: Save(SaveMode)
href: api/runtime/Aarthificial.Safekeeper.SaveControllerBase.html#Aarthificial_Safekeeper_SaveControllerBase_Save_Aarthificial_Safekeeper_SaveMode_
commentId: M:Aarthificial.Safekeeper.SaveControllerBase.Save(Aarthificial.Safekeeper.SaveMode)
fullName: Aarthificial.Safekeeper.SaveControllerBase.Save(Aarthificial.Safekeeper.SaveMode)
nameWithType: SaveControllerBase.Save(SaveMode)
- uid: Aarthificial.Safekeeper.SaveControllerBase.Save*
name: Save
href: api/runtime/Aarthificial.Safekeeper.SaveControllerBase.html#Aarthificial_Safekeeper_SaveControllerBase_Save_
commentId: Overload:Aarthificial.Safekeeper.SaveControllerBase.Save
isSpec: "True"
fullName: Aarthificial.Safekeeper.SaveControllerBase.Save
nameWithType: SaveControllerBase.Save
- uid: Aarthificial.Safekeeper.SaveControllerBase.Saved
name: Saved
href: api/runtime/Aarthificial.Safekeeper.SaveControllerBase.html#Aarthificial_Safekeeper_SaveControllerBase_Saved
commentId: E:Aarthificial.Safekeeper.SaveControllerBase.Saved
fullName: Aarthificial.Safekeeper.SaveControllerBase.Saved
nameWithType: SaveControllerBase.Saved
- uid: Aarthificial.Safekeeper.SaveControllerBase.Saving
name: Saving
href: api/runtime/Aarthificial.Safekeeper.SaveControllerBase.html#Aarthificial_Safekeeper_SaveControllerBase_Saving
commentId: E:Aarthificial.Safekeeper.SaveControllerBase.Saving
fullName: Aarthificial.Safekeeper.SaveControllerBase.Saving
nameWithType: SaveControllerBase.Saving
- uid: Aarthificial.Safekeeper.SaveData
name: SaveData
href: api/runtime/Aarthificial.Safekeeper.SaveData.html
commentId: T:Aarthificial.Safekeeper.SaveData
fullName: Aarthificial.Safekeeper.SaveData
nameWithType: SaveData
- uid: Aarthificial.Safekeeper.SaveData.GetChunk(System.String)
name: GetChunk(string)
href: api/runtime/Aarthificial.Safekeeper.SaveData.html#Aarthificial_Safekeeper_SaveData_GetChunk_System_String_
commentId: M:Aarthificial.Safekeeper.SaveData.GetChunk(System.String)
name.vb: GetChunk(String)
fullName: Aarthificial.Safekeeper.SaveData.GetChunk(string)
fullName.vb: Aarthificial.Safekeeper.SaveData.GetChunk(String)
nameWithType: SaveData.GetChunk(string)
nameWithType.vb: SaveData.GetChunk(String)
- uid: Aarthificial.Safekeeper.SaveData.GetChunk*
name: GetChunk
href: api/runtime/Aarthificial.Safekeeper.SaveData.html#Aarthificial_Safekeeper_SaveData_GetChunk_
commentId: Overload:Aarthificial.Safekeeper.SaveData.GetChunk
isSpec: "True"
fullName: Aarthificial.Safekeeper.SaveData.GetChunk
nameWithType: SaveData.GetChunk
- uid: Aarthificial.Safekeeper.SaveData.GetChunkIds
name: GetChunkIds()
href: api/runtime/Aarthificial.Safekeeper.SaveData.html#Aarthificial_Safekeeper_SaveData_GetChunkIds
commentId: M:Aarthificial.Safekeeper.SaveData.GetChunkIds
fullName: Aarthificial.Safekeeper.SaveData.GetChunkIds()
nameWithType: SaveData.GetChunkIds()
- uid: Aarthificial.Safekeeper.SaveData.GetChunkIds*
name: GetChunkIds
href: api/runtime/Aarthificial.Safekeeper.SaveData.html#Aarthificial_Safekeeper_SaveData_GetChunkIds_
commentId: Overload:Aarthificial.Safekeeper.SaveData.GetChunkIds
isSpec: "True"
fullName: Aarthificial.Safekeeper.SaveData.GetChunkIds
nameWithType: SaveData.GetChunkIds
- uid: Aarthificial.Safekeeper.SaveData.Read*
name: Read
href: api/runtime/Aarthificial.Safekeeper.SaveData.html#Aarthificial_Safekeeper_SaveData_Read_
commentId: Overload:Aarthificial.Safekeeper.SaveData.Read
isSpec: "True"
fullName: Aarthificial.Safekeeper.SaveData.Read
nameWithType: SaveData.Read
- uid: Aarthificial.Safekeeper.SaveData.Read``1(Aarthificial.Safekeeper.SaveLocation,``0)
name: Read<T>(SaveLocation, T)
href: api/runtime/Aarthificial.Safekeeper.SaveData.html#Aarthificial_Safekeeper_SaveData_Read__1_Aarthificial_Safekeeper_SaveLocation___0_
commentId: M:Aarthificial.Safekeeper.SaveData.Read``1(Aarthificial.Safekeeper.SaveLocation,``0)
name.vb: Read(Of T)(SaveLocation, T)
fullName: Aarthificial.Safekeeper.SaveData.Read<T>(Aarthificial.Safekeeper.SaveLocation, T)
fullName.vb: Aarthificial.Safekeeper.SaveData.Read(Of T)(Aarthificial.Safekeeper.SaveLocation, T)
nameWithType: SaveData.Read<T>(SaveLocation, T)
nameWithType.vb: SaveData.Read(Of T)(SaveLocation, T)
- uid: Aarthificial.Safekeeper.SaveData.Read``1(Aarthificial.Safekeeper.SaveLocation)
name: Read<T>(SaveLocation)
href: api/runtime/Aarthificial.Safekeeper.SaveData.html#Aarthificial_Safekeeper_SaveData_Read__1_Aarthificial_Safekeeper_SaveLocation_
commentId: M:Aarthificial.Safekeeper.SaveData.Read``1(Aarthificial.Safekeeper.SaveLocation)
name.vb: Read(Of T)(SaveLocation)
fullName: Aarthificial.Safekeeper.SaveData.Read<T>(Aarthificial.Safekeeper.SaveLocation)
fullName.vb: Aarthificial.Safekeeper.SaveData.Read(Of T)(Aarthificial.Safekeeper.SaveLocation)
nameWithType: SaveData.Read<T>(SaveLocation)
nameWithType.vb: SaveData.Read(Of T)(SaveLocation)
- uid: Aarthificial.Safekeeper.SaveData.Write(Aarthificial.Safekeeper.SaveLocation,System.Object)
name: Write(SaveLocation, object)
href: api/runtime/Aarthificial.Safekeeper.SaveData.html#Aarthificial_Safekeeper_SaveData_Write_Aarthificial_Safekeeper_SaveLocation_System_Object_
commentId: M:Aarthificial.Safekeeper.SaveData.Write(Aarthificial.Safekeeper.SaveLocation,System.Object)
name.vb: Write(SaveLocation, Object)
fullName: Aarthificial.Safekeeper.SaveData.Write(Aarthificial.Safekeeper.SaveLocation, object)
fullName.vb: Aarthificial.Safekeeper.SaveData.Write(Aarthificial.Safekeeper.SaveLocation, Object)
nameWithType: SaveData.Write(SaveLocation, object)
nameWithType.vb: SaveData.Write(SaveLocation, Object)
- uid: Aarthificial.Safekeeper.SaveData.Write*
name: Write
href: api/runtime/Aarthificial.Safekeeper.SaveData.html#Aarthificial_Safekeeper_SaveData_Write_
commentId: Overload:Aarthificial.Safekeeper.SaveData.Write
isSpec: "True"
fullName: Aarthificial.Safekeeper.SaveData.Write
nameWithType: SaveData.Write
- uid: Aarthificial.Safekeeper.SaveLocation
name: SaveLocation
href: api/runtime/Aarthificial.Safekeeper.SaveLocation.html
commentId: T:Aarthificial.Safekeeper.SaveLocation
fullName: Aarthificial.Safekeeper.SaveLocation
nameWithType: SaveLocation
- uid: Aarthificial.Safekeeper.SaveLocation.#ctor(System.String,System.String)
name: SaveLocation(string, string)
href: api/runtime/Aarthificial.Safekeeper.SaveLocation.html#Aarthificial_Safekeeper_SaveLocation__ctor_System_String_System_String_
commentId: M:Aarthificial.Safekeeper.SaveLocation.#ctor(System.String,System.String)
name.vb: New(String, String)
fullName: Aarthificial.Safekeeper.SaveLocation.SaveLocation(string, string)
fullName.vb: Aarthificial.Safekeeper.SaveLocation.New(String, String)
nameWithType: SaveLocation.SaveLocation(string, string)
nameWithType.vb: SaveLocation.New(String, String)
- uid: Aarthificial.Safekeeper.SaveLocation.#ctor*
name: SaveLocation
href: api/runtime/Aarthificial.Safekeeper.SaveLocation.html#Aarthificial_Safekeeper_SaveLocation__ctor_
commentId: Overload:Aarthificial.Safekeeper.SaveLocation.#ctor
isSpec: "True"
name.vb: New
fullName: Aarthificial.Safekeeper.SaveLocation.SaveLocation
fullName.vb: Aarthificial.Safekeeper.SaveLocation.New
nameWithType: SaveLocation.SaveLocation
nameWithType.vb: SaveLocation.New
- uid: Aarthificial.Safekeeper.SaveLocation.ChunkId
name: ChunkId
href: api/runtime/Aarthificial.Safekeeper.SaveLocation.html#Aarthificial_Safekeeper_SaveLocation_ChunkId
commentId: F:Aarthificial.Safekeeper.SaveLocation.ChunkId
fullName: Aarthificial.Safekeeper.SaveLocation.ChunkId
nameWithType: SaveLocation.ChunkId
- uid: Aarthificial.Safekeeper.SaveLocation.ObjectId
name: ObjectId
href: api/runtime/Aarthificial.Safekeeper.SaveLocation.html#Aarthificial_Safekeeper_SaveLocation_ObjectId
commentId: F:Aarthificial.Safekeeper.SaveLocation.ObjectId
fullName: Aarthificial.Safekeeper.SaveLocation.ObjectId
nameWithType: SaveLocation.ObjectId
- uid: Aarthificial.Safekeeper.SaveMode
name: SaveMode
href: api/runtime/Aarthificial.Safekeeper.SaveMode.html
commentId: T:Aarthificial.Safekeeper.SaveMode
fullName: Aarthificial.Safekeeper.SaveMode
nameWithType: SaveMode
- uid: Aarthificial.Safekeeper.SaveMode.Full
name: Full
href: api/runtime/Aarthificial.Safekeeper.SaveMode.html#Aarthificial_Safekeeper_SaveMode_Full
commentId: F:Aarthificial.Safekeeper.SaveMode.Full
fullName: Aarthificial.Safekeeper.SaveMode.Full
nameWithType: SaveMode.Full
- uid: Aarthificial.Safekeeper.SaveMode.MemoryOnly
name: MemoryOnly
href: api/runtime/Aarthificial.Safekeeper.SaveMode.html#Aarthificial_Safekeeper_SaveMode_MemoryOnly
commentId: F:Aarthificial.Safekeeper.SaveMode.MemoryOnly
fullName: Aarthificial.Safekeeper.SaveMode.MemoryOnly
nameWithType: SaveMode.MemoryOnly
- uid: Aarthificial.Safekeeper.SaveMode.PersistentOnly
name: PersistentOnly
href: api/runtime/Aarthificial.Safekeeper.SaveMode.html#Aarthificial_Safekeeper_SaveMode_PersistentOnly
commentId: F:Aarthificial.Safekeeper.SaveMode.PersistentOnly
fullName: Aarthificial.Safekeeper.SaveMode.PersistentOnly
nameWithType: SaveMode.PersistentOnly
- uid: Aarthificial.Safekeeper.Stores
name: Aarthificial.Safekeeper.Stores
href: api/runtime/Aarthificial.Safekeeper.Stores.html
commentId: N:Aarthificial.Safekeeper.Stores
fullName: Aarthificial.Safekeeper.Stores
nameWithType: Aarthificial.Safekeeper.Stores
- uid: Aarthificial.Safekeeper.Stores.ISaveStore
name: ISaveStore
href: api/runtime/Aarthificial.Safekeeper.Stores.ISaveStore.html
commentId: T:Aarthificial.Safekeeper.Stores.ISaveStore
fullName: Aarthificial.Safekeeper.Stores.ISaveStore
nameWithType: ISaveStore
- uid: Aarthificial.Safekeeper.Stores.ISaveStore.OnLoad(Aarthificial.Safekeeper.SaveControllerBase)
name: OnLoad(SaveControllerBase)
href: api/runtime/Aarthificial.Safekeeper.Stores.ISaveStore.html#Aarthificial_Safekeeper_Stores_ISaveStore_OnLoad_Aarthificial_Safekeeper_SaveControllerBase_
commentId: M:Aarthificial.Safekeeper.Stores.ISaveStore.OnLoad(Aarthificial.Safekeeper.SaveControllerBase)
fullName: Aarthificial.Safekeeper.Stores.ISaveStore.OnLoad(Aarthificial.Safekeeper.SaveControllerBase)
nameWithType: ISaveStore.OnLoad(SaveControllerBase)
- uid: Aarthificial.Safekeeper.Stores.ISaveStore.OnLoad*
name: OnLoad
href: api/runtime/Aarthificial.Safekeeper.Stores.ISaveStore.html#Aarthificial_Safekeeper_Stores_ISaveStore_OnLoad_
commentId: Overload:Aarthificial.Safekeeper.Stores.ISaveStore.OnLoad
isSpec: "True"
fullName: Aarthificial.Safekeeper.Stores.ISaveStore.OnLoad
nameWithType: ISaveStore.OnLoad
- uid: Aarthificial.Safekeeper.Stores.ISaveStore.OnSave(Aarthificial.Safekeeper.SaveControllerBase)
name: OnSave(SaveControllerBase)
href: api/runtime/Aarthificial.Safekeeper.Stores.ISaveStore.html#Aarthificial_Safekeeper_Stores_ISaveStore_OnSave_Aarthificial_Safekeeper_SaveControllerBase_
commentId: M:Aarthificial.Safekeeper.Stores.ISaveStore.OnSave(Aarthificial.Safekeeper.SaveControllerBase)
fullName: Aarthificial.Safekeeper.Stores.ISaveStore.OnSave(Aarthificial.Safekeeper.SaveControllerBase)
nameWithType: ISaveStore.OnSave(SaveControllerBase)
- uid: Aarthificial.Safekeeper.Stores.ISaveStore.OnSave*
name: OnSave
href: api/runtime/Aarthificial.Safekeeper.Stores.ISaveStore.html#Aarthificial_Safekeeper_Stores_ISaveStore_OnSave_
commentId: Overload:Aarthificial.Safekeeper.Stores.ISaveStore.OnSave
isSpec: "True"
fullName: Aarthificial.Safekeeper.Stores.ISaveStore.OnSave
nameWithType: ISaveStore.OnSave
- uid: Aarthificial.Safekeeper.Stores.SaveStoreDispatcher
name: SaveStoreDispatcher
href: api/runtime/Aarthificial.Safekeeper.Stores.SaveStoreDispatcher.html
commentId: T:Aarthificial.Safekeeper.Stores.SaveStoreDispatcher
fullName: Aarthificial.Safekeeper.Stores.SaveStoreDispatcher
nameWithType: SaveStoreDispatcher
- uid: Aarthificial.Safekeeper.Stores.SaveStoreRegistry
name: SaveStoreRegistry
href: api/runtime/Aarthificial.Safekeeper.Stores.SaveStoreRegistry.html
commentId: T:Aarthificial.Safekeeper.Stores.SaveStoreRegistry
fullName: Aarthificial.Safekeeper.Stores.SaveStoreRegistry
nameWithType: SaveStoreRegistry
- uid: Aarthificial.Safekeeper.Stores.SaveStoreRegistry.Clear
name: Clear()
href: api/runtime/Aarthificial.Safekeeper.Stores.SaveStoreRegistry.html#Aarthificial_Safekeeper_Stores_SaveStoreRegistry_Clear
commentId: M:Aarthificial.Safekeeper.Stores.SaveStoreRegistry.Clear
fullName: Aarthificial.Safekeeper.Stores.SaveStoreRegistry.Clear()
nameWithType: SaveStoreRegistry.Clear()
- uid: Aarthificial.Safekeeper.Stores.SaveStoreRegistry.Clear*
name: Clear
href: api/runtime/Aarthificial.Safekeeper.Stores.SaveStoreRegistry.html#Aarthificial_Safekeeper_Stores_SaveStoreRegistry_Clear_
commentId: Overload:Aarthificial.Safekeeper.Stores.SaveStoreRegistry.Clear
isSpec: "True"
fullName: Aarthificial.Safekeeper.Stores.SaveStoreRegistry.Clear
nameWithType: SaveStoreRegistry.Clear
- uid: Aarthificial.Safekeeper.Stores.SaveStoreRegistry.OnLoad(Aarthificial.Safekeeper.SaveControllerBase)
name: OnLoad(SaveControllerBase)
href: api/runtime/Aarthificial.Safekeeper.Stores.SaveStoreRegistry.html#Aarthificial_Safekeeper_Stores_SaveStoreRegistry_OnLoad_Aarthificial_Safekeeper_SaveControllerBase_
commentId: M:Aarthificial.Safekeeper.Stores.SaveStoreRegistry.OnLoad(Aarthificial.Safekeeper.SaveControllerBase)
fullName: Aarthificial.Safekeeper.Stores.SaveStoreRegistry.OnLoad(Aarthificial.Safekeeper.SaveControllerBase)
nameWithType: SaveStoreRegistry.OnLoad(SaveControllerBase)
- uid: Aarthificial.Safekeeper.Stores.SaveStoreRegistry.OnLoad*
name: OnLoad
href: api/runtime/Aarthificial.Safekeeper.Stores.SaveStoreRegistry.html#Aarthificial_Safekeeper_Stores_SaveStoreRegistry_OnLoad_
commentId: Overload:Aarthificial.Safekeeper.Stores.SaveStoreRegistry.OnLoad
isSpec: "True"
fullName: Aarthificial.Safekeeper.Stores.SaveStoreRegistry.OnLoad
nameWithType: SaveStoreRegistry.OnLoad
- uid: Aarthificial.Safekeeper.Stores.SaveStoreRegistry.OnSave(Aarthificial.Safekeeper.SaveControllerBase)
name: OnSave(SaveControllerBase)
href: api/runtime/Aarthificial.Safekeeper.Stores.SaveStoreRegistry.html#Aarthificial_Safekeeper_Stores_SaveStoreRegistry_OnSave_Aarthificial_Safekeeper_SaveControllerBase_
commentId: M:Aarthificial.Safekeeper.Stores.SaveStoreRegistry.OnSave(Aarthificial.Safekeeper.SaveControllerBase)
fullName: Aarthificial.Safekeeper.Stores.SaveStoreRegistry.OnSave(Aarthificial.Safekeeper.SaveControllerBase)
nameWithType: SaveStoreRegistry.OnSave(SaveControllerBase)
- uid: Aarthificial.Safekeeper.Stores.SaveStoreRegistry.OnSave*
name: OnSave
href: api/runtime/Aarthificial.Safekeeper.Stores.SaveStoreRegistry.html#Aarthificial_Safekeeper_Stores_SaveStoreRegistry_OnSave_
commentId: Overload:Aarthificial.Safekeeper.Stores.SaveStoreRegistry.OnSave
isSpec: "True"
fullName: Aarthificial.Safekeeper.Stores.SaveStoreRegistry.OnSave
nameWithType: SaveStoreRegistry.OnSave
- uid: Aarthificial.Safekeeper.Stores.SaveStoreRegistry.Register(Aarthificial.Safekeeper.Stores.ISaveStore)
name: Register(ISaveStore)
href: api/runtime/Aarthificial.Safekeeper.Stores.SaveStoreRegistry.html#Aarthificial_Safekeeper_Stores_SaveStoreRegistry_Register_Aarthificial_Safekeeper_Stores_ISaveStore_
commentId: M:Aarthificial.Safekeeper.Stores.SaveStoreRegistry.Register(Aarthificial.Safekeeper.Stores.ISaveStore)
fullName: Aarthificial.Safekeeper.Stores.SaveStoreRegistry.Register(Aarthificial.Safekeeper.Stores.ISaveStore)
nameWithType: SaveStoreRegistry.Register(ISaveStore)
- uid: Aarthificial.Safekeeper.Stores.SaveStoreRegistry.Register*
name: Register
href: api/runtime/Aarthificial.Safekeeper.Stores.SaveStoreRegistry.html#Aarthificial_Safekeeper_Stores_SaveStoreRegistry_Register_
commentId: Overload:Aarthificial.Safekeeper.Stores.SaveStoreRegistry.Register
isSpec: "True"
fullName: Aarthificial.Safekeeper.Stores.SaveStoreRegistry.Register
nameWithType: SaveStoreRegistry.Register
- uid: Aarthificial.Safekeeper.Stores.SaveStoreRegistry.Unregister(Aarthificial.Safekeeper.Stores.ISaveStore)
name: Unregister(ISaveStore)
href: api/runtime/Aarthificial.Safekeeper.Stores.SaveStoreRegistry.html#Aarthificial_Safekeeper_Stores_SaveStoreRegistry_Unregister_Aarthificial_Safekeeper_Stores_ISaveStore_
commentId: M:Aarthificial.Safekeeper.Stores.SaveStoreRegistry.Unregister(Aarthificial.Safekeeper.Stores.ISaveStore)
fullName: Aarthificial.Safekeeper.Stores.SaveStoreRegistry.Unregister(Aarthificial.Safekeeper.Stores.ISaveStore)
nameWithType: SaveStoreRegistry.Unregister(ISaveStore)
- uid: Aarthificial.Safekeeper.Stores.SaveStoreRegistry.Unregister*
name: Unregister
href: api/runtime/Aarthificial.Safekeeper.Stores.SaveStoreRegistry.html#Aarthificial_Safekeeper_Stores_SaveStoreRegistry_Unregister_
commentId: Overload:Aarthificial.Safekeeper.Stores.SaveStoreRegistry.Unregister
isSpec: "True"
fullName: Aarthificial.Safekeeper.Stores.SaveStoreRegistry.Unregister
nameWithType: SaveStoreRegistry.Unregister