| 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
 | | %YAML 1.1 |  | %TAG !u! tag:unity3d.com,2011: |  | --- !u!114 &11400000 |  | MonoBehaviour: |  |   m_ObjectHideFlags: 0 |  |   m_CorrespondingSourceObject: {fileID: 0} |  |   m_PrefabInstance: {fileID: 0} |  |   m_PrefabAsset: {fileID: 0} |  |   m_GameObject: {fileID: 0} |  |   m_Enabled: 1 |  |   m_EditorHideFlags: 0 |  |   m_Script: {fileID: 11500000, guid: 5e8751910f36c154898b3bca27c09d8b, type: 3} |  |   m_Name: HorizontalHIT |  |   m_EditorClassIdentifier:  |  |   curve: |  |     serializedVersion: 2 |  |     m_Curve: |  |     - serializedVersion: 3 |  |       time: -0.0008125305 |  |       value: 0.0056152344 |  |       inSlope: 1 |  |       outSlope: 47.56185 |  |       tangentMode: 65 |  |       weightedMode: 0 |  |       inWeight: 0.33333334 |  |       outWeight: 0.33333334 |  |     - serializedVersion: 3 |  |       time: 0.051250324 |  |       value: 2.481821 |  |       inSlope: 47.56185 |  |       outSlope: -45.507843 |  |       tangentMode: 69 |  |       weightedMode: 0 |  |       inWeight: 0.33333334 |  |       outWeight: 0.33333334 |  |     - serializedVersion: 3 |  |       time: 0.10234462 |  |       value: 0.15663004 |  |       inSlope: -45.507843 |  |       outSlope: -1.0538536 |  |       tangentMode: 69 |  |       weightedMode: 0 |  |       inWeight: 0.33333334 |  |       outWeight: 0.33333334 |  |     - serializedVersion: 3 |  |       time: 0.24807729 |  |       value: 0.0030491352 |  |       inSlope: -1.0538536 |  |       outSlope: 0.57454556 |  |       tangentMode: 69 |  |       weightedMode: 0 |  |       inWeight: 0.33333334 |  |       outWeight: 0.33333334 |  |     - serializedVersion: 3 |  |       time: 0.45385596 |  |       value: 0.12127835 |  |       inSlope: 0.57454556 |  |       outSlope: 0.48498276 |  |       tangentMode: 69 |  |       weightedMode: 0 |  |       inWeight: 0.33333334 |  |       outWeight: 0.33333334 |  |     - serializedVersion: 3 |  |       time: 0.7815529 |  |       value: 0.28020573 |  |       inSlope: 0.48498276 |  |       outSlope: 1.0916231 |  |       tangentMode: 69 |  |       weightedMode: 0 |  |       inWeight: 0.33333334 |  |       outWeight: 0.33333334 |  |     - serializedVersion: 3 |  |       time: 0.9496517 |  |       value: 0.46370625 |  |       inSlope: 1.0916231 |  |       outSlope: 0.7261343 |  |       tangentMode: 69 |  |       weightedMode: 0 |  |       inWeight: 0.33333334 |  |       outWeight: 0.33333334 |  |     - serializedVersion: 3 |  |       time: 0.9969832 |  |       value: 0.49807525 |  |       inSlope: 0.7261343 |  |       outSlope: 0.059400067 |  |       tangentMode: 69 |  |       weightedMode: 0 |  |       inWeight: 0.33333334 |  |       outWeight: 0.33333334 |  |     m_PreInfinity: 2 |  |     m_PostInfinity: 2 |  |     m_RotationOrder: 4 | 
 |