-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathReadOnlyDictionaryValues.prefab
More file actions
158 lines (158 loc) · 3.31 KB
/
Copy pathReadOnlyDictionaryValues.prefab
File metadata and controls
158 lines (158 loc) · 3.31 KB
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
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &1266861739863340688
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4384689330065954388}
- component: {fileID: 5099659046219476060}
m_Layer: 0
m_Name: ReadOnlyDictionaryValues
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4384689330065954388
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1266861739863340688}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &5099659046219476060
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1266861739863340688}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: cd35de8a0c304278a937849a00382268, type: 3}
m_Name:
m_EditorClassIdentifier:
<Dict>k__BackingField:
_pairs:
- _field0:
_value: 1
_field1:
_value: 123
- _field0:
_value: 2
_field1:
_value: 234
<Dict2>k__BackingField:
_pairs:
- _field0:
_value: aaa
_field1:
_pairs:
- _field0:
_value: 111
_field1:
_value: 222
- _field0:
_value: 333
_field1:
_value: 444
- _field0:
_value: bbb
_field1:
_pairs:
- _field0:
_value: 123
_field1:
_value: 321
- _field0:
_value: ccc
_field1:
_pairs:
- _field0:
_value: 4
_field1:
_value: 5
- _field0:
_value: 6
_field1:
_value: 7
<DictArray>k__BackingField:
_pairs:
- _field0:
_value: 33
_field1:
_value:
- 1
- 2
- 3
- _field0:
_value: 22
_field1:
_value:
- 123
- 321
<DictList>k__BackingField:
_pairs:
- _field0:
_value: 444
_field1:
_value: 01000000020000000300000004000000
- _field0:
_value: 2
_field1:
_value: 3700000042000000
<IDict>k__BackingField:
_pairs:
- _field0:
_value: 111
_field1:
_value: 222
- _field0:
_value: 333
_field1:
_value: 444
<ReadOnlyDict>k__BackingField:
_pairs:
- _field0:
_value: 1
_field1:
_value: 2
- _field0:
_value: 3
_field1:
_value: 4
- _field0:
_value: 5
_field1:
_value: 6
<PlainClasses>k__BackingField:
_pairs:
- _field0:
_value: 1
_field1:
_value:
Int: 123
Float: 234
DoubleArray:
- 111
- _field0:
_value: 2
_field1:
_value:
Int: 123
Float: 234
DoubleArray:
- 345
- 456