File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ public class ProbeInsertion
2020
2121 #region Data
2222 private InsertionData _data ;
23+
24+ public InsertionData Data { get { return _data ; } }
2325 #endregion
2426
2527 #region Coordinate Properties
Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ public struct ProbeData
77 public string Name ;
88 public Color Color ;
99 public int Type ;
10+ public string UUID ;
11+
12+ // ChannelMap
13+ public string SelectionLayerName ;
14+
15+ // API
16+ public string APITarget ;
1017
1118 public InsertionData Insertion ;
1219 public ManipulatorControllerData ManipulatorController ;
Original file line number Diff line number Diff line change 1919 "GUID:20582ac19d7f4684f93b0c5ef62b2bcd",
2020 "GUID:5dedf88781c06a443aeac3e770ba73f9",
2121 "GUID:baba835d3f6de1948879ba12c4c45295",
22- "GUID:0e79df8463de52046b3fdc88dc07a5ae"
22+ "GUID:0e79df8463de52046b3fdc88dc07a5ae",
23+ "GUID:607bd5b74fabd34449aca1e00d3c898e"
2324 ],
2425 "includePlatforms": [],
2526 "excludePlatforms": [],
You can’t perform that action at this time.
0 commit comments