diff options
author | chai <215380520@qq.com> | 2024-05-23 10:08:29 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2024-05-23 10:08:29 +0800 |
commit | 8722a9920c1f6119bf6e769cba270e63097f8e25 (patch) | |
tree | 2eaf9865de7fb1404546de4a4296553d8f68cc3b /Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example2_Terrain/dynamicObstacle.anim | |
parent | 3ba4020b69e5971bb0df7ee08b31d10ea4d01937 (diff) |
+ astar project
Diffstat (limited to 'Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example2_Terrain/dynamicObstacle.anim')
-rw-r--r-- | Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example2_Terrain/dynamicObstacle.anim | 120 |
1 files changed, 120 insertions, 0 deletions
diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example2_Terrain/dynamicObstacle.anim b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example2_Terrain/dynamicObstacle.anim new file mode 100644 index 0000000..6c228d7 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example2_Terrain/dynamicObstacle.anim @@ -0,0 +1,120 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!74 &7400000 +AnimationClip: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: dynamicObstacle + serializedVersion: 3 + m_AnimationType: 1 + m_Compressed: 0 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - time: 0 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: .0147868283} + outSlope: {x: 0, y: 0, z: .0147868283} + tangentMode: 0 + - time: 10.0166664 + value: {x: 0, y: 0, z: 14.9463282} + inSlope: {x: 0, y: 0, z: .00212520501} + outSlope: {x: 0, y: 0, z: .00212520501} + tangentMode: 1084227584 + - time: 10.0333338 + value: {x: 0, y: 0, z: 14.9462395} + inSlope: {x: 0, y: 0, z: -.012733344} + outSlope: {x: 0, y: 0, z: -.012733344} + tangentMode: 1084227584 + m_PreInfinity: 2 + m_PostInfinity: 2 + path: + m_ScaleCurves: [] + m_FloatCurves: [] + m_SampleRate: 60 + m_WrapMode: 4 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_MuscleClipInfo: + m_StartTime: 0 + m_StopTime: 1 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_LoopBlend: 0 + m_LoopBlendOrientation: 0 + m_LoopBlendPositionY: 0 + m_LoopBlendPositionXZ: 0 + m_KeepOriginalOrientation: 0 + m_KeepOriginalPositionY: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 10 + - time: 10.0166664 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 10 + m_PreInfinity: 2 + m_PostInfinity: 2 + attribute: m_LocalPosition.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 10 + - time: 10.0166664 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 10 + m_PreInfinity: 2 + m_PostInfinity: 2 + attribute: m_LocalPosition.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - time: 0 + value: 0 + inSlope: .0147868283 + outSlope: .0147868283 + tangentMode: 0 + - time: 10.0333338 + value: 14.9462395 + inSlope: -.012733344 + outSlope: -.012733344 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + attribute: m_LocalPosition.z + path: + classID: 4 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_Events: [] +--- !u!1002 &7400001 +EditorExtensionImpl: + serializedVersion: 6 |