| 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
 | | %YAML 1.1 |  | %TAG !u! tag:unity3d.com,2011: |  | --- !u!114 &11400000 |  | MonoBehaviour: |  |   m_ObjectHideFlags: 0 |  |   m_PrefabParentObject: {fileID: 0} |  |   m_PrefabInternal: {fileID: 0} |  |   m_GameObject: {fileID: 0} |  |   m_Enabled: 1 |  |   m_EditorHideFlags: 0 |  |   m_Script: {fileID: 11500000, guid: 5e8751910f36c154898b3bca27c09d8b, type: 3} |  |   m_Name: Horizontal |  |   m_EditorClassIdentifier:  |  |   curve: |  |     serializedVersion: 2 |  |     m_Curve: |  |     - serializedVersion: 2 |  |       time: 0 |  |       value: 0.99450684 |  |       inSlope: 1 |  |       outSlope: 3.610097 |  |       tangentMode: 65 |  |     - serializedVersion: 2 |  |       time: 0.2749357 |  |       value: 1.9870514 |  |       inSlope: 3.610097 |  |       outSlope: -11.593443 |  |       tangentMode: 69 |  |     - serializedVersion: 2 |  |       time: 0.4461309 |  |       value: 0.0023094416 |  |       inSlope: -11.593443 |  |       outSlope: -0.019831441 |  |       tangentMode: 69 |  |     - serializedVersion: 2 |  |       time: 0.7904402 |  |       value: -0.004518708 |  |       inSlope: -0.019831441 |  |       outSlope: 2.2336953 |  |       tangentMode: 69 |  |     - serializedVersion: 2 |  |       time: 0.8965772 |  |       value: 0.23255897 |  |       inSlope: 2.2336953 |  |       outSlope: 17.765554 |  |       tangentMode: 69 |  |     - serializedVersion: 2 |  |       time: 0.9961605 |  |       value: 2.001712 |  |       inSlope: 17.765554 |  |       outSlope: -0.021612221 |  |       tangentMode: 69 |  |     m_PreInfinity: 2 |  |     m_PostInfinity: 2 |  |     m_RotationOrder: 0 | 
 |