From 562ec4d823d73363cded5b0d11dcb6c0787909ae Mon Sep 17 00:00:00 2001 From: strangerattractor <52496070+strangerattractor@users.noreply.github.com> Date: Sat, 30 Nov 2019 08:46:38 +0100 Subject: [PATCH] Add VFX Graph Demo + Kinect Code Comments for 8-10bit topic --- UnityProject/Assembly-CSharp.csproj | 3 + .../VisualEffectGraph/Animation.playable | 1442 + ...Anim.anim.meta => Animation.playable.meta} | 4 +- .../VisualEffectGraph/Animations.meta | 8 + .../Examples/VisualEffectGraph/CamAnim.anim | 80672 ---------------- .../VisualEffectGraph/Collider Material.mat | 31 +- .../VisualEffectGraph/Force Sphere Anim.anim | 53 - .../KinectScreenshot-31-May-11-26-21.jpg | Bin 0 -> 47477 bytes .../KinectScreenshot-31-May-11-26-21.jpg.meta | 91 + .../VisualEffectGraph/Max Fun 1.unity | 1218 + .../VisualEffectGraph/Max Fun 1.unity.meta | 7 + .../VisualEffectGraph/VFX Graph Plane.unity | 1164 +- .../{ => VFX Graph Plane}/Boxes.vfx | 0 .../{ => VFX Graph Plane}/Boxes.vfx.meta | 0 .../Force Position Texture.vfx | 9572 +- .../Force Position Texture.vfx.meta | 0 .../{ => VFX Graph Plane}/Neadle Texture.vfx | 693 +- .../Neadle Texture.vfx.meta | 0 .../{ => VFX Graph Plane}/Particles.vfx | 0 .../{ => VFX Graph Plane}/Particles.vfx.meta | 0 .../Position Texture.vfx | 605 +- .../Position Texture.vfx.meta | 0 .../Scene Settings Profile.asset | 160 +- .../VFX Graph Plane/Swarm.vfx | 9997 ++ .../VFX Graph Plane/Swarm.vfx.meta | 7 + .../VFX Graph Plane/VFX Graph Plane.meta | 8 + .../VFX Graph Plane/VFX Graph Plane/Boxes.vfx | 7016 ++ .../VFX Graph Plane/Boxes.vfx.meta | 7 + .../Force Position Texture.vfx | 14617 +++ .../Force Position Texture.vfx.meta | 7 + .../VFX Graph Plane/Neadle Texture.vfx | 10544 ++ .../VFX Graph Plane/Neadle Texture.vfx.meta | 7 + .../VFX Graph Plane/Particles.vfx | 13148 +++ .../VFX Graph Plane/Particles.vfx.meta | 7 + .../VFX Graph Plane/Position Texture.vfx | 10452 ++ .../VFX Graph Plane/Position Texture.vfx.meta | 7 + .../VFX Graph Plane/ReflectionProbe-0.exr | Bin 0 -> 8331 bytes .../ReflectionProbe-0.exr.meta | 91 + .../Scene Settings Profile.asset | 289 + .../Scene Settings Profile.asset.meta} | 4 +- .../VisualEffectGraph/script/PitchVFXBind.cs | 15 + .../script/PitchVFXBind.cs.meta | 11 + .../script/SpectrumVFXBind1.cs | 15 + .../script/SpectrumVFXBind1.cs.meta | 11 + .../script/SpectrumVFXBind2.cs | 15 + .../script/SpectrumVFXBind2.cs.meta | 11 + .../Scripts/Kinect/KinectManagerBehaviour.cs | 33 +- .../ProjectSettings/EditorBuildSettings.asset | 7 +- 48 files changed, 76754 insertions(+), 85295 deletions(-) create mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Animation.playable rename UnityProject/Assets/Scenes/Examples/VisualEffectGraph/{Force Sphere Anim.anim.meta => Animation.playable.meta} (64%) create mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Animations.meta delete mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/CamAnim.anim delete mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Force Sphere Anim.anim create mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/KinectScreenshot-31-May-11-26-21.jpg create mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/KinectScreenshot-31-May-11-26-21.jpg.meta create mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Max Fun 1.unity create mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Max Fun 1.unity.meta rename UnityProject/Assets/Scenes/Examples/VisualEffectGraph/{ => VFX Graph Plane}/Boxes.vfx (100%) rename UnityProject/Assets/Scenes/Examples/VisualEffectGraph/{ => VFX Graph Plane}/Boxes.vfx.meta (100%) rename UnityProject/Assets/Scenes/Examples/VisualEffectGraph/{ => VFX Graph Plane}/Force Position Texture.vfx (75%) rename UnityProject/Assets/Scenes/Examples/VisualEffectGraph/{ => VFX Graph Plane}/Force Position Texture.vfx.meta (100%) rename UnityProject/Assets/Scenes/Examples/VisualEffectGraph/{ => VFX Graph Plane}/Neadle Texture.vfx (97%) rename UnityProject/Assets/Scenes/Examples/VisualEffectGraph/{ => VFX Graph Plane}/Neadle Texture.vfx.meta (100%) rename UnityProject/Assets/Scenes/Examples/VisualEffectGraph/{ => VFX Graph Plane}/Particles.vfx (100%) rename UnityProject/Assets/Scenes/Examples/VisualEffectGraph/{ => VFX Graph Plane}/Particles.vfx.meta (100%) rename UnityProject/Assets/Scenes/Examples/VisualEffectGraph/{ => VFX Graph Plane}/Position Texture.vfx (97%) rename UnityProject/Assets/Scenes/Examples/VisualEffectGraph/{ => VFX Graph Plane}/Position Texture.vfx.meta (100%) create mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/Swarm.vfx create mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/Swarm.vfx.meta create mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane.meta create mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Boxes.vfx create mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Boxes.vfx.meta create mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Force Position Texture.vfx create mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Force Position Texture.vfx.meta create mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Neadle Texture.vfx create mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Neadle Texture.vfx.meta create mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Particles.vfx create mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Particles.vfx.meta create mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Position Texture.vfx create mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Position Texture.vfx.meta create mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/ReflectionProbe-0.exr create mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/ReflectionProbe-0.exr.meta create mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Scene Settings Profile.asset rename UnityProject/Assets/Scenes/Examples/VisualEffectGraph/{CamAnim.anim.meta => VFX Graph Plane/VFX Graph Plane/Scene Settings Profile.asset.meta} (64%) create mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/script/PitchVFXBind.cs create mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/script/PitchVFXBind.cs.meta create mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/script/SpectrumVFXBind1.cs create mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/script/SpectrumVFXBind1.cs.meta create mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/script/SpectrumVFXBind2.cs create mode 100644 UnityProject/Assets/Scenes/Examples/VisualEffectGraph/script/SpectrumVFXBind2.cs.meta diff --git a/UnityProject/Assembly-CSharp.csproj b/UnityProject/Assembly-CSharp.csproj index 489a558..5f79a42 100644 --- a/UnityProject/Assembly-CSharp.csproj +++ b/UnityProject/Assembly-CSharp.csproj @@ -93,7 +93,10 @@ + + + diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Animation.playable b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Animation.playable new file mode 100644 index 0000000..115c77a --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Animation.playable @@ -0,0 +1,1442 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!74 &-9113520458818306794 +AnimationClip: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Recorded + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0.135, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 9.4 + value: {x: 0.06399989, y: 0.135, z: -2.06} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 9.983334 + value: {x: 0, y: 0.135, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 15 + value: {x: 0, y: 0.135, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: [] + m_SampleRate: 60 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: [] + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 15 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 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: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.4 + value: 0.06399989 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.983334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 15 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.135 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.4 + value: 0.135 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.983334 + value: 0.135 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 15 + value: 0.135 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.4 + value: -2.06 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.983334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 15 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: + classID: 4 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] +--- !u!114 &-8370506424386934380 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: fde0d25a170598d46a0b9dc16b4527a5, type: 3} + m_Name: ActivationPlayableAsset + m_EditorClassIdentifier: +--- !u!114 &-3557336395884463260 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: d21dcc2386d650c4597f3633c75a1f98, type: 3} + m_Name: Animation Track + m_EditorClassIdentifier: + m_Version: 3 + m_AnimClip: {fileID: 0} + m_Locked: 0 + m_Muted: 0 + m_CustomPlayableFullTypename: + m_Curves: {fileID: 0} + m_Parent: {fileID: 11400000} + m_Children: [] + m_Clips: + - m_Version: 1 + m_Start: 0 + m_ClipIn: 0 + m_Asset: {fileID: -2675741245534499313} + m_Duration: 15 + m_TimeScale: 1 + m_ParentTrack: {fileID: -3557336395884463260} + m_EaseInDuration: 0 + m_EaseOutDuration: 0 + m_BlendInDuration: -1 + m_BlendOutDuration: -1 + m_MixInCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_MixOutCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_BlendInCurveMode: 0 + m_BlendOutCurveMode: 0 + m_ExposedParameterNames: [] + m_AnimationCurves: {fileID: 0} + m_Recordable: 1 + m_PostExtrapolationMode: 1 + m_PreExtrapolationMode: 1 + m_PostExtrapolationTime: 0 + m_PreExtrapolationTime: 0 + m_DisplayName: Recorded + - m_Version: 1 + m_Start: 15 + m_ClipIn: 0 + m_Asset: {fileID: -1782814272649161618} + m_Duration: 15 + m_TimeScale: 1 + m_ParentTrack: {fileID: -3557336395884463260} + m_EaseInDuration: 0 + m_EaseOutDuration: 0 + m_BlendInDuration: -1 + m_BlendOutDuration: -1 + m_MixInCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_MixOutCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_BlendInCurveMode: 0 + m_BlendOutCurveMode: 0 + m_ExposedParameterNames: [] + m_AnimationCurves: {fileID: 0} + m_Recordable: 1 + m_PostExtrapolationMode: 1 + m_PreExtrapolationMode: 1 + m_PostExtrapolationTime: Infinity + m_PreExtrapolationTime: 0 + m_DisplayName: Recorded (2) + m_Markers: + m_Objects: [] + m_InfiniteClipPreExtrapolation: 1 + m_InfiniteClipPostExtrapolation: 1 + m_InfiniteClipOffsetPosition: {x: 0, y: 0, z: 0} + m_InfiniteClipOffsetEulerAngles: {x: 0, y: 0, z: 0} + m_InfiniteClipTimeOffset: 0 + m_InfiniteClipRemoveOffset: 0 + m_InfiniteClipApplyFootIK: 1 + mInfiniteClipLoop: 0 + m_MatchTargetFields: 63 + m_Position: {x: 0, y: 0, z: 0} + m_EulerAngles: {x: 0, y: 0, z: 0} + m_AvatarMask: {fileID: 0} + m_ApplyAvatarMask: 1 + m_TrackOffset: 0 + m_InfiniteClip: {fileID: 0} + m_OpenClipOffsetRotation: {x: 0, y: 0, z: 0, w: 1} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_ApplyOffsets: 0 +--- !u!114 &-2843494771311315102 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: d21dcc2386d650c4597f3633c75a1f98, type: 3} + m_Name: Animation Track (1) + m_EditorClassIdentifier: + m_Version: 3 + m_AnimClip: {fileID: 0} + m_Locked: 0 + m_Muted: 0 + m_CustomPlayableFullTypename: + m_Curves: {fileID: 0} + m_Parent: {fileID: 11400000} + m_Children: [] + m_Clips: + - m_Version: 1 + m_Start: 0 + m_ClipIn: 0 + m_Asset: {fileID: 6035029314377542833} + m_Duration: 28.55 + m_TimeScale: 1 + m_ParentTrack: {fileID: -2843494771311315102} + m_EaseInDuration: 0 + m_EaseOutDuration: 0 + m_BlendInDuration: -1 + m_BlendOutDuration: -1 + m_MixInCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_MixOutCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_BlendInCurveMode: 0 + m_BlendOutCurveMode: 0 + m_ExposedParameterNames: [] + m_AnimationCurves: {fileID: 0} + m_Recordable: 1 + m_PostExtrapolationMode: 1 + m_PreExtrapolationMode: 1 + m_PostExtrapolationTime: Infinity + m_PreExtrapolationTime: 0 + m_DisplayName: Recorded (1) + m_Markers: + m_Objects: [] + m_InfiniteClipPreExtrapolation: 1 + m_InfiniteClipPostExtrapolation: 1 + m_InfiniteClipOffsetPosition: {x: 0, y: 0, z: 0} + m_InfiniteClipOffsetEulerAngles: {x: 0, y: 0, z: 0} + m_InfiniteClipTimeOffset: 0 + m_InfiniteClipRemoveOffset: 0 + m_InfiniteClipApplyFootIK: 1 + mInfiniteClipLoop: 0 + m_MatchTargetFields: 63 + m_Position: {x: 0, y: 0, z: 0} + m_EulerAngles: {x: 0, y: 0, z: 0} + m_AvatarMask: {fileID: 0} + m_ApplyAvatarMask: 1 + m_TrackOffset: 0 + m_InfiniteClip: {fileID: 0} + m_OpenClipOffsetRotation: {x: 0, y: 0, z: 0, w: 1} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_ApplyOffsets: 0 +--- !u!114 &-2675741245534499313 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 030f85c3f73729f4f976f66ffb23b875, type: 3} + m_Name: Recorded + m_EditorClassIdentifier: + m_Clip: {fileID: -9113520458818306794} + m_Position: {x: -3.974, y: -0.135, z: 0.6} + m_EulerAngles: {x: -0, y: 0, z: 0} + m_UseTrackMatchFields: 1 + m_MatchTargetFields: 63 + m_RemoveStartOffset: 0 + m_ApplyFootIK: 1 + m_Loop: 0 + m_Version: 1 + m_Rotation: {x: 0, y: 0, z: 0, w: 1} +--- !u!114 &-1782814272649161618 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 030f85c3f73729f4f976f66ffb23b875, type: 3} + m_Name: Recorded (2) + m_EditorClassIdentifier: + m_Clip: {fileID: 7476497065629968317} + m_Position: {x: -3.974, y: -0.135, z: 0.6} + m_EulerAngles: {x: -0, y: 0, z: 0} + m_UseTrackMatchFields: 1 + m_MatchTargetFields: 63 + m_RemoveStartOffset: 0 + m_ApplyFootIK: 1 + m_Loop: 0 + m_Version: 1 + m_Rotation: {x: 0, y: 0, z: 0, w: 1} +--- !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: bfda56da833e2384a9677cd3c976a436, type: 3} + m_Name: Animation + m_EditorClassIdentifier: + m_Version: 0 + m_Tracks: + - {fileID: -3557336395884463260} + - {fileID: -2843494771311315102} + - {fileID: 3556270976239842146} + m_FixedDuration: 0 + m_EditorSettings: + m_Framerate: 60 + m_DurationMode: 0 + m_MarkerTrack: {fileID: 4161894215956074789} +--- !u!114 &3556270976239842146 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 21bf7f712d84d26478ebe6a299f21738, type: 3} + m_Name: Activation Track + m_EditorClassIdentifier: + m_Version: 3 + m_AnimClip: {fileID: 0} + m_Locked: 0 + m_Muted: 0 + m_CustomPlayableFullTypename: + m_Curves: {fileID: 0} + m_Parent: {fileID: 11400000} + m_Children: [] + m_Clips: + - m_Version: 1 + m_Start: 0 + m_ClipIn: 0 + m_Asset: {fileID: -8370506424386934380} + m_Duration: 14.999999999999499 + m_TimeScale: 1 + m_ParentTrack: {fileID: 3556270976239842146} + m_EaseInDuration: 0 + m_EaseOutDuration: 0 + m_BlendInDuration: 0 + m_BlendOutDuration: 0 + m_MixInCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_MixOutCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_BlendInCurveMode: 0 + m_BlendOutCurveMode: 0 + m_ExposedParameterNames: [] + m_AnimationCurves: {fileID: 0} + m_Recordable: 0 + m_PostExtrapolationMode: 0 + m_PreExtrapolationMode: 0 + m_PostExtrapolationTime: 0 + m_PreExtrapolationTime: 0 + m_DisplayName: Active + m_Markers: + m_Objects: [] + m_PostPlaybackState: 3 +--- !u!114 &4161894215956074789 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 2a16748d9461eae46a725db9776d5390, type: 3} + m_Name: Markers + m_EditorClassIdentifier: + m_Version: 3 + m_AnimClip: {fileID: 0} + m_Locked: 0 + m_Muted: 0 + m_CustomPlayableFullTypename: + m_Curves: {fileID: 0} + m_Parent: {fileID: 11400000} + m_Children: [] + m_Clips: [] + m_Markers: + m_Objects: [] +--- !u!114 &6035029314377542833 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 030f85c3f73729f4f976f66ffb23b875, type: 3} + m_Name: Recorded (1) + m_EditorClassIdentifier: + m_Clip: {fileID: 6085859048377795626} + m_Position: {x: -4.223434, y: 0.80590796, z: -3.834744} + m_EulerAngles: {x: 16.4, y: 24.855772, z: 0.00012791547} + m_UseTrackMatchFields: 1 + m_MatchTargetFields: 63 + m_RemoveStartOffset: 0 + m_ApplyFootIK: 1 + m_Loop: 0 + m_Version: 1 + m_Rotation: {x: 0, y: 0, z: 0, w: 1} +--- !u!74 &6085859048377795626 +AnimationClip: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Recorded (1) + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -4.9280005, y: 0.24000001, z: -0.568} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 14.866667 + value: {x: -0.72800004, y: -41.611004, z: 10.531} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 19.933332 + value: {x: -15.235001, y: -23.039001, z: 5.4630003} + inSlope: {x: 0, y: 3.058539, z: -0.8111328} + outSlope: {x: 0, y: 3.058539, z: -0.8111328} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 28.55 + value: {x: -4.9280005, y: 0.24000001, z: -0.568} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.030337334, y: 0.0037975907, z: 0.0135297775} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 14.866667 + value: {x: 3.4601932, y: 0.43313363, z: 1.543288} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 19.933332 + value: {x: 1.7367766, y: -1.24, z: 1.2251635} + inSlope: {x: -0.2506594, y: 0, z: -0.09299622} + outSlope: {x: -0.2506594, y: 0, z: -0.09299622} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 28.55 + value: {x: 0.030337334, y: 0.0037975907, z: 0.0135297775} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: [] + m_SampleRate: 60 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + pptrCurveMapping: [] + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 28.55 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 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: + - serializedVersion: 3 + time: 0 + value: 0.030337334 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 14.866667 + value: 3.4601932 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 19.933332 + value: 1.7367766 + inSlope: -0.2506594 + outSlope: -0.2506594 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 28.55 + value: 0.030337334 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.0037975907 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 14.866667 + value: 0.43313363 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 19.933332 + value: -1.24 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 28.55 + value: 0.0037975907 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.0135297775 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 14.866667 + value: 1.543288 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 19.933332 + value: 1.2251635 + inSlope: -0.09299622 + outSlope: -0.09299622 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 28.55 + value: 0.0135297775 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -4.9280005 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 14.866667 + value: -0.72800004 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 19.933332 + value: -15.235001 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 28.55 + value: -4.9280005 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.24000001 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 14.866667 + value: -41.611004 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 19.933332 + value: -23.039001 + inSlope: 3.058539 + outSlope: 3.058539 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 28.55 + value: 0.24000001 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.568 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 14.866667 + value: 10.531 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 19.933332 + value: 5.4630003 + inSlope: -0.8111328 + outSlope: -0.8111328 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 28.55 + value: -0.568 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: + classID: 4 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: + classID: 4 + script: {fileID: 0} + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] +--- !u!74 &7476497065629968317 +AnimationClip: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Recorded (2) + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0.135, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 9.4 + value: {x: 0.06399989, y: 0.135, z: -2.06} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 9.983334 + value: {x: 0, y: 0.135, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 15 + value: {x: 0, y: 0.135, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: [] + m_SampleRate: 60 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: [] + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 15 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 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: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.4 + value: 0.06399989 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.983334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 15 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.135 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.4 + value: 0.135 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.983334 + value: 0.135 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 15 + value: 0.135 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.4 + value: -2.06 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.983334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 15 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: + classID: 4 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Force Sphere Anim.anim.meta b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Animation.playable.meta similarity index 64% rename from UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Force Sphere Anim.anim.meta rename to UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Animation.playable.meta index 57543fd..7fc50bf 100644 --- a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Force Sphere Anim.anim.meta +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Animation.playable.meta @@ -1,8 +1,8 @@ fileFormatVersion: 2 -guid: 4d8a24cef5c1a8546b68d2d3eba31cf8 +guid: bcf835115633ef14493f2945eef5ec1b NativeFormatImporter: externalObjects: {} - mainObjectFileID: 7400000 + mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Animations.meta b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Animations.meta new file mode 100644 index 0000000..5b90be5 --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Animations.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b4117eba46a67d04aaacbe3ad115c7fc +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/CamAnim.anim b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/CamAnim.anim deleted file mode 100644 index b94b448..0000000 --- a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/CamAnim.anim +++ /dev/null @@ -1,80672 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!74 &7400000 -AnimationClip: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: CamAnim - serializedVersion: 6 - m_Legacy: 1 - m_Compressed: 0 - m_UseHighQualityCurve: 1 - m_RotationCurves: - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: {x: 0.20374678, y: 0.25381678, z: -0.0547844, w: 0.9439613} - inSlope: {x: -0.000035762783, y: -0.00012159347, z: 0.000038221475, w: 0.00004291534} - outSlope: {x: -0.000035762783, y: -0.00012159347, z: 0.000038221475, w: 0.00004291534} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.016666668 - value: {x: 0.20374618, y: 0.25381476, z: -0.05478376, w: 0.94396204} - inSlope: {x: -0.000072419636, y: -0.00024229287, z: 0.00007666647, w: 0.00008583069} - outSlope: {x: -0.000072419636, y: -0.00024229287, z: 0.00007666647, w: 0.00008583069} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.033333335 - value: {x: 0.20374437, y: 0.2538087, z: -0.054781843, w: 0.9439642} - inSlope: {x: -0.00014483927, y: -0.00048279756, z: 0.00015299766, w: 0.00016987322} - outSlope: {x: -0.00014483927, y: -0.00048279756, z: 0.00015299766, w: 0.00016987322} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.050000004 - value: {x: 0.20374136, y: 0.25379866, z: -0.05477866, w: 0.9439677} - inSlope: {x: -0.00021591783, y: -0.00072330236, z: 0.00022888184, w: 0.00025212765} - outSlope: {x: -0.00021591783, y: -0.00072330236, z: 0.00022888184, w: 0.00025212765} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.06666667 - value: {x: 0.20373717, y: 0.2537846, z: -0.054774214, w: 0.9439726} - inSlope: {x: -0.0002869964, y: -0.0009620191, z: 0.0003045425, w: 0.00033617023} - outSlope: {x: -0.0002869964, y: -0.0009620191, z: 0.0003045425, w: 0.00033617023} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.083333336 - value: {x: 0.20373179, y: 0.2537666, z: -0.05476851, w: 0.9439789} - inSlope: {x: -0.00035807493, y: -0.0012016298, z: 0.0003800914, w: 0.00042378905} - outSlope: {x: -0.00035807493, y: -0.0012016298, z: 0.0003800914, w: 0.00042378905} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.1 - value: {x: 0.20372523, y: 0.25374454, z: -0.054761544, w: 0.9439867} - inSlope: {x: -0.00042915347, y: -0.0014412404, z: 0.00045575207, w: 0.00050783163} - outSlope: {x: -0.00042915347, y: -0.0014412404, z: 0.00045575207, w: 0.00050783163} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.11666667 - value: {x: 0.20371749, y: 0.25371855, z: -0.05475332, w: 0.94399583} - inSlope: {x: -0.00050023186, y: -0.0016772745, z: 0.0005305185, w: 0.0005882977} - outSlope: {x: -0.00050023186, y: -0.0016772745, z: 0.0005305185, w: 0.0005882977} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.13333334 - value: {x: 0.20370856, y: 0.25368863, z: -0.05474386, w: 0.9440063} - inSlope: {x: -0.00057041633, y: -0.0019133089, z: 0.0006051733, w: 0.0006723403} - outSlope: {x: -0.00057041633, y: -0.0019133089, z: 0.0006051733, w: 0.0006723403} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.15 - value: {x: 0.20369847, y: 0.25365478, z: -0.054733146, w: 0.94401824} - inSlope: {x: -0.0006397069, y: -0.0021502378, z: 0.00067994004, w: 0.00075817114} - outSlope: {x: -0.0006397069, y: -0.0021502378, z: 0.00067994004, w: 0.00075817114} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.16666667 - value: {x: 0.20368724, y: 0.25361696, z: -0.054721195, w: 0.9440316} - inSlope: {x: -0.00070944434, y: -0.0023862722, z: 0.00075403607, w: 0.0008386374} - outSlope: {x: -0.00070944434, y: -0.0023862722, z: 0.00075403607, w: 0.0008386374} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.18333334 - value: {x: 0.20367482, y: 0.25357524, z: -0.05470801, w: 0.9440462} - inSlope: {x: -0.00077873474, y: -0.0026214125, z: 0.0008279086, w: 0.00091731554} - outSlope: {x: -0.00077873474, y: -0.0026214125, z: 0.0008279086, w: 0.00091731554} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.2 - value: {x: 0.20366128, y: 0.25352958, z: -0.0546936, w: 0.9440622} - inSlope: {x: -0.0008471311, y: -0.0028556588, z: 0.0009014458, w: 0.0010013581} - outSlope: {x: -0.0008471311, y: -0.0028556588, z: 0.0009014458, w: 0.0010013581} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.21666667 - value: {x: 0.20364659, y: 0.25348005, z: -0.054677963, w: 0.9440796} - inSlope: {x: -0.00091597444, y: -0.0030881169, z: 0.0009749831, w: 0.0010854007} - outSlope: {x: -0.00091597444, y: -0.0030881169, z: 0.0009749831, w: 0.0010854007} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.23333333 - value: {x: 0.20363075, y: 0.25342664, z: -0.0546611, w: 0.94409835} - inSlope: {x: -0.0009848179, y: -0.003320575, z: 0.0010480733, w: 0.0011640788} - outSlope: {x: -0.0009848179, y: -0.003320575, z: 0.0010480733, w: 0.0011640788} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.25 - value: {x: 0.20361376, y: 0.25336936, z: -0.054643027, w: 0.9441184} - inSlope: {x: -0.0010532136, y: -0.0035530315, z: 0.0011208276, w: 0.0012445445} - outSlope: {x: -0.0010532136, y: -0.0035530315, z: 0.0011208276, w: 0.0012445445} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.26666668 - value: {x: 0.20359564, y: 0.2533082, z: -0.054623738, w: 0.94413984} - inSlope: {x: -0.0011207154, y: -0.0037854877, z: 0.0011936938, w: 0.0013267982} - outSlope: {x: -0.0011207154, y: -0.0037854877, z: 0.0011936938, w: 0.0013267982} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.28333336 - value: {x: 0.2035764, y: 0.25324318, z: -0.054603238, w: 0.9441626} - inSlope: {x: -0.0011886647, y: -0.0040152636, z: 0.0012658898, w: 0.0014054764} - outSlope: {x: -0.0011886647, y: -0.0040152636, z: 0.0012658898, w: 0.0014054764} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.30000004 - value: {x: 0.20355602, y: 0.25317436, z: -0.05458154, w: 0.9441867} - inSlope: {x: -0.0012552728, y: -0.004244145, z: 0.0013375271, w: 0.0014859426} - outSlope: {x: -0.0012552728, y: -0.004244145, z: 0.0013375271, w: 0.0014859426} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.31666672 - value: {x: 0.20353456, y: 0.2531017, z: -0.054558653, w: 0.94421214} - inSlope: {x: -0.0013218808, y: -0.004473921, z: 0.0014092762, w: 0.0015664087} - outSlope: {x: -0.0013218808, y: -0.004473921, z: 0.0014092762, w: 0.0015664087} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.3333334 - value: {x: 0.20351195, y: 0.25302523, z: -0.054534566, w: 0.9442389} - inSlope: {x: -0.0013893831, y: -0.0047028027, z: 0.0014808017, w: 0.0016450868} - outSlope: {x: -0.0013893831, y: -0.0047028027, z: 0.0014808017, w: 0.0016450868} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.35000008 - value: {x: 0.20348825, y: 0.25294495, z: -0.054509293, w: 0.944267} - inSlope: {x: -0.0014546502, y: -0.004929896, z: 0.0015516566, w: 0.0017237649} - outSlope: {x: -0.0014546502, y: -0.004929896, z: 0.0015516566, w: 0.0017237649} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.36666676 - value: {x: 0.20346346, y: 0.2528609, z: -0.054482844, w: 0.94429636} - inSlope: {x: -0.0015217053, y: -0.0051569897, z: 0.0016226233, w: 0.0018006548} - outSlope: {x: -0.0015217053, y: -0.0051569897, z: 0.0016226233, w: 0.0018006548} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.38333344 - value: {x: 0.20343752, y: 0.25277305, z: -0.054455206, w: 0.944327} - inSlope: {x: -0.0015878663, y: -0.005384083, z: 0.0016932548, w: 0.001881121} - outSlope: {x: -0.0015878663, y: -0.005384083, z: 0.0016932548, w: 0.001881121} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.40000013 - value: {x: 0.20341054, y: 0.25268143, z: -0.0544264, w: 0.94435906} - inSlope: {x: -0.0016526864, y: -0.0056084944, z: 0.0017632158, w: 0.001959799} - outSlope: {x: -0.0016526864, y: -0.0056084944, z: 0.0017632158, w: 0.001959799} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.4166668 - value: {x: 0.20338243, y: 0.2525861, z: -0.054396432, w: 0.9443923} - inSlope: {x: -0.0017175064, y: -0.005834694, z: 0.0018331766, w: 0.002034901} - outSlope: {x: -0.0017175064, y: -0.005834694, z: 0.0018331766, w: 0.002034901} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.4333335 - value: {x: 0.20335329, y: 0.25248694, z: -0.054365296, w: 0.9444269} - inSlope: {x: -0.0017818793, y: -0.006060893, z: 0.0019029139, w: 0.0021135788} - outSlope: {x: -0.0017818793, y: -0.006060893, z: 0.0019029139, w: 0.0021135788} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.45000017 - value: {x: 0.20332304, y: 0.25238407, z: -0.054333, w: 0.9444628} - inSlope: {x: -0.0018480405, y: -0.0062826225, z: 0.0019724278, w: 0.002192257} - outSlope: {x: -0.0018480405, y: -0.0062826225, z: 0.0019724278, w: 0.002192257} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.46666685 - value: {x: 0.20329168, y: 0.25227752, z: -0.05429955, w: 0.94449997} - inSlope: {x: -0.0019124134, y: -0.0065061394, z: 0.0020414947, w: 0.0022673588} - outSlope: {x: -0.0019124134, y: -0.0065061394, z: 0.0020414947, w: 0.0022673588} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.48333353 - value: {x: 0.20325929, y: 0.2521672, z: -0.05426495, w: 0.94453835} - inSlope: {x: -0.001975894, y: -0.006728769, z: 0.0021101164, w: 0.0023424628} - outSlope: {x: -0.001975894, y: -0.006728769, z: 0.0021101164, w: 0.0023424628} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.5000002 - value: {x: 0.20322582, y: 0.25205323, z: -0.05422921, w: 0.94457805} - inSlope: {x: -0.0020398218, y: -0.00694961, z: 0.0021786264, w: 0.0024193549} - outSlope: {x: -0.0020398218, y: -0.00694961, z: 0.0021786264, w: 0.0024193549} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.5166668 - value: {x: 0.2031913, y: 0.25193554, z: -0.05419233, w: 0.944619} - inSlope: {x: -0.0021033008, y: -0.0071713394, z: 0.0022465757, w: 0.0024926686} - outSlope: {x: -0.0021033008, y: -0.0071713394, z: 0.0022465757, w: 0.0024926686} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.5333335 - value: {x: 0.20315571, y: 0.2518142, z: -0.054154325, w: 0.94466114} - inSlope: {x: -0.002167227, y: -0.007391281, z: 0.0023143017, w: 0.0025677704} - outSlope: {x: -0.002167227, y: -0.007391281, z: 0.0023143017, w: 0.0025677704} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.55000013 - value: {x: 0.20311905, y: 0.25168917, z: -0.054115187, w: 0.9447046} - inSlope: {x: -0.002230259, y: -0.0076112226, z: 0.0023820275, w: 0.0026428725} - outSlope: {x: -0.002230259, y: -0.0076112226, z: 0.0023820275, w: 0.0026428725} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.5666668 - value: {x: 0.20308137, y: 0.25156048, z: -0.054074924, w: 0.94474924} - inSlope: {x: -0.00229195, y: -0.00783027, z: 0.002448971, w: 0.0027179744} - outSlope: {x: -0.00229195, y: -0.00783027, z: 0.002448971, w: 0.0027179744} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.58333343 - value: {x: 0.20304266, y: 0.25142816, z: -0.054033555, w: 0.9447952} - inSlope: {x: -0.0023545348, y: -0.008048423, z: 0.0025159144, w: 0.0027930764} - outSlope: {x: -0.0023545348, y: -0.008048423, z: 0.0025159144, w: 0.0027930764} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.6000001 - value: {x: 0.20300288, y: 0.2512922, z: -0.05399106, w: 0.94484234} - inSlope: {x: -0.0024166727, y: -0.008265682, z: 0.0025825226, w: 0.0028663902} - outSlope: {x: -0.0024166727, y: -0.008265682, z: 0.0025825226, w: 0.0028663902} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.61666673 - value: {x: 0.2029621, y: 0.25115263, z: -0.05394747, w: 0.94489074} - inSlope: {x: -0.0024792575, y: -0.008482047, z: 0.002648684, w: 0.0029379157} - outSlope: {x: -0.0024792575, y: -0.008482047, z: 0.002648684, w: 0.0029379157} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.6333334 - value: {x: 0.20292024, y: 0.25100946, z: -0.05390277, w: 0.94494027} - inSlope: {x: -0.0025409483, y: -0.0087002, z: 0.0027148451, w: 0.0030094413} - outSlope: {x: -0.0025409483, y: -0.0087002, z: 0.0027148451, w: 0.0030094413} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.65000004 - value: {x: 0.2028774, y: 0.25086263, z: -0.053856976, w: 0.94499105} - inSlope: {x: -0.0026017453, y: -0.008916565, z: 0.0027805595, w: 0.003082755} - outSlope: {x: -0.0026017453, y: -0.008916565, z: 0.0027805595, w: 0.003082755} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.6666667 - value: {x: 0.20283352, y: 0.25071225, z: -0.053810086, w: 0.945043} - inSlope: {x: -0.002662989, y: -0.009129354, z: 0.0028457148, w: 0.003157857} - outSlope: {x: -0.002662989, y: -0.009129354, z: 0.0028457148, w: 0.003157857} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.68333334 - value: {x: 0.20278864, y: 0.25055832, z: -0.05376212, w: 0.9450963} - inSlope: {x: -0.0027242329, y: -0.009343037, z: 0.0029106466, w: 0.0032293827} - outSlope: {x: -0.0027242329, y: -0.009343037, z: 0.0029106466, w: 0.0032293827} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.7 - value: {x: 0.20274271, y: 0.2504008, z: -0.053713065, w: 0.9451507} - inSlope: {x: -0.0027845828, y: -0.009557614, z: 0.002975355, w: 0.0032973322} - outSlope: {x: -0.0027845828, y: -0.009557614, z: 0.002975355, w: 0.0032973322} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.71666664 - value: {x: 0.20269582, y: 0.25023973, z: -0.05366294, w: 0.9452062} - inSlope: {x: -0.0028444855, y: -0.009771297, z: 0.0030398397, w: 0.0033688578} - outSlope: {x: -0.0028444855, y: -0.009771297, z: 0.0030398397, w: 0.0033688578} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.7333333 - value: {x: 0.2026479, y: 0.2500751, z: -0.053611737, w: 0.94526297} - inSlope: {x: -0.0029048352, y: -0.009983191, z: 0.003103766, w: 0.0034385952} - outSlope: {x: -0.0029048352, y: -0.009983191, z: 0.003103766, w: 0.0034385952} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.74999994 - value: {x: 0.20259899, y: 0.24990696, z: -0.053559482, w: 0.94532084} - inSlope: {x: -0.0029642908, y: -0.010194639, z: 0.0031672448, w: 0.0035083327} - outSlope: {x: -0.0029642908, y: -0.010194639, z: 0.0031672448, w: 0.0035083327} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.7666666 - value: {x: 0.20254909, y: 0.24973528, z: -0.053506162, w: 0.9453799} - inSlope: {x: -0.0030241935, y: -0.01040564, z: 0.0032308355, w: 0.0035798585} - outSlope: {x: -0.0030241935, y: -0.01040564, z: 0.0032308355, w: 0.0035798585} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.78333324 - value: {x: 0.20249818, y: 0.2495601, z: -0.053451788, w: 0.9454402} - inSlope: {x: -0.0030832023, y: -0.010616641, z: 0.0032940912, w: 0.003649596} - outSlope: {x: -0.0030832023, y: -0.010616641, z: 0.0032940912, w: 0.003649596} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.7999999 - value: {x: 0.20244631, y: 0.2493814, z: -0.05339636, w: 0.94550157} - inSlope: {x: -0.003142211, y: -0.010825853, z: 0.003356676, w: 0.0037175452} - outSlope: {x: -0.003142211, y: -0.010825853, z: 0.003356676, w: 0.0037175452} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.81666654 - value: {x: 0.20239344, y: 0.24919924, z: -0.0533399, w: 0.9455641} - inSlope: {x: -0.0032012195, y: -0.011033724, z: 0.003418814, w: 0.0037872829} - outSlope: {x: -0.0032012195, y: -0.011033724, z: 0.003418814, w: 0.0037872829} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.8333332 - value: {x: 0.2023396, y: 0.2490136, z: -0.0532824, w: 0.9456278} - inSlope: {x: -0.003259334, y: -0.011243384, z: 0.003481287, w: 0.0038552321} - outSlope: {x: -0.003259334, y: -0.011243384, z: 0.003481287, w: 0.0038552321} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.84999985 - value: {x: 0.2022848, y: 0.24882446, z: -0.053223856, w: 0.9456926} - inSlope: {x: -0.0033170017, y: -0.011451703, z: 0.0035430896, w: 0.0039213933} - outSlope: {x: -0.0033170017, y: -0.011451703, z: 0.0035430896, w: 0.0039213933} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.8666665 - value: {x: 0.20222904, y: 0.24863188, z: -0.053164296, w: 0.9457585} - inSlope: {x: -0.0033760103, y: -0.011656892, z: 0.0036043336, w: 0.0039911307} - outSlope: {x: -0.0033760103, y: -0.011656892, z: 0.0036043336, w: 0.0039911307} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.88333315 - value: {x: 0.20217226, y: 0.2484359, z: -0.05310371, w: 0.94582564} - inSlope: {x: -0.0034332308, y: -0.011864316, z: 0.0036655774, w: 0.004057292} - outSlope: {x: -0.0034332308, y: -0.011864316, z: 0.0036655774, w: 0.004057292} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.8999998 - value: {x: 0.2021146, y: 0.2482364, z: -0.05304211, w: 0.94589376} - inSlope: {x: -0.0034900042, y: -0.012070399, z: 0.0037261506, w: 0.004119877} - outSlope: {x: -0.0034900042, y: -0.012070399, z: 0.0037261506, w: 0.004119877} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.91666645 - value: {x: 0.20205593, y: 0.24803355, z: -0.052979507, w: 0.94596297} - inSlope: {x: -0.0035481188, y: -0.012274247, z: 0.0037865005, w: 0.0041860384} - outSlope: {x: -0.0035481188, y: -0.012274247, z: 0.0037865005, w: 0.0041860384} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.9333331 - value: {x: 0.20199633, y: 0.24782726, z: -0.052915893, w: 0.9460333} - inSlope: {x: -0.0036039983, y: -0.012479437, z: 0.0038467385, w: 0.0042539877} - outSlope: {x: -0.0036039983, y: -0.012479437, z: 0.0038467385, w: 0.0042539877} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.94999975 - value: {x: 0.2019358, y: 0.24761757, z: -0.052851282, w: 0.94610476} - inSlope: {x: -0.0036612188, y: -0.012682837, z: 0.0039064176, w: 0.0043183607} - outSlope: {x: -0.0036612188, y: -0.012682837, z: 0.0039064176, w: 0.0043183607} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.9666664 - value: {x: 0.20187429, y: 0.2474045, z: -0.05278568, w: 0.94617724} - inSlope: {x: -0.0037184393, y: -0.012885791, z: 0.0039662085, w: 0.004384522} - outSlope: {x: -0.0037184393, y: -0.012885791, z: 0.0039662085, w: 0.004384522} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.98333305 - value: {x: 0.20181185, y: 0.24718805, z: -0.052719075, w: 0.9462509} - inSlope: {x: -0.0037738718, y: -0.013087852, z: 0.0040251054, w: 0.004448895} - outSlope: {x: -0.0037738718, y: -0.013087852, z: 0.0040251054, w: 0.004448895} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 0.9999997 - value: {x: 0.20174849, y: 0.24696824, z: -0.05265151, w: 0.94632554} - inSlope: {x: -0.0038292971, y: -0.0132903345, z: 0.0040835477, w: 0.004511472} - outSlope: {x: -0.0038292971, y: -0.0132903345, z: 0.0040835477, w: 0.004511472} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.0166664 - value: {x: 0.2016842, y: 0.24674504, z: -0.052582957, w: 0.9464013} - inSlope: {x: -0.0038847295, y: -0.0134915, z: 0.0041422215, w: 0.004577633} - outSlope: {x: -0.0038847295, y: -0.0134915, z: 0.0041422215, w: 0.004577633} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.0333331 - value: {x: 0.201619, y: 0.24651852, z: -0.052513435, w: 0.9464781} - inSlope: {x: -0.003941063, y: -0.013691796, z: 0.0042004553, w: 0.004638438} - outSlope: {x: -0.003941063, y: -0.013691796, z: 0.0042004553, w: 0.004638438} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.0499997 - value: {x: 0.20155284, y: 0.24628864, z: -0.05244294, w: 0.9465559} - inSlope: {x: -0.003995601, y: -0.0138907265, z: 0.0042577875, w: 0.004701023} - outSlope: {x: -0.003995601, y: -0.0138907265, z: 0.0042577875, w: 0.004701023} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.0666664 - value: {x: 0.20148581, y: 0.2460555, z: -0.05237151, w: 0.9466348} - inSlope: {x: -0.0040501393, y: -0.014089657, z: 0.0043152315, w: 0.004763608} - outSlope: {x: -0.0040501393, y: -0.014089657, z: 0.0043152315, w: 0.004763608} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.083333 - value: {x: 0.20141783, y: 0.24581899, z: -0.0522991, w: 0.9467147} - inSlope: {x: -0.0041060187, y: -0.0142894825, z: 0.004372787, w: 0.0048226165} - outSlope: {x: -0.0041060187, y: -0.0142894825, z: 0.004372787, w: 0.0048226165} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.0999997 - value: {x: 0.20134895, y: 0.24557918, z: -0.05222575, w: 0.9467956} - inSlope: {x: -0.004159216, y: -0.014486178, z: 0.004429002, w: 0.0048869895} - outSlope: {x: -0.004159216, y: -0.014486178, z: 0.004429002, w: 0.0048869895} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.1166663 - value: {x: 0.2012792, y: 0.24533612, z: -0.052151468, w: 0.9468776} - inSlope: {x: -0.0042128605, y: -0.014683767, z: 0.00448544, w: 0.0049495744} - outSlope: {x: -0.0042128605, y: -0.014683767, z: 0.00448544, w: 0.0049495744} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.133333 - value: {x: 0.20120852, y: 0.24508972, z: -0.052076235, w: 0.94696057} - inSlope: {x: -0.0042673987, y: -0.014881357, z: 0.0045417664, w: 0.005006795} - outSlope: {x: -0.0042673987, y: -0.014881357, z: 0.0045417664, w: 0.005006795} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.1499996 - value: {x: 0.20113695, y: 0.24484007, z: -0.052000076, w: 0.9470445} - inSlope: {x: -0.004321043, y: -0.015076712, z: 0.0045973104, w: 0.0050658034} - outSlope: {x: -0.004321043, y: -0.015076712, z: 0.0045973104, w: 0.0050658034} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.1666663 - value: {x: 0.20106448, y: 0.24458717, z: -0.051922992, w: 0.9471294} - inSlope: {x: -0.004375134, y: -0.015270725, z: 0.004652743, w: 0.0051283883} - outSlope: {x: -0.004375134, y: -0.015270725, z: 0.004652743, w: 0.0051283883} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.1833329 - value: {x: 0.20099111, y: 0.24433105, z: -0.051844984, w: 0.94721544} - inSlope: {x: -0.0044278842, y: -0.015465632, z: 0.0047077285, w: 0.0051873974} - outSlope: {x: -0.0044278842, y: -0.015465632, z: 0.0047077285, w: 0.0051873974} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.1999996 - value: {x: 0.20091689, y: 0.24407165, z: -0.051766068, w: 0.94730234} - inSlope: {x: -0.0044792932, y: -0.015661433, z: 0.0047623785, w: 0.005244618} - outSlope: {x: -0.0044792932, y: -0.015661433, z: 0.0047623785, w: 0.005244618} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.2166662 - value: {x: 0.2008418, y: 0.243809, z: -0.05168624, w: 0.94739026} - inSlope: {x: -0.0045324904, y: -0.015853658, z: 0.0048166933, w: 0.0053018383} - outSlope: {x: -0.0045324904, y: -0.015853658, z: 0.0048166933, w: 0.0053018383} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.2333329 - value: {x: 0.2007658, y: 0.2435432, z: -0.05160551, w: 0.94747907} - inSlope: {x: -0.0045856875, y: -0.016045883, z: 0.0048706727, w: 0.0053590587} - outSlope: {x: -0.0045856875, y: -0.016045883, z: 0.0048706727, w: 0.0053590587} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.2499995 - value: {x: 0.20068894, y: 0.24327414, z: -0.051523883, w: 0.9475689} - inSlope: {x: -0.004637544, y: -0.016238555, z: 0.0049244286, w: 0.0054180673} - outSlope: {x: -0.004637544, y: -0.016238555, z: 0.0049244286, w: 0.0054180673} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.2666662 - value: {x: 0.20061122, y: 0.24300191, z: -0.051441364, w: 0.9476597} - inSlope: {x: -0.004688953, y: -0.016428992, z: 0.004977514, w: 0.005477076} - outSlope: {x: -0.004688953, y: -0.016428992, z: 0.004977514, w: 0.005477076} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.2833328 - value: {x: 0.20053264, y: 0.2427265, z: -0.051357966, w: 0.94775146} - inSlope: {x: -0.004740362, y: -0.016619876, z: 0.005030376, w: 0.0055342964} - outSlope: {x: -0.004740362, y: -0.016619876, z: 0.005030376, w: 0.0055342964} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.2999995 - value: {x: 0.2004532, y: 0.24244791, z: -0.051273685, w: 0.94784415} - inSlope: {x: -0.004791771, y: -0.016809868, z: 0.0050829025, w: 0.0055879406} - outSlope: {x: -0.004791771, y: -0.016809868, z: 0.0050829025, w: 0.0055879406} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.3166661 - value: {x: 0.20037292, y: 0.24216618, z: -0.051188536, w: 0.9479377} - inSlope: {x: -0.004842733, y: -0.01699941, z: 0.005135094, w: 0.005641585} - outSlope: {x: -0.004842733, y: -0.01699941, z: 0.005135094, w: 0.005641585} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.3333328 - value: {x: 0.20029178, y: 0.24188127, z: -0.051102515, w: 0.9480322} - inSlope: {x: -0.004893695, y: -0.017188506, z: 0.005187174, w: 0.005700594} - outSlope: {x: -0.004893695, y: -0.017188506, z: 0.005187174, w: 0.005700594} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.3499994 - value: {x: 0.2002098, y: 0.24159323, z: -0.05101563, w: 0.94812775} - inSlope: {x: -0.00494421, y: -0.01737626, z: 0.0052386946, w: 0.005756026} - outSlope: {x: -0.00494421, y: -0.01737626, z: 0.0052386946, w: 0.005756026} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.3666661 - value: {x: 0.20012698, y: 0.24130206, z: -0.050927892, w: 0.94822407} - inSlope: {x: -0.004994725, y: -0.017564015, z: 0.005289992, w: 0.005806094} - outSlope: {x: -0.004994725, y: -0.017564015, z: 0.005289992, w: 0.005806094} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.3833327 - value: {x: 0.2000433, y: 0.24100776, z: -0.050839297, w: 0.9483213} - inSlope: {x: -0.005044793, y: -0.017750429, z: 0.0053407303, w: 0.0058615264} - outSlope: {x: -0.005044793, y: -0.017750429, z: 0.0053407303, w: 0.0058615264} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.3999994 - value: {x: 0.19995882, y: 0.24071038, z: -0.05074987, w: 0.94841945} - inSlope: {x: -0.0050944136, y: -0.017936395, z: 0.0053910217, w: 0.0059169587} - outSlope: {x: -0.0050944136, y: -0.017936395, z: 0.0053910217, w: 0.0059169587} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.416666 - value: {x: 0.19987349, y: 0.24040988, z: -0.050659597, w: 0.9485185} - inSlope: {x: -0.0051444815, y: -0.018121915, z: 0.005441313, w: 0.0059670266} - outSlope: {x: -0.0051444815, y: -0.018121915, z: 0.005441313, w: 0.0059670266} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.4333327 - value: {x: 0.19978733, y: 0.24010631, z: -0.05056849, w: 0.94861835} - inSlope: {x: -0.005193209, y: -0.01830654, z: 0.005491046, w: 0.0060206708} - outSlope: {x: -0.005193209, y: -0.01830654, z: 0.005491046, w: 0.0060206708} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.4499993 - value: {x: 0.19970039, y: 0.23979966, z: -0.050476562, w: 0.9487192} - inSlope: {x: -0.0052428297, y: -0.018491615, z: 0.005540443, w: 0.006072527} - outSlope: {x: -0.0052428297, y: -0.018491615, z: 0.005540443, w: 0.006072527} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.466666 - value: {x: 0.19961257, y: 0.23948993, z: -0.05038381, w: 0.94882077} - inSlope: {x: -0.0052920035, y: -0.018674899, z: 0.005589617, w: 0.0061225947} - outSlope: {x: -0.0052920035, y: -0.018674899, z: 0.005589617, w: 0.0061225947} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.4833326 - value: {x: 0.19952399, y: 0.23917717, z: -0.05029024, w: 0.9489233} - inSlope: {x: -0.0053398362, y: -0.018857736, z: 0.005638344, w: 0.006174451} - outSlope: {x: -0.0053398362, y: -0.018857736, z: 0.005638344, w: 0.006174451} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.4999993 - value: {x: 0.19943458, y: 0.23886134, z: -0.050195865, w: 0.9490266} - inSlope: {x: -0.005388563, y: -0.019040573, z: 0.0056867357, w: 0.006224519} - outSlope: {x: -0.005388563, y: -0.019040573, z: 0.0056867357, w: 0.006224519} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.5166659 - value: {x: 0.19934437, y: 0.23854248, z: -0.050100684, w: 0.9491308} - inSlope: {x: -0.0054363958, y: -0.019221175, z: 0.0057345685, w: 0.006276375} - outSlope: {x: -0.0054363958, y: -0.019221175, z: 0.0057345685, w: 0.006276375} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.5333326 - value: {x: 0.19925337, y: 0.23822063, z: -0.050004713, w: 0.9492358} - inSlope: {x: -0.0054846755, y: -0.019402225, z: 0.005782401, w: 0.006324655} - outSlope: {x: -0.0054846755, y: -0.019402225, z: 0.005782401, w: 0.006324655} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.5499992 - value: {x: 0.19916154, y: 0.23789574, z: -0.049907938, w: 0.9493416} - inSlope: {x: -0.005532061, y: -0.019582827, z: 0.005829787, w: 0.006374723} - outSlope: {x: -0.005532061, y: -0.019582827, z: 0.005829787, w: 0.006374723} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.5666659 - value: {x: 0.19906896, y: 0.23756787, z: -0.049810387, w: 0.9494483} - inSlope: {x: -0.005579, y: -0.019762535, z: 0.005876502, w: 0.0064230026} - outSlope: {x: -0.005579, y: -0.019762535, z: 0.005876502, w: 0.0064230026} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.5833325 - value: {x: 0.19897558, y: 0.23723699, z: -0.049712054, w: 0.9495557} - inSlope: {x: -0.005626833, y: -0.019941796, z: 0.005923217, w: 0.0064712823} - outSlope: {x: -0.005626833, y: -0.019941796, z: 0.005923217, w: 0.0064712823} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.5999992 - value: {x: 0.1988814, y: 0.23690315, z: -0.049612947, w: 0.949664} - inSlope: {x: -0.0056737717, y: -0.020120163, z: 0.0059694853, w: 0.006519562} - outSlope: {x: -0.0056737717, y: -0.020120163, z: 0.0059694853, w: 0.006519562} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.6166658 - value: {x: 0.19878645, y: 0.23656632, z: -0.04951307, w: 0.949773} - inSlope: {x: -0.0057202633, y: -0.020298082, z: 0.006015418, w: 0.0065660537} - outSlope: {x: -0.0057202633, y: -0.020298082, z: 0.006015418, w: 0.0065660537} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.6333325 - value: {x: 0.19869073, y: 0.23622654, z: -0.049412433, w: 0.94988286} - inSlope: {x: -0.005766308, y: -0.020475108, z: 0.006060904, w: 0.006614334} - outSlope: {x: -0.005766308, y: -0.020475108, z: 0.006060904, w: 0.006614334} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.6499991 - value: {x: 0.19859424, y: 0.23588382, z: -0.04931104, w: 0.9499935} - inSlope: {x: -0.0058123525, y: -0.020651242, z: 0.0061059427, w: 0.0066590374} - outSlope: {x: -0.0058123525, y: -0.020651242, z: 0.0061059427, w: 0.0066590374} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.6666658 - value: {x: 0.19849698, y: 0.23553817, z: -0.0492089, w: 0.95010483} - inSlope: {x: -0.00585795, y: -0.02082648, z: 0.0061506466, w: 0.006705529} - outSlope: {x: -0.00585795, y: -0.02082648, z: 0.0061506466, w: 0.006705529} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.6833324 - value: {x: 0.19839898, y: 0.2351896, z: -0.04910602, w: 0.950217} - inSlope: {x: -0.0059039947, y: -0.021002611, z: 0.00619535, w: 0.0067520207} - outSlope: {x: -0.0059039947, y: -0.021002611, z: 0.00619535, w: 0.0067520207} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.6999991 - value: {x: 0.19830018, y: 0.23483808, z: -0.04900239, w: 0.9503299} - inSlope: {x: -0.0059500393, y: -0.021177402, z: 0.0062397183, w: 0.006796724} - outSlope: {x: -0.0059500393, y: -0.021177402, z: 0.0062397183, w: 0.006796724} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.7166657 - value: {x: 0.19820064, y: 0.23448369, z: -0.04889803, w: 0.95044357} - inSlope: {x: -0.00599519, y: -0.021350404, z: 0.006283304, w: 0.0068396395} - outSlope: {x: -0.00599519, y: -0.021350404, z: 0.006283304, w: 0.0068396395} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.7333324 - value: {x: 0.19810034, y: 0.2341264, z: -0.048792947, w: 0.9505579} - inSlope: {x: -0.006039446, y: -0.021523854, z: 0.006326555, w: 0.006882555} - outSlope: {x: -0.006039446, y: -0.021523854, z: 0.006326555, w: 0.006882555} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.749999 - value: {x: 0.19799933, y: 0.23376623, z: -0.048687145, w: 0.950673} - inSlope: {x: -0.0060837027, y: -0.02169641, z: 0.006369582, w: 0.0069290465} - outSlope: {x: -0.0060837027, y: -0.02169641, z: 0.006369582, w: 0.0069290465} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.7666657 - value: {x: 0.19789755, y: 0.23340319, z: -0.048580628, w: 0.95078886} - inSlope: {x: -0.0061288537, y: -0.021868518, z: 0.0064123855, w: 0.006971962} - outSlope: {x: -0.0061288537, y: -0.021868518, z: 0.0064123855, w: 0.006971962} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.7833323 - value: {x: 0.19779503, y: 0.23303728, z: -0.0484734, w: 0.9509054} - inSlope: {x: -0.00617311, y: -0.022039732, z: 0.006454854, w: 0.007014877} - outSlope: {x: -0.00617311, y: -0.022039732, z: 0.006454854, w: 0.007014877} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.799999 - value: {x: 0.19769178, y: 0.23266853, z: -0.048365466, w: 0.9510227} - inSlope: {x: -0.0062169195, y: -0.022210052, z: 0.0064967633, w: 0.0070560044} - outSlope: {x: -0.0062169195, y: -0.022210052, z: 0.0064967633, w: 0.0070560044} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.8166656 - value: {x: 0.1975878, y: 0.23229694, z: -0.04825684, w: 0.9511406} - inSlope: {x: -0.006260282, y: -0.022380821, z: 0.0065383376, w: 0.0070971316} - outSlope: {x: -0.006260282, y: -0.022380821, z: 0.0065383376, w: 0.0070971316} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.8333323 - value: {x: 0.1974831, y: 0.2319225, z: -0.048147522, w: 0.95125926} - inSlope: {x: -0.0063036443, y: -0.022550248, z: 0.006579577, w: 0.0071400474} - outSlope: {x: -0.0063036443, y: -0.022550248, z: 0.006579577, w: 0.0071400474} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.849999 - value: {x: 0.19737768, y: 0.23154527, z: -0.04803752, w: 0.9513786} - inSlope: {x: -0.0063474537, y: -0.022718333, z: 0.0066204807, w: 0.0071811746} - outSlope: {x: -0.0063474537, y: -0.022718333, z: 0.0066204807, w: 0.0071811746} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.8666656 - value: {x: 0.19727153, y: 0.23116523, z: -0.04792684, w: 0.9514986} - inSlope: {x: -0.006389475, y: -0.022886418, z: 0.006661049, w: 0.007222302} - outSlope: {x: -0.006389475, y: -0.022886418, z: 0.006661049, w: 0.007222302} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.8833323 - value: {x: 0.1971647, y: 0.23078239, z: -0.047815487, w: 0.9516193} - inSlope: {x: -0.0064323903, y: -0.023054056, z: 0.006701394, w: 0.0072598527} - outSlope: {x: -0.0064323903, y: -0.023054056, z: 0.006701394, w: 0.0072598527} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.8999989 - value: {x: 0.19705711, y: 0.23039676, z: -0.04770346, w: 0.9517406} - inSlope: {x: -0.0064753057, y: -0.0232208, z: 0.00674118, w: 0.0072974036} - outSlope: {x: -0.0064753057, y: -0.0232208, z: 0.00674118, w: 0.0072974036} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.9166656 - value: {x: 0.19694886, y: 0.23000836, z: -0.04759078, w: 0.9518626} - inSlope: {x: -0.00651688, y: -0.02338665, z: 0.006780519, w: 0.0073367427} - outSlope: {x: -0.00651688, y: -0.02338665, z: 0.006780519, w: 0.0073367427} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.9333322 - value: {x: 0.19683988, y: 0.22961721, z: -0.047477443, w: 0.9519852} - inSlope: {x: -0.006559348, y: -0.023552053, z: 0.006819858, w: 0.00737787} - outSlope: {x: -0.006559348, y: -0.023552053, z: 0.006819858, w: 0.00737787} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.9499989 - value: {x: 0.19673021, y: 0.2292233, z: -0.047363453, w: 0.9521085} - inSlope: {x: -0.00660137, y: -0.023717456, z: 0.0068587502, w: 0.007415421} - outSlope: {x: -0.00660137, y: -0.023717456, z: 0.0068587502, w: 0.007415421} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.9666655 - value: {x: 0.19661984, y: 0.22882663, z: -0.047248818, w: 0.95223236} - inSlope: {x: -0.00664205, y: -0.023881964, z: 0.0068970835, w: 0.007452972} - outSlope: {x: -0.00664205, y: -0.023881964, z: 0.0068970835, w: 0.007452972} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.9833322 - value: {x: 0.19650881, y: 0.22842723, z: -0.04713355, w: 0.95235693} - inSlope: {x: -0.0066836243, y: -0.024044685, z: 0.0069350814, w: 0.0074905227} - outSlope: {x: -0.0066836243, y: -0.024044685, z: 0.0069350814, w: 0.0074905227} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 1.9999988 - value: {x: 0.19639705, y: 0.22802514, z: -0.04701765, w: 0.95248204} - inSlope: {x: -0.0067247516, y: -0.024206959, z: 0.006972744, w: 0.0075262855} - outSlope: {x: -0.0067247516, y: -0.024206959, z: 0.006972744, w: 0.0075262855} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.0166655 - value: {x: 0.19628465, y: 0.22762033, z: -0.046901125, w: 0.9526078} - inSlope: {x: -0.0067649847, y: -0.024370126, z: 0.007010295, w: 0.007563837} - outSlope: {x: -0.0067649847, y: -0.024370126, z: 0.007010295, w: 0.007563837} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.033332 - value: {x: 0.19617155, y: 0.2272128, z: -0.046783973, w: 0.9527342} - inSlope: {x: -0.006805665, y: -0.024532402, z: 0.007047399, w: 0.0075978115} - outSlope: {x: -0.006805665, y: -0.024532402, z: 0.007047399, w: 0.0075978115} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.0499988 - value: {x: 0.1960578, y: 0.22680259, z: -0.046666212, w: 0.9528611} - inSlope: {x: -0.006845898, y: -0.024691993, z: 0.0070838323, w: 0.007631786} - outSlope: {x: -0.006845898, y: -0.024691993, z: 0.0070838323, w: 0.007631786} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.0666654 - value: {x: 0.19594336, y: 0.22638974, z: -0.046547845, w: 0.95298856} - inSlope: {x: -0.006885684, y: -0.024852032, z: 0.0071200426, w: 0.007667549} - outSlope: {x: -0.006885684, y: -0.024852032, z: 0.0071200426, w: 0.007667549} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.083332 - value: {x: 0.19582827, y: 0.22597419, z: -0.046428878, w: 0.95311666} - inSlope: {x: -0.00692547, y: -0.025012964, z: 0.0071562524, w: 0.0077015236} - outSlope: {x: -0.00692547, y: -0.025012964, z: 0.0071562524, w: 0.0077015236} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.0999987 - value: {x: 0.1957125, y: 0.22555597, z: -0.046309303, w: 0.9532453} - inSlope: {x: -0.0069652563, y: -0.025171662, z: 0.0071919034, w: 0.00773371} - outSlope: {x: -0.0069652563, y: -0.025171662, z: 0.0071919034, w: 0.00773371} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.1166654 - value: {x: 0.1955961, y: 0.22513513, z: -0.046189148, w: 0.95337445} - inSlope: {x: -0.0070041483, y: -0.025329465, z: 0.0072269957, w: 0.007769473} - outSlope: {x: -0.0070041483, y: -0.025329465, z: 0.0072269957, w: 0.007769473} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.133332 - value: {x: 0.19547904, y: 0.22471166, z: -0.046068404, w: 0.95350426} - inSlope: {x: -0.0070425933, y: -0.025487268, z: 0.0072618644, w: 0.0078016594} - outSlope: {x: -0.0070425933, y: -0.025487268, z: 0.0072618644, w: 0.0078016594} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.1499987 - value: {x: 0.19536135, y: 0.22428556, z: -0.045947086, w: 0.9536345} - inSlope: {x: -0.0070814854, y: -0.025644625, z: 0.007296398, w: 0.007832058} - outSlope: {x: -0.0070814854, y: -0.025644625, z: 0.007296398, w: 0.007832058} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.1666653 - value: {x: 0.19524299, y: 0.22385684, z: -0.04582519, w: 0.95376533} - inSlope: {x: -0.007120378, y: -0.02580064, z: 0.007330596, w: 0.007866032} - outSlope: {x: -0.007120378, y: -0.02580064, z: 0.007330596, w: 0.007866032} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.183332 - value: {x: 0.195124, y: 0.22342554, z: -0.045702733, w: 0.9538967} - inSlope: {x: -0.007158376, y: -0.025956208, z: 0.0073645706, w: 0.007896431} - outSlope: {x: -0.007158376, y: -0.025956208, z: 0.0073645706, w: 0.007896431} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.1999986 - value: {x: 0.19500437, y: 0.22299163, z: -0.045579705, w: 0.95402855} - inSlope: {x: -0.007196374, y: -0.026111776, z: 0.00739821, w: 0.007928617} - outSlope: {x: -0.007196374, y: -0.026111776, z: 0.00739821, w: 0.007928617} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.2166653 - value: {x: 0.19488412, y: 0.22255515, z: -0.045456126, w: 0.954161} - inSlope: {x: -0.0072343717, y: -0.026266003, z: 0.007431179, w: 0.007959016} - outSlope: {x: -0.0072343717, y: -0.026266003, z: 0.007431179, w: 0.007959016} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.233332 - value: {x: 0.19476323, y: 0.2221161, z: -0.045332, w: 0.95429385} - inSlope: {x: -0.0072714756, y: -0.026419338, z: 0.0074638124, w: 0.007985838} - outSlope: {x: -0.0072714756, y: -0.026419338, z: 0.0074638124, w: 0.007985838} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.2499986 - value: {x: 0.19464174, y: 0.2216745, z: -0.045207333, w: 0.9544272} - inSlope: {x: -0.0073085795, y: -0.02657267, z: 0.007496334, w: 0.008018024} - outSlope: {x: -0.0073085795, y: -0.02657267, z: 0.007496334, w: 0.008018024} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.2666652 - value: {x: 0.19451961, y: 0.22123034, z: -0.045082122, w: 0.9545611} - inSlope: {x: -0.0073452364, y: -0.026726004, z: 0.0075285207, w: 0.008048423} - outSlope: {x: -0.0073452364, y: -0.026726004, z: 0.0075285207, w: 0.008048423} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.2833319 - value: {x: 0.1943969, y: 0.22078364, z: -0.044956382, w: 0.95469546} - inSlope: {x: -0.007381893, y: -0.026877102, z: 0.007560149, w: 0.008073457} - outSlope: {x: -0.007381893, y: -0.026877102, z: 0.007560149, w: 0.008073457} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.2999985 - value: {x: 0.19427355, y: 0.22033444, z: -0.044830117, w: 0.9548302} - inSlope: {x: -0.007419444, y: -0.0270282, z: 0.007591665, w: 0.008100279} - outSlope: {x: -0.007419444, y: -0.0270282, z: 0.007591665, w: 0.008100279} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.3166652 - value: {x: 0.19414958, y: 0.2198827, z: -0.044703327, w: 0.9549655} - inSlope: {x: -0.00745476, y: -0.02717885, z: 0.007622622, w: 0.008130677} - outSlope: {x: -0.00745476, y: -0.02717885, z: 0.007622622, w: 0.008130677} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.3333318 - value: {x: 0.19402505, y: 0.21942848, z: -0.04457603, w: 0.95510125} - inSlope: {x: -0.0074905227, y: -0.027327713, z: 0.007653132, w: 0.008157499} - outSlope: {x: -0.0074905227, y: -0.027327713, z: 0.007653132, w: 0.008157499} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.3499985 - value: {x: 0.1938999, y: 0.21897177, z: -0.044448223, w: 0.9552374} - inSlope: {x: -0.0075267325, y: -0.02747747, z: 0.007683642, w: 0.008184321} - outSlope: {x: -0.0075267325, y: -0.02747747, z: 0.007683642, w: 0.008184321} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.3666651 - value: {x: 0.19377416, y: 0.21851256, z: -0.04431991, w: 0.95537406} - inSlope: {x: -0.0075620487, y: -0.027626332, z: 0.0077137053, w: 0.008211143} - outSlope: {x: -0.0075620487, y: -0.027626332, z: 0.0077137053, w: 0.008211143} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.3833318 - value: {x: 0.19364783, y: 0.2180509, z: -0.0441911, w: 0.9555111} - inSlope: {x: -0.0075973645, y: -0.027773853, z: 0.007743433, w: 0.008236177} - outSlope: {x: -0.0075973645, y: -0.027773853, z: 0.007743433, w: 0.008236177} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.3999984 - value: {x: 0.19352092, y: 0.21758677, z: -0.044061795, w: 0.9556486} - inSlope: {x: -0.007632233, y: -0.027921375, z: 0.0077728257, w: 0.008261211} - outSlope: {x: -0.007632233, y: -0.027921375, z: 0.0077728257, w: 0.008261211} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.416665 - value: {x: 0.19339342, y: 0.21712019, z: -0.043932006, w: 0.95578647} - inSlope: {x: -0.007666208, y: -0.028068002, z: 0.0078015476, w: 0.008286245} - outSlope: {x: -0.007666208, y: -0.028068002, z: 0.0078015476, w: 0.008286245} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.4333317 - value: {x: 0.19326538, y: 0.21665117, z: -0.043801744, w: 0.9559248} - inSlope: {x: -0.0077001825, y: -0.028213736, z: 0.007830046, w: 0.008311279} - outSlope: {x: -0.0077001825, y: -0.028213736, z: 0.007830046, w: 0.008311279} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.4499984 - value: {x: 0.19313675, y: 0.21617973, z: -0.043671004, w: 0.9560635} - inSlope: {x: -0.007734604, y: -0.028359469, z: 0.007858545, w: 0.00833095} - outSlope: {x: -0.007734604, y: -0.028359469, z: 0.007858545, w: 0.00833095} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.466665 - value: {x: 0.19300756, y: 0.21570586, z: -0.043539792, w: 0.9562025} - inSlope: {x: -0.007768132, y: -0.028503863, z: 0.007886484, w: 0.008357772} - outSlope: {x: -0.007768132, y: -0.028503863, z: 0.007886484, w: 0.008357772} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.4833317 - value: {x: 0.19287781, y: 0.2152296, z: -0.043408122, w: 0.9563421} - inSlope: {x: -0.0078025535, y: -0.028646914, z: 0.007913977, w: 0.008382806} - outSlope: {x: -0.0078025535, y: -0.028646914, z: 0.007913977, w: 0.008382806} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.4999983 - value: {x: 0.19274747, y: 0.21475096, z: -0.043275993, w: 0.95648193} - inSlope: {x: -0.007836528, y: -0.028790412, z: 0.007941246, w: 0.008400687} - outSlope: {x: -0.007836528, y: -0.028790412, z: 0.007941246, w: 0.008400687} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.516665 - value: {x: 0.1926166, y: 0.21426992, z: -0.043143414, w: 0.9566221} - inSlope: {x: -0.007869162, y: -0.02893257, z: 0.007968068, w: 0.008422145} - outSlope: {x: -0.007869162, y: -0.02893257, z: 0.007968068, w: 0.008422145} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.5333316 - value: {x: 0.19248517, y: 0.21378654, z: -0.04301039, w: 0.9567627} - inSlope: {x: -0.007901795, y: -0.029075174, z: 0.007994667, w: 0.0084453905} - outSlope: {x: -0.007901795, y: -0.029075174, z: 0.007994667, w: 0.0084453905} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.5499983 - value: {x: 0.1923532, y: 0.21330075, z: -0.042876925, w: 0.95690364} - inSlope: {x: -0.007933982, y: -0.029216884, z: 0.008021042, w: 0.008466848} - outSlope: {x: -0.007933982, y: -0.029216884, z: 0.008021042, w: 0.008466848} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.566665 - value: {x: 0.1922207, y: 0.21281265, z: -0.042743023, w: 0.9570449} - inSlope: {x: -0.007966615, y: -0.029356806, z: 0.008046858, w: 0.008486518} - outSlope: {x: -0.007966615, y: -0.029356806, z: 0.008046858, w: 0.008486518} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.5833316 - value: {x: 0.19208765, y: 0.21232219, z: -0.042608697, w: 0.9571865} - inSlope: {x: -0.007998802, y: -0.029497175, z: 0.008072451, w: 0.0085097635} - outSlope: {x: -0.007998802, y: -0.029497175, z: 0.008072451, w: 0.0085097635} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.5999982 - value: {x: 0.19195408, y: 0.21182941, z: -0.042473942, w: 0.95732856} - inSlope: {x: -0.008030541, y: -0.02963665, z: 0.0080975965, w: 0.008527645} - outSlope: {x: -0.008030541, y: -0.02963665, z: 0.0080975965, w: 0.008527645} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.616665 - value: {x: 0.19181997, y: 0.2113343, z: -0.042338777, w: 0.9574708} - inSlope: {x: -0.008061834, y: -0.029774783, z: 0.008122295, w: 0.008543738} - outSlope: {x: -0.008061834, y: -0.029774783, z: 0.008122295, w: 0.008543738} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.6333315 - value: {x: 0.19168535, y: 0.21083692, z: -0.0422032, w: 0.95761335} - inSlope: {x: -0.008093126, y: -0.029912023, z: 0.008146882, w: 0.008565196} - outSlope: {x: -0.008093126, y: -0.029912023, z: 0.008146882, w: 0.008565196} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.6499982 - value: {x: 0.1915502, y: 0.21033724, z: -0.042067215, w: 0.9577563} - inSlope: {x: -0.008124419, y: -0.03004971, z: 0.008171134, w: 0.008584865} - outSlope: {x: -0.008124419, y: -0.03004971, z: 0.008171134, w: 0.008584865} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.6666648 - value: {x: 0.19141454, y: 0.20983526, z: -0.04193083, w: 0.9578995} - inSlope: {x: -0.008154817, y: -0.030186502, z: 0.008194938, w: 0.0085991705} - outSlope: {x: -0.008154817, y: -0.030186502, z: 0.008194938, w: 0.0085991705} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.6833315 - value: {x: 0.19127837, y: 0.20933102, z: -0.04179405, w: 0.9580429} - inSlope: {x: -0.008185215, y: -0.030321956, z: 0.008218296, w: 0.008617052} - outSlope: {x: -0.008185215, y: -0.030321956, z: 0.008218296, w: 0.008617052} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.6999981 - value: {x: 0.1911417, y: 0.20882453, z: -0.041656885, w: 0.95818675} - inSlope: {x: -0.008215167, y: -0.03045696, z: 0.00824143, w: 0.008636721} - outSlope: {x: -0.008215167, y: -0.03045696, z: 0.00824143, w: 0.008636721} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.7166648 - value: {x: 0.19100453, y: 0.20831579, z: -0.041519336, w: 0.9583308} - inSlope: {x: -0.008245118, y: -0.030592412, z: 0.008264452, w: 0.008652815} - outSlope: {x: -0.008245118, y: -0.030592412, z: 0.008264452, w: 0.008652815} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.7333314 - value: {x: 0.19086686, y: 0.20780478, z: -0.041381404, w: 0.9584752} - inSlope: {x: -0.008275069, y: -0.03072697, z: 0.008287139, w: 0.00866712} - outSlope: {x: -0.008275069, y: -0.03072697, z: 0.008287139, w: 0.00866712} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.749998 - value: {x: 0.1907287, y: 0.20729156, z: -0.0412431, w: 0.9586197} - inSlope: {x: -0.008304574, y: -0.030859292, z: 0.008309156, w: 0.008683213} - outSlope: {x: -0.008304574, y: -0.030859292, z: 0.008309156, w: 0.008683213} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.7666647 - value: {x: 0.19059004, y: 0.20677614, z: -0.041104432, w: 0.9587646} - inSlope: {x: -0.008333632, y: -0.030991614, z: 0.00833095, w: 0.008697518} - outSlope: {x: -0.008333632, y: -0.030991614, z: 0.00833095, w: 0.008697518} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.7833314 - value: {x: 0.1904509, y: 0.2062585, z: -0.0409654, w: 0.95890963} - inSlope: {x: -0.008362242, y: -0.031123936, z: 0.008352519, w: 0.008711823} - outSlope: {x: -0.008362242, y: -0.031123936, z: 0.008352519, w: 0.008711823} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.799998 - value: {x: 0.1903113, y: 0.20573868, z: -0.040826015, w: 0.959055} - inSlope: {x: -0.008390852, y: -0.031255364, z: 0.008373641, w: 0.008726128} - outSlope: {x: -0.008390852, y: -0.031255364, z: 0.008373641, w: 0.008726128} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.8166647 - value: {x: 0.19017121, y: 0.20521666, z: -0.04068628, w: 0.9592005} - inSlope: {x: -0.0084199095, y: -0.03138545, z: 0.008394652, w: 0.0087404335} - outSlope: {x: -0.0084199095, y: -0.03138545, z: 0.008394652, w: 0.0087404335} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.8333313 - value: {x: 0.19003063, y: 0.2046925, z: -0.040546194, w: 0.95934635} - inSlope: {x: -0.008447626, y: -0.03151554, z: 0.008415104, w: 0.008754739} - outSlope: {x: -0.008447626, y: -0.03151554, z: 0.008415104, w: 0.008754739} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.849998 - value: {x: 0.18988962, y: 0.20416614, z: -0.040405776, w: 0.9594923} - inSlope: {x: -0.008475342, y: -0.03164473, z: 0.008435109, w: 0.008763679} - outSlope: {x: -0.008475342, y: -0.03164473, z: 0.008435109, w: 0.008763679} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.8666646 - value: {x: 0.18974812, y: 0.20363767, z: -0.040265024, w: 0.9596385} - inSlope: {x: -0.008503058, y: -0.031773478, z: 0.0084551135, w: 0.008777984} - outSlope: {x: -0.008503058, y: -0.031773478, z: 0.0084551135, w: 0.008777984} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.8833313 - value: {x: 0.18960619, y: 0.20310703, z: -0.04012394, w: 0.9597849} - inSlope: {x: -0.008529433, y: -0.03190133, z: 0.0084745595, w: 0.0087922895} - outSlope: {x: -0.008529433, y: -0.03190133, z: 0.0084745595, w: 0.0087922895} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.899998 - value: {x: 0.18946381, y: 0.2025743, z: -0.03998254, w: 0.95993155} - inSlope: {x: -0.008556702, y: -0.032028288, z: 0.008493894, w: 0.00880123} - outSlope: {x: -0.008556702, y: -0.032028288, z: 0.008493894, w: 0.00880123} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.9166646 - value: {x: 0.18932097, y: 0.20203942, z: -0.03984081, w: 0.9600783} - inSlope: {x: -0.008583524, y: -0.0321548, z: 0.008512781, w: 0.008811959} - outSlope: {x: -0.008583524, y: -0.0321548, z: 0.008512781, w: 0.008811959} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.9333313 - value: {x: 0.18917769, y: 0.20150247, z: -0.03969878, w: 0.9602253} - inSlope: {x: -0.008609899, y: -0.032280415, z: 0.008531221, w: 0.008822688} - outSlope: {x: -0.008609899, y: -0.032280415, z: 0.008531221, w: 0.008822688} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.949998 - value: {x: 0.18903397, y: 0.20096341, z: -0.039556436, w: 0.9603724} - inSlope: {x: -0.008636274, y: -0.032406032, z: 0.00854955, w: 0.008833417} - outSlope: {x: -0.008636274, y: -0.032406032, z: 0.00854955, w: 0.008833417} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.9666646 - value: {x: 0.18888982, y: 0.20042227, z: -0.039413795, w: 0.96051973} - inSlope: {x: -0.008662202, y: -0.03252986, z: 0.008567431, w: 0.008844146} - outSlope: {x: -0.008662202, y: -0.03252986, z: 0.008567431, w: 0.008844146} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.9833312 - value: {x: 0.18874523, y: 0.19987908, z: -0.039270855, w: 0.9606672} - inSlope: {x: -0.008687236, y: -0.032654136, z: 0.008584977, w: 0.008851298} - outSlope: {x: -0.008687236, y: -0.032654136, z: 0.008584977, w: 0.008851298} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 2.9999979 - value: {x: 0.18860024, y: 0.1993338, z: -0.03912763, w: 0.9608148} - inSlope: {x: -0.008712717, y: -0.032777518, z: 0.0086023, w: 0.008860239} - outSlope: {x: -0.008712717, y: -0.032777518, z: 0.0086023, w: 0.008860239} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.0166645 - value: {x: 0.1884548, y: 0.1987865, z: -0.038984112, w: 0.96096253} - inSlope: {x: -0.008737751, y: -0.03289956, z: 0.008619287, w: 0.0088691795} - outSlope: {x: -0.008737751, y: -0.03289956, z: 0.008619287, w: 0.0088691795} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.0333312 - value: {x: 0.18830898, y: 0.19823715, z: -0.03884032, w: 0.9611104} - inSlope: {x: -0.008762785, y: -0.0330216, z: 0.008636051, w: 0.008876332} - outSlope: {x: -0.008762785, y: -0.0330216, z: 0.008636051, w: 0.008876332} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.0499978 - value: {x: 0.18816271, y: 0.19768578, z: -0.038696244, w: 0.9612584} - inSlope: {x: -0.008787372, y: -0.0331423, z: 0.008652256, w: 0.008885273} - outSlope: {x: -0.008787372, y: -0.0331423, z: 0.008652256, w: 0.008885273} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.0666645 - value: {x: 0.18801607, y: 0.19713241, z: -0.03855191, w: 0.9614066} - inSlope: {x: -0.008811065, y: -0.03326255, z: 0.008668014, w: 0.008890637} - outSlope: {x: -0.008811065, y: -0.03326255, z: 0.008668014, w: 0.008890637} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.083331 - value: {x: 0.18786901, y: 0.19657703, z: -0.03840731, w: 0.96155477} - inSlope: {x: -0.008835652, y: -0.03338236, z: 0.008683995, w: 0.008896002} - outSlope: {x: -0.008835652, y: -0.03338236, z: 0.008683995, w: 0.008896002} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.0999978 - value: {x: 0.18772155, y: 0.19601966, z: -0.038262445, w: 0.9617031} - inSlope: {x: -0.008859345, y: -0.03350172, z: 0.008699418, w: 0.008903154} - outSlope: {x: -0.008859345, y: -0.03350172, z: 0.008699418, w: 0.008903154} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.1166644 - value: {x: 0.1875737, y: 0.1954603, z: -0.03811733, w: 0.96185154} - inSlope: {x: -0.008882591, y: -0.033620182, z: 0.008714394, w: 0.008908519} - outSlope: {x: -0.008882591, y: -0.033620182, z: 0.008714394, w: 0.008908519} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.133331 - value: {x: 0.18742546, y: 0.194899, z: -0.037971966, w: 0.9620001} - inSlope: {x: -0.008904942, y: -0.033737306, z: 0.008729034, w: 0.008915671} - outSlope: {x: -0.008904942, y: -0.033737306, z: 0.008729034, w: 0.008915671} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.1499977 - value: {x: 0.18727687, y: 0.19433573, z: -0.037826363, w: 0.9621487} - inSlope: {x: -0.008927741, y: -0.03385398, z: 0.008743451, w: 0.008921036} - outSlope: {x: -0.008927741, y: -0.03385398, z: 0.008743451, w: 0.008921036} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.1666644 - value: {x: 0.18712787, y: 0.19377053, z: -0.037680518, w: 0.96229744} - inSlope: {x: -0.008951434, y: -0.033970658, z: 0.008757756, w: 0.008922824} - outSlope: {x: -0.008951434, y: -0.033970658, z: 0.008757756, w: 0.008922824} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.183331 - value: {x: 0.18697849, y: 0.19320337, z: -0.037534438, w: 0.96244615} - inSlope: {x: -0.008973339, y: -0.03408644, z: 0.008771502, w: 0.0089264} - outSlope: {x: -0.008973339, y: -0.03408644, z: 0.008771502, w: 0.0089264} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.1999977 - value: {x: 0.18682876, y: 0.19263431, z: -0.037388135, w: 0.962595} - inSlope: {x: -0.008994349, y: -0.03420088, z: 0.008784913, w: 0.008931764} - outSlope: {x: -0.008994349, y: -0.03420088, z: 0.008784913, w: 0.008931764} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.2166643 - value: {x: 0.18667868, y: 0.19206335, z: -0.037241608, w: 0.9627439} - inSlope: {x: -0.009016701, y: -0.03431532, z: 0.008798213, w: 0.008935341} - outSlope: {x: -0.009016701, y: -0.03431532, z: 0.008798213, w: 0.008935341} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.233331 - value: {x: 0.1865282, y: 0.19149047, z: -0.03709486, w: 0.96289283} - inSlope: {x: -0.009038159, y: -0.034429315, z: 0.008811065, w: 0.008937129} - outSlope: {x: -0.009038159, y: -0.034429315, z: 0.008811065, w: 0.008937129} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.2499976 - value: {x: 0.1863774, y: 0.1909157, z: -0.036947906, w: 0.9630418} - inSlope: {x: -0.009059616, y: -0.03454152, z: 0.0088238055, w: 0.008937129} - outSlope: {x: -0.009059616, y: -0.03454152, z: 0.0088238055, w: 0.008937129} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.2666643 - value: {x: 0.18622622, y: 0.19033909, z: -0.036800735, w: 0.96319073} - inSlope: {x: -0.009079733, y: -0.03465328, z: 0.008835987, w: 0.008942493} - outSlope: {x: -0.009079733, y: -0.03465328, z: 0.008835987, w: 0.008942493} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.283331 - value: {x: 0.18607475, y: 0.1897606, z: -0.036653373, w: 0.96333987} - inSlope: {x: -0.009099402, y: -0.03476459, z: 0.008847834, w: 0.0089460695} - outSlope: {x: -0.009099402, y: -0.03476459, z: 0.008847834, w: 0.0089460695} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.2999976 - value: {x: 0.1859229, y: 0.18918027, z: -0.036505807, w: 0.96348894} - inSlope: {x: -0.00912086, y: -0.03487635, z: 0.00885968, w: 0.008944281} - outSlope: {x: -0.00912086, y: -0.03487635, z: 0.00885968, w: 0.008944281} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.3166642 - value: {x: 0.18577072, y: 0.18859805, z: -0.03635805, w: 0.963638} - inSlope: {x: -0.00914053, y: -0.034986768, z: 0.008870856, w: 0.008940705} - outSlope: {x: -0.00914053, y: -0.034986768, z: 0.008870856, w: 0.008940705} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.3333309 - value: {x: 0.18561822, y: 0.18801405, z: -0.036210112, w: 0.96378696} - inSlope: {x: -0.009160646, y: -0.035094503, z: 0.008882032, w: 0.008942493} - outSlope: {x: -0.009160646, y: -0.035094503, z: 0.008882032, w: 0.008942493} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.3499975 - value: {x: 0.18546537, y: 0.18742824, z: -0.036061984, w: 0.9639361} - inSlope: {x: -0.009180316, y: -0.035203133, z: 0.008892984, w: 0.0089460695} - outSlope: {x: -0.009180316, y: -0.035203133, z: 0.008892984, w: 0.0089460695} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.3666642 - value: {x: 0.18531221, y: 0.18684061, z: -0.03591368, w: 0.96408516} - inSlope: {x: -0.009198197, y: -0.035311762, z: 0.008903154, w: 0.008942493} - outSlope: {x: -0.009198197, y: -0.035311762, z: 0.008903154, w: 0.008942493} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.3833308 - value: {x: 0.18515876, y: 0.18625118, z: -0.035765212, w: 0.9642342} - inSlope: {x: -0.009216526, y: -0.03541905, z: 0.008913324, w: 0.008942493} - outSlope: {x: -0.009216526, y: -0.03541905, z: 0.008913324, w: 0.008942493} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.3999975 - value: {x: 0.185005, y: 0.18565997, z: -0.03561657, w: 0.96438324} - inSlope: {x: -0.009236195, y: -0.035525445, z: 0.008923494, w: 0.008940705} - outSlope: {x: -0.009236195, y: -0.035525445, z: 0.008923494, w: 0.008940705} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.4166641 - value: {x: 0.18485089, y: 0.185067, z: -0.035467763, w: 0.9645322} - inSlope: {x: -0.009254524, y: -0.035631392, z: 0.008932994, w: 0.008937129} - outSlope: {x: -0.009254524, y: -0.035631392, z: 0.008932994, w: 0.008937129} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.4333308 - value: {x: 0.18469651, y: 0.18447226, z: -0.035318803, w: 0.96468115} - inSlope: {x: -0.009271512, y: -0.035736445, z: 0.008942158, w: 0.008937129} - outSlope: {x: -0.009271512, y: -0.035736445, z: 0.008942158, w: 0.008937129} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.4499974 - value: {x: 0.18454184, y: 0.18387578, z: -0.03516969, w: 0.9648301} - inSlope: {x: -0.009288946, y: -0.035840604, z: 0.00895121, w: 0.008935341} - outSlope: {x: -0.009288946, y: -0.035840604, z: 0.00895121, w: 0.008935341} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.466664 - value: {x: 0.18438688, y: 0.18327758, z: -0.03502043, w: 0.964979} - inSlope: {x: -0.009307275, y: -0.03594387, z: 0.008960039, w: 0.008929976} - outSlope: {x: -0.009307275, y: -0.03594387, z: 0.008960039, w: 0.008929976} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.4833307 - value: {x: 0.1842316, y: 0.18267766, z: -0.034871023, w: 0.96512777} - inSlope: {x: -0.009324709, y: -0.03604758, z: 0.008968533, w: 0.0089264} - outSlope: {x: -0.009324709, y: -0.03604758, z: 0.008968533, w: 0.0089264} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.4999974 - value: {x: 0.18407606, y: 0.18207599, z: -0.03472148, w: 0.96527654} - inSlope: {x: -0.009341249, y: -0.0361504, z: 0.00897658, w: 0.008922824} - outSlope: {x: -0.009341249, y: -0.0361504, z: 0.00897658, w: 0.008922824} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.516664 - value: {x: 0.18392022, y: 0.18147264, z: -0.034571804, w: 0.9654252} - inSlope: {x: -0.009356895, y: -0.036251877, z: 0.008984291, w: 0.008917459} - outSlope: {x: -0.009356895, y: -0.036251877, z: 0.008984291, w: 0.008917459} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.5333307 - value: {x: 0.18376416, y: 0.1808676, z: -0.034422003, w: 0.9655738} - inSlope: {x: -0.009372542, y: -0.03635246, z: 0.008991891, w: 0.008913883} - outSlope: {x: -0.009372542, y: -0.03635246, z: 0.008991891, w: 0.008913883} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.5499973 - value: {x: 0.1836078, y: 0.1802609, z: -0.034272075, w: 0.9657223} - inSlope: {x: -0.009389529, y: -0.036452595, z: 0.008999378, w: 0.008908519} - outSlope: {x: -0.009389529, y: -0.036452595, z: 0.008999378, w: 0.008908519} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.566664 - value: {x: 0.18345118, y: 0.17965251, z: -0.034122024, w: 0.96587074} - inSlope: {x: -0.009404728, y: -0.036552284, z: 0.009006307, w: 0.008904942} - outSlope: {x: -0.009404728, y: -0.036552284, z: 0.009006307, w: 0.008904942} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.5833306 - value: {x: 0.18329431, y: 0.17904249, z: -0.033971865, w: 0.96601915} - inSlope: {x: -0.009419033, y: -0.03665108, z: 0.009012901, w: 0.00889779} - outSlope: {x: -0.009419033, y: -0.03665108, z: 0.009012901, w: 0.00889779} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.5999973 - value: {x: 0.18313721, y: 0.17843081, z: -0.033821594, w: 0.96616733} - inSlope: {x: -0.0094346795, y: -0.036748532, z: 0.009019383, w: 0.008888849} - outSlope: {x: -0.0094346795, y: -0.036748532, z: 0.009019383, w: 0.008888849} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.616664 - value: {x: 0.18297982, y: 0.17781754, z: -0.03367122, w: 0.96631545} - inSlope: {x: -0.009449879, y: -0.036846433, z: 0.00902553, w: 0.008883485} - outSlope: {x: -0.009449879, y: -0.036846433, z: 0.00902553, w: 0.008883485} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.6333306 - value: {x: 0.18282221, y: 0.1772026, z: -0.033520743, w: 0.96646345} - inSlope: {x: -0.009463737, y: -0.03694344, z: 0.009031453, w: 0.008876332} - outSlope: {x: -0.009463737, y: -0.03694344, z: 0.009031453, w: 0.008876332} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.6499972 - value: {x: 0.18266436, y: 0.17658609, z: -0.03337017, w: 0.9666113} - inSlope: {x: -0.009477148, y: -0.037039105, z: 0.009036929, w: 0.0088691795} - outSlope: {x: -0.009477148, y: -0.037039105, z: 0.009036929, w: 0.0088691795} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.666664 - value: {x: 0.18250631, y: 0.17596796, z: -0.033219513, w: 0.9667591} - inSlope: {x: -0.009491006, y: -0.037134327, z: 0.009042182, w: 0.008862027} - outSlope: {x: -0.009491006, y: -0.037134327, z: 0.009042182, w: 0.008862027} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.6833305 - value: {x: 0.182348, y: 0.17534828, z: -0.033068765, w: 0.9669067} - inSlope: {x: -0.009504864, y: -0.03722865, z: 0.009047546, w: 0.008853086} - outSlope: {x: -0.009504864, y: -0.03722865, z: 0.009047546, w: 0.008853086} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.6999972 - value: {x: 0.18218948, y: 0.17472701, z: -0.032917928, w: 0.9670542} - inSlope: {x: -0.009517381, y: -0.037322976, z: 0.009052352, w: 0.008845934} - outSlope: {x: -0.009517381, y: -0.037322976, z: 0.009052352, w: 0.008845934} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.7166638 - value: {x: 0.18203075, y: 0.17410418, z: -0.03276702, w: 0.9672016} - inSlope: {x: -0.009530792, y: -0.037414618, z: 0.009056487, w: 0.008835205} - outSlope: {x: -0.009530792, y: -0.037414618, z: 0.009056487, w: 0.008835205} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.7333305 - value: {x: 0.18187179, y: 0.17347986, z: -0.032616045, w: 0.9673487} - inSlope: {x: -0.009543309, y: -0.037507154, z: 0.009060622, w: 0.008824476} - outSlope: {x: -0.009543309, y: -0.037507154, z: 0.009060622, w: 0.008824476} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.7499971 - value: {x: 0.18171264, y: 0.17285395, z: -0.032465, w: 0.96749574} - inSlope: {x: -0.009554485, y: -0.03759969, z: 0.009064757, w: 0.008819112} - outSlope: {x: -0.009554485, y: -0.03759969, z: 0.009064757, w: 0.008819112} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.7666638 - value: {x: 0.1815533, y: 0.17222653, z: -0.032313887, w: 0.96764266} - inSlope: {x: -0.009567449, y: -0.037690885, z: 0.009068781, w: 0.008806595} - outSlope: {x: -0.009567449, y: -0.037690885, z: 0.009068781, w: 0.008806595} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.7833304 - value: {x: 0.18139373, y: 0.17159759, z: -0.032162707, w: 0.9677893} - inSlope: {x: -0.009578625, y: -0.03778074, z: 0.00907191, w: 0.008794078} - outSlope: {x: -0.009578625, y: -0.03778074, z: 0.00907191, w: 0.008794078} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.799997 - value: {x: 0.18123402, y: 0.17096718, z: -0.03201149, w: 0.9679358} - inSlope: {x: -0.009589801, y: -0.037870146, z: 0.009075039, w: 0.008785137} - outSlope: {x: -0.009589801, y: -0.037870146, z: 0.009075039, w: 0.008785137} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.8166637 - value: {x: 0.18107407, y: 0.17033525, z: -0.031860206, w: 0.96808213} - inSlope: {x: -0.009601871, y: -0.037959106, z: 0.009078168, w: 0.008774408} - outSlope: {x: -0.009601871, y: -0.037959106, z: 0.009078168, w: 0.008774408} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.8333304 - value: {x: 0.18091395, y: 0.16970187, z: -0.031708885, w: 0.9682283} - inSlope: {x: -0.009611258, y: -0.038046725, z: 0.009080515, w: 0.008760103} - outSlope: {x: -0.009611258, y: -0.038046725, z: 0.009080515, w: 0.008760103} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.849997 - value: {x: 0.1807537, y: 0.16906703, z: -0.031557523, w: 0.96837413} - inSlope: {x: -0.009621093, y: -0.038134344, z: 0.009082862, w: 0.008747586} - outSlope: {x: -0.009621093, y: -0.038134344, z: 0.009082862, w: 0.008747586} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.8666637 - value: {x: 0.18059325, y: 0.16843073, z: -0.031406123, w: 0.96851987} - inSlope: {x: -0.009631822, y: -0.03822107, z: 0.009085209, w: 0.008738645} - outSlope: {x: -0.009631822, y: -0.03822107, z: 0.009085209, w: 0.008738645} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.8833303 - value: {x: 0.18043263, y: 0.16779299, z: -0.031254683, w: 0.9686654} - inSlope: {x: -0.009641657, y: -0.0383069, z: 0.009087053, w: 0.00872434} - outSlope: {x: -0.009641657, y: -0.0383069, z: 0.009087053, w: 0.00872434} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.899997 - value: {x: 0.18027186, y: 0.16715384, z: -0.031103222, w: 0.9688107} - inSlope: {x: -0.009650597, y: -0.038391836, z: 0.009088562, w: 0.008711823} - outSlope: {x: -0.009650597, y: -0.038391836, z: 0.009088562, w: 0.008711823} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.9166636 - value: {x: 0.18011095, y: 0.16651326, z: -0.03095173, w: 0.9689558} - inSlope: {x: -0.009659985, y: -0.038476326, z: 0.009089903, w: 0.008699306} - outSlope: {x: -0.009659985, y: -0.038476326, z: 0.009089903, w: 0.008699306} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.9333303 - value: {x: 0.17994986, y: 0.16587129, z: -0.030800225, w: 0.96910065} - inSlope: {x: -0.009668032, y: -0.03855992, z: 0.009090853, w: 0.008685001} - outSlope: {x: -0.009668032, y: -0.03855992, z: 0.009090853, w: 0.008685001} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.949997 - value: {x: 0.17978868, y: 0.16522793, z: -0.030648703, w: 0.9692453} - inSlope: {x: -0.009676525, y: -0.038642175, z: 0.009091691, w: 0.008670696} - outSlope: {x: -0.009676525, y: -0.038642175, z: 0.009091691, w: 0.008670696} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.9666636 - value: {x: 0.17962731, y: 0.16458322, z: -0.03049717, w: 0.9693897} - inSlope: {x: -0.009685466, y: -0.038724877, z: 0.009092362, w: 0.008654603} - outSlope: {x: -0.009685466, y: -0.038724877, z: 0.009092362, w: 0.008654603} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.9833302 - value: {x: 0.17946583, y: 0.1639371, z: -0.030345624, w: 0.9695338} - inSlope: {x: -0.009693066, y: -0.03880758, z: 0.009092865, w: 0.008640298} - outSlope: {x: -0.009693066, y: -0.03880758, z: 0.009092865, w: 0.008640298} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 3.999997 - value: {x: 0.17930421, y: 0.16328964, z: -0.030194074, w: 0.9696777} - inSlope: {x: -0.009700665, y: -0.03888849, z: 0.009093032, w: 0.008625993} - outSlope: {x: -0.009700665, y: -0.03888849, z: 0.009093032, w: 0.008625993} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.0166636 - value: {x: 0.17914248, y: 0.16264082, z: -0.030042524, w: 0.96982133} - inSlope: {x: -0.009707749, y: -0.03896823, z: 0.009092744, w: 0.008609838} - outSlope: {x: -0.009707749, y: -0.03896823, z: 0.009092744, w: 0.008609838} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.0333304 - value: {x: 0.17898062, y: 0.16199069, z: -0.02989098, w: 0.9699647} - inSlope: {x: -0.0097139375, y: -0.039045736, z: 0.009091953, w: 0.008591895} - outSlope: {x: -0.0097139375, y: -0.039045736, z: 0.009091953, w: 0.008591895} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.0499973 - value: {x: 0.17881867, y: 0.16133928, z: -0.029739454, w: 0.97010773} - inSlope: {x: -0.009720643, y: -0.03912486, z: 0.00909145, w: 0.00857759} - outSlope: {x: -0.009720643, y: -0.03912486, z: 0.00909145, w: 0.00857759} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.066664 - value: {x: 0.1786566, y: 0.16068651, z: -0.029587928, w: 0.9702506} - inSlope: {x: -0.009726902, y: -0.039203987, z: 0.009090779, w: 0.008561497} - outSlope: {x: -0.009726902, y: -0.039203987, z: 0.009090779, w: 0.008561497} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.083331 - value: {x: 0.17849444, y: 0.16003247, z: -0.029436424, w: 0.9703931} - inSlope: {x: -0.009732265, y: -0.039280426, z: 0.009089494, w: 0.008543616} - outSlope: {x: -0.009732265, y: -0.039280426, z: 0.009089494, w: 0.008543616} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.099998 - value: {x: 0.17833218, y: 0.15937714, z: -0.029284941, w: 0.9705354} - inSlope: {x: -0.0097385235, y: -0.03935642, z: 0.009088041, w: 0.008525735} - outSlope: {x: -0.0097385235, y: -0.03935642, z: 0.009088041, w: 0.008525735} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.116665 - value: {x: 0.17816982, y: 0.15872057, z: -0.029133486, w: 0.9706773} - inSlope: {x: -0.009743888, y: -0.039432865, z: 0.009086588, w: 0.0085096415} - outSlope: {x: -0.009743888, y: -0.039432865, z: 0.009086588, w: 0.0085096415} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.133332 - value: {x: 0.17800738, y: 0.1580627, z: -0.02898205, w: 0.97081906} - inSlope: {x: -0.009748358, y: -0.039507963, z: 0.0090846885, w: 0.00849176} - outSlope: {x: -0.009748358, y: -0.039507963, z: 0.0090846885, w: 0.00849176} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.1499987 - value: {x: 0.17784487, y: 0.15740362, z: -0.028830659, w: 0.9709604} - inSlope: {x: -0.009752382, y: -0.03958083, z: 0.009082342, w: 0.008473879} - outSlope: {x: -0.009752382, y: -0.03958083, z: 0.009082342, w: 0.008473879} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.1666656 - value: {x: 0.1776823, y: 0.15674332, z: -0.028679302, w: 0.9711015} - inSlope: {x: -0.009757299, y: -0.039655037, z: 0.00908033, w: 0.00845421} - outSlope: {x: -0.009757299, y: -0.039655037, z: 0.00908033, w: 0.00845421} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.1833324 - value: {x: 0.17751962, y: 0.15608177, z: -0.028527977, w: 0.9712422} - inSlope: {x: -0.009761322, y: -0.03972835, z: 0.009077815, w: 0.008434541} - outSlope: {x: -0.009761322, y: -0.03972835, z: 0.009077815, w: 0.008434541} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.1999993 - value: {x: 0.17735691, y: 0.15541902, z: -0.028376704, w: 0.9713827} - inSlope: {x: -0.0097640045, y: -0.03979898, z: 0.00907463, w: 0.00841666} - outSlope: {x: -0.0097640045, y: -0.03979898, z: 0.00907463, w: 0.00841666} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.216666 - value: {x: 0.17719415, y: 0.15475512, z: -0.028225485, w: 0.97152275} - inSlope: {x: -0.009767581, y: -0.039870057, z: 0.009071613, w: 0.008393414} - outSlope: {x: -0.009767581, y: -0.039870057, z: 0.009071613, w: 0.008393414} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.233333 - value: {x: 0.17703132, y: 0.15409, z: -0.028074313, w: 0.97166246} - inSlope: {x: -0.009771157, y: -0.039942477, z: 0.009068819, w: 0.008375533} - outSlope: {x: -0.009771157, y: -0.039942477, z: 0.009068819, w: 0.008375533} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.25 - value: {x: 0.17686844, y: 0.15342368, z: -0.027923187, w: 0.97180194} - inSlope: {x: -0.009773839, y: -0.040011764, z: 0.009065354, w: 0.0083576515} - outSlope: {x: -0.009773839, y: -0.040011764, z: 0.009065354, w: 0.0083576515} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.266667 - value: {x: 0.17670552, y: 0.15275626, z: -0.02777213, w: 0.97194105} - inSlope: {x: -0.009775627, y: -0.04007882, z: 0.009061163, w: 0.008334406} - outSlope: {x: -0.009775627, y: -0.04007882, z: 0.009061163, w: 0.008334406} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.283334 - value: {x: 0.17654258, y: 0.1520877, z: -0.027621144, w: 0.97207975} - inSlope: {x: -0.009777416, y: -0.040148556, z: 0.009057419, w: 0.008314737} - outSlope: {x: -0.009777416, y: -0.040148556, z: 0.009057419, w: 0.008314737} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.3000007 - value: {x: 0.1763796, y: 0.15141796, z: -0.027470212, w: 0.9722182} - inSlope: {x: -0.009779204, y: -0.04021561, z: 0.00905334, w: 0.008293279} - outSlope: {x: -0.009779204, y: -0.04021561, z: 0.00905334, w: 0.008293279} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.3166676 - value: {x: 0.1762166, y: 0.15074717, z: -0.027319362, w: 0.9723562} - inSlope: {x: -0.009780098, y: -0.04028222, z: 0.00904887, w: 0.008270035} - outSlope: {x: -0.009780098, y: -0.04028222, z: 0.00904887, w: 0.008270035} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.3333344 - value: {x: 0.1760536, y: 0.1500752, z: -0.02716858, w: 0.9724939} - inSlope: {x: -0.009781439, y: -0.040348828, z: 0.0090443995, w: 0.008250365} - outSlope: {x: -0.009781439, y: -0.040348828, z: 0.0090443995, w: 0.008250365} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.3500013 - value: {x: 0.17589055, y: 0.14940219, z: -0.027017878, w: 0.9726312} - inSlope: {x: -0.009782333, y: -0.040413644, z: 0.009039538, w: 0.008228907} - outSlope: {x: -0.009782333, y: -0.040413644, z: 0.009039538, w: 0.008228907} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.366668 - value: {x: 0.17572752, y: 0.14872806, z: -0.026867257, w: 0.9727682} - inSlope: {x: -0.009781886, y: -0.040478464, z: 0.009034453, w: 0.008205662} - outSlope: {x: -0.009781886, y: -0.040478464, z: 0.009034453, w: 0.008205662} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.383335 - value: {x: 0.17556448, y: 0.14805289, z: -0.026716726, w: 0.97290474} - inSlope: {x: -0.009781886, y: -0.040541943, z: 0.009029201, w: 0.008182417} - outSlope: {x: -0.009781886, y: -0.040541943, z: 0.009029201, w: 0.008182417} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.400002 - value: {x: 0.17540145, y: 0.14737664, z: -0.02656628, w: 0.97304094} - inSlope: {x: -0.009780992, y: -0.04060542, z: 0.009023893, w: 0.008160959} - outSlope: {x: -0.009780992, y: -0.04060542, z: 0.009023893, w: 0.008160959} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.416669 - value: {x: 0.17523845, y: 0.14669935, z: -0.026415925, w: 0.9731768} - inSlope: {x: -0.009780992, y: -0.040667556, z: 0.009018249, w: 0.008135926} - outSlope: {x: -0.009780992, y: -0.040667556, z: 0.009018249, w: 0.008135926} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.433336 - value: {x: 0.17507541, y: 0.14602104, z: -0.026265668, w: 0.97331214} - inSlope: {x: -0.009779651, y: -0.040727906, z: 0.009012102, w: 0.00811268} - outSlope: {x: -0.009779651, y: -0.040727906, z: 0.009012102, w: 0.00811268} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.4500027 - value: {x: 0.17491245, y: 0.14534174, z: -0.026115518, w: 0.9734472} - inSlope: {x: -0.009777863, y: -0.04078915, z: 0.009006011, w: 0.008089434} - outSlope: {x: -0.009777863, y: -0.04078915, z: 0.009006011, w: 0.008089434} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.4666696 - value: {x: 0.17474948, y: 0.14466138, z: -0.025965463, w: 0.9735818} - inSlope: {x: -0.0097765215, y: -0.040849946, z: 0.008999865, w: 0.0080644} - outSlope: {x: -0.0097765215, y: -0.040849946, z: 0.008999865, w: 0.0080644} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.4833364 - value: {x: 0.17458656, y: 0.14398006, z: -0.025815519, w: 0.973716} - inSlope: {x: -0.009774286, y: -0.040908504, z: 0.008993327, w: 0.008039367} - outSlope: {x: -0.009774286, y: -0.040908504, z: 0.008993327, w: 0.008039367} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.5000033 - value: {x: 0.17442366, y: 0.14329775, z: -0.025665682, w: 0.9738498} - inSlope: {x: -0.009772051, y: -0.040967513, z: 0.008986789, w: 0.008014333} - outSlope: {x: -0.009772051, y: -0.040967513, z: 0.008986789, w: 0.008014333} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.51667 - value: {x: 0.17426082, y: 0.14261445, z: -0.025515955, w: 0.97398317} - inSlope: {x: -0.009768922, y: -0.04102518, z: 0.008979804, w: 0.007991089} - outSlope: {x: -0.009768922, y: -0.04102518, z: 0.008979804, w: 0.007991089} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.533337 - value: {x: 0.17409803, y: 0.14193022, z: -0.025366351, w: 0.97411615} - inSlope: {x: -0.00976624, y: -0.041081954, z: 0.008972651, w: 0.007966055} - outSlope: {x: -0.00976624, y: -0.041081954, z: 0.008972651, w: 0.007966055} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.550004 - value: {x: 0.17393528, y: 0.14124504, z: -0.025216863, w: 0.9742487} - inSlope: {x: -0.009762663, y: -0.04113783, z: 0.008965332, w: 0.0079392325} - outSlope: {x: -0.009762663, y: -0.04113783, z: 0.008965332, w: 0.0079392325} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.566671 - value: {x: 0.1737726, y: 0.14055894, z: -0.025067503, w: 0.9743808} - inSlope: {x: -0.009758193, y: -0.04119371, z: 0.0089577325, w: 0.007910622} - outSlope: {x: -0.009758193, y: -0.04119371, z: 0.0089577325, w: 0.007910622} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.583338 - value: {x: 0.17361, y: 0.1398719, z: -0.024918268, w: 0.9745124} - inSlope: {x: -0.009753723, y: -0.04124914, z: 0.008950189, w: 0.007885589} - outSlope: {x: -0.009753723, y: -0.04124914, z: 0.008950189, w: 0.007885589} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.6000047 - value: {x: 0.17344747, y: 0.13918395, z: -0.024769159, w: 0.97464365} - inSlope: {x: -0.009749699, y: -0.04130189, z: 0.008942198, w: 0.007862343} - outSlope: {x: -0.009749699, y: -0.04130189, z: 0.008942198, w: 0.007862343} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.6166716 - value: {x: 0.17328501, y: 0.13849515, z: -0.02462019, w: 0.9747745} - inSlope: {x: -0.009745676, y: -0.041355535, z: 0.008934151, w: 0.007833734} - outSlope: {x: -0.009745676, y: -0.041355535, z: 0.008934151, w: 0.007833734} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.6333385 - value: {x: 0.17312261, y: 0.13780542, z: -0.02447135, w: 0.9749048} - inSlope: {x: -0.009739865, y: -0.041408733, z: 0.008926105, w: 0.007806912} - outSlope: {x: -0.009739865, y: -0.041408733, z: 0.008926105, w: 0.007806912} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.6500053 - value: {x: 0.17296034, y: 0.13711484, z: -0.02432265, w: 0.9750347} - inSlope: {x: -0.009734053, y: -0.04145969, z: 0.008917443, w: 0.00778009} - outSlope: {x: -0.009734053, y: -0.04145969, z: 0.008917443, w: 0.00778009} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.666672 - value: {x: 0.17279814, y: 0.13642341, z: -0.024174098, w: 0.9751641} - inSlope: {x: -0.009728689, y: -0.041510206, z: 0.00890867, w: 0.0077514807} - outSlope: {x: -0.009728689, y: -0.041510206, z: 0.00890867, w: 0.0077514807} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.683339 - value: {x: 0.17263605, y: 0.13573115, z: -0.02402569, w: 0.9752931} - inSlope: {x: -0.009721984, y: -0.04156072, z: 0.008900065, w: 0.0077246586} - outSlope: {x: -0.009721984, y: -0.04156072, z: 0.008900065, w: 0.0077246586} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.700006 - value: {x: 0.17247407, y: 0.13503803, z: -0.023877425, w: 0.9754216} - inSlope: {x: -0.009714832, y: -0.04161034, z: 0.008890845, w: 0.0076960493} - outSlope: {x: -0.009714832, y: -0.04161034, z: 0.008890845, w: 0.0076960493} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.716673 - value: {x: 0.17231221, y: 0.13434412, z: -0.023729324, w: 0.97554964} - inSlope: {x: -0.009708126, y: -0.04165862, z: 0.008881458, w: 0.007667439} - outSlope: {x: -0.009708126, y: -0.04165862, z: 0.008881458, w: 0.007667439} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.73334 - value: {x: 0.17215046, y: 0.1336494, z: -0.023581373, w: 0.9756772} - inSlope: {x: -0.0097009735, y: -0.041706003, z: 0.008872238, w: 0.0076388293} - outSlope: {x: -0.0097009735, y: -0.041706003, z: 0.008872238, w: 0.0076388293} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.7500067 - value: {x: 0.17198884, y: 0.1329539, z: -0.02343358, w: 0.97580427} - inSlope: {x: -0.009693374, y: -0.041752942, z: 0.008862627, w: 0.0076102195} - outSlope: {x: -0.009693374, y: -0.041752942, z: 0.008862627, w: 0.0076102195} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.7666736 - value: {x: 0.17182735, y: 0.13225761, z: -0.023285948, w: 0.97593087} - inSlope: {x: -0.009685774, y: -0.041800328, z: 0.0088530155, w: 0.0075816093} - outSlope: {x: -0.009685774, y: -0.041800328, z: 0.0088530155, w: 0.0075816093} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.7833405 - value: {x: 0.17166598, y: 0.13156053, z: -0.023138475, w: 0.976057} - inSlope: {x: -0.009676834, y: -0.041845925, z: 0.008843069, w: 0.007551212} - outSlope: {x: -0.009676834, y: -0.041845925, z: 0.008843069, w: 0.007551212} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.8000073 - value: {x: 0.17150478, y: 0.13086273, z: -0.022991175, w: 0.9761826} - inSlope: {x: -0.009668787, y: -0.04189018, z: 0.008833011, w: 0.0075208135} - outSlope: {x: -0.009668787, y: -0.04189018, z: 0.008833011, w: 0.0075208135} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.816674 - value: {x: 0.17134368, y: 0.13016418, z: -0.022844037, w: 0.9763077} - inSlope: {x: -0.009659847, y: -0.04193399, z: 0.00882273, w: 0.007493992} - outSlope: {x: -0.009659847, y: -0.04193399, z: 0.00882273, w: 0.007493992} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.833341 - value: {x: 0.17118278, y: 0.12946491, z: -0.02269708, w: 0.9764324} - inSlope: {x: -0.009649118, y: -0.041976906, z: 0.008811945, w: 0.007463594} - outSlope: {x: -0.009649118, y: -0.041976906, z: 0.008811945, w: 0.007463594} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.850008 - value: {x: 0.17102204, y: 0.12876493, z: -0.022550302, w: 0.9765565} - inSlope: {x: -0.009639284, y: -0.042019818, z: 0.00880144, w: 0.00742962} - outSlope: {x: -0.009639284, y: -0.042019818, z: 0.00880144, w: 0.00742962} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.866675 - value: {x: 0.17086147, y: 0.12806423, z: -0.022403695, w: 0.97668004} - inSlope: {x: -0.009630343, y: -0.042061392, z: 0.008790879, w: 0.00740101} - outSlope: {x: -0.009630343, y: -0.042061392, z: 0.008790879, w: 0.00740101} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.883342 - value: {x: 0.17070103, y: 0.12736286, z: -0.022257268, w: 0.9768032} - inSlope: {x: -0.009619167, y: -0.04210252, z: 0.008779759, w: 0.0073724} - outSlope: {x: -0.009619167, y: -0.04210252, z: 0.008779759, w: 0.0073724} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.9000087 - value: {x: 0.17054082, y: 0.1266608, z: -0.022111032, w: 0.9769258} - inSlope: {x: -0.009607544, y: -0.0421432, z: 0.008768639, w: 0.007340214} - outSlope: {x: -0.009607544, y: -0.0421432, z: 0.008768639, w: 0.007340214} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.9166756 - value: {x: 0.17038077, y: 0.12595807, z: -0.021964977, w: 0.97704786} - inSlope: {x: -0.009597709, y: -0.042181645, z: 0.008757407, w: 0.0073080277} - outSlope: {x: -0.009597709, y: -0.042181645, z: 0.008757407, w: 0.0073080277} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.9333425 - value: {x: 0.1702209, y: 0.12525472, z: -0.021819115, w: 0.9771694} - inSlope: {x: -0.0095865335, y: -0.042219866, z: 0.008745897, w: 0.007275842} - outSlope: {x: -0.0095865335, y: -0.042219866, z: 0.008745897, w: 0.007275842} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.9500093 - value: {x: 0.17006122, y: 0.12455072, z: -0.021673443, w: 0.9772904} - inSlope: {x: -0.0095740175, y: -0.04225853, z: 0.00873433, w: 0.0072454438} - outSlope: {x: -0.0095740175, y: -0.04225853, z: 0.00873433, w: 0.0072454438} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.966676 - value: {x: 0.16990176, y: 0.123846084, z: -0.021527966, w: 0.9774109} - inSlope: {x: -0.009560606, y: -0.04229541, z: 0.008722483, w: 0.0072150463} - outSlope: {x: -0.009560606, y: -0.04229541, z: 0.008722483, w: 0.0072150463} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 4.983343 - value: {x: 0.16974252, y: 0.12314086, z: -0.02138269, w: 0.9775309} - inSlope: {x: -0.0095485365, y: -0.042331845, z: 0.008710637, w: 0.0071792835} - outSlope: {x: -0.0095485365, y: -0.042331845, z: 0.008710637, w: 0.0071792835} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.00001 - value: {x: 0.16958347, y: 0.122435, z: -0.021237608, w: 0.9776502} - inSlope: {x: -0.009536467, y: -0.042367607, z: 0.008698679, w: 0.0071470975} - outSlope: {x: -0.009536467, y: -0.042367607, z: 0.008698679, w: 0.0071470975} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.016677 - value: {x: 0.16942464, y: 0.121728584, z: -0.02109273, w: 0.97776914} - inSlope: {x: -0.009522162, y: -0.04240203, z: 0.00868633, w: 0.0071184877} - outSlope: {x: -0.009522162, y: -0.04240203, z: 0.00868633, w: 0.0071184877} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.033344 - value: {x: 0.16926606, y: 0.12102158, z: -0.02094806, w: 0.9778875} - inSlope: {x: -0.009507857, y: -0.042436004, z: 0.008673813, w: 0.007082725} - outSlope: {x: -0.009507857, y: -0.042436004, z: 0.008673813, w: 0.007082725} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.0500107 - value: {x: 0.1691077, y: 0.12031403, z: -0.020803599, w: 0.97800523} - inSlope: {x: -0.009494446, y: -0.042468637, z: 0.00866124, w: 0.007048751} - outSlope: {x: -0.009494446, y: -0.042468637, z: 0.00866124, w: 0.007048751} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.0666776 - value: {x: 0.16894957, y: 0.11960594, z: -0.020659348, w: 0.9781225} - inSlope: {x: -0.009480141, y: -0.04250127, z: 0.0086486675, w: 0.007020141} - outSlope: {x: -0.009480141, y: -0.04250127, z: 0.0086486675, w: 0.007020141} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.0833445 - value: {x: 0.1687917, y: 0.118897304, z: -0.020515306, w: 0.97823924} - inSlope: {x: -0.009464942, y: -0.042533457, z: 0.008635871, w: 0.0069861673} - outSlope: {x: -0.009464942, y: -0.042533457, z: 0.008635871, w: 0.0069861673} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.1000113 - value: {x: 0.16863407, y: 0.11818814, z: -0.020371482, w: 0.97835535} - inSlope: {x: -0.009449743, y: -0.042563856, z: 0.008622739, w: 0.0069486164} - outSlope: {x: -0.009449743, y: -0.042563856, z: 0.008622739, w: 0.0069486164} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.116678 - value: {x: 0.1684767, y: 0.11747849, z: -0.020227877, w: 0.97847086} - inSlope: {x: -0.009434097, y: -0.04259291, z: 0.008609552, w: 0.006916431} - outSlope: {x: -0.009434097, y: -0.04259291, z: 0.008609552, w: 0.006916431} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.133345 - value: {x: 0.1683196, y: 0.11676836, z: -0.020084493, w: 0.9785859} - inSlope: {x: -0.009418004, y: -0.042623755, z: 0.008596477, w: 0.006882456} - outSlope: {x: -0.009418004, y: -0.042623755, z: 0.008596477, w: 0.006882456} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.150012 - value: {x: 0.16816276, y: 0.11605768, z: -0.019941324, w: 0.9787003} - inSlope: {x: -0.009402358, y: -0.042652365, z: 0.008583066, w: 0.0068484824} - outSlope: {x: -0.009402358, y: -0.042652365, z: 0.008583066, w: 0.0068484824} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.166679 - value: {x: 0.16800618, y: 0.115346596, z: -0.019798387, w: 0.9788142} - inSlope: {x: -0.009386713, y: -0.04267874, z: 0.0085694315, w: 0.006814508} - outSlope: {x: -0.009386713, y: -0.04267874, z: 0.0085694315, w: 0.006814508} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.183346 - value: {x: 0.16784987, y: 0.114635035, z: -0.019655673, w: 0.97892743} - inSlope: {x: -0.009368831, y: -0.04270601, z: 0.008555741, w: 0.006778746} - outSlope: {x: -0.009368831, y: -0.04270601, z: 0.008555741, w: 0.006778746} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.2000127 - value: {x: 0.16769388, y: 0.11392304, z: -0.019513192, w: 0.97904015} - inSlope: {x: -0.009350503, y: -0.04273216, z: 0.008541828, w: 0.006742983} - outSlope: {x: -0.009350503, y: -0.04273216, z: 0.008541828, w: 0.006742983} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.2166796 - value: {x: 0.16753818, y: 0.11321061, z: -0.019370941, w: 0.9791522} - inSlope: {x: -0.0093330685, y: -0.04275764, z: 0.008527914, w: 0.0067072213} - outSlope: {x: -0.0093330685, y: -0.04275764, z: 0.008527914, w: 0.0067072213} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.2333465 - value: {x: 0.16738278, y: 0.11249777, z: -0.019228924, w: 0.9792637} - inSlope: {x: -0.00931474, y: -0.042782675, z: 0.008513888, w: 0.0066750348} - outSlope: {x: -0.00931474, y: -0.042782675, z: 0.008513888, w: 0.0066750348} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.2500134 - value: {x: 0.16722769, y: 0.1117845, z: -0.019087141, w: 0.9793747} - inSlope: {x: -0.009296413, y: -0.04280659, z: 0.008499639, w: 0.006639273} - outSlope: {x: -0.009296413, y: -0.04280659, z: 0.008499639, w: 0.006639273} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.2666802 - value: {x: 0.16707289, y: 0.111070864, z: -0.018945599, w: 0.97948503} - inSlope: {x: -0.009278084, y: -0.042828716, z: 0.008485222, w: 0.00660351} - outSlope: {x: -0.009278084, y: -0.042828716, z: 0.008485222, w: 0.00660351} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.283347 - value: {x: 0.16691841, y: 0.11035686, z: -0.018804297, w: 0.9795948} - inSlope: {x: -0.009258415, y: -0.04285062, z: 0.008470694, w: 0.0065695364} - outSlope: {x: -0.009258415, y: -0.04285062, z: 0.008470694, w: 0.0065695364} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.300014 - value: {x: 0.16676427, y: 0.10964249, z: -0.018663239, w: 0.979704} - inSlope: {x: -0.009238746, y: -0.042872973, z: 0.008456166, w: 0.0065319855} - outSlope: {x: -0.009238746, y: -0.042872973, z: 0.008456166, w: 0.0065319855} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.316681 - value: {x: 0.16661045, y: 0.10892774, z: -0.01852242, w: 0.97981256} - inSlope: {x: -0.0092190765, y: -0.04289309, z: 0.008441358, w: 0.0064962236} - outSlope: {x: -0.0092190765, y: -0.04289309, z: 0.008441358, w: 0.0064962236} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.333348 - value: {x: 0.16645697, y: 0.1082127, z: -0.018381856, w: 0.97992057} - inSlope: {x: -0.009198513, y: -0.042912535, z: 0.008426438, w: 0.0064586727} - outSlope: {x: -0.009198513, y: -0.042912535, z: 0.008426438, w: 0.0064586727} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.3500147 - value: {x: 0.16630383, y: 0.107497305, z: -0.018241536, w: 0.98002785} - inSlope: {x: -0.009177502, y: -0.042932875, z: 0.008411575, w: 0.0064211227} - outSlope: {x: -0.009177502, y: -0.042932875, z: 0.008411575, w: 0.0064211227} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.3666816 - value: {x: 0.16615105, y: 0.10678159, z: -0.018101467, w: 0.9801346} - inSlope: {x: -0.00915694, y: -0.042950757, z: 0.008396488, w: 0.006387148} - outSlope: {x: -0.00915694, y: -0.042950757, z: 0.008396488, w: 0.006387148} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.3833485 - value: {x: 0.1659986, y: 0.10606559, z: -0.01796165, w: 0.98024076} - inSlope: {x: -0.009135035, y: -0.042967074, z: 0.008381121, w: 0.006349598} - outSlope: {x: -0.009135035, y: -0.042967074, z: 0.008381121, w: 0.006349598} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.4000154 - value: {x: 0.16584654, y: 0.10534933, z: -0.017822092, w: 0.98034626} - inSlope: {x: -0.009112684, y: -0.042984284, z: 0.008365754, w: 0.006312048} - outSlope: {x: -0.009112684, y: -0.042984284, z: 0.008365754, w: 0.006312048} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.4166822 - value: {x: 0.16569483, y: 0.104632765, z: -0.017682787, w: 0.98045117} - inSlope: {x: -0.009091226, y: -0.043000825, z: 0.008350499, w: 0.0062762853} - outSlope: {x: -0.009091226, y: -0.043000825, z: 0.008350499, w: 0.0062762853} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.433349 - value: {x: 0.1655435, y: 0.10391595, z: -0.017543739, w: 0.9805555} - inSlope: {x: -0.009068428, y: -0.0430158, z: 0.008334909, w: 0.0062387353} - outSlope: {x: -0.009068428, y: -0.0430158, z: 0.008334909, w: 0.0062387353} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.450016 - value: {x: 0.16539255, y: 0.103198886, z: -0.017404953, w: 0.9806591} - inSlope: {x: -0.009046076, y: -0.04302921, z: 0.008319096, w: 0.0062029725} - outSlope: {x: -0.009046076, y: -0.04302921, z: 0.008319096, w: 0.0062029725} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.466683 - value: {x: 0.16524196, y: 0.102481626, z: -0.017266432, w: 0.98076224} - inSlope: {x: -0.009021936, y: -0.04304307, z: 0.008303282, w: 0.0061636344} - outSlope: {x: -0.009021936, y: -0.04304307, z: 0.008303282, w: 0.0061636344} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.48335 - value: {x: 0.16509181, y: 0.1017641, z: -0.017128173, w: 0.9808646} - inSlope: {x: -0.008997797, y: -0.04305648, z: 0.008287412, w: 0.0061242953} - outSlope: {x: -0.008997797, y: -0.04305648, z: 0.008287412, w: 0.0061242953} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.5000167 - value: {x: 0.16494203, y: 0.10104639, z: -0.016990181, w: 0.9809664} - inSlope: {x: -0.008974105, y: -0.043067433, z: 0.008271376, w: 0.0060903216} - outSlope: {x: -0.008974105, y: -0.043067433, z: 0.008271376, w: 0.0060903216} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.5166836 - value: {x: 0.16479267, y: 0.1003285, z: -0.016852457, w: 0.9810676} - inSlope: {x: -0.008949965, y: -0.043078832, z: 0.008255282, w: 0.0060509825} - outSlope: {x: -0.008949965, y: -0.043078832, z: 0.008255282, w: 0.0060509825} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.5333505 - value: {x: 0.16464369, y: 0.09961041, z: -0.016715001, w: 0.9811681} - inSlope: {x: -0.008924484, y: -0.043089785, z: 0.0082390215, w: 0.0060116444} - outSlope: {x: -0.008924484, y: -0.043089785, z: 0.0082390215, w: 0.0060116444} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.5500174 - value: {x: 0.16449519, y: 0.09889215, z: -0.01657782, w: 0.981268} - inSlope: {x: -0.008899003, y: -0.043098725, z: 0.008222649, w: 0.0059723053} - outSlope: {x: -0.008899003, y: -0.043098725, z: 0.008222649, w: 0.0059723053} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.5666842 - value: {x: 0.16434705, y: 0.09817377, z: -0.01644091, w: 0.9813672} - inSlope: {x: -0.008874417, y: -0.043106996, z: 0.00820622, w: 0.0059347553} - outSlope: {x: -0.008874417, y: -0.043106996, z: 0.00820622, w: 0.0059347553} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.583351 - value: {x: 0.16419937, y: 0.09745523, z: -0.016304275, w: 0.9814658} - inSlope: {x: -0.008848489, y: -0.043115932, z: 0.008189904, w: 0.0059007807} - outSlope: {x: -0.008848489, y: -0.043115932, z: 0.008189904, w: 0.0059007807} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.600018 - value: {x: 0.1640521, y: 0.09673655, z: -0.016167909, w: 0.98156387} - inSlope: {x: -0.008821221, y: -0.043123085, z: 0.008173252, w: 0.0058596544} - outSlope: {x: -0.008821221, y: -0.043123085, z: 0.008173252, w: 0.0058596544} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.616685 - value: {x: 0.16390532, y: 0.09601778, z: -0.01603183, w: 0.98166114} - inSlope: {x: -0.008794399, y: -0.043128673, z: 0.008156321, w: 0.005818528} - outSlope: {x: -0.008794399, y: -0.043128673, z: 0.008156321, w: 0.005818528} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.633352 - value: {x: 0.16375895, y: 0.09529891, z: -0.015896028, w: 0.9817578} - inSlope: {x: -0.008768024, y: -0.043134708, z: 0.008139669, w: 0.005780977} - outSlope: {x: -0.008768024, y: -0.043134708, z: 0.008139669, w: 0.005780977} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.6500187 - value: {x: 0.16361305, y: 0.094579935, z: -0.015760504, w: 0.98185384} - inSlope: {x: -0.008739862, y: -0.04313918, z: 0.008122738, w: 0.005743427} - outSlope: {x: -0.008739862, y: -0.04313918, z: 0.008122738, w: 0.005743427} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.6666856 - value: {x: 0.16346762, y: 0.09386092, z: -0.015625266, w: 0.98194927} - inSlope: {x: -0.0087121455, y: -0.043142755, z: 0.008105611, w: 0.005704088} - outSlope: {x: -0.0087121455, y: -0.043142755, z: 0.008105611, w: 0.005704088} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.6833525 - value: {x: 0.16332264, y: 0.093141824, z: -0.015490313, w: 0.982044} - inSlope: {x: -0.008683983, y: -0.04314633, z: 0.008088568, w: 0.00566475} - outSlope: {x: -0.008683983, y: -0.04314633, z: 0.008088568, w: 0.00566475} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.7000194 - value: {x: 0.16317815, y: 0.09242269, z: -0.015355644, w: 0.9821381} - inSlope: {x: -0.008654479, y: -0.043148566, z: 0.008071357, w: 0.005623623} - outSlope: {x: -0.008654479, y: -0.043148566, z: 0.008071357, w: 0.005623623} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.7166862 - value: {x: 0.16303416, y: 0.09170352, z: -0.015221264, w: 0.98223144} - inSlope: {x: -0.008625422, y: -0.043150354, z: 0.008054063, w: 0.0055824965} - outSlope: {x: -0.008625422, y: -0.043150354, z: 0.008054063, w: 0.0055824965} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.733353 - value: {x: 0.16289063, y: 0.09098432, z: -0.015087171, w: 0.9823242} - inSlope: {x: -0.008596365, y: -0.043151025, z: 0.008036769, w: 0.0055467337} - outSlope: {x: -0.008596365, y: -0.043151025, z: 0.008036769, w: 0.0055467337} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.75002 - value: {x: 0.1627476, y: 0.09026513, z: -0.014953368, w: 0.98241633} - inSlope: {x: -0.008566861, y: -0.04315125, z: 0.008019418, w: 0.0055073956} - outSlope: {x: -0.008566861, y: -0.04315125, z: 0.008019418, w: 0.0055073956} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.766687 - value: {x: 0.16260506, y: 0.08954593, z: -0.014819854, w: 0.98250777} - inSlope: {x: -0.008537358, y: -0.043149684, z: 0.0080017885, w: 0.0054662693} - outSlope: {x: -0.008537358, y: -0.043149684, z: 0.0080017885, w: 0.0054662693} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.783354 - value: {x: 0.16246302, y: 0.08882679, z: -0.0146866385, w: 0.98259854} - inSlope: {x: -0.008505618, y: -0.043147895, z: 0.007984104, w: 0.005425142} - outSlope: {x: -0.008505618, y: -0.043147895, z: 0.007984104, w: 0.005425142} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.8000207 - value: {x: 0.16232154, y: 0.088107646, z: -0.014553714, w: 0.9826886} - inSlope: {x: -0.008474773, y: -0.043146554, z: 0.007966641, w: 0.005385804} - outSlope: {x: -0.008474773, y: -0.043146554, z: 0.007966641, w: 0.005385804} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.8166876 - value: {x: 0.16218053, y: 0.08738855, z: -0.01442108, w: 0.9827781} - inSlope: {x: -0.008443481, y: -0.043142755, z: 0.007948816, w: 0.005348253} - outSlope: {x: -0.008443481, y: -0.043142755, z: 0.007948816, w: 0.005348253} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.8333545 - value: {x: 0.16204008, y: 0.086669534, z: -0.01428875, w: 0.9828669} - inSlope: {x: -0.008411296, y: -0.043137614, z: 0.007930739, w: 0.005307127} - outSlope: {x: -0.008411296, y: -0.043137614, z: 0.007930739, w: 0.005307127} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.8500214 - value: {x: 0.16190015, y: 0.08595061, z: -0.014156719, w: 0.982955} - inSlope: {x: -0.008380003, y: -0.043133143, z: 0.007912941, w: 0.005264212} - outSlope: {x: -0.008380003, y: -0.043133143, z: 0.007912941, w: 0.005264212} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.8666883 - value: {x: 0.16176075, y: 0.085231744, z: -0.014024981, w: 0.98304236} - inSlope: {x: -0.00834737, y: -0.04312912, z: 0.007895228, w: 0.0052248733} - outSlope: {x: -0.00834737, y: -0.04312912, z: 0.007895228, w: 0.0052248733} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.883355 - value: {x: 0.1616219, y: 0.08451296, z: -0.013893541, w: 0.98312914} - inSlope: {x: -0.008313843, y: -0.04312152, z: 0.007876984, w: 0.005185535} - outSlope: {x: -0.008313843, y: -0.04312152, z: 0.007876984, w: 0.005185535} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.900022 - value: {x: 0.16148362, y: 0.08379434, z: -0.013762412, w: 0.9832152} - inSlope: {x: -0.008280316, y: -0.043113474, z: 0.007858711, w: 0.005144408} - outSlope: {x: -0.008280316, y: -0.043113474, z: 0.007858711, w: 0.005144408} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.916689 - value: {x: 0.16134588, y: 0.08307582, z: -0.01363158, w: 0.9833006} - inSlope: {x: -0.008246789, y: -0.04310655, z: 0.007840663, w: 0.0051032817} - outSlope: {x: -0.008246789, y: -0.04310655, z: 0.007840663, w: 0.0051032817} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.933356 - value: {x: 0.16120872, y: 0.08235744, z: -0.013501053, w: 0.9833853} - inSlope: {x: -0.008212367, y: -0.043097384, z: 0.007822363, w: 0.0050621545} - outSlope: {x: -0.008212367, y: -0.043097384, z: 0.007822363, w: 0.0050621545} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.9500227 - value: {x: 0.16107213, y: 0.08163922, z: -0.0133708315, w: 0.98346937} - inSlope: {x: -0.008177946, y: -0.043087102, z: 0.0078039784, w: 0.0050228164} - outSlope: {x: -0.008177946, y: -0.043087102, z: 0.0078039784, w: 0.0050228164} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.9666896 - value: {x: 0.16093612, y: 0.08092118, z: -0.013240917, w: 0.98355275} - inSlope: {x: -0.008143972, y: -0.04307682, z: 0.0077856504, w: 0.00498169} - outSlope: {x: -0.008143972, y: -0.04307682, z: 0.0077856504, w: 0.00498169} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 5.9833565 - value: {x: 0.16080067, y: 0.08020331, z: -0.013111306, w: 0.9836354} - inSlope: {x: -0.008108657, y: -0.04306654, z: 0.0077673504, w: 0.004940563} - outSlope: {x: -0.008108657, y: -0.04306654, z: 0.0077673504, w: 0.004940563} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.0000234 - value: {x: 0.16066583, y: 0.07948561, z: -0.0129820015, w: 0.98371744} - inSlope: {x: -0.008072447, y: -0.043054022, z: 0.0077487705, w: 0.0048994366} - outSlope: {x: -0.008072447, y: -0.043054022, z: 0.0077487705, w: 0.0048994366} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.0166903 - value: {x: 0.16053158, y: 0.07876816, z: -0.012853011, w: 0.98379874} - inSlope: {x: -0.008036238, y: -0.04303994, z: 0.007729995, w: 0.0048600975} - outSlope: {x: -0.008036238, y: -0.04303994, z: 0.007729995, w: 0.0048600975} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.033357 - value: {x: 0.16039795, y: 0.07805093, z: -0.012724332, w: 0.98387945} - inSlope: {x: -0.008000476, y: -0.043026753, z: 0.0077114436, w: 0.004817183} - outSlope: {x: -0.008000476, y: -0.043026753, z: 0.0077114436, w: 0.004817183} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.050024 - value: {x: 0.1602649, y: 0.07733391, z: -0.012595959, w: 0.9839593} - inSlope: {x: -0.007963819, y: -0.043012895, z: 0.007692892, w: 0.0047742687} - outSlope: {x: -0.007963819, y: -0.043012895, z: 0.007692892, w: 0.0047742687} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.066691 - value: {x: 0.16013248, y: 0.076617144, z: -0.012467898, w: 0.9840386} - inSlope: {x: -0.0079258215, y: -0.0429968, z: 0.007673977, w: 0.0047349297} - outSlope: {x: -0.0079258215, y: -0.0429968, z: 0.007673977, w: 0.0047349297} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.083358 - value: {x: 0.1600007, y: 0.07590067, z: -0.012340156, w: 0.98411715} - inSlope: {x: -0.007887824, y: -0.04298093, z: 0.0076551735, w: 0.0046938034} - outSlope: {x: -0.007887824, y: -0.04298093, z: 0.0076551735, w: 0.0046938034} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.1000247 - value: {x: 0.15986955, y: 0.07518443, z: -0.012212723, w: 0.98419505} - inSlope: {x: -0.007850274, y: -0.042964615, z: 0.0076364824, w: 0.004650888} - outSlope: {x: -0.007850274, y: -0.042964615, z: 0.0076364824, w: 0.004650888} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.1166916 - value: {x: 0.15973902, y: 0.07446849, z: -0.012085604, w: 0.9842722} - inSlope: {x: -0.0078122765, y: -0.04294517, z: 0.007617372, w: 0.00461155} - outSlope: {x: -0.0078122765, y: -0.04294517, z: 0.007617372, w: 0.00461155} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.1333585 - value: {x: 0.15960914, y: 0.0737529, z: -0.011958807, w: 0.9843488} - inSlope: {x: -0.0077724913, y: -0.042927288, z: 0.007598429, w: 0.0045722113} - outSlope: {x: -0.0077724913, y: -0.042927288, z: 0.007598429, w: 0.0045722113} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.1500254 - value: {x: 0.15947993, y: 0.073037565, z: -0.011832319, w: 0.9844246} - inSlope: {x: -0.0077340463, y: -0.04290896, z: 0.0075796256, w: 0.00452572} - outSlope: {x: -0.0077340463, y: -0.04290896, z: 0.0075796256, w: 0.00452572} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.1666923 - value: {x: 0.15935133, y: 0.072322585, z: -0.011706149, w: 0.98449963} - inSlope: {x: -0.007695155, y: -0.042887725, z: 0.00756046, w: 0.004484594} - outSlope: {x: -0.007695155, y: -0.042887725, z: 0.00756046, w: 0.004484594} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.183359 - value: {x: 0.15922342, y: 0.071607955, z: -0.0115803005, w: 0.9845741} - inSlope: {x: -0.007654475, y: -0.042866938, z: 0.007541321, w: 0.004445255} - outSlope: {x: -0.007654475, y: -0.042866938, z: 0.007541321, w: 0.004445255} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.200026 - value: {x: 0.15909618, y: 0.07089367, z: -0.0114547685, w: 0.9846478} - inSlope: {x: -0.007614243, y: -0.042845257, z: 0.0075222384, w: 0.0044023404} - outSlope: {x: -0.007614243, y: -0.042845257, z: 0.0075222384, w: 0.0044023404} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.216693 - value: {x: 0.15896961, y: 0.07017976, z: -0.011329556, w: 0.9847208} - inSlope: {x: -0.0075731156, y: -0.04282201, z: 0.0075029605, w: 0.0043612137} - outSlope: {x: -0.0075731156, y: -0.04282201, z: 0.0075029605, w: 0.0043612137} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.23336 - value: {x: 0.15884374, y: 0.06946625, z: -0.011204666, w: 0.9847932} - inSlope: {x: -0.0075319894, y: -0.04279832, z: 0.0074836826, w: 0.004320087} - outSlope: {x: -0.0075319894, y: -0.04279832, z: 0.0074836826, w: 0.004320087} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.2500267 - value: {x: 0.15871854, y: 0.06875313, z: -0.0110800965, w: 0.98486483} - inSlope: {x: -0.007490416, y: -0.042774852, z: 0.007464572, w: 0.0042771725} - outSlope: {x: -0.007490416, y: -0.042774852, z: 0.007464572, w: 0.0042771725} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.2666936 - value: {x: 0.15859406, y: 0.0680404, z: -0.010955844, w: 0.98493576} - inSlope: {x: -0.007448842, y: -0.042750265, z: 0.0074453494, w: 0.004234257} - outSlope: {x: -0.007448842, y: -0.042750265, z: 0.0074453494, w: 0.004234257} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.2833605 - value: {x: 0.15847024, y: 0.0673281, z: -0.010831915, w: 0.985006} - inSlope: {x: -0.0074068215, y: -0.04272389, z: 0.007425904, w: 0.004193131} - outSlope: {x: -0.0074068215, y: -0.04272389, z: 0.007425904, w: 0.004193131} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.3000274 - value: {x: 0.15834716, y: 0.06661625, z: -0.010708311, w: 0.98507553} - inSlope: {x: -0.007363459, y: -0.04269662, z: 0.0074064024, w: 0.004150216} - outSlope: {x: -0.007363459, y: -0.04269662, z: 0.0074064024, w: 0.004150216} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.3166943 - value: {x: 0.15822479, y: 0.06590486, z: -0.0105850315, w: 0.9851443} - inSlope: {x: -0.0073205447, y: -0.042669576, z: 0.007387096, w: 0.0041090893} - outSlope: {x: -0.0073205447, y: -0.042669576, z: 0.007387096, w: 0.0041090893} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.333361 - value: {x: 0.15810314, y: 0.065193914, z: -0.010462071, w: 0.9852125} - inSlope: {x: -0.0072771832, y: -0.042641412, z: 0.007367734, w: 0.004069751} - outSlope: {x: -0.0072771832, y: -0.042641412, z: 0.007367734, w: 0.004069751} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.350028 - value: {x: 0.15798222, y: 0.064483464, z: -0.010339437, w: 0.98528} - inSlope: {x: -0.007232927, y: -0.04261191, z: 0.007348177, w: 0.004026836} - outSlope: {x: -0.007232927, y: -0.04261191, z: 0.007348177, w: 0.004026836} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.366695 - value: {x: 0.15786204, y: 0.0637735, z: -0.010217128, w: 0.98534673} - inSlope: {x: -0.007187777, y: -0.04258218, z: 0.0073286192, w: 0.0039839214} - outSlope: {x: -0.007187777, y: -0.04258218, z: 0.0073286192, w: 0.0039839214} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.383362 - value: {x: 0.15774262, y: 0.06306404, z: -0.0100951465, w: 0.9854128} - inSlope: {x: -0.0071444158, y: -0.042551227, z: 0.0073091174, w: 0.0039410065} - outSlope: {x: -0.0071444158, y: -0.042551227, z: 0.0073091174, w: 0.0039410065} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.4000287 - value: {x: 0.15762389, y: 0.062355105, z: -0.009973488, w: 0.9854781} - inSlope: {x: -0.0070997123, y: -0.042519376, z: 0.007289532, w: 0.0038980918} - outSlope: {x: -0.0070997123, y: -0.042519376, z: 0.007289532, w: 0.0038980918} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.4166956 - value: {x: 0.15750596, y: 0.061646707, z: -0.009852159, w: 0.9855427} - inSlope: {x: -0.0070527745, y: -0.042487524, z: 0.007269947, w: 0.003856965} - outSlope: {x: -0.0070527745, y: -0.042487524, z: 0.007269947, w: 0.003856965} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.4333625 - value: {x: 0.15738879, y: 0.060938835, z: -0.009731153, w: 0.9856067} - inSlope: {x: -0.0070071775, y: -0.042455226, z: 0.007250501, w: 0.0038158384} - outSlope: {x: -0.0070071775, y: -0.042455226, z: 0.007250501, w: 0.0038158384} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.4500294 - value: {x: 0.15727238, y: 0.060231514, z: -0.009610472, w: 0.9856699} - inSlope: {x: -0.0069611333, y: -0.04242047, z: 0.0072307475, w: 0.0037729237} - outSlope: {x: -0.0069611333, y: -0.04242047, z: 0.0072307475, w: 0.0037729237} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.4666963 - value: {x: 0.15715675, y: 0.0595248, z: -0.009490125, w: 0.98573244} - inSlope: {x: -0.0069146426, y: -0.042384706, z: 0.007210939, w: 0.0037335851} - outSlope: {x: -0.0069146426, y: -0.042384706, z: 0.007210939, w: 0.0037335851} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.483363 - value: {x: 0.15704189, y: 0.05881867, z: -0.009370104, w: 0.98579437} - inSlope: {x: -0.0068677044, y: -0.042349838, z: 0.0071913814, w: 0.0036906702} - outSlope: {x: -0.0068677044, y: -0.042349838, z: 0.0071913814, w: 0.0036906702} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.50003 - value: {x: 0.15692782, y: 0.05811312, z: -0.009250409, w: 0.98585546} - inSlope: {x: -0.006819425, y: -0.042313516, z: 0.007171656, w: 0.0036441793} - outSlope: {x: -0.006819425, y: -0.042313516, z: 0.007171656, w: 0.0036441793} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.516697 - value: {x: 0.15681458, y: 0.057408202, z: -0.009131046, w: 0.98591584} - inSlope: {x: -0.0067711463, y: -0.042275853, z: 0.007151875, w: 0.0036048407} - outSlope: {x: -0.0067711463, y: -0.042275853, z: 0.007151875, w: 0.0036048407} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.533364 - value: {x: 0.15670212, y: 0.056703907, z: -0.00901201, w: 0.9859756} - inSlope: {x: -0.0067237616, y: -0.042238306, z: 0.007132262, w: 0.0035637142} - outSlope: {x: -0.0067237616, y: -0.042238306, z: 0.007132262, w: 0.0035637142} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.5500307 - value: {x: 0.15659045, y: 0.05600024, z: -0.008893301, w: 0.98603463} - inSlope: {x: -0.0066750348, y: -0.042199638, z: 0.0071125366, w: 0.0035207993} - outSlope: {x: -0.0066750348, y: -0.042199638, z: 0.0071125366, w: 0.0035207993} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.5666976 - value: {x: 0.15647961, y: 0.055297233, z: -0.008774922, w: 0.986093} - inSlope: {x: -0.006626309, y: -0.04215918, z: 0.0070926715, w: 0.0034814607} - outSlope: {x: -0.006626309, y: -0.04215918, z: 0.0070926715, w: 0.0034814607} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.5833645 - value: {x: 0.15636957, y: 0.054594915, z: -0.008656875, w: 0.9861507} - inSlope: {x: -0.006576689, y: -0.042118277, z: 0.007072779, w: 0.0034367577} - outSlope: {x: -0.006576689, y: -0.042118277, z: 0.007072779, w: 0.0034367577} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.6000314 - value: {x: 0.15626039, y: 0.05389327, z: -0.00853916, w: 0.98620754} - inSlope: {x: -0.0065261745, y: -0.04207771, z: 0.007053054, w: 0.0033920552} - outSlope: {x: -0.0065261745, y: -0.04207771, z: 0.007053054, w: 0.0033920552} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.6166983 - value: {x: 0.15615202, y: 0.053192306, z: -0.00842177, w: 0.98626375} - inSlope: {x: -0.006476107, y: -0.042035576, z: 0.0070333006, w: 0.0033527166} - outSlope: {x: -0.006476107, y: -0.042035576, z: 0.0070333006, w: 0.0033527166} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.633365 - value: {x: 0.15604451, y: 0.052492067, z: -0.008304713, w: 0.9863193} - inSlope: {x: -0.006424699, y: -0.041991882, z: 0.007013352, w: 0.0033115898} - outSlope: {x: -0.006424699, y: -0.041991882, z: 0.007013352, w: 0.0033115898} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.650032 - value: {x: 0.15593787, y: 0.05179256, z: -0.008187989, w: 0.98637414} - inSlope: {x: -0.006373738, y: -0.041948855, z: 0.0069935992, w: 0.0032668868} - outSlope: {x: -0.006373738, y: -0.041948855, z: 0.0069935992, w: 0.0032668868} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.666699 - value: {x: 0.15583205, y: 0.051093753, z: -0.00807159, w: 0.9864282} - inSlope: {x: -0.006323223, y: -0.041904375, z: 0.006973818, w: 0.0032239722} - outSlope: {x: -0.006323223, y: -0.041904375, z: 0.006973818, w: 0.0032239722} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.683366 - value: {x: 0.15572709, y: 0.050395727, z: -0.007955525, w: 0.9864816} - inSlope: {x: -0.006271368, y: -0.041857883, z: 0.006953841, w: 0.0031864217} - outSlope: {x: -0.006271368, y: -0.041857883, z: 0.006953841, w: 0.0031864217} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.7000327 - value: {x: 0.155623, y: 0.049698472, z: -0.007839792, w: 0.9865344} - inSlope: {x: -0.0062190657, y: -0.041812956, z: 0.006934158, w: 0.003143507} - outSlope: {x: -0.0062190657, y: -0.041812956, z: 0.006934158, w: 0.003143507} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.7166996 - value: {x: 0.15551978, y: 0.049001943, z: -0.0077243834, w: 0.9865864} - inSlope: {x: -0.006165422, y: -0.0417668, z: 0.006914377, w: 0.003098804} - outSlope: {x: -0.006165422, y: -0.0417668, z: 0.006914377, w: 0.003098804} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.7333665 - value: {x: 0.15541749, y: 0.048306227, z: -0.00760931, w: 0.9866377} - inSlope: {x: -0.0061126724, y: -0.04171729, z: 0.0068942886, w: 0.0030594654} - outSlope: {x: -0.0061126724, y: -0.04171729, z: 0.0068942886, w: 0.0030594654} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.7500334 - value: {x: 0.15531603, y: 0.04761135, z: -0.0074945707, w: 0.9866884} - inSlope: {x: -0.006059923, y: -0.04166801, z: 0.006874368, w: 0.0030165508} - outSlope: {x: -0.006059923, y: -0.04166801, z: 0.006874368, w: 0.0030165508} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.7667003 - value: {x: 0.15521549, y: 0.046917275, z: -0.0073801614, w: 0.98673826} - inSlope: {x: -0.006005386, y: -0.04161973, z: 0.006854657, w: 0.0029736361} - outSlope: {x: -0.006005386, y: -0.04161973, z: 0.006854657, w: 0.0029736361} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.783367 - value: {x: 0.15511584, y: 0.046224006, z: -0.007266079, w: 0.9867875} - inSlope: {x: -0.0059508486, y: -0.04156966, z: 0.006834834, w: 0.0029342975} - outSlope: {x: -0.0059508486, y: -0.04156966, z: 0.006834834, w: 0.0029342975} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.800034 - value: {x: 0.15501712, y: 0.0455316, z: -0.0071523306, w: 0.9868361} - inSlope: {x: -0.005896311, y: -0.04151758, z: 0.006814843, w: 0.0028913827} - outSlope: {x: -0.005896311, y: -0.04151758, z: 0.006814843, w: 0.0028913827} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.816701 - value: {x: 0.1549193, y: 0.044840068, z: -0.0070389146, w: 0.9868839} - inSlope: {x: -0.005841326, y: -0.04146606, z: 0.0067950063, w: 0.002848468} - outSlope: {x: -0.005841326, y: -0.04146606, z: 0.0067950063, w: 0.002848468} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.833368 - value: {x: 0.15482241, y: 0.04414938, z: -0.0069258274, w: 0.986931} - inSlope: {x: -0.0057854475, y: -0.041414097, z: 0.0067752674, w: 0.0028091294} - outSlope: {x: -0.0057854475, y: -0.041414097, z: 0.0067752674, w: 0.0028091294} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.8500347 - value: {x: 0.15472645, y: 0.04345958, z: -0.0068130693, w: 0.9869775} - inSlope: {x: -0.005729569, y: -0.04135889, z: 0.006755151, w: 0.0027662148} - outSlope: {x: -0.005729569, y: -0.04135889, z: 0.006755151, w: 0.0027662148} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.8667016 - value: {x: 0.15463142, y: 0.042770732, z: -0.0067006527, w: 0.98702323} - inSlope: {x: -0.0056736907, y: -0.041304685, z: 0.006735342, w: 0.0027233} - outSlope: {x: -0.0056736907, y: -0.041304685, z: 0.006735342, w: 0.0027233} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.8833685 - value: {x: 0.15453732, y: 0.042082738, z: -0.006588555, w: 0.9870683} - inSlope: {x: -0.0056169177, y: -0.04125104, z: 0.006715771, w: 0.0026839613} - outSlope: {x: -0.0056169177, y: -0.04125104, z: 0.006715771, w: 0.0026839613} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.9000354 - value: {x: 0.15444419, y: 0.04139568, z: -0.0064767906, w: 0.9871127} - inSlope: {x: -0.0055592507, y: -0.041193932, z: 0.006695724, w: 0.0026410464} - outSlope: {x: -0.0055592507, y: -0.041193932, z: 0.006695724, w: 0.0026410464} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.9167023 - value: {x: 0.15435201, y: 0.04070959, z: -0.006365361, w: 0.98715633} - inSlope: {x: -0.005502031, y: -0.04113671, z: 0.006675831, w: 0.0025981318} - outSlope: {x: -0.005502031, y: -0.04113671, z: 0.006675831, w: 0.0025981318} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.933369 - value: {x: 0.15426078, y: 0.040024437, z: -0.00625426, w: 0.9871993} - inSlope: {x: -0.0054439176, y: -0.04108039, z: 0.006656204, w: 0.0025570053} - outSlope: {x: -0.0054439176, y: -0.04108039, z: 0.006656204, w: 0.0025570053} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.950036 - value: {x: 0.15417054, y: 0.039340224, z: -0.0061434847, w: 0.98724157} - inSlope: {x: -0.005385804, y: -0.041021492, z: 0.006636353, w: 0.0025176667} - outSlope: {x: -0.005385804, y: -0.041021492, z: 0.006636353, w: 0.0025176667} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.966703 - value: {x: 0.15408126, y: 0.038657036, z: -0.0060330452, w: 0.98728323} - inSlope: {x: -0.005327243, y: -0.040961143, z: 0.0066163903, w: 0.002478328} - outSlope: {x: -0.005327243, y: -0.040961143, z: 0.0066163903, w: 0.002478328} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 6.98337 - value: {x: 0.15399297, y: 0.037974834, z: -0.0059229354, w: 0.9873242} - inSlope: {x: -0.005268235, y: -0.040902138, z: 0.006596763, w: 0.0024354132} - outSlope: {x: -0.005268235, y: -0.040902138, z: 0.006596763, w: 0.0024354132} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.0000367 - value: {x: 0.15390565, y: 0.037293613, z: -0.00581315, w: 0.9873644} - inSlope: {x: -0.0052087805, y: -0.040841788, z: 0.00657708, w: 0.0023924985} - outSlope: {x: -0.0052087805, y: -0.040841788, z: 0.00657708, w: 0.0023924985} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.0167036 - value: {x: 0.15381934, y: 0.036613423, z: -0.0057036965, w: 0.9874039} - inSlope: {x: -0.0051484313, y: -0.040779427, z: 0.006557201, w: 0.0023513718} - outSlope: {x: -0.0051484313, y: -0.040779427, z: 0.006557201, w: 0.0023513718} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.0333705 - value: {x: 0.15373403, y: 0.03593428, z: -0.005594574, w: 0.9874428} - inSlope: {x: -0.0050885295, y: -0.040716283, z: 0.006537364, w: 0.0023102453} - outSlope: {x: -0.0050885295, y: -0.040716283, z: 0.006537364, w: 0.0023102453} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.0500374 - value: {x: 0.15364972, y: 0.035256196, z: -0.0054857815, w: 0.98748094} - inSlope: {x: -0.0050277337, y: -0.04065325, z: 0.006517695, w: 0.0022709067} - outSlope: {x: -0.0050277337, y: -0.04065325, z: 0.006517695, w: 0.0022709067} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.0667043 - value: {x: 0.15356643, y: 0.034579154, z: -0.0053773145, w: 0.9875185} - inSlope: {x: -0.004966044, y: -0.04058966, z: 0.0064980537, w: 0.00222978} - outSlope: {x: -0.004966044, y: -0.04058966, z: 0.0064980537, w: 0.00222978} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.083371 - value: {x: 0.15348418, y: 0.03390319, z: -0.005269177, w: 0.98755527} - inSlope: {x: -0.0049039065, y: -0.040523503, z: 0.0064781606, w: 0.002186865} - outSlope: {x: -0.0049039065, y: -0.040523503, z: 0.0064781606, w: 0.002186865} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.100038 - value: {x: 0.15340297, y: 0.033228353, z: -0.005161373, w: 0.9875914} - inSlope: {x: -0.0048426636, y: -0.04045779, z: 0.0064585195, w: 0.0021475267} - outSlope: {x: -0.0048426636, y: -0.04045779, z: 0.0064585195, w: 0.0021475267} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.116705 - value: {x: 0.15332276, y: 0.032554578, z: -0.00505389, w: 0.98762685} - inSlope: {x: -0.004780974, y: -0.040392745, z: 0.006439088, w: 0.0021064} - outSlope: {x: -0.004780974, y: -0.040392745, z: 0.006439088, w: 0.0021064} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.133372 - value: {x: 0.1532436, y: 0.03188191, z: -0.004946734, w: 0.9876616} - inSlope: {x: -0.0047174958, y: -0.040324517, z: 0.0064193066, w: 0.0020652735} - outSlope: {x: -0.0047174958, y: -0.040324517, z: 0.0064193066, w: 0.0020652735} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.1500387 - value: {x: 0.1531655, y: 0.03121041, z: -0.00483991, w: 0.9876957} - inSlope: {x: -0.0046549113, y: -0.04025618, z: 0.006399721, w: 0.0020259349} - outSlope: {x: -0.0046549113, y: -0.04025618, z: 0.006399721, w: 0.0020259349} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.1667056 - value: {x: 0.15308844, y: 0.03054002, z: -0.004733407, w: 0.98772913} - inSlope: {x: -0.0045909863, y: -0.04018795, z: 0.0063802474, w: 0.0019848081} - outSlope: {x: -0.0045909863, y: -0.04018795, z: 0.0063802474, w: 0.0019848081} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.1833725 - value: {x: 0.15301247, y: 0.029870793, z: -0.0046272324, w: 0.98776186} - inSlope: {x: -0.004526167, y: -0.04011704, z: 0.0063604806, w: 0.0019436814} - outSlope: {x: -0.004526167, y: -0.04011704, z: 0.0063604806, w: 0.0019436814} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.2000394 - value: {x: 0.15293756, y: 0.029202767, z: -0.004521388, w: 0.9877939} - inSlope: {x: -0.004462689, y: -0.040045686, z: 0.006340839, w: 0.001904343} - outSlope: {x: -0.004462689, y: -0.040045686, z: 0.006340839, w: 0.001904343} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.2167063 - value: {x: 0.15286371, y: 0.02853592, z: -0.0044158683, w: 0.98782533} - inSlope: {x: -0.00439787, y: -0.039975334, z: 0.0063214907, w: 0.0018632163} - outSlope: {x: -0.00439787, y: -0.039975334, z: 0.0063214907, w: 0.0018632163} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.233373 - value: {x: 0.15279096, y: 0.027870238, z: -0.004310669, w: 0.98785603} - inSlope: {x: -0.00433171, y: -0.039902747, z: 0.006301934, w: 0.0018256658} - outSlope: {x: -0.00433171, y: -0.039902747, z: 0.006301934, w: 0.0018256658} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.25004 - value: {x: 0.15271932, y: 0.02720581, z: -0.004205801, w: 0.9878862} - inSlope: {x: -0.0042668907, y: -0.039828762, z: 0.006282334, w: 0.0017845392} - outSlope: {x: -0.0042668907, y: -0.039828762, z: 0.006282334, w: 0.0017845392} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.266707 - value: {x: 0.15264873, y: 0.026542595, z: -0.004101255, w: 0.9879155} - inSlope: {x: -0.0042016245, y: -0.039755844, z: 0.006263056, w: 0.0017398363} - outSlope: {x: -0.0042016245, y: -0.039755844, z: 0.006263056, w: 0.0017398363} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.283374 - value: {x: 0.15257926, y: 0.025880598, z: -0.0039970297, w: 0.9879442} - inSlope: {x: -0.00413457, y: -0.039681803, z: 0.006243729, w: 0.001702286} - outSlope: {x: -0.00413457, y: -0.039681803, z: 0.006243729, w: 0.001702286} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.3000407 - value: {x: 0.15251091, y: 0.02521985, z: -0.003893128, w: 0.98797226} - inSlope: {x: -0.0040675155, y: -0.03960564, z: 0.0062242486, w: 0.0016665236} - outSlope: {x: -0.0040675155, y: -0.03960564, z: 0.0062242486, w: 0.0016665236} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.3167076 - value: {x: 0.15244368, y: 0.024560392, z: -0.003789552, w: 0.98799974} - inSlope: {x: -0.004000908, y: -0.03952847, z: 0.0062047746, w: 0.0016236089} - outSlope: {x: -0.004000908, y: -0.03952847, z: 0.0062047746, w: 0.0016236089} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.3333745 - value: {x: 0.15237755, y: 0.023902217, z: -0.0036862993, w: 0.9880264} - inSlope: {x: -0.00393296, y: -0.03945186, z: 0.00618551, w: 0.0015824821} - outSlope: {x: -0.00393296, y: -0.03945186, z: 0.00618551, w: 0.0015824821} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.3500414 - value: {x: 0.15231258, y: 0.023245312, z: -0.0035833656, w: 0.9880525} - inSlope: {x: -0.0038650115, y: -0.039373744, z: 0.0061661834, w: 0.0015449317} - outSlope: {x: -0.0038650115, y: -0.039373744, z: 0.0061661834, w: 0.0015449317} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.3667083 - value: {x: 0.15224871, y: 0.022589741, z: -0.0034807571, w: 0.9880779} - inSlope: {x: -0.0037975102, y: -0.03929445, z: 0.006146849, w: 0.0015038052} - outSlope: {x: -0.0037975102, y: -0.03929445, z: 0.006146849, w: 0.0015038052} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.383375 - value: {x: 0.15218599, y: 0.02193548, z: -0.0033784679, w: 0.9881026} - inSlope: {x: -0.0037273266, y: -0.039215103, z: 0.0061276415, w: 0.0014662547} - outSlope: {x: -0.0037273266, y: -0.039215103, z: 0.0061276415, w: 0.0014662547} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.400042 - value: {x: 0.15212446, y: 0.021282554, z: -0.0032764997, w: 0.98812675} - inSlope: {x: -0.0036580372, y: -0.039134864, z: 0.006108461, w: 0.0014287042} - outSlope: {x: -0.0036580372, y: -0.039134864, z: 0.006108461, w: 0.0014287042} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.416709 - value: {x: 0.15206406, y: 0.020630967, z: -0.0031748498, w: 0.98815024} - inSlope: {x: -0.0035887477, y: -0.039053056, z: 0.00608919, w: 0.0013857895} - outSlope: {x: -0.0035887477, y: -0.039053056, z: 0.00608919, w: 0.0013857895} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.433376 - value: {x: 0.15200484, y: 0.019980768, z: -0.003073524, w: 0.98817295} - inSlope: {x: -0.0035190112, y: -0.038971696, z: 0.006070163, w: 0.001346451} - outSlope: {x: -0.0035190112, y: -0.038971696, z: 0.006070163, w: 0.001346451} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.4500427 - value: {x: 0.15194675, y: 0.019331893, z: -0.0029725083, w: 0.9881951} - inSlope: {x: -0.0034492747, y: -0.03888972, z: 0.0060511995, w: 0.0013106887} - outSlope: {x: -0.0034492747, y: -0.03888972, z: 0.0060511995, w: 0.0013106887} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.4667096 - value: {x: 0.15188986, y: 0.018684426, z: -0.0028718146, w: 0.98821664} - inSlope: {x: -0.003376856, y: -0.03880479, z: 0.006031893, w: 0.0012695619} - outSlope: {x: -0.003376856, y: -0.03880479, z: 0.006031893, w: 0.0012695619} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.4833765 - value: {x: 0.15183419, y: 0.018038383, z: -0.0027714425, w: 0.98823744} - inSlope: {x: -0.0033062254, y: -0.0387203, z: 0.0060128737, w: 0.0012320116} - outSlope: {x: -0.0033062254, y: -0.0387203, z: 0.0060128737, w: 0.0012320116} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.5000434 - value: {x: 0.15177965, y: 0.017393732, z: -0.0026713829, w: 0.9882577} - inSlope: {x: -0.0032347008, y: -0.0386343, z: 0.00599377, w: 0.0011944611} - outSlope: {x: -0.0032347008, y: -0.0386343, z: 0.00599377, w: 0.0011944611} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.5167103 - value: {x: 0.15172637, y: 0.016750555, z: -0.0025716475, w: 0.98827726} - inSlope: {x: -0.0031618353, y: -0.03854825, z: 0.0059747854, w: 0.0011551226} - outSlope: {x: -0.0031618353, y: -0.03854825, z: 0.0059747854, w: 0.0011551226} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.533377 - value: {x: 0.15167426, y: 0.016108774, z: -0.0024722207, w: 0.9882962} - inSlope: {x: -0.0030898636, y: -0.038462196, z: 0.0059559895, w: 0.001115784} - outSlope: {x: -0.0030898636, y: -0.038462196, z: 0.0059559895, w: 0.001115784} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.550044 - value: {x: 0.15162337, y: 0.015468465, z: -0.002373112, w: 0.98831445} - inSlope: {x: -0.0030169978, y: -0.038374133, z: 0.0059370394, w: 0.0010764454} - outSlope: {x: -0.0030169978, y: -0.038374133, z: 0.0059370394, w: 0.0010764454} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.566711 - value: {x: 0.15157369, y: 0.014829619, z: -0.0022743167, w: 0.9883321} - inSlope: {x: -0.002944132, y: -0.0382859, z: 0.005918243, w: 0.0010406832} - outSlope: {x: -0.002944132, y: -0.0382859, z: 0.005918243, w: 0.0010406832} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.583378 - value: {x: 0.15152523, y: 0.0141922515, z: -0.0021758345, w: 0.98834914} - inSlope: {x: -0.0028708193, y: -0.038195737, z: 0.0058993073, w: 0.0010013448} - outSlope: {x: -0.0028708193, y: -0.038195737, z: 0.0058993073, w: 0.0010013448} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.6000447 - value: {x: 0.15147799, y: 0.013556411, z: -0.0020776705, w: 0.9883655} - inSlope: {x: -0.0027966127, y: -0.038105577, z: 0.005880504, w: 0.00096200616} - outSlope: {x: -0.0027966127, y: -0.038105577, z: 0.005880504, w: 0.00096200616} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.6167116 - value: {x: 0.15143201, y: 0.012922049, z: -0.001979815, w: 0.9883812} - inSlope: {x: -0.0027215118, y: -0.038014777, z: 0.005861792, w: 0.00092624384} - outSlope: {x: -0.0027215118, y: -0.038014777, z: 0.005861792, w: 0.00092624384} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.6333785 - value: {x: 0.15138727, y: 0.012289234, z: -0.0018822749, w: 0.98839635} - inSlope: {x: -0.0026468579, y: -0.037922993, z: 0.0058430936, w: 0.00088690524} - outSlope: {x: -0.0026468579, y: -0.037922993, z: 0.0058430936, w: 0.00088690524} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.6500454 - value: {x: 0.15134378, y: 0.011657932, z: -0.0017850427, w: 0.9884108} - inSlope: {x: -0.00257131, y: -0.037831217, z: 0.0058245417, w: 0.0008511429} - outSlope: {x: -0.00257131, y: -0.037831217, z: 0.0058245417, w: 0.0008511429} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.6667123 - value: {x: 0.15130156, y: 0.011028177, z: -0.0016881209, w: 0.9884247} - inSlope: {x: -0.0024957622, y: -0.037736837, z: 0.00580577, w: 0.00081538066} - outSlope: {x: -0.0024957622, y: -0.037736837, z: 0.00580577, w: 0.00081538066} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.683379 - value: {x: 0.15126058, y: 0.0104000205, z: -0.0015915144, w: 0.98843795} - inSlope: {x: -0.0024197672, y: -0.03764201, z: 0.005787089, w: 0.000774254} - outSlope: {x: -0.0024197672, y: -0.03764201, z: 0.005787089, w: 0.000774254} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.700046 - value: {x: 0.1512209, y: 0.009773427, z: -0.0014952153, w: 0.9884505} - inSlope: {x: -0.0023437724, y: -0.037547603, z: 0.0057686456, w: 0.0007367036} - outSlope: {x: -0.0023437724, y: -0.037547603, z: 0.0057686456, w: 0.0007367036} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.716713 - value: {x: 0.15118246, y: 0.009148417, z: -0.0013992237, w: 0.9884625} - inSlope: {x: -0.0022664363, y: -0.037452135, z: 0.0057501914, w: 0.00070094125} - outSlope: {x: -0.0022664363, y: -0.037452135, z: 0.0057501914, w: 0.00070094125} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.73338 - value: {x: 0.15114535, y: 0.008525006, z: -0.0013035397, w: 0.9884739} - inSlope: {x: -0.0021886532, y: -0.037355155, z: 0.005731675, w: 0.000665179} - outSlope: {x: -0.0021886532, y: -0.037355155, z: 0.005731675, w: 0.000665179} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.7500467 - value: {x: 0.1511095, y: 0.0079032285, z: -0.0012081653, w: 0.9884847} - inSlope: {x: -0.0021113174, y: -0.037257157, z: 0.0057131755, w: 0.00062941667} - outSlope: {x: -0.0021113174, y: -0.037257157, z: 0.0057131755, w: 0.00062941667} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.7667136 - value: {x: 0.15107498, y: 0.0072830836, z: -0.001113098, w: 0.9884949} - inSlope: {x: -0.0020326404, y: -0.03715965, z: 0.0056949067, w: 0.0005918662} - outSlope: {x: -0.0020326404, y: -0.03715965, z: 0.0056949067, w: 0.0005918662} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.7833805 - value: {x: 0.15104175, y: 0.006664557, z: -0.0010183326, w: 0.9885044} - inSlope: {x: -0.0019548573, y: -0.03706009, z: 0.005676493, w: 0.0005543158} - outSlope: {x: -0.0019548573, y: -0.03706009, z: 0.005676493, w: 0.0005543158} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.8000474 - value: {x: 0.15100981, y: 0.006047731, z: -0.00092387904, w: 0.98851335} - inSlope: {x: -0.001875733, y: -0.03695949, z: 0.0056580864, w: 0.0005185535} - outSlope: {x: -0.001875733, y: -0.03695949, z: 0.0056580864, w: 0.0005185535} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.8167143 - value: {x: 0.15097922, y: 0.0054325573, z: -0.00082972716, w: 0.9885217} - inSlope: {x: -0.001796162, y: -0.03685935, z: 0.005639919, w: 0.00048100305} - outSlope: {x: -0.001796162, y: -0.03685935, z: 0.005639919, w: 0.00048100305} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.833381 - value: {x: 0.15094994, y: 0.0048190695, z: -0.00073587924, w: 0.9885294} - inSlope: {x: -0.001717038, y: -0.036758207, z: 0.0056217634, w: 0.00044524076} - outSlope: {x: -0.001717038, y: -0.036758207, z: 0.0056217634, w: 0.00044524076} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.850048 - value: {x: 0.15092199, y: 0.0042072674, z: -0.00064233254, w: 0.98853654} - inSlope: {x: -0.0016365726, y: -0.03665553, z: 0.0056035384, w: 0.00040947844} - outSlope: {x: -0.0016365726, y: -0.03665553, z: 0.0056035384, w: 0.00040947844} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.866715 - value: {x: 0.15089539, y: 0.0035972022, z: -0.00054909213, w: 0.98854303} - inSlope: {x: -0.0015556605, y: -0.03655182, z: 0.005585321, w: 0.00037192804} - outSlope: {x: -0.0015556605, y: -0.03655182, z: 0.005585321, w: 0.00037192804} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.883382 - value: {x: 0.15087013, y: 0.0029888572, z: -0.0004561527, w: 0.98854893} - inSlope: {x: -0.0014756422, y: -0.036448073, z: 0.0055672666, w: 0.00033795382} - outSlope: {x: -0.0014756422, y: -0.036448073, z: 0.0055672666, w: 0.00033795382} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.9000487 - value: {x: 0.1508462, y: 0.0023822503, z: -0.0003635141, w: 0.9885543} - inSlope: {x: -0.001393836, y: -0.036343284, z: 0.00554922, w: 0.0003021915} - outSlope: {x: -0.001393836, y: -0.036343284, z: 0.00554922, w: 0.0003021915} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.9167156 - value: {x: 0.15082367, y: 0.0017773982, z: -0.00027117622, w: 0.988559} - inSlope: {x: -0.0013111357, y: -0.036237985, z: 0.0055312593, w: 0.0002664292} - outSlope: {x: -0.0013111357, y: -0.036237985, z: 0.0055312593, w: 0.0002664292} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.9333825 - value: {x: 0.1508025, y: 0.0011743014, z: -0.00017913632, w: 0.9885632} - inSlope: {x: -0.0012297764, y: -0.036131658, z: 0.0055133114, w: 0.000232455} - outSlope: {x: -0.0012297764, y: -0.036131658, z: 0.0055133114, w: 0.000232455} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.9500494 - value: {x: 0.15078267, y: 0.0005729935, z: -0.000087396715, w: 0.98856676} - inSlope: {x: -0.001147523, y: -0.0360243, z: 0.005495372, w: 0.00019669271} - outSlope: {x: -0.001147523, y: -0.0360243, z: 0.005495372, w: 0.00019669271} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.9667163 - value: {x: 0.15076424, y: -0.000026524658, z: 0.000004045208, w: 0.98856974} - inSlope: {x: -0.0010643757, y: -0.03591591, z: 0.0054774424, w: 0.0001627185} - outSlope: {x: -0.0010643757, y: -0.03591591, z: 0.0054774424, w: 0.0001627185} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 7.983383 - value: {x: 0.1507472, y: -0.0006242196, z: 0.00009518714, w: 0.9885722} - inSlope: {x: -0.0009812418, y: -0.035807017, z: 0.0054596015, w: 0.00012695773} - outSlope: {x: -0.0009812418, y: -0.035807017, z: 0.0054596015, w: 0.00012695773} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.00005 - value: {x: 0.15073153, y: -0.0012200908, z: 0.00018603176, w: 0.98857397} - inSlope: {x: -0.0008972126, y: -0.035698574, z: 0.0054419967, w: 0.0000911965} - outSlope: {x: -0.0008972126, y: -0.035698574, z: 0.0054419967, w: 0.0000911965} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.016716 - value: {x: 0.15071729, y: -0.0018141539, z: 0.00027658427, w: 0.9885752} - inSlope: {x: -0.00081272173, y: -0.035587117, z: 0.0054241, w: 0.000057221332} - outSlope: {x: -0.00081272173, y: -0.035587117, z: 0.0054241, w: 0.000057221332} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.033382 - value: {x: 0.15070444, y: -0.0024063098, z: 0.00036683233, w: 0.9885759} - inSlope: {x: -0.00072823087, y: -0.03547512, z: 0.0054062856, w: 0.000023246166} - outSlope: {x: -0.00072823087, y: -0.03547512, z: 0.0054062856, w: 0.000023246166} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.050049 - value: {x: 0.15069301, y: -0.0029966398, z: 0.00045679105, w: 0.988576} - inSlope: {x: -0.00064329297, y: -0.035364565, z: 0.005388859, w: -0.000012517166} - outSlope: {x: -0.00064329297, y: -0.035364565, z: 0.005388859, w: -0.000012517166} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.066715 - value: {x: 0.150683, y: -0.0035851107, z: 0.00054645824, w: 0.98857546} - inSlope: {x: -0.000557908, y: -0.035251528, z: 0.0053712223, w: -0.000044704168} - outSlope: {x: -0.000557908, y: -0.035251528, z: 0.0053712223, w: -0.000044704168} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.083382 - value: {x: 0.15067442, y: -0.0041716727, z: 0.00063582906, w: 0.9885745} - inSlope: {x: -0.00047297007, y: -0.035137437, z: 0.005353584, w: -0.00007867933} - outSlope: {x: -0.00047297007, y: -0.035137437, z: 0.005353584, w: -0.00007867933} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.100048 - value: {x: 0.15066724, y: -0.0047563408, z: 0.0007249083, w: 0.98857284} - inSlope: {x: -0.00038669104, y: -0.03502331, z: 0.005336116, w: -0.00011623083} - outSlope: {x: -0.00038669104, y: -0.03502331, z: 0.005336116, w: -0.00011623083} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.1167145 - value: {x: 0.15066153, y: -0.0053390986, z: 0.0008136969, w: 0.98857063} - inSlope: {x: -0.00029907087, y: -0.034907695, z: 0.005318586, w: -0.00014841784} - outSlope: {x: -0.00029907087, y: -0.034907695, z: 0.005318586, w: -0.00014841784} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.133381 - value: {x: 0.15065727, y: -0.005919913, z: 0.0009021918, w: 0.9885679} - inSlope: {x: -0.00021279183, y: -0.034791045, z: 0.0053010546, w: -0.00018060484} - outSlope: {x: -0.00021279183, y: -0.034791045, z: 0.0053010546, w: -0.00018060484} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.150047 - value: {x: 0.15065444, y: -0.0064987824, z: 0.000990396, w: 0.9885646} - inSlope: {x: -0.00012517166, y: -0.034675024, z: 0.0052837934, w: -0.00021279183} - outSlope: {x: -0.00012517166, y: -0.034675024, z: 0.0052837934, w: -0.00021279183} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.166714 - value: {x: 0.1506531, y: -0.0070757293, z: 0.0010783155, w: 0.9885608} - inSlope: {x: -0.00004917458, y: -0.034624398, z: 0.0052765654, w: -0.00024497882} - outSlope: {x: -0.00004917458, y: -0.034624398, z: 0.0052765654, w: -0.00024497882} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.18338 - value: {x: 0.1506528, y: -0.0076529114, z: 0.0011662788, w: 0.98855644} - inSlope: {x: 0.0000013411254, y: -0.034704667, z: 0.0052892296, w: -0.00027537765} - outSlope: {x: 0.0000013411254, y: -0.034704667, z: 0.0052892296, w: -0.00027537765} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.200047 - value: {x: 0.15065314, y: -0.008232534, z: 0.0012546205, w: 0.9885516} - inSlope: {x: 0.000040680792, y: -0.03485067, z: 0.0053119063, w: -0.00030398834} - outSlope: {x: 0.000040680792, y: -0.03485067, z: 0.0053119063, w: -0.00030398834} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.216713 - value: {x: 0.15065415, y: -0.008814583, z: 0.0013433397, w: 0.9885463} - inSlope: {x: 0.000079573416, y: -0.034995817, z: 0.0053345235, w: -0.00033081084} - outSlope: {x: 0.000079573416, y: -0.034995817, z: 0.0053345235, w: -0.00033081084} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.233379 - value: {x: 0.15065579, y: -0.009399043, z: 0.0014324352, w: 0.9885406} - inSlope: {x: 0.00011757195, y: -0.03514024, z: 0.0053571025, w: -0.00035942148} - outSlope: {x: 0.00011757195, y: -0.03514024, z: 0.0053571025, w: -0.00035942148} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.250046 - value: {x: 0.15065807, y: -0.009985906, z: 0.001521907, w: 0.98853433} - inSlope: {x: 0.0001555705, y: -0.035283826, z: 0.005379637, w: -0.0003898203} - outSlope: {x: 0.0001555705, y: -0.035283826, z: 0.005379637, w: -0.0003898203} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.266712 - value: {x: 0.15066098, y: -0.010575153, z: 0.0016117537, w: 0.9885276} - inSlope: {x: 0.00019401609, y: -0.035426598, z: 0.0054021142, w: -0.0004166428} - outSlope: {x: 0.00019401609, y: -0.035426598, z: 0.0054021142, w: -0.0004166428} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.283379 - value: {x: 0.15066454, y: -0.011166775, z: 0.0017019748, w: 0.98852044} - inSlope: {x: 0.00023246167, y: -0.03556856, z: 0.0054245535, w: -0.0004452535} - outSlope: {x: 0.00023246167, y: -0.03556856, z: 0.0054245535, w: -0.0004452535} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.300045 - value: {x: 0.15066873, y: -0.011760754, z: 0.0017925694, w: 0.98851275} - inSlope: {x: 0.00027001317, y: -0.035709605, z: 0.0054469337, w: -0.00047744048} - outSlope: {x: 0.00027001317, y: -0.035709605, z: 0.0054469337, w: -0.00047744048} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.316711 - value: {x: 0.15067354, y: -0.012357077, z: 0.0018835365, w: 0.9885045} - inSlope: {x: 0.00030667055, y: -0.035849947, z: 0.005469268, w: -0.0005078393} - outSlope: {x: 0.00030667055, y: -0.035849947, z: 0.005469268, w: -0.0005078393} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.333378 - value: {x: 0.15067895, y: -0.012955734, z: 0.0019748756, w: 0.9884958} - inSlope: {x: 0.00034422206, y: -0.03598948, z: 0.0054915613, w: -0.0005346618} - outSlope: {x: 0.00034422206, y: -0.03598948, z: 0.0054915613, w: -0.0005346618} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.350044 - value: {x: 0.15068501, y: -0.013556708, z: 0.0020665857, w: 0.9884867} - inSlope: {x: 0.0003822206, y: -0.03612812, z: 0.005513805, w: -0.0005632725} - outSlope: {x: 0.0003822206, y: -0.03612812, z: 0.005513805, w: -0.0005632725} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.366711 - value: {x: 0.15069169, y: -0.014159986, z: 0.0021586663, w: 0.98847705} - inSlope: {x: 0.000418431, y: -0.03626606, z: 0.005536017, w: -0.0005972476} - outSlope: {x: 0.000418431, y: -0.03626606, z: 0.005536017, w: -0.0005972476} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.383377 - value: {x: 0.15069896, y: -0.014765558, z: 0.0022511168, w: 0.9884668} - inSlope: {x: 0.0004550884, y: -0.03640316, z: 0.0055581667, w: -0.00062764646} - outSlope: {x: 0.0004550884, y: -0.03640316, z: 0.0055581667, w: -0.00062764646} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.4000435 - value: {x: 0.15070686, y: -0.015373406, z: 0.0023439357, w: 0.98845613} - inSlope: {x: 0.0004926399, y: -0.03653937, z: 0.0055802744, w: -0.000654469} - outSlope: {x: 0.0004926399, y: -0.03653937, z: 0.0055802744, w: -0.000654469} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.41671 - value: {x: 0.15071538, y: -0.015983518, z: 0.002437123, w: 0.988445} - inSlope: {x: 0.00052885024, y: -0.03667488, z: 0.0056023328, w: -0.00068486785} - outSlope: {x: 0.00052885024, y: -0.03667488, z: 0.0056023328, w: -0.00068486785} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.433376 - value: {x: 0.15072449, y: -0.016595883, z: 0.0025306772, w: 0.9884333} - inSlope: {x: 0.0005641666, y: -0.036809467, z: 0.0056243427, w: -0.00071884296} - outSlope: {x: 0.0005641666, y: -0.036809467, z: 0.0056243427, w: -0.00071884296} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.450043 - value: {x: 0.15073419, y: -0.017210482, z: 0.0026245983, w: 0.988421} - inSlope: {x: 0.000600824, y: -0.03694319, z: 0.0056463177, w: -0.00075103} - outSlope: {x: 0.000600824, y: -0.03694319, z: 0.0056463177, w: -0.00075103} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.466709 - value: {x: 0.15074451, y: -0.017827304, z: 0.002718885, w: 0.98840827} - inSlope: {x: 0.00063658727, y: -0.037076183, z: 0.0056682155, w: -0.0007814288} - outSlope: {x: 0.00063658727, y: -0.037076183, z: 0.0056682155, w: -0.0007814288} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.483376 - value: {x: 0.1507554, y: -0.018446336, z: 0.002813536, w: 0.988395} - inSlope: {x: 0.00067145657, y: -0.037208505, z: 0.0056900997, w: -0.00081182766} - outSlope: {x: 0.00067145657, y: -0.037208505, z: 0.0056900997, w: -0.00081182766} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.500042 - value: {x: 0.1507669, y: -0.019067569, z: 0.002908552, w: 0.9883812} - inSlope: {x: 0.000707667, y: -0.037339825, z: 0.005711942, w: -0.00084580283} - outSlope: {x: 0.000707667, y: -0.037339825, z: 0.005711942, w: -0.00084580283} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.516708 - value: {x: 0.150779, y: -0.019690977, z: 0.0030039311, w: 0.9883668} - inSlope: {x: 0.0007429832, y: -0.037470363, z: 0.0057337144, w: -0.00087620167} - outSlope: {x: 0.0007429832, y: -0.037470363, z: 0.0057337144, w: -0.00087620167} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.533375 - value: {x: 0.15079166, y: -0.020316562, z: 0.003099673, w: 0.988352} - inSlope: {x: 0.00077740545, y: -0.03760017, z: 0.005755459, w: -0.00091017684} - outSlope: {x: 0.00077740545, y: -0.03760017, z: 0.005755459, w: -0.00091017684} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.550041 - value: {x: 0.1508049, y: -0.020944297, z: 0.0031957768, w: 0.98833644} - inSlope: {x: 0.0008122747, y: -0.03772892, z: 0.0057771336, w: -0.000944152} - outSlope: {x: 0.0008122747, y: -0.03772892, z: 0.0057771336, w: -0.000944152} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.566708 - value: {x: 0.15081874, y: -0.021574173, z: 0.0032922411, w: 0.9883205} - inSlope: {x: 0.00084624987, y: -0.037857052, z: 0.005798766, w: -0.0009745508} - outSlope: {x: 0.00084624987, y: -0.037857052, z: 0.005798766, w: -0.0009745508} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.583374 - value: {x: 0.15083311, y: -0.02220618, z: 0.003389066, w: 0.98830396} - inSlope: {x: 0.0008811191, y: -0.03798435, z: 0.0058203777, w: -0.0010103141} - outSlope: {x: 0.0008811191, y: -0.03798435, z: 0.0058203777, w: -0.0010103141} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.60004 - value: {x: 0.1508481, y: -0.022840299, z: 0.0034862508, w: 0.98828685} - inSlope: {x: 0.00091598835, y: -0.038110804, z: 0.005841919, w: -0.0010407129} - outSlope: {x: 0.00091598835, y: -0.038110804, z: 0.005841919, w: -0.0010407129} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.616707 - value: {x: 0.15086365, y: -0.02347652, z: 0.0035837938, w: 0.98826927} - inSlope: {x: 0.0009495164, y: -0.038236536, z: 0.00586344, w: -0.001074688} - outSlope: {x: 0.0009495164, y: -0.038236536, z: 0.00586344, w: -0.001074688} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.633373 - value: {x: 0.15087976, y: -0.02411483, z: 0.0036816958, w: 0.98825103} - inSlope: {x: 0.0009830446, y: -0.038361315, z: 0.005884884, w: -0.0011068751} - outSlope: {x: 0.0009830446, y: -0.038361315, z: 0.005884884, w: -0.0011068751} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.65004 - value: {x: 0.15089642, y: -0.024755212, z: 0.0037799536, w: 0.9882324} - inSlope: {x: 0.0010170199, y: -0.03848531, z: 0.0059063006, w: -0.0011408504} - outSlope: {x: 0.0010170199, y: -0.03848531, z: 0.0059063006, w: -0.0011408504} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.666706 - value: {x: 0.15091366, y: -0.025397655, z: 0.0038785695, w: 0.988213} - inSlope: {x: 0.0010501009, y: -0.03860864, z: 0.005927696, w: -0.0011766136} - outSlope: {x: 0.0010501009, y: -0.03860864, z: 0.005927696, w: -0.0011766136} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.6833725 - value: {x: 0.15093142, y: -0.026042147, z: 0.0039775404, w: 0.98819315} - inSlope: {x: 0.001083629, y: -0.038730852, z: 0.005948986, w: -0.0012105887} - outSlope: {x: 0.001083629, y: -0.038730852, z: 0.005948986, w: -0.0012105887} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.700039 - value: {x: 0.15094978, y: -0.026688663, z: 0.004076866, w: 0.98817265} - inSlope: {x: 0.00111671, y: -0.03885239, z: 0.0059702694, w: -0.001244564} - outSlope: {x: 0.00111671, y: -0.03885239, z: 0.0059702694, w: -0.001244564} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.716705 - value: {x: 0.15096864, y: -0.027337207, z: 0.0041765464, w: 0.98815167} - inSlope: {x: 0.001149344, y: -0.038973257, z: 0.0059915176, w: -0.0012785392} - outSlope: {x: 0.001149344, y: -0.038973257, z: 0.0059915176, w: -0.0012785392} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.733372 - value: {x: 0.15098809, y: -0.027987752, z: 0.00427658, w: 0.98813003} - inSlope: {x: 0.0011828722, y: -0.03909301, z: 0.0060126823, w: -0.0013143024} - outSlope: {x: 0.0011828722, y: -0.03909301, z: 0.0060126823, w: -0.0013143024} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.750038 - value: {x: 0.15100807, y: -0.028640287, z: 0.004376966, w: 0.98810786} - inSlope: {x: 0.0012146122, y: -0.039212145, z: 0.006033805, w: -0.0013482776} - outSlope: {x: 0.0012146122, y: -0.039212145, z: 0.006033805, w: -0.0013482776} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.766705 - value: {x: 0.15102857, y: -0.029294804, z: 0.004477704, w: 0.9880851} - inSlope: {x: 0.0012467992, y: -0.039330445, z: 0.0060548997, w: -0.0013858292} - outSlope: {x: 0.0012467992, y: -0.039330445, z: 0.0060548997, w: -0.0013858292} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.783371 - value: {x: 0.15104963, y: -0.029951282, z: 0.004578793, w: 0.98806167} - inSlope: {x: 0.0012789862, y: -0.039447963, z: 0.0060759527, w: -0.0014198043} - outSlope: {x: 0.0012789862, y: -0.039447963, z: 0.0060759527, w: -0.0014198043} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.800037 - value: {x: 0.1510712, y: -0.030609716, z: 0.0046802326, w: 0.98803777} - inSlope: {x: 0.0013107262, y: -0.03956464, z: 0.00609695, w: -0.0014537794} - outSlope: {x: 0.0013107262, y: -0.03956464, z: 0.00609695, w: -0.0014537794} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.816704 - value: {x: 0.15109332, y: -0.031270083, z: 0.0047820215, w: 0.9880132} - inSlope: {x: 0.0013424661, y: -0.03968031, z: 0.0061178766, w: -0.0014895428} - outSlope: {x: 0.0013424661, y: -0.03968031, z: 0.0061178766, w: -0.0014895428} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.83337 - value: {x: 0.15111595, y: -0.031932373, z: 0.0048841587, w: 0.9879881} - inSlope: {x: 0.001374206, y: -0.039795313, z: 0.006138804, w: -0.0015253061} - outSlope: {x: 0.001374206, y: -0.039795313, z: 0.006138804, w: -0.0015253061} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.850037 - value: {x: 0.15113913, y: -0.032596573, z: 0.004986645, w: 0.98796237} - inSlope: {x: 0.0014050519, y: -0.039909422, z: 0.0061596334, w: -0.0015646459} - outSlope: {x: 0.0014050519, y: -0.039909422, z: 0.0061596334, w: -0.0015646459} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.866703 - value: {x: 0.15116279, y: -0.033262666, z: 0.0050894767, w: 0.98793596} - inSlope: {x: 0.0014354507, y: -0.040022857, z: 0.0061804345, w: -0.0016004092} - outSlope: {x: 0.0014354507, y: -0.040022857, z: 0.0061804345, w: -0.0016004092} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.883369 - value: {x: 0.15118697, y: -0.033930648, z: 0.0051926565, w: 0.987909} - inSlope: {x: 0.0014671907, y: -0.04013551, z: 0.0062012365, w: -0.0016343843} - outSlope: {x: 0.0014671907, y: -0.04013551, z: 0.0062012365, w: -0.0016343843} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.900036 - value: {x: 0.1512117, y: -0.034600496, z: 0.0052961814, w: 0.9878815} - inSlope: {x: 0.0014984836, y: -0.04024705, z: 0.00622194, w: -0.001673724} - outSlope: {x: 0.0014984836, y: -0.04024705, z: 0.00622194, w: -0.001673724} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.916702 - value: {x: 0.15123692, y: -0.035272196, z: 0.0054000514, w: 0.9878532} - inSlope: {x: 0.0015284354, y: -0.040357918, z: 0.006242601, w: -0.0017094873} - outSlope: {x: 0.0015284354, y: -0.040357918, z: 0.006242601, w: -0.0017094873} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.933369 - value: {x: 0.15126264, y: -0.03594574, z: 0.005504265, w: 0.9878245} - inSlope: {x: 0.0015588342, y: -0.040468, z: 0.0062632216, w: -0.0017452507} - outSlope: {x: 0.0015588342, y: -0.040468, z: 0.0062632216, w: -0.0017452507} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.950035 - value: {x: 0.15128888, y: -0.03662111, z: 0.005608822, w: 0.98779505} - inSlope: {x: 0.001589233, y: -0.0405773, z: 0.006283799, w: -0.0017828022} - outSlope: {x: 0.001589233, y: -0.0405773, z: 0.006283799, w: -0.0017828022} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.9667015 - value: {x: 0.15131561, y: -0.037298296, z: 0.0057137217, w: 0.9877651} - inSlope: {x: 0.0016191849, y: -0.040685594, z: 0.006304293, w: -0.0018203536} - outSlope: {x: 0.0016191849, y: -0.040685594, z: 0.006304293, w: -0.0018203536} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 8.983368 - value: {x: 0.15134285, y: -0.037977275, z: 0.005818962, w: 0.9877344} - inSlope: {x: 0.0016482426, y: -0.04079311, z: 0.0063247457, w: -0.0018596933} - outSlope: {x: 0.0016482426, y: -0.04079311, z: 0.0063247457, w: -0.0018596933} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.000034 - value: {x: 0.15137056, y: -0.038658045, z: 0.0059245434, w: 0.9877031} - inSlope: {x: 0.0016773003, y: -0.040899955, z: 0.0063451836, w: -0.0018972447} - outSlope: {x: 0.0016773003, y: -0.040899955, z: 0.0063451836, w: -0.0018972447} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.016701 - value: {x: 0.15139876, y: -0.039340585, z: 0.006030465, w: 0.98767114} - inSlope: {x: 0.0017076991, y: -0.041005902, z: 0.0063655796, w: -0.0019330081} - outSlope: {x: 0.0017076991, y: -0.041005902, z: 0.0063655796, w: -0.0019330081} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.033367 - value: {x: 0.15142748, y: -0.040024888, z: 0.006136726, w: 0.98763865} - inSlope: {x: 0.0017367569, y: -0.04111118, z: 0.0063859066, w: -0.0019687715} - outSlope: {x: 0.0017367569, y: -0.04111118, z: 0.0063859066, w: -0.0019687715} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.050034 - value: {x: 0.15145665, y: -0.040710937, z: 0.0062433253, w: 0.9876055} - inSlope: {x: 0.0017653675, y: -0.04121534, z: 0.006406177, w: -0.0020116875} - outSlope: {x: 0.0017653675, y: -0.04121534, z: 0.006406177, w: -0.0020116875} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.0667 - value: {x: 0.15148632, y: -0.04139871, z: 0.006350262, w: 0.9875716} - inSlope: {x: 0.0017948722, y: -0.04131883, z: 0.006426419, w: -0.002049239} - outSlope: {x: 0.0017948722, y: -0.04131883, z: 0.006426419, w: -0.002049239} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.083366 - value: {x: 0.15151648, y: -0.04208821, z: 0.006457536, w: 0.9875372} - inSlope: {x: 0.0018230359, y: -0.04142143, z: 0.0064465925, w: -0.0020867903} - outSlope: {x: 0.0018230359, y: -0.04142143, z: 0.0064465925, w: -0.0020867903} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.100033 - value: {x: 0.15154709, y: -0.042779405, z: 0.006565145, w: 0.98750204} - inSlope: {x: 0.0018507524, y: -0.04152313, z: 0.006466695, w: -0.0021279184} - outSlope: {x: 0.0018507524, y: -0.04152313, z: 0.006466695, w: -0.0021279184} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.116699 - value: {x: 0.15157817, y: -0.043472294, z: 0.006673089, w: 0.9874663} - inSlope: {x: 0.0018793631, y: -0.04162416, z: 0.0064867837, w: -0.0021654698} - outSlope: {x: 0.0018793631, y: -0.04162416, z: 0.0064867837, w: -0.0021654698} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.133366 - value: {x: 0.15160973, y: -0.044166856, z: 0.006781368, w: 0.98742986} - inSlope: {x: 0.0019075267, y: -0.0417243, z: 0.0065068174, w: -0.0022048093} - outSlope: {x: 0.0019075267, y: -0.0417243, z: 0.0065068174, w: -0.0022048093} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.150032 - value: {x: 0.15164176, y: -0.044863082, z: 0.00688998, w: 0.9873928} - inSlope: {x: 0.0019352434, y: -0.04182388, z: 0.0065268083, w: -0.0022405728} - outSlope: {x: 0.0019352434, y: -0.04182388, z: 0.0065268083, w: -0.0022405728} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.166698 - value: {x: 0.15167424, y: -0.045560963, z: 0.006998925, w: 0.9873552} - inSlope: {x: 0.001963407, y: -0.04192234, z: 0.006546757, w: -0.0022817007} - outSlope: {x: 0.001963407, y: -0.04192234, z: 0.006546757, w: -0.0022817007} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.183365 - value: {x: 0.1517072, y: -0.046260472, z: 0.0071082017, w: 0.9873167} - inSlope: {x: 0.0019902294, y: -0.04201968, z: 0.006566567, w: -0.0023228284} - outSlope: {x: 0.0019902294, y: -0.04201968, z: 0.006566567, w: -0.0023228284} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.200031 - value: {x: 0.15174058, y: -0.046961598, z: 0.007217807, w: 0.98727775} - inSlope: {x: 0.0020166049, y: -0.042116575, z: 0.0065863486, w: -0.0023603798} - outSlope: {x: 0.0020166049, y: -0.042116575, z: 0.0065863486, w: -0.0023603798} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.216698 - value: {x: 0.15177442, y: -0.047664337, z: 0.0073277433, w: 0.98723805} - inSlope: {x: 0.0020443215, y: -0.042212803, z: 0.006606186, w: -0.002401508} - outSlope: {x: 0.0020443215, y: -0.042212803, z: 0.006606186, w: -0.002401508} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.233364 - value: {x: 0.15180872, y: -0.04836867, z: 0.00743801, w: 0.9871977} - inSlope: {x: 0.0020720381, y: -0.042308133, z: 0.0066259815, w: -0.0024408475} - outSlope: {x: 0.0020720381, y: -0.042308133, z: 0.0066259815, w: -0.0024408475} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.2500305 - value: {x: 0.15184349, y: -0.049074586, z: 0.007548606, w: 0.9871567} - inSlope: {x: 0.0020984136, y: -0.04240246, z: 0.0066455957, w: -0.0024819751} - outSlope: {x: 0.0020984136, y: -0.04240246, z: 0.0066455957, w: -0.0024819751} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.266697 - value: {x: 0.15187867, y: -0.049782064, z: 0.0076595265, w: 0.98711497} - inSlope: {x: 0.002124789, y: -0.04249578, z: 0.0066651674, w: -0.002521315} - outSlope: {x: 0.002124789, y: -0.04249578, z: 0.0066651674, w: -0.002521315} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.283363 - value: {x: 0.15191431, y: -0.05049109, z: 0.007770775, w: 0.98707265} - inSlope: {x: 0.0021511645, y: -0.042588428, z: 0.0066847536, w: -0.0025624428} - outSlope: {x: 0.0021511645, y: -0.042588428, z: 0.0066847536, w: -0.0025624428} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.30003 - value: {x: 0.15195037, y: -0.051201656, z: 0.007882348, w: 0.98702955} - inSlope: {x: 0.0021757516, y: -0.04268052, z: 0.006704228, w: -0.0026035705} - outSlope: {x: 0.0021757516, y: -0.04268052, z: 0.006704228, w: -0.0026035705} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.316696 - value: {x: 0.15198684, y: -0.051913753, z: 0.007994246, w: 0.98698586} - inSlope: {x: 0.0022030212, y: -0.042771604, z: 0.00672373, w: -0.0026446986} - outSlope: {x: 0.0022030212, y: -0.042771604, z: 0.00672373, w: -0.0026446986} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.333363 - value: {x: 0.1520238, y: -0.052627355, z: 0.008106469, w: 0.9869414} - inSlope: {x: 0.0022289497, y: -0.042861797, z: 0.0067431484, w: -0.0026858263} - outSlope: {x: 0.0022289497, y: -0.042861797, z: 0.0067431484, w: -0.0026858263} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.350029 - value: {x: 0.15206113, y: -0.053342458, z: 0.008219014, w: 0.98689634} - inSlope: {x: 0.002253537, y: -0.042951204, z: 0.006762455, w: -0.0027251658} - outSlope: {x: 0.002253537, y: -0.042951204, z: 0.006762455, w: -0.0027251658} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.366695 - value: {x: 0.15209892, y: -0.05405904, z: 0.008331881, w: 0.98685056} - inSlope: {x: 0.0022799126, y: -0.043039605, z: 0.0067817336, w: -0.0027645056} - outSlope: {x: 0.0022799126, y: -0.043039605, z: 0.0067817336, w: -0.0027645056} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.383362 - value: {x: 0.15213713, y: -0.05477709, z: 0.008445068, w: 0.9868042} - inSlope: {x: 0.0023049468, y: -0.043127336, z: 0.0068009845, w: -0.0028056335} - outSlope: {x: 0.0023049468, y: -0.043127336, z: 0.0068009845, w: -0.0028056335} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.400028 - value: {x: 0.15217575, y: -0.055496596, z: 0.008558577, w: 0.98675704} - inSlope: {x: 0.002329087, y: -0.0432144, z: 0.0068201795, w: -0.0028485493} - outSlope: {x: 0.002329087, y: -0.0432144, z: 0.0068201795, w: -0.0028485493} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.416695 - value: {x: 0.15221477, y: -0.056217548, z: 0.008672404, w: 0.98670924} - inSlope: {x: 0.0023532272, y: -0.043300457, z: 0.0068392344, w: -0.0028914656} - outSlope: {x: 0.0023532272, y: -0.043300457, z: 0.0068392344, w: -0.0028914656} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.433361 - value: {x: 0.1522542, y: -0.056939922, z: 0.008786548, w: 0.98666066} - inSlope: {x: 0.0023782616, y: -0.04338573, z: 0.006858317, w: -0.0029325932} - outSlope: {x: 0.0023782616, y: -0.04338573, z: 0.006858317, w: -0.0029325932} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.450027 - value: {x: 0.15229404, y: -0.057663716, z: 0.008901011, w: 0.9866115} - inSlope: {x: 0.002403743, y: -0.043470442, z: 0.006877457, w: -0.0029719328} - outSlope: {x: 0.002403743, y: -0.043470442, z: 0.006877457, w: -0.0029719328} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.466694 - value: {x: 0.15233432, y: -0.058388915, z: 0.009015793, w: 0.9865616} - inSlope: {x: 0.0024278832, y: -0.043553926, z: 0.0068964, w: -0.003014849} - outSlope: {x: 0.0024278832, y: -0.043553926, z: 0.0068964, w: -0.003014849} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.48336 - value: {x: 0.15237497, y: -0.05911549, z: 0.009130888, w: 0.986511} - inSlope: {x: 0.0024511293, y: -0.043636296, z: 0.0069152312, w: -0.003059553} - outSlope: {x: 0.0024511293, y: -0.043636296, z: 0.0069152312, w: -0.003059553} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.500027 - value: {x: 0.15241602, y: -0.059843436, z: 0.009246297, w: 0.9864596} - inSlope: {x: 0.0024752696, y: -0.04371844, z: 0.0069340914, w: -0.003100681} - outSlope: {x: 0.0024752696, y: -0.04371844, z: 0.0069340914, w: -0.003100681} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.516693 - value: {x: 0.15245748, y: -0.06057275, z: 0.0093620205, w: 0.98640764} - inSlope: {x: 0.0024985159, y: -0.043799914, z: 0.006952867, w: -0.0031418088} - outSlope: {x: 0.0024985159, y: -0.043799914, z: 0.006952867, w: -0.0031418088} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.53336 - value: {x: 0.1524993, y: -0.06130341, z: 0.009478056, w: 0.9863549} - inSlope: {x: 0.002521762, y: -0.043879934, z: 0.0069715586, w: -0.0031829365} - outSlope: {x: 0.002521762, y: -0.043879934, z: 0.0069715586, w: -0.0031829365} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.550026 - value: {x: 0.15254153, y: -0.062035393, z: 0.009594402, w: 0.98630154} - inSlope: {x: 0.002544561, y: -0.043959282, z: 0.0069902227, w: -0.0032276409} - outSlope: {x: 0.002544561, y: -0.043959282, z: 0.0069902227, w: -0.0032276409} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.566692 - value: {x: 0.15258412, y: -0.0627687, z: 0.00971106, w: 0.9862473} - inSlope: {x: 0.0025682542, y: -0.04403796, z: 0.007008859, w: -0.0032705567} - outSlope: {x: 0.0025682542, y: -0.04403796, z: 0.007008859, w: -0.0032705567} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.583359 - value: {x: 0.15262714, y: -0.0635033, z: 0.009828027, w: 0.9861925} - inSlope: {x: 0.0025919476, y: -0.04411586, z: 0.007027411, w: -0.003308108} - outSlope: {x: 0.0025919476, y: -0.04411586, z: 0.007027411, w: -0.003308108} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.600025 - value: {x: 0.15267052, y: -0.064239204, z: 0.009945303, w: 0.98613703} - inSlope: {x: 0.0026138527, y: -0.044192974, z: 0.0070459354, w: -0.0033546006} - outSlope: {x: 0.0026138527, y: -0.044192974, z: 0.0070459354, w: -0.0033546006} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.616692 - value: {x: 0.15271427, y: -0.06497638, z: 0.010062888, w: 0.9860807} - inSlope: {x: 0.0026362045, y: -0.044268522, z: 0.00706432, w: -0.0033993046} - outSlope: {x: 0.0026362045, y: -0.044268522, z: 0.00706432, w: -0.0033993046} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.633358 - value: {x: 0.15275839, y: -0.0657148, z: 0.010180777, w: 0.9860237} - inSlope: {x: 0.0026581096, y: -0.044344075, z: 0.0070826206, w: -0.0034404327} - outSlope: {x: 0.0026581096, y: -0.044344075, z: 0.0070826206, w: -0.0034404327} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.650024 - value: {x: 0.15280287, y: -0.06645449, z: 0.010298972, w: 0.985966} - inSlope: {x: 0.002680909, y: -0.04441873, z: 0.007101033, w: -0.0034851367} - outSlope: {x: 0.002680909, y: -0.04441873, z: 0.007101033, w: -0.0034851367} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.666691 - value: {x: 0.15284775, y: -0.0671954, z: 0.010417474, w: 0.98590755} - inSlope: {x: 0.0027032609, y: -0.044492267, z: 0.0071192784, w: -0.0035262646} - outSlope: {x: 0.0027032609, y: -0.044492267, z: 0.0071192784, w: -0.0035262646} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.683357 - value: {x: 0.15289298, y: -0.067937545, z: 0.010536278, w: 0.9858485} - inSlope: {x: 0.0027242717, y: -0.044565134, z: 0.0071373833, w: -0.0035673925} - outSlope: {x: 0.0027242717, y: -0.044565134, z: 0.0071373833, w: -0.0035673925} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.700024 - value: {x: 0.15293856, y: -0.06868088, z: 0.010655384, w: 0.98578864} - inSlope: {x: 0.0027457299, y: -0.044636887, z: 0.0071554603, w: -0.0036138846} - outSlope: {x: 0.0027457299, y: -0.044636887, z: 0.0071554603, w: -0.0036138846} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.71669 - value: {x: 0.1529845, y: -0.06942542, z: 0.010774789, w: 0.985728} - inSlope: {x: 0.002767635, y: -0.044708412, z: 0.0071735936, w: -0.003658589} - outSlope: {x: 0.002767635, y: -0.044708412, z: 0.0071735936, w: -0.003658589} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.733356 - value: {x: 0.15303081, y: -0.07017114, z: 0.0108945, w: 0.9856667} - inSlope: {x: 0.0027886457, y: -0.0447786, z: 0.007191643, w: -0.0036997166} - outSlope: {x: 0.0027886457, y: -0.0447786, z: 0.007191643, w: -0.0036997166} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.750023 - value: {x: 0.15307745, y: -0.070918016, z: 0.011014507, w: 0.9856047} - inSlope: {x: 0.0028096568, y: -0.044848114, z: 0.0072095525, w: -0.003742633} - outSlope: {x: 0.0028096568, y: -0.044848114, z: 0.0072095525, w: -0.003742633} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.766689 - value: {x: 0.15312447, y: -0.071666054, z: 0.0111348145, w: 0.98554194} - inSlope: {x: 0.002830668, y: -0.044916958, z: 0.0072274343, w: -0.003789125} - outSlope: {x: 0.002830668, y: -0.044916958, z: 0.0072274343, w: -0.003789125} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.783356 - value: {x: 0.15317181, y: -0.072415225, z: 0.011255418, w: 0.9854784} - inSlope: {x: 0.0028507847, y: -0.04498446, z: 0.0072451485, w: -0.003832041} - outSlope: {x: 0.0028507847, y: -0.04498446, z: 0.0072451485, w: -0.003832041} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.800022 - value: {x: 0.15321949, y: -0.07316551, z: 0.011376316, w: 0.9854142} - inSlope: {x: 0.0028713485, y: -0.04505129, z: 0.0072628343, w: -0.003873169} - outSlope: {x: 0.0028713485, y: -0.04505129, z: 0.0072628343, w: -0.003873169} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.816689 - value: {x: 0.15326752, y: -0.07391691, z: 0.011497509, w: 0.9853493} - inSlope: {x: 0.0028919126, y: -0.04511768, z: 0.007280576, w: -0.003919661} - outSlope: {x: 0.0028919126, y: -0.04511768, z: 0.007280576, w: -0.003919661} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.833355 - value: {x: 0.15331589, y: -0.07466941, z: 0.011618998, w: 0.98528355} - inSlope: {x: 0.0029120292, y: -0.04518317, z: 0.0072981785, w: -0.0039643655} - outSlope: {x: 0.0029120292, y: -0.04518317, z: 0.0072981785, w: -0.0039643655} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.850021 - value: {x: 0.15336458, y: -0.075422995, z: 0.011740778, w: 0.98521715} - inSlope: {x: 0.0029316992, y: -0.045247767, z: 0.007315725, w: -0.0040054936} - outSlope: {x: 0.0029316992, y: -0.045247767, z: 0.007315725, w: -0.0040054936} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.866688 - value: {x: 0.15341361, y: -0.07617765, z: 0.011862852, w: 0.98515004} - inSlope: {x: 0.0029509221, y: -0.045311026, z: 0.0073331315, w: -0.0040519857} - outSlope: {x: 0.0029509221, y: -0.045311026, z: 0.0073331315, w: -0.0040519857} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.883354 - value: {x: 0.15346295, y: -0.07693334, z: 0.011985212, w: 0.9850821} - inSlope: {x: 0.0029710387, y: -0.04537406, z: 0.0073505663, w: -0.0040966896} - outSlope: {x: 0.0029710387, y: -0.04537406, z: 0.0073505663, w: -0.0040966896} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.900021 - value: {x: 0.15351264, y: -0.077690095, z: 0.012107867, w: 0.9850135} - inSlope: {x: 0.0029902617, y: -0.04543642, z: 0.0073679453, w: -0.004141394} - outSlope: {x: 0.0029902617, y: -0.04543642, z: 0.0073679453, w: -0.004141394} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.916687 - value: {x: 0.15356262, y: -0.07844786, z: 0.012230806, w: 0.98494405} - inSlope: {x: 0.0030094846, y: -0.045497216, z: 0.007385128, w: -0.0041860985} - outSlope: {x: 0.0030094846, y: -0.045497216, z: 0.007385128, w: -0.0041860985} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.933353 - value: {x: 0.15361296, y: -0.079206645, z: 0.012354034, w: 0.98487395} - inSlope: {x: 0.003028707, y: -0.045557566, z: 0.007402339, w: -0.0042272257} - outSlope: {x: 0.003028707, y: -0.045557566, z: 0.007402339, w: -0.0042272257} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.95002 - value: {x: 0.15366358, y: -0.079966426, z: 0.012477547, w: 0.98480314} - inSlope: {x: 0.003046589, y: -0.045617025, z: 0.0074193827, w: -0.00427193} - outSlope: {x: 0.003046589, y: -0.045617025, z: 0.0074193827, w: -0.00427193} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.966686 - value: {x: 0.15371451, y: -0.08072719, z: 0.012601343, w: 0.98473155} - inSlope: {x: 0.0030653647, y: -0.045675587, z: 0.0074364264, w: -0.004320211} - outSlope: {x: 0.0030653647, y: -0.045675587, z: 0.0074364264, w: -0.004320211} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 9.983353 - value: {x: 0.15376575, y: -0.08148892, z: 0.012725424, w: 0.98465914} - inSlope: {x: 0.0030841404, y: -0.045733478, z: 0.0074534416, w: -0.0043631266} - outSlope: {x: 0.0030841404, y: -0.045733478, z: 0.0074534416, w: -0.0043631266} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.000019 - value: {x: 0.15381731, y: -0.082251616, z: 0.012849787, w: 0.9845861} - inSlope: {x: 0.0031029163, y: -0.045790702, z: 0.0074704015, w: -0.0044042543} - outSlope: {x: 0.0031029163, y: -0.045790702, z: 0.0074704015, w: -0.0044042543} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.0166855 - value: {x: 0.15386918, y: -0.083015256, z: 0.012974434, w: 0.9845123} - inSlope: {x: 0.0031212447, y: -0.04584703, z: 0.0074873054, w: -0.004452535} - outSlope: {x: 0.0031212447, y: -0.04584703, z: 0.0074873054, w: -0.004452535} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.033352 - value: {x: 0.15392135, y: -0.08377983, z: 0.01309936, w: 0.9844377} - inSlope: {x: 0.0031377855, y: -0.04590246, z: 0.0075039295, w: -0.0044990275} - outSlope: {x: 0.0031377855, y: -0.04590246, z: 0.0075039295, w: -0.0044990275} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.050018 - value: {x: 0.15397377, y: -0.084545314, z: 0.013224561, w: 0.98436236} - inSlope: {x: 0.0031556669, y: -0.045956776, z: 0.0075206375, w: -0.0045437315} - outSlope: {x: 0.0031556669, y: -0.045956776, z: 0.0075206375, w: -0.0045437315} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.066685 - value: {x: 0.15402654, y: -0.085311696, z: 0.013350044, w: 0.98428625} - inSlope: {x: 0.0031735487, y: -0.046010643, z: 0.007537346, w: -0.0045866473} - outSlope: {x: 0.0031735487, y: -0.046010643, z: 0.007537346, w: -0.0045866473} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.083351 - value: {x: 0.15407956, y: -0.08607898, z: 0.013475802, w: 0.9842095} - inSlope: {x: 0.0031905363, y: -0.04606362, z: 0.007553775, w: -0.0046295635} - outSlope: {x: 0.0031905363, y: -0.04606362, z: 0.007553775, w: -0.0046295635} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.100018 - value: {x: 0.15413289, y: -0.08684713, z: 0.013601833, w: 0.98413193} - inSlope: {x: 0.003208418, y: -0.046115253, z: 0.0075702313, w: -0.0046760556} - outSlope: {x: 0.003208418, y: -0.046115253, z: 0.0075702313, w: -0.0046760556} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.116684 - value: {x: 0.1541865, y: -0.08761613, z: 0.013728139, w: 0.9840536} - inSlope: {x: 0.0032254057, y: -0.04616644, z: 0.00758666, w: -0.004722548} - outSlope: {x: 0.0032254057, y: -0.04616644, z: 0.00758666, w: -0.004722548} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.13335 - value: {x: 0.1542404, y: -0.088385984, z: 0.013854718, w: 0.9839745} - inSlope: {x: 0.003241946, y: -0.046217177, z: 0.007603005, w: -0.004767252} - outSlope: {x: 0.003241946, y: -0.046217177, z: 0.007603005, w: -0.004767252} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.150017 - value: {x: 0.15429457, y: -0.08915668, z: 0.013981569, w: 0.9838947} - inSlope: {x: 0.0032584867, y: -0.046266355, z: 0.0076191546, w: -0.0048119565} - outSlope: {x: 0.0032584867, y: -0.046266355, z: 0.0076191546, w: -0.0048119565} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.166683 - value: {x: 0.15434901, y: -0.08992817, z: 0.014108686, w: 0.9838141} - inSlope: {x: 0.00327458, y: -0.04631508, z: 0.007635248, w: -0.0048566605} - outSlope: {x: 0.00327458, y: -0.04631508, z: 0.007635248, w: -0.0048566605} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.18335 - value: {x: 0.15440372, y: -0.09070049, z: 0.014236073, w: 0.9837328} - inSlope: {x: 0.0032906737, y: -0.04636336, z: 0.007651425, w: -0.0049013644} - outSlope: {x: 0.0032906737, y: -0.04636336, z: 0.007651425, w: -0.0049013644} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.200016 - value: {x: 0.1544587, y: -0.091473594, z: 0.014363729, w: 0.98365074} - inSlope: {x: 0.003307214, y: -0.0464103, z: 0.0076674633, w: -0.004947857} - outSlope: {x: 0.003307214, y: -0.0464103, z: 0.0076674633, w: -0.004947857} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.216682 - value: {x: 0.15451396, y: -0.09224748, z: 0.014491651, w: 0.9835679} - inSlope: {x: 0.0033228607, y: -0.046456344, z: 0.007683305, w: -0.0049925614} - outSlope: {x: 0.0033228607, y: -0.046456344, z: 0.007683305, w: -0.0049925614} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.233349 - value: {x: 0.15456946, y: -0.093022116, z: 0.014619836, w: 0.9834843} - inSlope: {x: 0.003338507, y: -0.04650172, z: 0.007699147, w: -0.0050372654} - outSlope: {x: 0.003338507, y: -0.04650172, z: 0.007699147, w: -0.0050372654} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.250015 - value: {x: 0.15462524, y: -0.09379751, z: 0.0147482855, w: 0.9834} - inSlope: {x: 0.0033546006, y: -0.046546426, z: 0.0077149333, w: -0.0050837575} - outSlope: {x: 0.0033546006, y: -0.046546426, z: 0.0077149333, w: -0.0050837575} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.266682 - value: {x: 0.15468128, y: -0.09457364, z: 0.014876996, w: 0.9833149} - inSlope: {x: 0.0033702468, y: -0.046590235, z: 0.007730608, w: -0.005128462} - outSlope: {x: 0.0033702468, y: -0.046590235, z: 0.007730608, w: -0.005128462} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.283348 - value: {x: 0.15473758, y: -0.0953505, z: 0.0150059685, w: 0.98322904} - inSlope: {x: 0.0033849995, y: -0.046633374, z: 0.007746226, w: -0.005171378} - outSlope: {x: 0.0033849995, y: -0.046633374, z: 0.007746226, w: -0.005171378} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.3000145 - value: {x: 0.15479411, y: -0.09612806, z: 0.0151352, w: 0.9831425} - inSlope: {x: 0.0033997516, y: -0.046675395, z: 0.0077617327, w: -0.00521787} - outSlope: {x: 0.0033997516, y: -0.046675395, z: 0.0077617327, w: -0.00521787} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.316681 - value: {x: 0.1548509, y: -0.09690632, z: 0.015264689, w: 0.9830551} - inSlope: {x: 0.0034149513, y: -0.0467163, z: 0.007777184, w: -0.0052643623} - outSlope: {x: 0.0034149513, y: -0.0467163, z: 0.007777184, w: -0.0052643623} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.333347 - value: {x: 0.15490794, y: -0.09768525, z: 0.015394435, w: 0.982967} - inSlope: {x: 0.0034292564, y: -0.046756536, z: 0.0077924114, w: -0.0053090667} - outSlope: {x: 0.0034292564, y: -0.046756536, z: 0.0077924114, w: -0.0053090667} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.350014 - value: {x: 0.1549652, y: -0.09846485, z: 0.015524432, w: 0.98287815} - inSlope: {x: 0.003444456, y: -0.046796322, z: 0.0078077223, w: -0.0053555593} - outSlope: {x: 0.003444456, y: -0.046796322, z: 0.0078077223, w: -0.0053555593} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.36668 - value: {x: 0.15502276, y: -0.0992451, z: 0.015654689, w: 0.9827885} - inSlope: {x: 0.003458314, y: -0.046835437, z: 0.007822949, w: -0.0054002632} - outSlope: {x: 0.003458314, y: -0.046835437, z: 0.007822949, w: -0.0054002632} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.383347 - value: {x: 0.15508048, y: -0.100026004, z: 0.015785193, w: 0.98269814} - inSlope: {x: 0.0034712786, y: -0.046873882, z: 0.007838037, w: -0.005443179} - outSlope: {x: 0.0034712786, y: -0.046873882, z: 0.007838037, w: -0.005443179} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.400013 - value: {x: 0.15513846, y: -0.10080754, z: 0.015915953, w: 0.98260707} - inSlope: {x: 0.0034864778, y: -0.04691054, z: 0.007853069, w: -0.0054878835} - outSlope: {x: 0.0034864778, y: -0.04691054, z: 0.007853069, w: -0.0054878835} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.416679 - value: {x: 0.1551967, y: -0.101589665, z: 0.016046958, w: 0.9825152} - inSlope: {x: 0.0035007834, y: -0.04694608, z: 0.007867877, w: -0.005534376} - outSlope: {x: 0.0035007834, y: -0.04694608, z: 0.007867877, w: -0.005534376} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.433346 - value: {x: 0.15525515, y: -0.102372386, z: 0.016178211, w: 0.9824226} - inSlope: {x: 0.0035137474, y: -0.046982065, z: 0.007882741, w: -0.005580868} - outSlope: {x: 0.0035137474, y: -0.046982065, z: 0.007882741, w: -0.005580868} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.450012 - value: {x: 0.15531382, y: -0.10315571, z: 0.016309712, w: 0.9823292} - inSlope: {x: 0.0035271589, y: -0.047016714, z: 0.00789755, w: -0.0056291483} - outSlope: {x: 0.0035271589, y: -0.047016714, z: 0.00789755, w: -0.0056291483} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.466679 - value: {x: 0.15537272, y: -0.103939585, z: 0.016441459, w: 0.98223495} - inSlope: {x: 0.00354057, y: -0.047050018, z: 0.007912191, w: -0.005675641} - outSlope: {x: 0.00354057, y: -0.047050018, z: 0.007912191, w: -0.005675641} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.483345 - value: {x: 0.15543184, y: -0.10472402, z: 0.016573448, w: 0.98214} - inSlope: {x: 0.003553534, y: -0.047083545, z: 0.007926775, w: -0.005716769} - outSlope: {x: 0.003553534, y: -0.047083545, z: 0.007926775, w: -0.005716769} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.500011 - value: {x: 0.15549117, y: -0.10550901, z: 0.01670568, w: 0.9820444} - inSlope: {x: 0.0035664984, y: -0.047115732, z: 0.007941248, w: -0.0057596844} - outSlope: {x: 0.0035664984, y: -0.047115732, z: 0.007941248, w: -0.0057596844} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.516678 - value: {x: 0.15555072, y: -0.10629452, z: 0.016838152, w: 0.981948} - inSlope: {x: 0.0035790154, y: -0.0471468, z: 0.007955553, w: -0.005806177} - outSlope: {x: 0.0035790154, y: -0.0471468, z: 0.007955553, w: -0.005806177} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.533344 - value: {x: 0.15561047, y: -0.10708055, z: 0.016970862, w: 0.98185086} - inSlope: {x: 0.0035919799, y: -0.0471772, z: 0.007969858, w: -0.0058526695} - outSlope: {x: 0.0035919799, y: -0.0471772, z: 0.007969858, w: -0.0058526695} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.550011 - value: {x: 0.15567045, y: -0.10786707, z: 0.01710381, w: 0.98175293} - inSlope: {x: 0.0036040498, y: -0.047206927, z: 0.007984052, w: -0.005897374} - outSlope: {x: 0.0036040498, y: -0.047206927, z: 0.007984052, w: -0.005897374} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.566677 - value: {x: 0.1557306, y: -0.10865409, z: 0.017236993, w: 0.9816543} - inSlope: {x: 0.003616567, y: -0.047235765, z: 0.007998134, w: -0.0059420774} - outSlope: {x: 0.003616567, y: -0.047235765, z: 0.007998134, w: -0.0059420774} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.5833435 - value: {x: 0.155791, y: -0.10944157, z: 0.01737041, w: 0.98155487} - inSlope: {x: 0.0036286372, y: -0.047263928, z: 0.008012216, w: -0.00598857} - outSlope: {x: 0.0036286372, y: -0.047263928, z: 0.008012216, w: -0.00598857} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.60001 - value: {x: 0.15585156, y: -0.11022953, z: 0.017504063, w: 0.9814547} - inSlope: {x: 0.00364026, y: -0.047291197, z: 0.0080261305, w: -0.0060332743} - outSlope: {x: 0.00364026, y: -0.047291197, z: 0.0080261305, w: -0.0060332743} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.616676 - value: {x: 0.15591234, y: -0.11101792, z: 0.017637944, w: 0.98135376} - inSlope: {x: 0.0036518835, y: -0.047317572, z: 0.008039933, w: -0.00607619} - outSlope: {x: 0.0036518835, y: -0.047317572, z: 0.008039933, w: -0.00607619} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.633343 - value: {x: 0.15597329, y: -0.11180676, z: 0.017772056, w: 0.98125213} - inSlope: {x: 0.0036635064, y: -0.047343053, z: 0.008053679, w: -0.006120894} - outSlope: {x: 0.0036635064, y: -0.047343053, z: 0.008053679, w: -0.006120894} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.650009 - value: {x: 0.15603445, y: -0.112596, z: 0.017906396, w: 0.98114973} - inSlope: {x: 0.0036751295, y: -0.047367416, z: 0.008067314, w: -0.006169175} - outSlope: {x: 0.0036751295, y: -0.047367416, z: 0.008067314, w: -0.006169175} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.666676 - value: {x: 0.15609579, y: -0.11338565, z: 0.018040963, w: 0.9810465} - inSlope: {x: 0.0036863056, y: -0.047391556, z: 0.008080892, w: -0.006213879} - outSlope: {x: 0.0036863056, y: -0.047391556, z: 0.008080892, w: -0.006213879} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.683342 - value: {x: 0.15615733, y: -0.11417569, z: 0.018175755, w: 0.9809426} - inSlope: {x: 0.0036979285, y: -0.047414355, z: 0.008094248, w: -0.006255007} - outSlope: {x: 0.0036979285, y: -0.047414355, z: 0.008094248, w: -0.006255007} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.700008 - value: {x: 0.15621905, y: -0.1149661, z: 0.018310767, w: 0.980838} - inSlope: {x: 0.0037086576, y: -0.04743693, z: 0.008107659, w: -0.006301499} - outSlope: {x: 0.0037086576, y: -0.04743693, z: 0.008107659, w: -0.006301499} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.716675 - value: {x: 0.15628095, y: -0.1157569, z: 0.018446006, w: 0.98073256} - inSlope: {x: 0.0037189396, y: -0.047458388, z: 0.008120903, w: -0.0063479915} - outSlope: {x: 0.0037189396, y: -0.047458388, z: 0.008120903, w: -0.0063479915} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.733341 - value: {x: 0.15634301, y: -0.116548024, z: 0.01858146, w: 0.9806264} - inSlope: {x: 0.0037287744, y: -0.047478504, z: 0.008133867, w: -0.006390908} - outSlope: {x: 0.0037287744, y: -0.047478504, z: 0.008133867, w: -0.006390908} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.750008 - value: {x: 0.15640524, y: -0.11733949, z: 0.01871713, w: 0.98051953} - inSlope: {x: 0.0037399507, y: -0.04749885, z: 0.008147111, w: -0.0064356118} - outSlope: {x: 0.0037399507, y: -0.04749885, z: 0.008147111, w: -0.0064356118} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.766674 - value: {x: 0.15646768, y: -0.118131295, z: 0.018853026, w: 0.9804119} - inSlope: {x: 0.0037502325, y: -0.0475174, z: 0.008159963, w: -0.006482104} - outSlope: {x: 0.0037502325, y: -0.0475174, z: 0.008159963, w: -0.006482104} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.78334 - value: {x: 0.15653025, y: -0.11892338, z: 0.018989125, w: 0.98030347} - inSlope: {x: 0.0037596202, y: -0.047535952, z: 0.00817276, w: -0.00652502} - outSlope: {x: 0.0037596202, y: -0.047535952, z: 0.00817276, w: -0.00652502} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.800007 - value: {x: 0.156593, y: -0.1197158, z: 0.019125447, w: 0.9801944} - inSlope: {x: 0.0037703493, y: -0.047553163, z: 0.008185668, w: -0.006569724} - outSlope: {x: 0.0037703493, y: -0.047553163, z: 0.008185668, w: -0.006569724} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.816673 - value: {x: 0.15665592, y: -0.12050846, z: 0.019261977, w: 0.9800845} - inSlope: {x: 0.0037801843, y: -0.04756881, z: 0.008198241, w: -0.0066162166} - outSlope: {x: 0.0037801843, y: -0.04756881, z: 0.008198241, w: -0.0066162166} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.83334 - value: {x: 0.156719, y: -0.121301405, z: 0.019398717, w: 0.97997385} - inSlope: {x: 0.003789125, y: -0.047585573, z: 0.008210758, w: -0.0066573443} - outSlope: {x: 0.003789125, y: -0.047585573, z: 0.008210758, w: -0.0066573443} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.850006 - value: {x: 0.15678222, y: -0.122094624, z: 0.019535664, w: 0.9798626} - inSlope: {x: 0.003798066, y: -0.04759988, z: 0.008223052, w: -0.0067020487} - outSlope: {x: 0.003798066, y: -0.04759988, z: 0.008223052, w: -0.0067020487} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.8666725 - value: {x: 0.1568456, y: -0.12288804, z: 0.019672815, w: 0.97975045} - inSlope: {x: 0.003807901, y: -0.047613736, z: 0.008235457, w: -0.0067467527} - outSlope: {x: 0.003807901, y: -0.047613736, z: 0.008235457, w: -0.0067467527} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.883339 - value: {x: 0.15690915, y: -0.123681724, z: 0.019810176, w: 0.9796377} - inSlope: {x: 0.0038168416, y: -0.047626924, z: 0.008247695, w: -0.0067914566} - outSlope: {x: 0.0038168416, y: -0.047626924, z: 0.008247695, w: -0.0067914566} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.900005 - value: {x: 0.15697283, y: -0.12447558, z: 0.019947734, w: 0.9795241} - inSlope: {x: 0.0038253353, y: -0.04763944, z: 0.008259765, w: -0.006836161} - outSlope: {x: 0.0038253353, y: -0.04763944, z: 0.008259765, w: -0.006836161} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.916672 - value: {x: 0.15703666, y: -0.12526968, z: 0.020085497, w: 0.9794098} - inSlope: {x: 0.0038351705, y: -0.04765151, z: 0.0082719475, w: -0.0068790773} - outSlope: {x: 0.0038351705, y: -0.04765151, z: 0.0082719475, w: -0.0068790773} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.933338 - value: {x: 0.15710066, y: -0.12606394, z: 0.020223461, w: 0.9792948} - inSlope: {x: 0.0038436642, y: -0.047661792, z: 0.008283794, w: -0.0069237812} - outSlope: {x: 0.0038436642, y: -0.047661792, z: 0.008283794, w: -0.0069237812} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.950005 - value: {x: 0.15716478, y: -0.12685838, z: 0.02036162, w: 0.979179} - inSlope: {x: 0.0038517108, y: -0.047672074, z: 0.008295529, w: -0.006966697} - outSlope: {x: 0.0038517108, y: -0.047672074, z: 0.008295529, w: -0.006966697} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.966671 - value: {x: 0.15722905, y: -0.12765299, z: 0.020499974, w: 0.97906256} - inSlope: {x: 0.0038597577, y: -0.04768012, z: 0.008307096, w: -0.0070096133} - outSlope: {x: 0.0038597577, y: -0.04768012, z: 0.008307096, w: -0.0070096133} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 10.983337 - value: {x: 0.15729344, y: -0.1284477, z: 0.020638518, w: 0.9789454} - inSlope: {x: 0.0038682516, y: -0.047688615, z: 0.0083187185, w: -0.0070543173} - outSlope: {x: 0.0038682516, y: -0.047688615, z: 0.0083187185, w: -0.0070543173} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.000004 - value: {x: 0.15735799, y: -0.12924258, z: 0.02077726, w: 0.9788274} - inSlope: {x: 0.0038758512, y: -0.04769666, z: 0.00833023, w: -0.007097233} - outSlope: {x: 0.0038758512, y: -0.04769666, z: 0.00833023, w: -0.007097233} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.01667 - value: {x: 0.15742263, y: -0.13003756, z: 0.020916188, w: 0.9787088} - inSlope: {x: 0.0038834508, y: -0.047703367, z: 0.008341574, w: -0.0071401494} - outSlope: {x: 0.0038834508, y: -0.047703367, z: 0.008341574, w: -0.0071401494} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.033337 - value: {x: 0.15748744, y: -0.13083267, z: 0.02105531, w: 0.9785894} - inSlope: {x: 0.0038914976, y: -0.04770918, z: 0.008352806, w: -0.007184854} - outSlope: {x: 0.0038914976, y: -0.04770918, z: 0.008352806, w: -0.007184854} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.050003 - value: {x: 0.15755235, y: -0.13162784, z: 0.02119461, w: 0.9784693} - inSlope: {x: 0.0038982034, y: -0.047714096, z: 0.00836387, w: -0.0072295577} - outSlope: {x: 0.0038982034, y: -0.047714096, z: 0.00836387, w: -0.0072295577} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.066669 - value: {x: 0.15761738, y: -0.13242312, z: 0.0213341, w: 0.97834843} - inSlope: {x: 0.003905803, y: -0.04771812, z: 0.008374878, w: -0.0072724735} - outSlope: {x: 0.003905803, y: -0.04771812, z: 0.008374878, w: -0.0072724735} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.083336 - value: {x: 0.15768254, y: -0.13321842, z: 0.02147377, w: 0.9782269} - inSlope: {x: 0.0039129555, y: -0.047721248, z: 0.008385719, w: -0.0073118135} - outSlope: {x: 0.0039129555, y: -0.047721248, z: 0.008385719, w: -0.0073118135} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.100002 - value: {x: 0.1577478, y: -0.1340138, z: 0.02161362, w: 0.9781047} - inSlope: {x: 0.003920555, y: -0.047724377, z: 0.008396616, w: -0.0073547293} - outSlope: {x: 0.003920555, y: -0.047724377, z: 0.008396616, w: -0.0073547293} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.116669 - value: {x: 0.15781322, y: -0.13480921, z: 0.021753652, w: 0.97798175} - inSlope: {x: 0.003926814, y: -0.04772527, z: 0.008407177, w: -0.0074012214} - outSlope: {x: 0.003926814, y: -0.04772527, z: 0.008407177, w: -0.0074012214} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.133335 - value: {x: 0.1578787, y: -0.13560462, z: 0.021893855, w: 0.977858} - inSlope: {x: 0.0039330726, y: -0.047726166, z: 0.008417627, w: -0.0074423496} - outSlope: {x: 0.0039330726, y: -0.047726166, z: 0.008417627, w: -0.0074423496} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.150002 - value: {x: 0.15794432, y: -0.13640006, z: 0.022034235, w: 0.9777337} - inSlope: {x: 0.003940672, y: -0.04772706, z: 0.0084283, w: -0.0074834772} - outSlope: {x: 0.003940672, y: -0.04772706, z: 0.0084283, w: -0.0074834772} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.166668 - value: {x: 0.15801005, y: -0.1371955, z: 0.022174794, w: 0.97760856} - inSlope: {x: 0.0039464836, y: -0.047726613, z: 0.0084386375, w: -0.007528181} - outSlope: {x: 0.0039464836, y: -0.047726613, z: 0.0084386375, w: -0.007528181} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.183334 - value: {x: 0.15807587, y: -0.13799092, z: 0.022315519, w: 0.97748274} - inSlope: {x: 0.0039527426, y: -0.047724824, z: 0.008448752, w: -0.0075693093} - outSlope: {x: 0.0039527426, y: -0.047724824, z: 0.008448752, w: -0.0075693093} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.200001 - value: {x: 0.1581418, y: -0.1387863, z: 0.022456415, w: 0.97735626} - inSlope: {x: 0.003958554, y: -0.047722142, z: 0.008458811, w: -0.0076104375} - outSlope: {x: 0.003958554, y: -0.047722142, z: 0.008458811, w: -0.0076104375} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.216667 - value: {x: 0.15820782, y: -0.13958164, z: 0.022597475, w: 0.97722906} - inSlope: {x: 0.0039634714, y: -0.047719013, z: 0.008468534, w: -0.007653353} - outSlope: {x: 0.0039634714, y: -0.047719013, z: 0.008468534, w: -0.007653353} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.233334 - value: {x: 0.15827392, y: -0.14037691, z: 0.022738695, w: 0.97710115} - inSlope: {x: 0.003970177, y: -0.04771499, z: 0.0084784245, w: -0.007696269} - outSlope: {x: 0.003970177, y: -0.04771499, z: 0.0084784245, w: -0.007696269} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.25 - value: {x: 0.15834016, y: -0.14117211, z: 0.022880085, w: 0.9769725} - inSlope: {x: 0.0039768824, y: -0.04771052, z: 0.008488371, w: -0.007737397} - outSlope: {x: 0.0039768824, y: -0.04771052, z: 0.008488371, w: -0.007737397} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.266666 - value: {x: 0.15840648, y: -0.14196724, z: 0.023021637, w: 0.97684324} - inSlope: {x: 0.003981353, y: -0.047704708, z: 0.0084978705, w: -0.007778525} - outSlope: {x: 0.003981353, y: -0.047704708, z: 0.0084978705, w: -0.007778525} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.283333 - value: {x: 0.15847287, y: -0.14276224, z: 0.023163343, w: 0.97671324} - inSlope: {x: 0.0039862706, y: -0.047698002, z: 0.008507202, w: -0.007819653} - outSlope: {x: 0.0039862706, y: -0.047698002, z: 0.008507202, w: -0.007819653} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.299999 - value: {x: 0.15853935, y: -0.14355715, z: 0.023305206, w: 0.9765826} - inSlope: {x: 0.003992082, y: -0.047691297, z: 0.008516647, w: -0.007862568} - outSlope: {x: 0.003992082, y: -0.047691297, z: 0.008516647, w: -0.007862568} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.316666 - value: {x: 0.15860593, y: -0.14435193, z: 0.023447227, w: 0.97645116} - inSlope: {x: 0.0039965524, y: -0.04768325, z: 0.008525867, w: -0.007903697} - outSlope: {x: 0.0039965524, y: -0.04768325, z: 0.008525867, w: -0.007903697} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.333332 - value: {x: 0.15867257, y: -0.14514656, z: 0.023589397, w: 0.97631913} - inSlope: {x: 0.004001023, y: -0.04767431, z: 0.0085349195, w: -0.007943036} - outSlope: {x: 0.004001023, y: -0.04767431, z: 0.0085349195, w: -0.007943036} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.349998 - value: {x: 0.1587393, y: -0.14594105, z: 0.02373172, w: 0.9761864} - inSlope: {x: 0.00400594, y: -0.04766492, z: 0.008543916, w: -0.007985951} - outSlope: {x: 0.00400594, y: -0.04766492, z: 0.008543916, w: -0.007985951} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.366665 - value: {x: 0.1588061, y: -0.14673537, z: 0.02387419, w: 0.97605294} - inSlope: {x: 0.004011305, y: -0.047654193, z: 0.008552801, w: -0.00802708} - outSlope: {x: 0.004011305, y: -0.047654193, z: 0.008552801, w: -0.00802708} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.383331 - value: {x: 0.158873, y: -0.1475295, z: 0.024016809, w: 0.9759188} - inSlope: {x: 0.0040153284, y: -0.04764257, z: 0.00856135, w: -0.0080664195} - outSlope: {x: 0.0040153284, y: -0.04764257, z: 0.00856135, w: -0.0080664195} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.399998 - value: {x: 0.15893994, y: -0.14832343, z: 0.024159564, w: 0.97578406} - inSlope: {x: 0.0040189046, y: -0.047630947, z: 0.008569956, w: -0.008105759} - outSlope: {x: 0.0040189046, y: -0.047630947, z: 0.008569956, w: -0.008105759} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.416664 - value: {x: 0.15900697, y: -0.14911717, z: 0.02430247, w: 0.97564864} - inSlope: {x: 0.004023822, y: -0.047617983, z: 0.008578505, w: -0.0081450995} - outSlope: {x: 0.004023822, y: -0.047617983, z: 0.008578505, w: -0.0081450995} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.433331 - value: {x: 0.15907407, y: -0.14991067, z: 0.02444551, w: 0.97551256} - inSlope: {x: 0.0040269513, y: -0.047604125, z: 0.008586665, w: -0.008188015} - outSlope: {x: 0.0040269513, y: -0.047604125, z: 0.008586665, w: -0.008188015} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.449997 - value: {x: 0.1591412, y: -0.15070395, z: 0.024588687, w: 0.9753757} - inSlope: {x: 0.0040305275, y: -0.047590267, z: 0.008594935, w: -0.008229143} - outSlope: {x: 0.0040305275, y: -0.047590267, z: 0.008594935, w: -0.008229143} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.466663 - value: {x: 0.15920842, y: -0.15149699, z: 0.024732003, w: 0.97523826} - inSlope: {x: 0.004034551, y: -0.047575068, z: 0.008603037, w: -0.008266695} - outSlope: {x: 0.004034551, y: -0.047575068, z: 0.008603037, w: -0.008266695} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.48333 - value: {x: 0.15927568, y: -0.15228976, z: 0.02487545, w: 0.97510016} - inSlope: {x: 0.004038127, y: -0.047558527, z: 0.008610916, w: -0.008306034} - outSlope: {x: 0.004038127, y: -0.047558527, z: 0.008610916, w: -0.008306034} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.499996 - value: {x: 0.15934302, y: -0.15308225, z: 0.02501903, w: 0.9749614} - inSlope: {x: 0.0040412564, y: -0.04754154, z: 0.008618684, w: -0.008345373} - outSlope: {x: 0.0040412564, y: -0.04754154, z: 0.008618684, w: -0.008345373} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.516663 - value: {x: 0.15941039, y: -0.15387446, z: 0.025162736, w: 0.974822} - inSlope: {x: 0.0040448327, y: -0.047524553, z: 0.008626507, w: -0.008386502} - outSlope: {x: 0.0040448327, y: -0.047524553, z: 0.008626507, w: -0.008386502} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.533329 - value: {x: 0.15947784, y: -0.15466638, z: 0.025306575, w: 0.97468185} - inSlope: {x: 0.0040479624, y: -0.047506224, z: 0.008634051, w: -0.008425841} - outSlope: {x: 0.0040479624, y: -0.047506224, z: 0.008634051, w: -0.008425841} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.549995 - value: {x: 0.15954532, y: -0.15545797, z: 0.025450533, w: 0.9745411} - inSlope: {x: 0.0040501975, y: -0.047486104, z: 0.00864126, w: -0.00846518} - outSlope: {x: 0.0040501975, y: -0.047486104, z: 0.00864126, w: -0.00846518} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.566662 - value: {x: 0.15961285, y: -0.15624923, z: 0.025594613, w: 0.9743997} - inSlope: {x: 0.004053327, y: -0.047465093, z: 0.008648412, w: -0.008502733} - outSlope: {x: 0.004053327, y: -0.047465093, z: 0.008648412, w: -0.008502733} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.583328 - value: {x: 0.15968043, y: -0.15704012, z: 0.02573881, w: 0.9742577} - inSlope: {x: 0.004055562, y: -0.047444977, z: 0.008655621, w: -0.008540284} - outSlope: {x: 0.004055562, y: -0.047444977, z: 0.008655621, w: -0.008540284} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.599995 - value: {x: 0.15974803, y: -0.1578307, z: 0.025883129, w: 0.974115} - inSlope: {x: 0.004057797, y: -0.047424413, z: 0.008662717, w: -0.008579623} - outSlope: {x: 0.004057797, y: -0.047424413, z: 0.008662717, w: -0.008579623} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.616661 - value: {x: 0.15981568, y: -0.15862091, z: 0.026027562, w: 0.9739717} - inSlope: {x: 0.0040609264, y: -0.04740072, z: 0.008669479, w: -0.008618964} - outSlope: {x: 0.0040609264, y: -0.04740072, z: 0.008669479, w: -0.008618964} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.6333275 - value: {x: 0.1598834, y: -0.1594107, z: 0.026172107, w: 0.9738277} - inSlope: {x: 0.0040636086, y: -0.047377475, z: 0.00867624, w: -0.008654727} - outSlope: {x: 0.0040636086, y: -0.047377475, z: 0.00867624, w: -0.008654727} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.649994 - value: {x: 0.15995114, y: -0.16020013, z: 0.026316766, w: 0.97368324} - inSlope: {x: 0.0040645027, y: -0.04735378, z: 0.008682778, w: -0.008694066} - outSlope: {x: 0.0040645027, y: -0.04735378, z: 0.008682778, w: -0.008694066} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.66666 - value: {x: 0.16001888, y: -0.16098914, z: 0.026461529, w: 0.9735379} - inSlope: {x: 0.004067185, y: -0.047329195, z: 0.00868926, w: -0.008731618} - outSlope: {x: 0.004067185, y: -0.047329195, z: 0.00868926, w: -0.008731618} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.683327 - value: {x: 0.1600867, y: -0.16177775, z: 0.026606403, w: 0.9733922} - inSlope: {x: 0.004068973, y: -0.047303267, z: 0.008695463, w: -0.008767381} - outSlope: {x: 0.004068973, y: -0.047303267, z: 0.008695463, w: -0.008767381} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.699993 - value: {x: 0.1601545, y: -0.16256589, z: 0.026751373, w: 0.9732457} - inSlope: {x: 0.004069867, y: -0.047275998, z: 0.0087015545, w: -0.00880672} - outSlope: {x: 0.004069867, y: -0.047275998, z: 0.0087015545, w: -0.00880672} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.71666 - value: {x: 0.16022237, y: -0.16335359, z: 0.02689645, w: 0.97309864} - inSlope: {x: 0.004071655, y: -0.047249176, z: 0.008707534, w: -0.008840696} - outSlope: {x: 0.004071655, y: -0.047249176, z: 0.008707534, w: -0.008840696} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.733326 - value: {x: 0.16029023, y: -0.16414084, z: 0.02704162, w: 0.972951} - inSlope: {x: 0.004072997, y: -0.047221903, z: 0.008713513, w: -0.008878248} - outSlope: {x: 0.004072997, y: -0.047221903, z: 0.008713513, w: -0.008878248} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.749992 - value: {x: 0.16035813, y: -0.16492763, z: 0.027186897, w: 0.9728027} - inSlope: {x: 0.004073891, y: -0.0471924, z: 0.008719212, w: -0.008917587} - outSlope: {x: 0.004073891, y: -0.0471924, z: 0.008719212, w: -0.008917587} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.766659 - value: {x: 0.16042602, y: -0.16571389, z: 0.027332256, w: 0.97265375} - inSlope: {x: 0.004075232, y: -0.047162, z: 0.008724689, w: -0.00895335} - outSlope: {x: 0.004075232, y: -0.047162, z: 0.008724689, w: -0.00895335} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.783325 - value: {x: 0.16049397, y: -0.16649967, z: 0.027477715, w: 0.97250426} - inSlope: {x: 0.004076573, y: -0.04713205, z: 0.008730165, w: -0.008989114} - outSlope: {x: 0.004076573, y: -0.04713205, z: 0.008730165, w: -0.008989114} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.799992 - value: {x: 0.1605619, y: -0.16728494, z: 0.027623257, w: 0.9723541} - inSlope: {x: 0.00407702, y: -0.047100756, z: 0.008735417, w: -0.009024877} - outSlope: {x: 0.00407702, y: -0.047100756, z: 0.008735417, w: -0.009024877} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.816658 - value: {x: 0.16062987, y: -0.16806968, z: 0.027768891, w: 0.97220343} - inSlope: {x: 0.004077467, y: -0.047069017, z: 0.008740558, w: -0.00906064} - outSlope: {x: 0.004077467, y: -0.047069017, z: 0.008740558, w: -0.00906064} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.833324 - value: {x: 0.16069782, y: -0.16885388, z: 0.027914604, w: 0.9720521} - inSlope: {x: 0.004077914, y: -0.047036383, z: 0.008745587, w: -0.009096404} - outSlope: {x: 0.004077914, y: -0.047036383, z: 0.008745587, w: -0.009096404} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.849991 - value: {x: 0.1607658, y: -0.16963753, z: 0.028060406, w: 0.9719002} - inSlope: {x: 0.0040792553, y: -0.047002852, z: 0.008750449, w: -0.009128591} - outSlope: {x: 0.0040792553, y: -0.047002852, z: 0.008750449, w: -0.009128591} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.866657 - value: {x: 0.16083379, y: -0.17042062, z: 0.028206281, w: 0.9717478} - inSlope: {x: 0.0040792553, y: -0.046967536, z: 0.008754975, w: -0.00916793} - outSlope: {x: 0.0040792553, y: -0.046967536, z: 0.008754975, w: -0.00916793} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.883324 - value: {x: 0.16090177, y: -0.17120309, z: 0.028352235, w: 0.97159463} - inSlope: {x: 0.004078361, y: -0.046933115, z: 0.008759614, w: -0.009201906} - outSlope: {x: 0.004078361, y: -0.046933115, z: 0.008759614, w: -0.009201906} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.89999 - value: {x: 0.16096973, y: -0.17198503, z: 0.028498264, w: 0.9714411} - inSlope: {x: 0.0040788082, y: -0.046896905, z: 0.008763973, w: -0.009232305} - outSlope: {x: 0.0040788082, y: -0.046896905, z: 0.008763973, w: -0.009232305} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.9166565 - value: {x: 0.16103773, y: -0.1727663, z: 0.028644362, w: 0.9712869} - inSlope: {x: 0.0040792553, y: -0.046859354, z: 0.0087682195, w: -0.009269856} - outSlope: {x: 0.0040792553, y: -0.046859354, z: 0.0087682195, w: -0.009269856} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.933323 - value: {x: 0.1611057, y: -0.17354698, z: 0.028790534, w: 0.9711321} - inSlope: {x: 0.004078361, y: -0.046822697, z: 0.008772299, w: -0.009305619} - outSlope: {x: 0.004078361, y: -0.046822697, z: 0.008772299, w: -0.009305619} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.949989 - value: {x: 0.16117367, y: -0.17432703, z: 0.028936768, w: 0.9709767} - inSlope: {x: 0.004078361, y: -0.046783805, z: 0.008776154, w: -0.009337806} - outSlope: {x: 0.004078361, y: -0.046783805, z: 0.008776154, w: -0.009337806} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.966656 - value: {x: 0.16124165, y: -0.17510642, z: 0.029083068, w: 0.97082084} - inSlope: {x: 0.004077467, y: -0.046744913, z: 0.008779898, w: -0.009369994} - outSlope: {x: 0.004077467, y: -0.046744913, z: 0.008779898, w: -0.009369994} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.983322 - value: {x: 0.16130958, y: -0.17588517, z: 0.029229427, w: 0.9706644} - inSlope: {x: 0.004076126, y: -0.046704676, z: 0.00878353, w: -0.009405756} - outSlope: {x: 0.004076126, y: -0.046704676, z: 0.00878353, w: -0.009405756} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 11.999989 - value: {x: 0.16137752, y: -0.17666322, z: 0.029375847, w: 0.9705073} - inSlope: {x: 0.004076573, y: -0.046663996, z: 0.0087872185, w: -0.009439731} - outSlope: {x: 0.004076573, y: -0.046663996, z: 0.0087872185, w: -0.009439731} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.016655 - value: {x: 0.16144547, y: -0.17744061, z: 0.02952233, w: 0.9703497} - inSlope: {x: 0.004075679, y: -0.04662287, z: 0.008790404, w: -0.009471918} - outSlope: {x: 0.004075679, y: -0.04662287, z: 0.008790404, w: -0.009471918} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.033321 - value: {x: 0.16151337, y: -0.17821729, z: 0.029668856, w: 0.9701916} - inSlope: {x: 0.004073444, y: -0.0465804, z: 0.008793365, w: -0.009502318} - outSlope: {x: 0.004073444, y: -0.0465804, z: 0.008793365, w: -0.009502318} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.049988 - value: {x: 0.16158125, y: -0.17899327, z: 0.029815437, w: 0.970033} - inSlope: {x: 0.0040725493, y: -0.046537932, z: 0.008796606, w: -0.009536292} - outSlope: {x: 0.0040725493, y: -0.046537932, z: 0.008796606, w: -0.009536292} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.066654 - value: {x: 0.16164912, y: -0.17976853, z: 0.029962072, w: 0.9698737} - inSlope: {x: 0.004071655, y: -0.04649367, z: 0.0087994, w: -0.00956848} - outSlope: {x: 0.004071655, y: -0.04649367, z: 0.0087994, w: -0.00956848} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.083321 - value: {x: 0.16171697, y: -0.18054304, z: 0.030108746, w: 0.96971405} - inSlope: {x: 0.004070314, y: -0.046449415, z: 0.008802082, w: -0.009598879} - outSlope: {x: 0.004070314, y: -0.046449415, z: 0.008802082, w: -0.009598879} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.099987 - value: {x: 0.1617848, y: -0.18131682, z: 0.03025547, w: 0.96955377} - inSlope: {x: 0.00406942, y: -0.046403818, z: 0.008804709, w: -0.009632854} - outSlope: {x: 0.00406942, y: -0.046403818, z: 0.008804709, w: -0.009632854} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.116653 - value: {x: 0.16185261, y: -0.1820898, z: 0.030402232, w: 0.96939296} - inSlope: {x: 0.004066738, y: -0.046356432, z: 0.008806776, w: -0.009661464} - outSlope: {x: 0.004066738, y: -0.046356432, z: 0.008806776, w: -0.009661464} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.13332 - value: {x: 0.16192035, y: -0.18286201, z: 0.030549025, w: 0.9692317} - inSlope: {x: 0.0040645027, y: -0.04630994, z: 0.008809011, w: -0.0096936505} - outSlope: {x: 0.0040645027, y: -0.04630994, z: 0.008809011, w: -0.0096936505} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.149986 - value: {x: 0.1619881, y: -0.18363345, z: 0.030695861, w: 0.96906984} - inSlope: {x: 0.0040636086, y: -0.046263, z: 0.0088113025, w: -0.009727627} - outSlope: {x: 0.0040636086, y: -0.046263, z: 0.0088113025, w: -0.009727627} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.166653 - value: {x: 0.1620558, y: -0.18440409, z: 0.03084273, w: 0.9689075} - inSlope: {x: 0.0040613734, y: -0.046213824, z: 0.008812979, w: -0.009756237} - outSlope: {x: 0.0040613734, y: -0.046213824, z: 0.008812979, w: -0.009756237} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.183319 - value: {x: 0.16212347, y: -0.18517388, z: 0.030989623, w: 0.96874464} - inSlope: {x: 0.0040591382, y: -0.04616465, z: 0.008814767, w: -0.0097848475} - outSlope: {x: 0.0040591382, y: -0.04616465, z: 0.008814767, w: -0.0097848475} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.1999855 - value: {x: 0.16219111, y: -0.18594289, z: 0.031136552, w: 0.9685813} - inSlope: {x: 0.004056009, y: -0.046115477, z: 0.0088163875, w: -0.009813459} - outSlope: {x: 0.004056009, y: -0.046115477, z: 0.0088163875, w: -0.009813459} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.216652 - value: {x: 0.16225867, y: -0.18671104, z: 0.031283498, w: 0.9684175} - inSlope: {x: 0.004053327, y: -0.046064068, z: 0.008817617, w: -0.009843858} - outSlope: {x: 0.004053327, y: -0.046064068, z: 0.008817617, w: -0.009843858} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.233318 - value: {x: 0.16232622, y: -0.18747833, z: 0.031430468, w: 0.9682532} - inSlope: {x: 0.0040519857, y: -0.046012655, z: 0.008819014, w: -0.0098760445} - outSlope: {x: 0.0040519857, y: -0.046012655, z: 0.008819014, w: -0.0098760445} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.249985 - value: {x: 0.16239373, y: -0.18824477, z: 0.03157746, w: 0.9680883} - inSlope: {x: 0.0040488564, y: -0.04595901, z: 0.008819797, w: -0.009904655} - outSlope: {x: 0.0040488564, y: -0.04595901, z: 0.008819797, w: -0.009904655} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.266651 - value: {x: 0.16246118, y: -0.18901028, z: 0.031724457, w: 0.96792305} - inSlope: {x: 0.004046174, y: -0.045905814, z: 0.008820691, w: -0.009931477} - outSlope: {x: 0.004046174, y: -0.045905814, z: 0.008820691, w: -0.009931477} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.283318 - value: {x: 0.1625286, y: -0.18977495, z: 0.03187148, w: 0.9677573} - inSlope: {x: 0.0040434916, y: -0.04585351, z: 0.008821697, w: -0.009961876} - outSlope: {x: 0.0040434916, y: -0.04585351, z: 0.008821697, w: -0.009961876} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.299984 - value: {x: 0.16259596, y: -0.1905387, z: 0.03201851, w: 0.967591} - inSlope: {x: 0.0040399153, y: -0.045798525, z: 0.008822144, w: -0.009988699} - outSlope: {x: 0.0040399153, y: -0.045798525, z: 0.008822144, w: -0.009988699} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.31665 - value: {x: 0.16266327, y: -0.19130154, z: 0.032165546, w: 0.96742433} - inSlope: {x: 0.004037233, y: -0.045741748, z: 0.008822479, w: -0.010017309} - outSlope: {x: 0.004037233, y: -0.045741748, z: 0.008822479, w: -0.010017309} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.333317 - value: {x: 0.16273053, y: -0.1920634, z: 0.032312587, w: 0.9672571} - inSlope: {x: 0.0040332098, y: -0.045686316, z: 0.008822703, w: -0.01004592} - outSlope: {x: 0.0040332098, y: -0.045686316, z: 0.008822703, w: -0.01004592} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.349983 - value: {x: 0.1627977, y: -0.1928244, z: 0.03245963, w: 0.9670895} - inSlope: {x: 0.0040300805, y: -0.04562999, z: 0.008822815, w: -0.010070954} - outSlope: {x: 0.0040300805, y: -0.04562999, z: 0.008822815, w: -0.010070954} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.36665 - value: {x: 0.16286486, y: -0.19358438, z: 0.032606676, w: 0.9669214} - inSlope: {x: 0.0040269513, y: -0.04557098, z: 0.008822591, w: -0.010099566} - outSlope: {x: 0.0040269513, y: -0.04557098, z: 0.008822591, w: -0.010099566} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.383316 - value: {x: 0.16293193, y: -0.1943434, z: 0.032753713, w: 0.9667528} - inSlope: {x: 0.004023375, y: -0.045512863, z: 0.008822479, w: -0.0101246} - outSlope: {x: 0.004023375, y: -0.045512863, z: 0.008822479, w: -0.0101246} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.399982 - value: {x: 0.16299897, y: -0.19510145, z: 0.032900754, w: 0.9665839} - inSlope: {x: 0.0040197987, y: -0.045453407, z: 0.008822032, w: -0.010154998} - outSlope: {x: 0.0040197987, y: -0.045453407, z: 0.008822032, w: -0.010154998} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.416649 - value: {x: 0.16306593, y: -0.1958585, z: 0.033047777, w: 0.96641433} - inSlope: {x: 0.0040148813, y: -0.045393057, z: 0.008821138, w: -0.010181821} - outSlope: {x: 0.0040148813, y: -0.045393057, z: 0.008821138, w: -0.010181821} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.433315 - value: {x: 0.1631328, y: -0.19661453, z: 0.033194788, w: 0.9662445} - inSlope: {x: 0.0040113046, y: -0.045332707, z: 0.008820356, w: -0.010203279} - outSlope: {x: 0.0040113046, y: -0.045332707, z: 0.008820356, w: -0.010203279} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.449982 - value: {x: 0.16319963, y: -0.19736956, z: 0.033341784, w: 0.9660742} - inSlope: {x: 0.0040077283, y: -0.045271017, z: 0.008819461, w: -0.010230102} - outSlope: {x: 0.0040077283, y: -0.045271017, z: 0.008819461, w: -0.010230102} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.466648 - value: {x: 0.16326639, y: -0.19812354, z: 0.033488765, w: 0.9659035} - inSlope: {x: 0.004003258, y: -0.045208875, z: 0.008818343, w: -0.010255136} - outSlope: {x: 0.004003258, y: -0.045208875, z: 0.008818343, w: -0.010255136} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.4833145 - value: {x: 0.16333307, y: -0.1988765, z: 0.033635724, w: 0.9657324} - inSlope: {x: 0.0039987876, y: -0.045145396, z: 0.00881689, w: -0.010278381} - outSlope: {x: 0.0039987876, y: -0.045145396, z: 0.00881689, w: -0.010278381} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.499981 - value: {x: 0.16339968, y: -0.19962837, z: 0.033782657, w: 0.9655609} - inSlope: {x: 0.0039947643, y: -0.045081023, z: 0.008815438, w: -0.010303416} - outSlope: {x: 0.0039947643, y: -0.045081023, z: 0.008815438, w: -0.010303416} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.516647 - value: {x: 0.16346623, y: -0.20037918, z: 0.033929568, w: 0.96538895} - inSlope: {x: 0.003989847, y: -0.045016646, z: 0.008813761, w: -0.010330238} - outSlope: {x: 0.003989847, y: -0.045016646, z: 0.008813761, w: -0.010330238} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.533314 - value: {x: 0.16353267, y: -0.2011289, z: 0.034076445, w: 0.9652166} - inSlope: {x: 0.0039853766, y: -0.04495138, z: 0.008811861, w: -0.010355273} - outSlope: {x: 0.0039853766, y: -0.04495138, z: 0.008811861, w: -0.010355273} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.54998 - value: {x: 0.16359907, y: -0.20187753, z: 0.034223292, w: 0.9650438} - inSlope: {x: 0.0039804587, y: -0.044886112, z: 0.008809961, w: -0.010376731} - outSlope: {x: 0.0039804587, y: -0.044886112, z: 0.008809961, w: -0.010376731} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.566647 - value: {x: 0.16366535, y: -0.20262508, z: 0.034370106, w: 0.9648707} - inSlope: {x: 0.0039759884, y: -0.044819057, z: 0.008807838, w: -0.010399977} - outSlope: {x: 0.0039759884, y: -0.044819057, z: 0.008807838, w: -0.010399977} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.583313 - value: {x: 0.1637316, y: -0.20337148, z: 0.034516882, w: 0.9646971} - inSlope: {x: 0.003971071, y: -0.044749316, z: 0.008805156, w: -0.010425012} - outSlope: {x: 0.003971071, y: -0.044749316, z: 0.008805156, w: -0.010425012} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.599979 - value: {x: 0.16379772, y: -0.2041167, z: 0.034663606, w: 0.9645232} - inSlope: {x: 0.0039648125, y: -0.044681367, z: 0.008802362, w: -0.010444681} - outSlope: {x: 0.0039648125, y: -0.044681367, z: 0.008802362, w: -0.010444681} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.616646 - value: {x: 0.16386376, y: -0.20486084, z: 0.03481029, w: 0.964349} - inSlope: {x: 0.003961236, y: -0.044613417, z: 0.008800015, w: -0.010467928} - outSlope: {x: 0.003961236, y: -0.044613417, z: 0.008800015, w: -0.010467928} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.633312 - value: {x: 0.16392976, y: -0.2056038, z: 0.034956936, w: 0.9641743} - inSlope: {x: 0.003955872, y: -0.044542782, z: 0.008797109, w: -0.010489386} - outSlope: {x: 0.003955872, y: -0.044542782, z: 0.008797109, w: -0.010489386} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.649979 - value: {x: 0.16399562, y: -0.20634557, z: 0.035103522, w: 0.96399933} - inSlope: {x: 0.003949166, y: -0.044472598, z: 0.008793756, w: -0.010510843} - outSlope: {x: 0.003949166, y: -0.044472598, z: 0.008793756, w: -0.010510843} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.666645 - value: {x: 0.1640614, y: -0.20708619, z: 0.035250057, w: 0.9638239} - inSlope: {x: 0.0039438014, y: -0.044400625, z: 0.008790404, w: -0.010534089} - outSlope: {x: 0.0039438014, y: -0.044400625, z: 0.008790404, w: -0.010534089} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.683311 - value: {x: 0.16412708, y: -0.20782557, z: 0.03539653, w: 0.9636482} - inSlope: {x: 0.003938884, y: -0.044328652, z: 0.008787163, w: -0.010551971} - outSlope: {x: 0.003938884, y: -0.044328652, z: 0.008787163, w: -0.010551971} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.699978 - value: {x: 0.16419269, y: -0.20856379, z: 0.035542957, w: 0.9634722} - inSlope: {x: 0.0039326255, y: -0.04425623, z: 0.008783475, w: -0.010573429} - outSlope: {x: 0.0039326255, y: -0.04425623, z: 0.008783475, w: -0.010573429} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.716644 - value: {x: 0.16425817, y: -0.20930076, z: 0.03568931, w: 0.96329576} - inSlope: {x: 0.003926814, y: -0.044181127, z: 0.0087793395, w: -0.010594888} - outSlope: {x: 0.003926814, y: -0.044181127, z: 0.0087793395, w: -0.010594888} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.733311 - value: {x: 0.16432358, y: -0.21003647, z: 0.035835598, w: 0.96311903} - inSlope: {x: 0.003921896, y: -0.044106472, z: 0.008775428, w: -0.010614557} - outSlope: {x: 0.003921896, y: -0.044106472, z: 0.008775428, w: -0.010614557} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.749977 - value: {x: 0.1643889, y: -0.21077095, z: 0.03598182, w: 0.96294194} - inSlope: {x: 0.0039147437, y: -0.04403226, z: 0.008771181, w: -0.010634227} - outSlope: {x: 0.0039147437, y: -0.04403226, z: 0.008771181, w: -0.010634227} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.766644 - value: {x: 0.16445407, y: -0.21150419, z: 0.036127966, w: 0.96276456} - inSlope: {x: 0.003908485, y: -0.043956265, z: 0.0087668225, w: -0.010652108} - outSlope: {x: 0.003908485, y: -0.043956265, z: 0.0087668225, w: -0.010652108} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.78331 - value: {x: 0.16451918, y: -0.21223614, z: 0.036274042, w: 0.9625869} - inSlope: {x: 0.0039026737, y: -0.043879375, z: 0.00876224, w: -0.010673567} - outSlope: {x: 0.0039026737, y: -0.043879375, z: 0.00876224, w: -0.010673567} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.799976 - value: {x: 0.16458416, y: -0.21296681, z: 0.036420036, w: 0.9624088} - inSlope: {x: 0.0038964152, y: -0.043802038, z: 0.008757435, w: -0.01068966} - outSlope: {x: 0.0038964152, y: -0.043802038, z: 0.008757435, w: -0.01068966} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.816643 - value: {x: 0.16464905, y: -0.21369618, z: 0.036565952, w: 0.96223056} - inSlope: {x: 0.0038897095, y: -0.043723356, z: 0.008752293, w: -0.010707542} - outSlope: {x: 0.0038897095, y: -0.043723356, z: 0.008752293, w: -0.010707542} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.833309 - value: {x: 0.16471381, y: -0.21442424, z: 0.036711775, w: 0.96205187} - inSlope: {x: 0.0038834508, y: -0.043644678, z: 0.008747264, w: -0.010727212} - outSlope: {x: 0.0038834508, y: -0.043644678, z: 0.008747264, w: -0.010727212} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.849976 - value: {x: 0.1647785, y: -0.21515098, z: 0.036857523, w: 0.961873} - inSlope: {x: 0.0038776393, y: -0.043564655, z: 0.008742011, w: -0.010741517} - outSlope: {x: 0.0038776393, y: -0.043564655, z: 0.008742011, w: -0.010741517} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.866642 - value: {x: 0.16484307, y: -0.21587637, z: 0.03700317, w: 0.9616938} - inSlope: {x: 0.0038695927, y: -0.04348374, z: 0.008736311, w: -0.010762975} - outSlope: {x: 0.0038695927, y: -0.04348374, z: 0.008736311, w: -0.010762975} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.883308 - value: {x: 0.16490749, y: -0.21660042, z: 0.03714873, w: 0.96151423} - inSlope: {x: 0.0038619929, y: -0.043403722, z: 0.008730612, w: -0.010779069} - outSlope: {x: 0.0038619929, y: -0.043403722, z: 0.008730612, w: -0.010779069} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.899975 - value: {x: 0.1649718, y: -0.21732314, z: 0.037294187, w: 0.9613345} - inSlope: {x: 0.0038561814, y: -0.043321915, z: 0.008724689, w: -0.010791586} - outSlope: {x: 0.0038561814, y: -0.043321915, z: 0.008724689, w: -0.010791586} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.916641 - value: {x: 0.16503602, y: -0.21804446, z: 0.037439547, w: 0.9611545} - inSlope: {x: 0.0038494756, y: -0.043238316, z: 0.008718654, w: -0.010809467} - outSlope: {x: 0.0038494756, y: -0.043238316, z: 0.008718654, w: -0.010809467} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.933308 - value: {x: 0.16510011, y: -0.2187644, z: 0.037584804, w: 0.9609742} - inSlope: {x: 0.003841876, y: -0.043155167, z: 0.008712283, w: -0.01082556} - outSlope: {x: 0.003841876, y: -0.043155167, z: 0.008712283, w: -0.01082556} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.949974 - value: {x: 0.16516408, y: -0.21948294, z: 0.037729952, w: 0.9607937} - inSlope: {x: 0.0038351705, y: -0.043070674, z: 0.008705801, w: -0.0108398665} - outSlope: {x: 0.0038351705, y: -0.043070674, z: 0.008705801, w: -0.0108398665} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.96664 - value: {x: 0.16522795, y: -0.22020006, z: 0.037874993, w: 0.9606129} - inSlope: {x: 0.0038275707, y: -0.042986184, z: 0.008699095, w: -0.010854172} - outSlope: {x: 0.0038275707, y: -0.042986184, z: 0.008699095, w: -0.010854172} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.983307 - value: {x: 0.16529167, y: -0.2209158, z: 0.038019918, w: 0.9604319} - inSlope: {x: 0.0038190768, y: -0.042901695, z: 0.008692166, w: -0.010870265} - outSlope: {x: 0.0038190768, y: -0.042901695, z: 0.008692166, w: -0.010870265} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 12.999973 - value: {x: 0.16535525, y: -0.2216301, z: 0.038164727, w: 0.96025056} - inSlope: {x: 0.0038123713, y: -0.042814076, z: 0.008685013, w: -0.01088457} - outSlope: {x: 0.0038123713, y: -0.042814076, z: 0.008685013, w: -0.01088457} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.01664 - value: {x: 0.16541874, y: -0.22234291, z: 0.038309414, w: 0.96006906} - inSlope: {x: 0.0038052187, y: -0.042726006, z: 0.008677749, w: -0.010895299} - outSlope: {x: 0.0038052187, y: -0.042726006, z: 0.008677749, w: -0.010895299} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.033306 - value: {x: 0.16548209, y: -0.22305427, z: 0.03845398, w: 0.9598874} - inSlope: {x: 0.0037971719, y: -0.042639278, z: 0.008670261, w: -0.010907817} - outSlope: {x: 0.0037971719, y: -0.042639278, z: 0.008670261, w: -0.010907817} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.049973 - value: {x: 0.16554531, y: -0.2237642, z: 0.03859842, w: 0.9597055} - inSlope: {x: 0.003789125, y: -0.042550765, z: 0.008662438, w: -0.01092391} - outSlope: {x: 0.003789125, y: -0.042550765, z: 0.008662438, w: -0.01092391} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.066639 - value: {x: 0.16560839, y: -0.22447261, z: 0.038742725, w: 0.95952326} - inSlope: {x: 0.0037810784, y: -0.042461358, z: 0.008654727, w: -0.010936427} - outSlope: {x: 0.0037810784, y: -0.042461358, z: 0.008654727, w: -0.010936427} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.083305 - value: {x: 0.16567135, y: -0.22517955, z: 0.038886905, w: 0.95934093} - inSlope: {x: 0.0037730318, y: -0.042371057, z: 0.00864668, w: -0.010947156} - outSlope: {x: 0.0037730318, y: -0.042371057, z: 0.00864668, w: -0.010947156} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.099972 - value: {x: 0.16573416, y: -0.22588496, z: 0.039030943, w: 0.95915836} - inSlope: {x: 0.003764985, y: -0.042280305, z: 0.008638298, w: -0.010959674} - outSlope: {x: 0.003764985, y: -0.042280305, z: 0.008638298, w: -0.010959674} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.116638 - value: {x: 0.16579685, y: -0.22658888, z: 0.039174844, w: 0.9589756} - inSlope: {x: 0.003757385, y: -0.042189557, z: 0.008630027, w: -0.0109704025} - outSlope: {x: 0.003757385, y: -0.042189557, z: 0.008630027, w: -0.0109704025} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.133305 - value: {x: 0.1658594, y: -0.22729126, z: 0.039318606, w: 0.9587927} - inSlope: {x: 0.0037493384, y: -0.042096123, z: 0.008621422, w: -0.0109829195} - outSlope: {x: 0.0037493384, y: -0.042096123, z: 0.008621422, w: -0.0109829195} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.149971 - value: {x: 0.16592182, y: -0.22799206, z: 0.03946222, w: 0.9586095} - inSlope: {x: 0.0037403975, y: -0.04200314, z: 0.008612257, w: -0.01099186} - outSlope: {x: 0.0037403975, y: -0.04200314, z: 0.008612257, w: -0.01099186} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.166637 - value: {x: 0.16598408, y: -0.22869134, z: 0.039605677, w: 0.9584263} - inSlope: {x: 0.0037319036, y: -0.041910604, z: 0.008603205, w: -0.011000801} - outSlope: {x: 0.0037319036, y: -0.041910604, z: 0.008603205, w: -0.011000801} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.183304 - value: {x: 0.16604622, y: -0.22938906, z: 0.03974899, w: 0.95824283} - inSlope: {x: 0.003723857, y: -0.04181583, z: 0.0085941525, w: -0.011013318} - outSlope: {x: 0.003723857, y: -0.04181583, z: 0.0085941525, w: -0.011013318} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.19997 - value: {x: 0.1661082, y: -0.23008518, z: 0.039892145, w: 0.9580592} - inSlope: {x: 0.0037149163, y: -0.04172061, z: 0.008584653, w: -0.011020471} - outSlope: {x: 0.0037149163, y: -0.04172061, z: 0.008584653, w: -0.011020471} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.216637 - value: {x: 0.16617005, y: -0.23077972, z: 0.04003514, w: 0.9578755} - inSlope: {x: 0.0037059754, y: -0.04162494, z: 0.008574817, w: -0.011027624} - outSlope: {x: 0.0037059754, y: -0.04162494, z: 0.008574817, w: -0.011027624} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.233303 - value: {x: 0.16623174, y: -0.23147266, z: 0.040177967, w: 0.9576916} - inSlope: {x: 0.0036974815, y: -0.041527934, z: 0.008564871, w: -0.011036565} - outSlope: {x: 0.0036974815, y: -0.041527934, z: 0.008564871, w: -0.011036565} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.2499695 - value: {x: 0.1662933, y: -0.23216397, z: 0.04032063, w: 0.9575076} - inSlope: {x: 0.0036889878, y: -0.041430928, z: 0.008555036, w: -0.011045505} - outSlope: {x: 0.0036889878, y: -0.041430928, z: 0.008555036, w: -0.011045505} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.266636 - value: {x: 0.1663547, y: -0.23285367, z: 0.04046313, w: 0.95732343} - inSlope: {x: 0.0036795998, y: -0.041333027, z: 0.008544754, w: -0.011056234} - outSlope: {x: 0.0036795998, y: -0.041333027, z: 0.008544754, w: -0.011056234} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.283302 - value: {x: 0.16641594, y: -0.23354171, z: 0.040605452, w: 0.9571391} - inSlope: {x: 0.0036702119, y: -0.041232888, z: 0.008533914, w: -0.011063387} - outSlope: {x: 0.0036702119, y: -0.041232888, z: 0.008533914, w: -0.011063387} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.299969 - value: {x: 0.16647704, y: -0.23422807, z: 0.04074759, w: 0.95695466} - inSlope: {x: 0.0036617182, y: -0.04113409, z: 0.008523408, w: -0.011068751} - outSlope: {x: 0.0036617182, y: -0.04113409, z: 0.008523408, w: -0.011068751} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.316635 - value: {x: 0.166538, y: -0.23491283, z: 0.04088956, w: 0.9567701} - inSlope: {x: 0.0036523305, y: -0.0410344, z: 0.0085126795, w: -0.0110741155} - outSlope: {x: 0.0036523305, y: -0.0410344, z: 0.0085126795, w: -0.0110741155} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.333302 - value: {x: 0.16659878, y: -0.23559587, z: 0.041031342, w: 0.9565855} - inSlope: {x: 0.0036429423, y: -0.040932924, z: 0.008501391, w: -0.011081269} - outSlope: {x: 0.0036429423, y: -0.040932924, z: 0.008501391, w: -0.011081269} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.349968 - value: {x: 0.16665943, y: -0.23627724, z: 0.041172937, w: 0.95640075} - inSlope: {x: 0.0036335546, y: -0.04083189, z: 0.008490103, w: -0.011086633} - outSlope: {x: 0.0036335546, y: -0.04083189, z: 0.008490103, w: -0.011086633} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.366634 - value: {x: 0.1667199, y: -0.23695691, z: 0.04131434, w: 0.956216} - inSlope: {x: 0.0036237198, y: -0.04072952, z: 0.008478592, w: -0.01109021} - outSlope: {x: 0.0036237198, y: -0.04072952, z: 0.008478592, w: -0.01109021} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.383301 - value: {x: 0.16678022, y: -0.23763487, z: 0.041455552, w: 0.9560311} - inSlope: {x: 0.0036147789, y: -0.040627144, z: 0.008467081, w: -0.011095574} - outSlope: {x: 0.0036147789, y: -0.040627144, z: 0.008467081, w: -0.011095574} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.399967 - value: {x: 0.16684039, y: -0.23831113, z: 0.041596573, w: 0.95584613} - inSlope: {x: 0.003605391, y: -0.040523432, z: 0.008455122, w: -0.011100939} - outSlope: {x: 0.003605391, y: -0.040523432, z: 0.008455122, w: -0.011100939} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.416634 - value: {x: 0.1669004, y: -0.23898563, z: 0.041737385, w: 0.95566106} - inSlope: {x: 0.0035955561, y: -0.040417932, z: 0.008442717, w: -0.011104515} - outSlope: {x: 0.0035955561, y: -0.040417932, z: 0.008442717, w: -0.011104515} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.4333 - value: {x: 0.16696024, y: -0.23965837, z: 0.041877992, w: 0.955476} - inSlope: {x: 0.003585274, y: -0.040312428, z: 0.008430311, w: -0.011106303} - outSlope: {x: 0.003585274, y: -0.040312428, z: 0.008430311, w: -0.011106303} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.449966 - value: {x: 0.1670199, y: -0.24032936, z: 0.04201839, w: 0.95529085} - inSlope: {x: 0.003575439, y: -0.04020603, z: 0.008417683, w: -0.011109879} - outSlope: {x: 0.003575439, y: -0.04020603, z: 0.008417683, w: -0.011109879} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.466633 - value: {x: 0.16707942, y: -0.24099855, z: 0.042158578, w: 0.95510566} - inSlope: {x: 0.0035656043, y: -0.040099636, z: 0.008405054, w: -0.0111134555} - outSlope: {x: 0.0035656043, y: -0.040099636, z: 0.008405054, w: -0.0111134555} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.483299 - value: {x: 0.16713876, y: -0.24166599, z: 0.042298555, w: 0.9549204} - inSlope: {x: 0.0035557693, y: -0.039992794, z: 0.008392202, w: -0.011115244} - outSlope: {x: 0.0035557693, y: -0.039992794, z: 0.008392202, w: -0.011115244} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.499966 - value: {x: 0.16719794, y: -0.24233162, z: 0.042438313, w: 0.95473516} - inSlope: {x: 0.0035459343, y: -0.039884612, z: 0.0083789015, w: -0.011117032} - outSlope: {x: 0.0035459343, y: -0.039884612, z: 0.0083789015, w: -0.011117032} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.516632 - value: {x: 0.16725695, y: -0.24299546, z: 0.042577848, w: 0.95454985} - inSlope: {x: 0.0035352055, y: -0.03977598, z: 0.008365379, w: -0.01111882} - outSlope: {x: 0.0035352055, y: -0.03977598, z: 0.008365379, w: -0.01111882} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.5332985 - value: {x: 0.16731578, y: -0.24365747, z: 0.042717155, w: 0.95436454} - inSlope: {x: 0.0035249235, y: -0.03966645, z: 0.008351856, w: -0.01111882} - outSlope: {x: 0.0035249235, y: -0.03966645, z: 0.008351856, w: -0.01111882} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.549965 - value: {x: 0.16737445, y: -0.24431765, z: 0.04285624, w: 0.9541792} - inSlope: {x: 0.0035146414, y: -0.039556034, z: 0.008337997, w: -0.01111882} - outSlope: {x: 0.0035146414, y: -0.039556034, z: 0.008337997, w: -0.01111882} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.566631 - value: {x: 0.16743293, y: -0.24497598, z: 0.042995084, w: 0.9539939} - inSlope: {x: 0.0035048067, y: -0.039445616, z: 0.008324027, w: -0.01111882} - outSlope: {x: 0.0035048067, y: -0.039445616, z: 0.008324027, w: -0.01111882} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.583298 - value: {x: 0.16749127, y: -0.24563248, z: 0.043133702, w: 0.9538086} - inSlope: {x: 0.0034945246, y: -0.039335195, z: 0.008310057, w: -0.01111882} - outSlope: {x: 0.0034945246, y: -0.039335195, z: 0.008310057, w: -0.01111882} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.599964 - value: {x: 0.16754942, y: -0.24628714, z: 0.04327208, w: 0.9536233} - inSlope: {x: 0.0034833485, y: -0.03922209, z: 0.008295417, w: -0.01111882} - outSlope: {x: 0.0034833485, y: -0.03922209, z: 0.008295417, w: -0.01111882} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.616631 - value: {x: 0.16760738, y: -0.24693987, z: 0.04341021, w: 0.953438} - inSlope: {x: 0.0034730667, y: -0.03910765, z: 0.008280441, w: -0.011115244} - outSlope: {x: 0.0034730667, y: -0.03910765, z: 0.008280441, w: -0.011115244} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.633297 - value: {x: 0.16766518, y: -0.2475907, z: 0.043548092, w: 0.9532528} - inSlope: {x: 0.0034627847, y: -0.03899455, z: 0.008265689, w: -0.0111134555} - outSlope: {x: 0.0034627847, y: -0.03899455, z: 0.008265689, w: -0.0111134555} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.649963 - value: {x: 0.1677228, y: -0.24823967, z: 0.04368573, w: 0.95306754} - inSlope: {x: 0.0034516086, y: -0.038880106, z: 0.008250601, w: -0.0111134555} - outSlope: {x: 0.0034516086, y: -0.038880106, z: 0.008250601, w: -0.0111134555} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.66663 - value: {x: 0.16778024, y: -0.24888669, z: 0.043823108, w: 0.95288235} - inSlope: {x: 0.0034408798, y: -0.038764324, z: 0.008235178, w: -0.011109879} - outSlope: {x: 0.0034408798, y: -0.038764324, z: 0.008235178, w: -0.011109879} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.683296 - value: {x: 0.1678375, y: -0.24953179, z: 0.043960232, w: 0.9526972} - inSlope: {x: 0.0034297034, y: -0.038648985, z: 0.0082196435, w: -0.011108091} - outSlope: {x: 0.0034297034, y: -0.038648985, z: 0.0082196435, w: -0.011108091} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.699963 - value: {x: 0.16789456, y: -0.25017497, z: 0.044097092, w: 0.9525121} - inSlope: {x: 0.0034176335, y: -0.03853365, z: 0.008203885, w: -0.011104515} - outSlope: {x: 0.0034176335, y: -0.03853365, z: 0.008203885, w: -0.011104515} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.716629 - value: {x: 0.16795142, y: -0.25081623, z: 0.04423369, w: 0.9523271} - inSlope: {x: 0.0034073517, y: -0.03841608, z: 0.008188015, w: -0.011097362} - outSlope: {x: 0.0034073517, y: -0.03841608, z: 0.008188015, w: -0.011097362} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.733295 - value: {x: 0.16800813, y: -0.2514555, z: 0.04437002, w: 0.9521422} - inSlope: {x: 0.0033970694, y: -0.038297165, z: 0.008171698, w: -0.011091998} - outSlope: {x: 0.0033970694, y: -0.038297165, z: 0.008171698, w: -0.011091998} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.749962 - value: {x: 0.16806465, y: -0.25209278, z: 0.044506077, w: 0.95195735} - inSlope: {x: 0.0033849995, y: -0.038179144, z: 0.008155158, w: -0.01109021} - outSlope: {x: 0.0033849995, y: -0.038179144, z: 0.008155158, w: -0.01109021} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.766628 - value: {x: 0.16812097, y: -0.2527281, z: 0.044641856, w: 0.9517725} - inSlope: {x: 0.0033738234, y: -0.03805934, z: 0.008138505, w: -0.011084845} - outSlope: {x: 0.0033738234, y: -0.03805934, z: 0.008138505, w: -0.011084845} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.783295 - value: {x: 0.16817711, y: -0.2533614, z: 0.044777356, w: 0.95158786} - inSlope: {x: 0.0033630943, y: -0.037939534, z: 0.008121853, w: -0.011077693} - outSlope: {x: 0.0033630943, y: -0.037939534, z: 0.008121853, w: -0.011077693} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.799961 - value: {x: 0.16823307, y: -0.25399274, z: 0.04491258, w: 0.95140326} - inSlope: {x: 0.0033510244, y: -0.037819725, z: 0.008104865, w: -0.011072327} - outSlope: {x: 0.0033510244, y: -0.037819725, z: 0.008104865, w: -0.011072327} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.8166275 - value: {x: 0.16828881, y: -0.25462204, z: 0.045047514, w: 0.9512188} - inSlope: {x: 0.0033398482, y: -0.037698127, z: 0.008087542, w: -0.011065175} - outSlope: {x: 0.0033398482, y: -0.037698127, z: 0.008087542, w: -0.011065175} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.833294 - value: {x: 0.1683444, y: -0.25524932, z: 0.04518216, w: 0.9510344} - inSlope: {x: 0.0033291192, y: -0.03757564, z: 0.008069996, w: -0.011056234} - outSlope: {x: 0.0033291192, y: -0.03757564, z: 0.008069996, w: -0.011056234} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.84996 - value: {x: 0.16839978, y: -0.25587454, z: 0.04531651, w: 0.95085025} - inSlope: {x: 0.0033170492, y: -0.037453152, z: 0.008052226, w: -0.011049082} - outSlope: {x: 0.0033170492, y: -0.037453152, z: 0.008052226, w: -0.011049082} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.866627 - value: {x: 0.16845496, y: -0.25649774, z: 0.045450564, w: 0.9506661} - inSlope: {x: 0.0033054259, y: -0.037328873, z: 0.008034345, w: -0.011041929} - outSlope: {x: 0.0033054259, y: -0.037328873, z: 0.008034345, w: -0.011041929} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.883293 - value: {x: 0.16850996, y: -0.25711882, z: 0.045584317, w: 0.9504822} - inSlope: {x: 0.003293356, y: -0.037204593, z: 0.008016015, w: -0.011032988} - outSlope: {x: 0.003293356, y: -0.037204593, z: 0.008016015, w: -0.011032988} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.89996 - value: {x: 0.16856474, y: -0.25773787, z: 0.04571776, w: 0.95029837} - inSlope: {x: 0.0032812858, y: -0.037080318, z: 0.007997463, w: -0.011022259} - outSlope: {x: 0.0032812858, y: -0.037080318, z: 0.007997463, w: -0.011022259} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.916626 - value: {x: 0.16861933, y: -0.2583548, z: 0.045850895, w: 0.9501148} - inSlope: {x: 0.0032696626, y: -0.036954254, z: 0.007979023, w: -0.011013318} - outSlope: {x: 0.0032696626, y: -0.036954254, z: 0.007979023, w: -0.011013318} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.933292 - value: {x: 0.16867372, y: -0.25896966, z: 0.045983724, w: 0.94993126} - inSlope: {x: 0.0032575927, y: -0.036827292, z: 0.007960247, w: -0.011006165} - outSlope: {x: 0.0032575927, y: -0.036827292, z: 0.007960247, w: -0.011006165} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.949959 - value: {x: 0.16872792, y: -0.25958237, z: 0.046116233, w: 0.9497479} - inSlope: {x: 0.0032464163, y: -0.036701225, z: 0.007941136, w: -0.01099186} - outSlope: {x: 0.0032464163, y: -0.036701225, z: 0.007941136, w: -0.01099186} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.966625 - value: {x: 0.16878194, y: -0.26019302, z: 0.046248425, w: 0.9495649} - inSlope: {x: 0.0032338994, y: -0.036574267, z: 0.007921802, w: -0.010981131} - outSlope: {x: 0.0032338994, y: -0.036574267, z: 0.007921802, w: -0.010981131} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.983292 - value: {x: 0.16883571, y: -0.2608015, z: 0.04638029, w: 0.9493819} - inSlope: {x: 0.0032209351, y: -0.036444627, z: 0.007902244, w: -0.010972191} - outSlope: {x: 0.0032209351, y: -0.036444627, z: 0.007902244, w: -0.010972191} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 13.999958 - value: {x: 0.1688893, y: -0.26140782, z: 0.04651183, w: 0.94919914} - inSlope: {x: 0.003209759, y: -0.036315873, z: 0.007882462, w: -0.0109578855} - outSlope: {x: 0.003209759, y: -0.036315873, z: 0.007882462, w: -0.0109578855} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.016624 - value: {x: 0.1689427, y: -0.262012, z: 0.046643034, w: 0.94901663} - inSlope: {x: 0.003197689, y: -0.036187127, z: 0.007862569, w: -0.010945368} - outSlope: {x: 0.003197689, y: -0.036187127, z: 0.007862569, w: -0.010945368} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.033291 - value: {x: 0.16899589, y: -0.26261404, z: 0.04677391, w: 0.9488343} - inSlope: {x: 0.0031842776, y: -0.036057487, z: 0.007842563, w: -0.010934639} - outSlope: {x: 0.0031842776, y: -0.036057487, z: 0.007842563, w: -0.010934639} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.049957 - value: {x: 0.16904885, y: -0.2632139, z: 0.04690445, w: 0.94865215} - inSlope: {x: 0.0031722076, y: -0.035924267, z: 0.007821888, w: -0.010920334} - outSlope: {x: 0.0031722076, y: -0.035924267, z: 0.007821888, w: -0.010920334} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.066624 - value: {x: 0.16910163, y: -0.2638115, z: 0.047034636, w: 0.9484703} - inSlope: {x: 0.0031605847, y: -0.03579373, z: 0.0078015476, w: -0.010906029} - outSlope: {x: 0.0031605847, y: -0.03579373, z: 0.0078015476, w: -0.010906029} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.08329 - value: {x: 0.1691542, y: -0.264407, z: 0.047164496, w: 0.9482886} - inSlope: {x: 0.0031476202, y: -0.0356623, z: 0.0077806483, w: -0.010893511} - outSlope: {x: 0.0031476202, y: -0.0356623, z: 0.0077806483, w: -0.010893511} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.0999565 - value: {x: 0.16920654, y: -0.26500022, z: 0.047293987, w: 0.9481072} - inSlope: {x: 0.0031355503, y: -0.035527296, z: 0.0077594137, w: -0.010877417} - outSlope: {x: 0.0031355503, y: -0.035527296, z: 0.0077594137, w: -0.010877417} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.116623 - value: {x: 0.16925871, y: -0.26559123, z: 0.04742314, w: 0.94792604} - inSlope: {x: 0.0031225858, y: -0.035393182, z: 0.007737956, w: -0.010859536} - outSlope: {x: 0.0031225858, y: -0.035393182, z: 0.007737956, w: -0.010859536} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.133289 - value: {x: 0.16931063, y: -0.26617998, z: 0.047551915, w: 0.9477452} - inSlope: {x: 0.0031096218, y: -0.035259068, z: 0.0077162744, w: -0.010843443} - outSlope: {x: 0.0031096218, y: -0.035259068, z: 0.0077162744, w: -0.010843443} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.149956 - value: {x: 0.16936237, y: -0.26676652, z: 0.047680344, w: 0.9475646} - inSlope: {x: 0.0030975516, y: -0.035124063, z: 0.007694928, w: -0.010830926} - outSlope: {x: 0.0030975516, y: -0.035124063, z: 0.007694928, w: -0.010830926} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.166622 - value: {x: 0.16941388, y: -0.26735076, z: 0.04780841, w: 0.9473842} - inSlope: {x: 0.0030850344, y: -0.034988165, z: 0.0076730233, w: -0.010813043} - outSlope: {x: 0.0030850344, y: -0.034988165, z: 0.0076730233, w: -0.010813043} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.183289 - value: {x: 0.1694652, y: -0.26793277, z: 0.047936108, w: 0.9472042} - inSlope: {x: 0.0030716234, y: -0.034853153, z: 0.0076506706, w: -0.010795162} - outSlope: {x: 0.0030716234, y: -0.034853153, z: 0.0076506706, w: -0.010795162} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.199955 - value: {x: 0.16951627, y: -0.26851252, z: 0.048063427, w: 0.94702435} - inSlope: {x: 0.0030577648, y: -0.034715466, z: 0.0076279836, w: -0.01077728} - outSlope: {x: 0.0030577648, y: -0.034715466, z: 0.0076279836, w: -0.01077728} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.216621 - value: {x: 0.16956712, y: -0.26908994, z: 0.04819037, w: 0.94684494} - inSlope: {x: 0.003045695, y: -0.034576885, z: 0.0076054083, w: -0.010755822} - outSlope: {x: 0.003045695, y: -0.034576885, z: 0.0076054083, w: -0.010755822} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.233288 - value: {x: 0.16961779, y: -0.26966506, z: 0.048316937, w: 0.9466658} - inSlope: {x: 0.0030336245, y: -0.034437407, z: 0.007582497, w: -0.010739729} - outSlope: {x: 0.0030336245, y: -0.034437407, z: 0.007582497, w: -0.010739729} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.249954 - value: {x: 0.16966824, y: -0.27023783, z: 0.048443116, w: 0.94648695} - inSlope: {x: 0.0030197664, y: -0.034299716, z: 0.0075595863, w: -0.010723636} - outSlope: {x: 0.0030197664, y: -0.034299716, z: 0.0075595863, w: -0.010723636} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.266621 - value: {x: 0.16971844, y: -0.27080837, z: 0.04856892, w: 0.9463084} - inSlope: {x: 0.003005908, y: -0.03416024, z: 0.0075361165, w: -0.010702178} - outSlope: {x: 0.003005908, y: -0.03416024, z: 0.0075361165, w: -0.010702178} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.283287 - value: {x: 0.16976844, y: -0.2713765, z: 0.048694316, w: 0.9461302} - inSlope: {x: 0.002993391, y: -0.034018084, z: 0.0075123115, w: -0.010680719} - outSlope: {x: 0.002993391, y: -0.034018084, z: 0.0075123115, w: -0.010680719} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.299953 - value: {x: 0.16981822, y: -0.2719423, z: 0.048819326, w: 0.94595236} - inSlope: {x: 0.0029799799, y: -0.033877708, z: 0.007488507, w: -0.010661049} - outSlope: {x: 0.0029799799, y: -0.033877708, z: 0.007488507, w: -0.010661049} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.31662 - value: {x: 0.16986777, y: -0.27250573, z: 0.04894393, w: 0.94577485} - inSlope: {x: 0.0029665683, y: -0.03373555, z: 0.0074645896, w: -0.010639591} - outSlope: {x: 0.0029665683, y: -0.03373555, z: 0.0074645896, w: -0.010639591} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.333286 - value: {x: 0.1699171, y: -0.2730668, z: 0.04906814, w: 0.9455977} - inSlope: {x: 0.0029540514, y: -0.0335925, z: 0.0074404497, w: -0.0106181335} - outSlope: {x: 0.0029540514, y: -0.0335925, z: 0.0074404497, w: -0.0106181335} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.349953 - value: {x: 0.16996624, y: -0.27362546, z: 0.04919194, w: 0.9454209} - inSlope: {x: 0.0029406399, y: -0.03344855, z: 0.007415639, w: -0.010594888} - outSlope: {x: 0.0029406399, y: -0.03344855, z: 0.007415639, w: -0.010594888} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.366619 - value: {x: 0.17001513, y: -0.27418172, z: 0.049315326, w: 0.94524455} - inSlope: {x: 0.0029263347, y: -0.03330639, z: 0.0073910514, w: -0.010571641} - outSlope: {x: 0.0029263347, y: -0.03330639, z: 0.0073910514, w: -0.010571641} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.3832855 - value: {x: 0.17006378, y: -0.27473566, z: 0.049438305, w: 0.94506854} - inSlope: {x: 0.0029133705, y: -0.03316155, z: 0.007366129, w: -0.010550183} - outSlope: {x: 0.0029133705, y: -0.03316155, z: 0.007366129, w: -0.010550183} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.399952 - value: {x: 0.17011224, y: -0.2752871, z: 0.04956086, w: 0.9448929} - inSlope: {x: 0.0029004063, y: -0.033014923, z: 0.007340759, w: -0.0105269365} - outSlope: {x: 0.0029004063, y: -0.033014923, z: 0.007340759, w: -0.0105269365} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.416618 - value: {x: 0.17016046, y: -0.27583614, z: 0.049682993, w: 0.94471765} - inSlope: {x: 0.0028861011, y: -0.032870077, z: 0.00731539, w: -0.010501903} - outSlope: {x: 0.0028861011, y: -0.032870077, z: 0.00731539, w: -0.010501903} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.433285 - value: {x: 0.17020844, y: -0.27638274, z: 0.049804702, w: 0.9445428} - inSlope: {x: 0.0028722426, y: -0.03272345, z: 0.007289796, w: -0.010476869} - outSlope: {x: 0.0028722426, y: -0.03272345, z: 0.007289796, w: -0.010476869} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.449951 - value: {x: 0.1702562, y: -0.2769269, z: 0.049925983, w: 0.9443684} - inSlope: {x: 0.0028588315, y: -0.03257682, z: 0.00726398, w: -0.010451834} - outSlope: {x: 0.0028588315, y: -0.03257682, z: 0.00726398, w: -0.010451834} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.466618 - value: {x: 0.17030373, y: -0.27746862, z: 0.05004683, w: 0.94419444} - inSlope: {x: 0.002844973, y: -0.03242751, z: 0.007237493, w: -0.010425012} - outSlope: {x: 0.002844973, y: -0.03242751, z: 0.007237493, w: -0.010425012} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.483284 - value: {x: 0.17035103, y: -0.2780078, z: 0.05016723, w: 0.9440209} - inSlope: {x: 0.002831115, y: -0.032278195, z: 0.007211229, w: -0.010399977} - outSlope: {x: 0.002831115, y: -0.032278195, z: 0.007211229, w: -0.010399977} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.49995 - value: {x: 0.1703981, y: -0.27854455, z: 0.050287202, w: 0.9438478} - inSlope: {x: 0.0028172564, y: -0.03212978, z: 0.007184742, w: -0.010373155} - outSlope: {x: 0.0028172564, y: -0.03212978, z: 0.007184742, w: -0.010373155} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.516617 - value: {x: 0.17044494, y: -0.27907878, z: 0.050406717, w: 0.94367516} - inSlope: {x: 0.0028038453, y: -0.031979572, z: 0.0071578072, w: -0.010344544} - outSlope: {x: 0.0028038453, y: -0.031979572, z: 0.0071578072, w: -0.010344544} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.533283 - value: {x: 0.17049156, y: -0.2796105, z: 0.050525792, w: 0.94350296} - inSlope: {x: 0.0027895398, y: -0.031829365, z: 0.0071308734, w: -0.01031951} - outSlope: {x: 0.0027895398, y: -0.031829365, z: 0.0071308734, w: -0.01031951} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.54995 - value: {x: 0.17053792, y: -0.28013974, z: 0.05064441, w: 0.9433312} - inSlope: {x: 0.0027752346, y: -0.031678267, z: 0.0071036033, w: -0.0102926865} - outSlope: {x: 0.0027752346, y: -0.031678267, z: 0.0071036033, w: -0.0102926865} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.566616 - value: {x: 0.17058407, y: -0.28066644, z: 0.050762575, w: 0.9431599} - inSlope: {x: 0.002761376, y: -0.031527165, z: 0.0070762224, w: -0.010262288} - outSlope: {x: 0.002761376, y: -0.031527165, z: 0.0070762224, w: -0.010262288} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.583282 - value: {x: 0.17062996, y: -0.28119063, z: 0.05088028, w: 0.9429891} - inSlope: {x: 0.002747071, y: -0.031374276, z: 0.00704817, w: -0.010233678} - outSlope: {x: 0.002747071, y: -0.031374276, z: 0.00704817, w: -0.010233678} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.599949 - value: {x: 0.17067564, y: -0.28171223, z: 0.05099751, w: 0.94281876} - inSlope: {x: 0.00273366, y: -0.031219602, z: 0.0070202304, w: -0.010203279} - outSlope: {x: 0.00273366, y: -0.031219602, z: 0.0070202304, w: -0.010203279} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.616615 - value: {x: 0.17072108, y: -0.28223127, z: 0.051114284, w: 0.942649} - inSlope: {x: 0.0027189073, y: -0.031066712, z: 0.006992179, w: -0.010172879} - outSlope: {x: 0.0027189073, y: -0.031066712, z: 0.006992179, w: -0.010172879} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.633282 - value: {x: 0.17076626, y: -0.28274778, z: 0.05123058, w: 0.94247967} - inSlope: {x: 0.0027050492, y: -0.030912038, z: 0.006963568, w: -0.010140693} - outSlope: {x: 0.0027050492, y: -0.030912038, z: 0.006963568, w: -0.010140693} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.649948 - value: {x: 0.17081125, y: -0.28326166, z: 0.0513464, w: 0.942311} - inSlope: {x: 0.0026907437, y: -0.030755572, z: 0.006934734, w: -0.010108506} - outSlope: {x: 0.0026907437, y: -0.030755572, z: 0.006934734, w: -0.010108506} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.666615 - value: {x: 0.17085595, y: -0.28377295, z: 0.051461734, w: 0.9421427} - inSlope: {x: 0.0026764385, y: -0.030599106, z: 0.0069058994, w: -0.010079895} - outSlope: {x: 0.0026764385, y: -0.030599106, z: 0.0069058994, w: -0.010079895} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.683281 - value: {x: 0.17090046, y: -0.2842816, z: 0.051576592, w: 0.941975} - inSlope: {x: 0.002661686, y: -0.030443538, z: 0.0068767304, w: -0.010047708} - outSlope: {x: 0.002661686, y: -0.030443538, z: 0.0068767304, w: -0.010047708} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.699947 - value: {x: 0.17094468, y: -0.2847877, z: 0.051690955, w: 0.9418078} - inSlope: {x: 0.0026469338, y: -0.030287966, z: 0.006847337, w: -0.010013733} - outSlope: {x: 0.0026469338, y: -0.030287966, z: 0.006847337, w: -0.010013733} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.716614 - value: {x: 0.1709887, y: -0.2852912, z: 0.051804833, w: 0.9416412} - inSlope: {x: 0.0026330752, y: -0.030128818, z: 0.0068178326, w: -0.009981547} - outSlope: {x: 0.0026330752, y: -0.030128818, z: 0.0068178326, w: -0.009981547} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.73328 - value: {x: 0.17103244, y: -0.285792, z: 0.051918212, w: 0.9414751} - inSlope: {x: 0.002617876, y: -0.029969674, z: 0.0067877686, w: -0.009949359} - outSlope: {x: 0.002617876, y: -0.029969674, z: 0.0067877686, w: -0.009949359} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.749947 - value: {x: 0.17107596, y: -0.28629017, z: 0.05203109, w: 0.9413096} - inSlope: {x: 0.0026035705, y: -0.02981142, z: 0.006757817, w: -0.009913595} - outSlope: {x: 0.0026035705, y: -0.02981142, z: 0.006757817, w: -0.009913595} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.766613 - value: {x: 0.17111923, y: -0.2867857, z: 0.05214347, w: 0.94114465} - inSlope: {x: 0.0025892654, y: -0.029650485, z: 0.006727418, w: -0.009877833} - outSlope: {x: 0.0025892654, y: -0.029650485, z: 0.006727418, w: -0.009877833} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.783279 - value: {x: 0.17116226, y: -0.2872785, z: 0.052255332, w: 0.9409803} - inSlope: {x: 0.0025745127, y: -0.02948955, z: 0.0066966843, w: -0.009843858} - outSlope: {x: 0.0025745127, y: -0.02948955, z: 0.0066966843, w: -0.009843858} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.799946 - value: {x: 0.17120504, y: -0.28776866, z: 0.05236669, w: 0.9408165} - inSlope: {x: 0.0025597606, y: -0.029328614, z: 0.0066659497, w: -0.009808093} - outSlope: {x: 0.0025597606, y: -0.029328614, z: 0.0066659497, w: -0.009808093} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.816612 - value: {x: 0.17124759, y: -0.2882561, z: 0.052477527, w: 0.9406534} - inSlope: {x: 0.002545455, y: -0.029166786, z: 0.0066349925, w: -0.009770542} - outSlope: {x: 0.002545455, y: -0.029166786, z: 0.0066349925, w: -0.009770542} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.833279 - value: {x: 0.17128989, y: -0.28874087, z: 0.052587852, w: 0.94049084} - inSlope: {x: 0.0025298088, y: -0.029005852, z: 0.006603811, w: -0.009736568} - outSlope: {x: 0.0025298088, y: -0.029005852, z: 0.006603811, w: -0.009736568} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.849945 - value: {x: 0.17133191, y: -0.28922296, z: 0.05269765, w: 0.94032884} - inSlope: {x: 0.002514162, y: -0.028841339, z: 0.006571848, w: -0.009697227} - outSlope: {x: 0.002514162, y: -0.028841339, z: 0.006571848, w: -0.009697227} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.8666115 - value: {x: 0.1713737, y: -0.28970224, z: 0.05280691, w: 0.9401676} - inSlope: {x: 0.002500751, y: -0.028676828, z: 0.0065402193, w: -0.009657888} - outSlope: {x: 0.002500751, y: -0.028676828, z: 0.0065402193, w: -0.009657888} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.883278 - value: {x: 0.17141527, y: -0.29017884, z: 0.052915655, w: 0.9400069} - inSlope: {x: 0.0024855514, y: -0.028513212, z: 0.006508368, w: -0.009622125} - outSlope: {x: 0.0024855514, y: -0.028513212, z: 0.006508368, w: -0.009622125} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.899944 - value: {x: 0.17145655, y: -0.29065266, z: 0.053023852, w: 0.9398469} - inSlope: {x: 0.0024699052, y: -0.028346911, z: 0.0064758454, w: -0.009582785} - outSlope: {x: 0.0024699052, y: -0.028346911, z: 0.0064758454, w: -0.009582785} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.916611 - value: {x: 0.1714976, y: -0.29112372, z: 0.053131513, w: 0.9396875} - inSlope: {x: 0.0024560466, y: -0.028181506, z: 0.006443659, w: -0.009543445} - outSlope: {x: 0.0024560466, y: -0.028181506, z: 0.006443659, w: -0.009543445} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.933277 - value: {x: 0.17153841, y: -0.29159203, z: 0.053238638, w: 0.93952876} - inSlope: {x: 0.0024408475, y: -0.028014313, z: 0.0064109126, w: -0.009504106} - outSlope: {x: 0.0024408475, y: -0.028014313, z: 0.0064109126, w: -0.009504106} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.949944 - value: {x: 0.17157896, y: -0.2920575, z: 0.053345207, w: 0.9393707} - inSlope: {x: 0.0024252008, y: -0.027848013, z: 0.0063779433, w: -0.009462978} - outSlope: {x: 0.0024252008, y: -0.027848013, z: 0.0063779433, w: -0.009462978} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.96661 - value: {x: 0.17161925, y: -0.29252028, z: 0.053451233, w: 0.93921334} - inSlope: {x: 0.0024095546, y: -0.027682606, z: 0.006345086, w: -0.00942185} - outSlope: {x: 0.0024095546, y: -0.027682606, z: 0.006345086, w: -0.00942185} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.983276 - value: {x: 0.17165928, y: -0.29298025, z: 0.053556707, w: 0.93905663} - inSlope: {x: 0.0023948022, y: -0.027511839, z: 0.0063114455, w: -0.009380722} - outSlope: {x: 0.0023948022, y: -0.027511839, z: 0.0063114455, w: -0.009380722} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 14.999943 - value: {x: 0.17169908, y: -0.29343733, z: 0.05366161, w: 0.93890065} - inSlope: {x: 0.0023800498, y: -0.027342856, z: 0.006277806, w: -0.009339594} - outSlope: {x: 0.0023800498, y: -0.027342856, z: 0.006277806, w: -0.009339594} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.016609 - value: {x: 0.17173861, y: -0.29389167, z: 0.053765964, w: 0.9387453} - inSlope: {x: 0.002363956, y: -0.027172979, z: 0.0062438305, w: -0.009298466} - outSlope: {x: 0.002363956, y: -0.027172979, z: 0.0062438305, w: -0.009298466} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.033276 - value: {x: 0.17177787, y: -0.29434308, z: 0.053869735, w: 0.9385907} - inSlope: {x: 0.002349204, y: -0.027002212, z: 0.0062096324, w: -0.009253763} - outSlope: {x: 0.002349204, y: -0.027002212, z: 0.0062096324, w: -0.009253763} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.049942 - value: {x: 0.17181692, y: -0.29479173, z: 0.05397295, w: 0.93843687} - inSlope: {x: 0.0023331104, y: -0.026832335, z: 0.0061753215, w: -0.009210846} - outSlope: {x: 0.0023331104, y: -0.026832335, z: 0.0061753215, w: -0.009210846} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.066608 - value: {x: 0.17185564, y: -0.29523748, z: 0.054075576, w: 0.9382837} - inSlope: {x: 0.002317464, y: -0.02666067, z: 0.006140788, w: -0.00916793} - outSlope: {x: 0.002317464, y: -0.02666067, z: 0.006140788, w: -0.00916793} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.083275 - value: {x: 0.17189416, y: -0.2956804, z: 0.05417764, w: 0.9381313} - inSlope: {x: 0.0023031584, y: -0.026488112, z: 0.00610603, w: -0.009123227} - outSlope: {x: 0.0023031584, y: -0.026488112, z: 0.00610603, w: -0.009123227} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.099941 - value: {x: 0.17193241, y: -0.2961204, z: 0.054279108, w: 0.9379796} - inSlope: {x: 0.0022875122, y: -0.02631466, z: 0.0060708257, w: -0.009076733} - outSlope: {x: 0.0022875122, y: -0.02631466, z: 0.0060708257, w: -0.009076733} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.116608 - value: {x: 0.17197041, y: -0.29655755, z: 0.054379996, w: 0.9378287} - inSlope: {x: 0.0022714185, y: -0.026142102, z: 0.0060356213, w: -0.00903203} - outSlope: {x: 0.0022714185, y: -0.026142102, z: 0.0060356213, w: -0.00903203} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.133274 - value: {x: 0.17200813, y: -0.2969918, z: 0.054480292, w: 0.9376785} - inSlope: {x: 0.0022562193, y: -0.025965072, z: 0.0059999693, w: -0.008989114} - outSlope: {x: 0.0022562193, y: -0.025965072, z: 0.0059999693, w: -0.008989114} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.1499405 - value: {x: 0.17204562, y: -0.29742303, z: 0.05457999, w: 0.9375291} - inSlope: {x: 0.0022405726, y: -0.025790729, z: 0.0059643183, w: -0.008940833} - outSlope: {x: 0.0022405726, y: -0.025790729, z: 0.0059643183, w: -0.008940833} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.166607 - value: {x: 0.17208281, y: -0.29785147, z: 0.0546791, w: 0.9373805} - inSlope: {x: 0.0022244793, y: -0.025617275, z: 0.005928331, w: -0.008892553} - outSlope: {x: 0.0022244793, y: -0.025617275, z: 0.005928331, w: -0.008892553} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.183273 - value: {x: 0.17211977, y: -0.29827693, z: 0.0547776, w: 0.9372327} - inSlope: {x: 0.0022088327, y: -0.025440246, z: 0.005892009, w: -0.0088478485} - outSlope: {x: 0.0022088327, y: -0.025440246, z: 0.005892009, w: -0.0088478485} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.19994 - value: {x: 0.17215644, y: -0.29869947, z: 0.054875497, w: 0.93708557} - inSlope: {x: 0.0021922924, y: -0.025262324, z: 0.005855128, w: -0.00879778} - outSlope: {x: 0.0021922924, y: -0.025262324, z: 0.005855128, w: -0.00879778} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.216606 - value: {x: 0.17219284, y: -0.299119, z: 0.054972768, w: 0.9369394} - inSlope: {x: 0.0021779868, y: -0.025084402, z: 0.005818694, w: -0.008747712} - outSlope: {x: 0.0021779868, y: -0.025084402, z: 0.005818694, w: -0.008747712} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.233273 - value: {x: 0.17222904, y: -0.2995356, z: 0.05506945, w: 0.936794} - inSlope: {x: 0.0021618935, y: -0.024907373, z: 0.0057819253, w: -0.008703006} - outSlope: {x: 0.0021618935, y: -0.024907373, z: 0.0057819253, w: -0.008703006} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.249939 - value: {x: 0.1722649, y: -0.29994923, z: 0.055165496, w: 0.9366493} - inSlope: {x: 0.0021453528, y: -0.024728555, z: 0.005744485, w: -0.00865115} - outSlope: {x: 0.0021453528, y: -0.024728555, z: 0.005744485, w: -0.00865115} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.266605 - value: {x: 0.17230055, y: -0.30035987, z: 0.05526093, w: 0.9365056} - inSlope: {x: 0.0021301536, y: -0.024547951, z: 0.0057071573, w: -0.008601082} - outSlope: {x: 0.0021301536, y: -0.024547951, z: 0.0057071573, w: -0.008601082} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.283272 - value: {x: 0.17233591, y: -0.30076748, z: 0.05535573, w: 0.9363626} - inSlope: {x: 0.0021136128, y: -0.024368241, z: 0.005669494, w: -0.008552801} - outSlope: {x: 0.0021136128, y: -0.024368241, z: 0.005669494, w: -0.008552801} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.299938 - value: {x: 0.172371, y: -0.30117214, z: 0.05544991, w: 0.9362205} - inSlope: {x: 0.0020975196, y: -0.024186742, z: 0.00563116, w: -0.008499157} - outSlope: {x: 0.0020975196, y: -0.024186742, z: 0.00563116, w: -0.008499157} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.316605 - value: {x: 0.17240582, y: -0.3015737, z: 0.055543434, w: 0.9360793} - inSlope: {x: 0.0020809788, y: -0.024006136, z: 0.0055930503, w: -0.008449087} - outSlope: {x: 0.0020809788, y: -0.024006136, z: 0.0055930503, w: -0.008449087} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.333271 - value: {x: 0.17244036, y: -0.30197233, z: 0.055636343, w: 0.9359389} - inSlope: {x: 0.0020648856, y: -0.023825532, z: 0.005555275, w: -0.008399019} - outSlope: {x: 0.0020648856, y: -0.023825532, z: 0.005555275, w: -0.008399019} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.349937 - value: {x: 0.17247465, y: -0.30236787, z: 0.055728607, w: 0.93579936} - inSlope: {x: 0.002050133, y: -0.023639563, z: 0.00551627, w: -0.008343585} - outSlope: {x: 0.002050133, y: -0.023639563, z: 0.00551627, w: -0.008343585} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.366604 - value: {x: 0.1725087, y: -0.3027603, z: 0.055820215, w: 0.9356608} - inSlope: {x: 0.0020335927, y: -0.023456275, z: 0.0054772664, w: -0.008291729} - outSlope: {x: 0.0020335927, y: -0.023456275, z: 0.0054772664, w: -0.008291729} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.38327 - value: {x: 0.17254244, y: -0.30314973, z: 0.05591118, w: 0.935523} - inSlope: {x: 0.0020166049, y: -0.023274776, z: 0.005438485, w: -0.008239872} - outSlope: {x: 0.0020166049, y: -0.023274776, z: 0.005438485, w: -0.008239872} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.399937 - value: {x: 0.17257592, y: -0.30353612, z: 0.056001496, w: 0.9353861} - inSlope: {x: 0.0020005116, y: -0.023087913, z: 0.0053988104, w: -0.008184439} - outSlope: {x: 0.0020005116, y: -0.023087913, z: 0.0053988104, w: -0.008184439} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.416603 - value: {x: 0.17260912, y: -0.30391932, z: 0.056091137, w: 0.93525016} - inSlope: {x: 0.0019839709, y: -0.022902839, z: 0.005359359, w: -0.008130794} - outSlope: {x: 0.0019839709, y: -0.022902839, z: 0.005359359, w: -0.008130794} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.4332695 - value: {x: 0.17264205, y: -0.30429953, z: 0.05618014, w: 0.9351151} - inSlope: {x: 0.0019683242, y: -0.022717763, z: 0.0053197956, w: -0.00807536} - outSlope: {x: 0.0019683242, y: -0.022717763, z: 0.0053197956, w: -0.00807536} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.449936 - value: {x: 0.17267473, y: -0.30467656, z: 0.05626846, w: 0.934981} - inSlope: {x: 0.0019513369, y: -0.022530004, z: 0.0052793385, w: -0.00801814} - outSlope: {x: 0.0019513369, y: -0.022530004, z: 0.0052793385, w: -0.00801814} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.466602 - value: {x: 0.1727071, y: -0.30505052, z: 0.056356113, w: 0.93484783} - inSlope: {x: 0.0019347963, y: -0.022343142, z: 0.0052393284, w: -0.007964494} - outSlope: {x: 0.0019347963, y: -0.022343142, z: 0.0052393284, w: -0.007964494} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.483269 - value: {x: 0.17273922, y: -0.30542132, z: 0.056443103, w: 0.9347155} - inSlope: {x: 0.0019191499, y: -0.022154491, z: 0.005198871, w: -0.007909061} - outSlope: {x: 0.0019191499, y: -0.022154491, z: 0.005198871, w: -0.007909061} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.499935 - value: {x: 0.17277107, y: -0.305789, z: 0.056529406, w: 0.9345842} - inSlope: {x: 0.0019021622, y: -0.021967627, z: 0.0051580784, w: -0.007850051} - outSlope: {x: 0.0019021622, y: -0.021967627, z: 0.0051580784, w: -0.007850051} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.516602 - value: {x: 0.17280263, y: -0.30615357, z: 0.056615036, w: 0.93445385} - inSlope: {x: 0.0018856217, y: -0.02177808, z: 0.0051171742, w: -0.00779283} - outSlope: {x: 0.0018856217, y: -0.02177808, z: 0.0051171742, w: -0.00779283} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.533268 - value: {x: 0.17283392, y: -0.30651492, z: 0.056699976, w: 0.93432444} - inSlope: {x: 0.0018681871, y: -0.021585854, z: 0.005075599, w: -0.007737397} - outSlope: {x: 0.0018681871, y: -0.021585854, z: 0.005075599, w: -0.007737397} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.549934 - value: {x: 0.1728649, y: -0.30687308, z: 0.05678422, w: 0.93419594} - inSlope: {x: 0.0018520936, y: -0.02139631, z: 0.005034248, w: -0.0076765995} - outSlope: {x: 0.0018520936, y: -0.02139631, z: 0.005034248, w: -0.0076765995} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.566601 - value: {x: 0.17289566, y: -0.30722812, z: 0.056867782, w: 0.93406856} - inSlope: {x: 0.0018364472, y: -0.021204975, z: 0.004992673, w: -0.00761759} - outSlope: {x: 0.0018364472, y: -0.021204975, z: 0.004992673, w: -0.00761759} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.583267 - value: {x: 0.17292611, y: -0.3075799, z: 0.05695064, w: 0.933942} - inSlope: {x: 0.0018185654, y: -0.021012746, z: 0.004950651, w: -0.0075603686} - outSlope: {x: 0.0018185654, y: -0.021012746, z: 0.004950651, w: -0.0075603686} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.599934 - value: {x: 0.17295627, y: -0.30792853, z: 0.0570328, w: 0.93381655} - inSlope: {x: 0.0018015779, y: -0.020822305, z: 0.004908629, w: -0.007497783} - outSlope: {x: 0.0018015779, y: -0.020822305, z: 0.004908629, w: -0.007497783} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.6166 - value: {x: 0.17298616, y: -0.30827397, z: 0.05711426, w: 0.9336921} - inSlope: {x: 0.0017854844, y: -0.020627396, z: 0.0048660487, w: -0.007436985} - outSlope: {x: 0.0017854844, y: -0.020627396, z: 0.0048660487, w: -0.007436985} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.633266 - value: {x: 0.17301579, y: -0.3086161, z: 0.057195, w: 0.93356866} - inSlope: {x: 0.0017684968, y: -0.020433381, z: 0.0048235795, w: -0.0073779756} - outSlope: {x: 0.0017684968, y: -0.020433381, z: 0.0048235795, w: -0.0073779756} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.649933 - value: {x: 0.17304511, y: -0.30895507, z: 0.057275042, w: 0.93344617} - inSlope: {x: 0.0017510622, y: -0.020240258, z: 0.004780663, w: -0.007317178} - outSlope: {x: 0.0017510622, y: -0.020240258, z: 0.004780663, w: -0.007317178} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.666599 - value: {x: 0.17307416, y: -0.30929077, z: 0.057354353, w: 0.93332475} - inSlope: {x: 0.0017340746, y: -0.020042665, z: 0.0047370773, w: -0.007254592} - outSlope: {x: 0.0017340746, y: -0.020042665, z: 0.0047370773, w: -0.007254592} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.683266 - value: {x: 0.17310292, y: -0.30962315, z: 0.057432942, w: 0.93320435} - inSlope: {x: 0.001717534, y: -0.019847754, z: 0.0046940492, w: -0.0071937945} - outSlope: {x: 0.001717534, y: -0.019847754, z: 0.0046940492, w: -0.0071937945} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.699932 - value: {x: 0.1731314, y: -0.30995235, z: 0.05751082, w: 0.93308496} - inSlope: {x: 0.0017005465, y: -0.019651951, z: 0.004650574, w: -0.0071312087} - outSlope: {x: 0.0017005465, y: -0.019651951, z: 0.004650574, w: -0.0071312087} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.7165985 - value: {x: 0.1731596, y: -0.3102782, z: 0.05758796, w: 0.93296665} - inSlope: {x: 0.0016826647, y: -0.019453466, z: 0.0046066525, w: -0.0070668347} - outSlope: {x: 0.0016826647, y: -0.019453466, z: 0.0046066525, w: -0.0070668347} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.733265 - value: {x: 0.1731875, y: -0.3106008, z: 0.057664372, w: 0.9328494} - inSlope: {x: 0.0016656772, y: -0.019256767, z: 0.004562731, w: -0.007004249} - outSlope: {x: 0.0016656772, y: -0.019256767, z: 0.004562731, w: -0.007004249} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.749931 - value: {x: 0.17321512, y: -0.3109201, z: 0.057740048, w: 0.9327332} - inSlope: {x: 0.0016486896, y: -0.019060068, z: 0.0045184735, w: -0.006938087} - outSlope: {x: 0.0016486896, y: -0.019060068, z: 0.0045184735, w: -0.006938087} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.766598 - value: {x: 0.17324245, y: -0.3112361, z: 0.057814986, w: 0.93261814} - inSlope: {x: 0.001631255, y: -0.018859793, z: 0.0044739926, w: -0.0068737124} - outSlope: {x: 0.001631255, y: -0.018859793, z: 0.0044739926, w: -0.0068737124} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.783264 - value: {x: 0.1732695, y: -0.31154874, z: 0.05788918, w: 0.93250406} - inSlope: {x: 0.0016151615, y: -0.018658625, z: 0.0044292887, w: -0.0068075503} - outSlope: {x: 0.0016151615, y: -0.018658625, z: 0.0044292887, w: -0.0068075503} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.799931 - value: {x: 0.17329629, y: -0.31185806, z: 0.057962626, w: 0.9323912} - inSlope: {x: 0.0015972799, y: -0.01845835, z: 0.0043842494, w: -0.0067431764} - outSlope: {x: 0.0015972799, y: -0.01845835, z: 0.0043842494, w: -0.0067431764} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.816597 - value: {x: 0.17332274, y: -0.312164, z: 0.058035318, w: 0.9322793} - inSlope: {x: 0.0015789511, y: -0.018258076, z: 0.0043387627, w: -0.0066788024} - outSlope: {x: 0.0015789511, y: -0.018258076, z: 0.0043387627, w: -0.0066788024} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.833263 - value: {x: 0.17334892, y: -0.31246665, z: 0.05810725, w: 0.9321686} - inSlope: {x: 0.0015619636, y: -0.018056013, z: 0.0042931642, w: -0.006610852} - outSlope: {x: 0.0015619636, y: -0.018056013, z: 0.0042931642, w: -0.006610852} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.84993 - value: {x: 0.1733748, y: -0.31276587, z: 0.05817842, w: 0.93205893} - inSlope: {x: 0.0015445289, y: -0.01785395, z: 0.0042477897, w: -0.0065429015} - outSlope: {x: 0.0015445289, y: -0.01785395, z: 0.0042477897, w: -0.0065429015} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.866596 - value: {x: 0.1734004, y: -0.31306177, z: 0.05824884, w: 0.9319505} - inSlope: {x: 0.0015270943, y: -0.017651886, z: 0.004201968, w: -0.006473163} - outSlope: {x: 0.0015270943, y: -0.017651886, z: 0.004201968, w: -0.006473163} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.883263 - value: {x: 0.1734257, y: -0.31335425, z: 0.058318485, w: 0.93184316} - inSlope: {x: 0.0015092127, y: -0.017448036, z: 0.0041560344, w: -0.0064105773} - outSlope: {x: 0.0015092127, y: -0.017448036, z: 0.0041560344, w: -0.0064105773} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.899929 - value: {x: 0.17345071, y: -0.31364337, z: 0.058387373, w: 0.9317368} - inSlope: {x: 0.0014917781, y: -0.017242396, z: 0.00410943, w: -0.006340839} - outSlope: {x: 0.0014917781, y: -0.017242396, z: 0.00410943, w: -0.006340839} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.916595 - value: {x: 0.17347543, y: -0.313929, z: 0.058455463, w: 0.9316318} - inSlope: {x: 0.0014747904, y: -0.017035864, z: 0.004062491, w: -0.006269312} - outSlope: {x: 0.0014747904, y: -0.017035864, z: 0.004062491, w: -0.006269312} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.933262 - value: {x: 0.17349987, y: -0.31421122, z: 0.058522787, w: 0.93152785} - inSlope: {x: 0.0014569088, y: -0.016832013, z: 0.004015999, w: -0.00620315} - outSlope: {x: 0.0014569088, y: -0.016832013, z: 0.004015999, w: -0.00620315} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.949928 - value: {x: 0.17352399, y: -0.31449005, z: 0.058589328, w: 0.93142503} - inSlope: {x: 0.0014390271, y: -0.016626373, z: 0.0039690593, w: -0.0061298353} - outSlope: {x: 0.0014390271, y: -0.016626373, z: 0.0039690593, w: -0.0061298353} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.966595 - value: {x: 0.17354783, y: -0.31476542, z: 0.058655087, w: 0.9313235} - inSlope: {x: 0.0014215924, y: -0.016418945, z: 0.0039217845, w: -0.0060583083} - outSlope: {x: 0.0014215924, y: -0.016418945, z: 0.0039217845, w: -0.0060583083} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.983261 - value: {x: 0.17357138, y: -0.31503734, z: 0.058720052, w: 0.9312231} - inSlope: {x: 0.0014028167, y: -0.016211519, z: 0.0038739513, w: -0.005992146} - outSlope: {x: 0.0014028167, y: -0.016211519, z: 0.0038739513, w: -0.005992146} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 15.9999275 - value: {x: 0.1735946, y: -0.3153058, z: 0.058784217, w: 0.9311238} - inSlope: {x: 0.0013853821, y: -0.016003197, z: 0.0038262294, w: -0.0059188316} - outSlope: {x: 0.0013853821, y: -0.016003197, z: 0.0038262294, w: -0.0059188316} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.016594 - value: {x: 0.17361756, y: -0.31557077, z: 0.05884759, w: 0.9310258} - inSlope: {x: 0.0013675005, y: -0.015793983, z: 0.0037782844, w: -0.005845517} - outSlope: {x: 0.0013675005, y: -0.015793983, z: 0.0037782844, w: -0.005845517} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.03326 - value: {x: 0.17364018, y: -0.31583226, z: 0.058910158, w: 0.93092895} - inSlope: {x: 0.0013491717, y: -0.015583873, z: 0.0037300037, w: -0.005775778} - outSlope: {x: 0.0013491717, y: -0.015583873, z: 0.0037300037, w: -0.005775778} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.049927 - value: {x: 0.17366253, y: -0.31609023, z: 0.058971923, w: 0.9308333} - inSlope: {x: 0.00133129, y: -0.015374657, z: 0.0036815, w: -0.0057006753} - outSlope: {x: 0.00133129, y: -0.015374657, z: 0.0036815, w: -0.0057006753} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.066593 - value: {x: 0.17368455, y: -0.31634474, z: 0.059032872, w: 0.9307389} - inSlope: {x: 0.0013129613, y: -0.015164547, z: 0.0036331075, w: -0.0056291483} - outSlope: {x: 0.0013129613, y: -0.015164547, z: 0.0036331075, w: -0.0056291483} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.08326 - value: {x: 0.1737063, y: -0.3165957, z: 0.059093025, w: 0.93064564} - inSlope: {x: 0.0012946327, y: -0.014951755, z: 0.0035842683, w: -0.00555941} - outSlope: {x: 0.0012946327, y: -0.014951755, z: 0.0035842683, w: -0.00555941} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.099926 - value: {x: 0.1737277, y: -0.31684312, z: 0.059152346, w: 0.9305536} - inSlope: {x: 0.0012767509, y: -0.014738964, z: 0.0035348702, w: -0.005482519} - outSlope: {x: 0.0012767509, y: -0.014738964, z: 0.0035348702, w: -0.005482519} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.116592 - value: {x: 0.17374885, y: -0.317087, z: 0.05921085, w: 0.9304629} - inSlope: {x: 0.0012588693, y: -0.014527066, z: 0.0034856955, w: -0.0054056277} - outSlope: {x: 0.0012588693, y: -0.014527066, z: 0.0034856955, w: -0.0054056277} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.133259 - value: {x: 0.17376967, y: -0.31732735, z: 0.059268534, w: 0.93037343} - inSlope: {x: 0.0012405405, y: -0.014314273, z: 0.0034362976, w: -0.0053305244} - outSlope: {x: 0.0012405405, y: -0.014314273, z: 0.0034362976, w: -0.0053305244} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.149925 - value: {x: 0.1737902, y: -0.31756413, z: 0.059325393, w: 0.9302852} - inSlope: {x: 0.0012217648, y: -0.0140988, z: 0.0033862288, w: -0.005258998} - outSlope: {x: 0.0012217648, y: -0.0140988, z: 0.0033862288, w: -0.005258998} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.166592 - value: {x: 0.1738104, y: -0.3177973, z: 0.059381407, w: 0.93019813} - inSlope: {x: 0.0012029891, y: -0.013883326, z: 0.0033358247, w: -0.005183895} - outSlope: {x: 0.0012029891, y: -0.013883326, z: 0.0033358247, w: -0.005183895} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.183258 - value: {x: 0.1738303, y: -0.3180269, z: 0.059436586, w: 0.9301124} - inSlope: {x: 0.0011846605, y: -0.013668746, z: 0.0032857563, w: -0.005103428} - outSlope: {x: 0.0011846605, y: -0.013668746, z: 0.0032857563, w: -0.005103428} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.199924 - value: {x: 0.17384988, y: -0.31825292, z: 0.05949093, w: 0.930028} - inSlope: {x: 0.0011667787, y: -0.013453271, z: 0.0032357993, w: -0.005026536} - outSlope: {x: 0.0011667787, y: -0.013453271, z: 0.0032357993, w: -0.005026536} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.21659 - value: {x: 0.1738692, y: -0.31847534, z: 0.059544444, w: 0.9299449} - inSlope: {x: 0.0011480029, y: -0.013235115, z: 0.0031846128, w: -0.0049514333} - outSlope: {x: 0.0011480029, y: -0.013235115, z: 0.0031846128, w: -0.0049514333} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.233257 - value: {x: 0.17388815, y: -0.31869408, z: 0.059597082, w: 0.929863} - inSlope: {x: 0.0011292272, y: -0.013017854, z: 0.0031336504, w: -0.0048745424} - outSlope: {x: 0.0011292272, y: -0.013017854, z: 0.0031336504, w: -0.0048745424} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.249924 - value: {x: 0.17390683, y: -0.31890926, z: 0.059648897, w: 0.9297824} - inSlope: {x: 0.0011108986, y: -0.012799697, z: 0.0030827993, w: -0.004795863} - outSlope: {x: 0.0011108986, y: -0.012799697, z: 0.0030827993, w: -0.004795863} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.26659 - value: {x: 0.17392518, y: -0.31912073, z: 0.05969984, w: 0.9297031} - inSlope: {x: 0.0010907816, y: -0.012579752, z: 0.0030309423, w: -0.0047171833} - outSlope: {x: 0.0010907816, y: -0.012579752, z: 0.0030309423, w: -0.0047171833} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.283257 - value: {x: 0.17394319, y: -0.31932858, z: 0.059749927, w: 0.92962515} - inSlope: {x: 0.001073347, y: -0.012360701, z: 0.0029795328, w: -0.004636716} - outSlope: {x: 0.001073347, y: -0.012360701, z: 0.0029795328, w: -0.004636716} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.299923 - value: {x: 0.17396095, y: -0.31953275, z: 0.059799157, w: 0.92954856} - inSlope: {x: 0.0010545712, y: -0.012140757, z: 0.0029278994, w: -0.004559825} - outSlope: {x: 0.0010545712, y: -0.012140757, z: 0.0029278994, w: -0.004559825} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.31659 - value: {x: 0.17397834, y: -0.31973326, z: 0.059847523, w: 0.92947316} - inSlope: {x: 0.0010344544, y: -0.0119199185, z: 0.0028755954, w: -0.004481145} - outSlope: {x: 0.0010344544, y: -0.0119199185, z: 0.0028755954, w: -0.004481145} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.333256 - value: {x: 0.17399544, y: -0.31993008, z: 0.05989501, w: 0.9293992} - inSlope: {x: 0.0010165727, y: -0.011698186, z: 0.0028232916, w: -0.0043971017} - outSlope: {x: 0.0010165727, y: -0.011698186, z: 0.0028232916, w: -0.0043971017} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.349922 - value: {x: 0.17401223, y: -0.3201232, z: 0.05994163, w: 0.9293266} - inSlope: {x: 0.0009977969, y: -0.011476453, z: 0.0027710996, w: -0.0043184226} - outSlope: {x: 0.0009977969, y: -0.011476453, z: 0.0027710996, w: -0.0043184226} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.366589 - value: {x: 0.1740287, y: -0.32031262, z: 0.059987377, w: 0.92925525} - inSlope: {x: 0.0009776801, y: -0.011253826, z: 0.0027182368, w: -0.004239743} - outSlope: {x: 0.0009776801, y: -0.011253826, z: 0.0027182368, w: -0.004239743} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.383255 - value: {x: 0.17404482, y: -0.32049832, z: 0.060032237, w: 0.9291853} - inSlope: {x: 0.0009580103, y: -0.011030306, z: 0.0026651504, w: -0.004155699} - outSlope: {x: 0.0009580103, y: -0.011030306, z: 0.0026651504, w: -0.004155699} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.399921 - value: {x: 0.17406063, y: -0.3206803, z: 0.060076214, w: 0.9291167} - inSlope: {x: 0.00093968154, y: -0.010806785, z: 0.0026122879, w: -0.004073444} - outSlope: {x: 0.00093968154, y: -0.010806785, z: 0.0026122879, w: -0.004073444} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.416588 - value: {x: 0.17407614, y: -0.32085854, z: 0.060119312, w: 0.9290495} - inSlope: {x: 0.00092090585, y: -0.0105787935, z: 0.0025584195, w: -0.0039911876} - outSlope: {x: 0.00092090585, y: -0.0105787935, z: 0.0025584195, w: -0.0039911876} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.433254 - value: {x: 0.17409132, y: -0.3210329, z: 0.060161494, w: 0.9289837} - inSlope: {x: 0.00090078893, y: -0.010354379, z: 0.0025047744, w: -0.003908932} - outSlope: {x: 0.00090078893, y: -0.010354379, z: 0.0025047744, w: -0.003908932} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.44992 - value: {x: 0.17410617, y: -0.32120368, z: 0.060202803, w: 0.9289192} - inSlope: {x: 0.00088156614, y: -0.010129964, z: 0.0024514645, w: -0.0038284648} - outSlope: {x: 0.00088156614, y: -0.010129964, z: 0.0024514645, w: -0.0038284648} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.466587 - value: {x: 0.17412071, y: -0.32137057, z: 0.060243208, w: 0.9288561} - inSlope: {x: 0.00086234335, y: -0.009901078, z: 0.0023972609, w: -0.0037426327} - outSlope: {x: 0.00086234335, y: -0.009901078, z: 0.0023972609, w: -0.0037426327} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.483253 - value: {x: 0.17413491, y: -0.3215337, z: 0.06028271, w: 0.92879444} - inSlope: {x: 0.0008426735, y: -0.009674875, z: 0.0023430572, w: -0.003658589} - outSlope: {x: 0.0008426735, y: -0.009674875, z: 0.0023430572, w: -0.003658589} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.49992 - value: {x: 0.1741488, y: -0.32169306, z: 0.06032131, w: 0.9287341} - inSlope: {x: 0.0008230037, y: -0.009445096, z: 0.0022882945, w: -0.003574545} - outSlope: {x: 0.0008230037, y: -0.009445096, z: 0.0022882945, w: -0.003574545} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.516586 - value: {x: 0.17416234, y: -0.32184854, z: 0.060358986, w: 0.9286753} - inSlope: {x: 0.0008028868, y: -0.009216211, z: 0.0022335318, w: -0.003490501} - outSlope: {x: 0.0008028868, y: -0.009216211, z: 0.0022335318, w: -0.003490501} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.533253 - value: {x: 0.17417556, y: -0.32200027, z: 0.06039576, w: 0.9286178} - inSlope: {x: 0.00078366406, y: -0.008988219, z: 0.0021791046, w: -0.0034064574} - outSlope: {x: 0.00078366406, y: -0.008988219, z: 0.0021791046, w: -0.0034064574} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.54992 - value: {x: 0.17418846, y: -0.32214814, z: 0.060431622, w: 0.92856175} - inSlope: {x: 0.00076488825, y: -0.0087566525, z: 0.0021238949, w: -0.003317049} - outSlope: {x: 0.00076488825, y: -0.0087566525, z: 0.0021238949, w: -0.003317049} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.566586 - value: {x: 0.17420106, y: -0.32229215, z: 0.060466554, w: 0.9285072} - inSlope: {x: 0.00074432435, y: -0.008525979, z: 0.0020684619, w: -0.0032312172} - outSlope: {x: 0.00074432435, y: -0.008525979, z: 0.0020684619, w: -0.0032312172} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.583252 - value: {x: 0.17421328, y: -0.32243234, z: 0.06050057, w: 0.92845404} - inSlope: {x: 0.0007233134, y: -0.008294411, z: 0.0020126933, w: -0.0031489613} - outSlope: {x: 0.0007233134, y: -0.008294411, z: 0.0020126933, w: -0.0031489613} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.599918 - value: {x: 0.17422517, y: -0.32256863, z: 0.060533643, w: 0.92840225} - inSlope: {x: 0.0007040906, y: -0.008061055, z: 0.001956813, w: -0.0030631295} - outSlope: {x: 0.0007040906, y: -0.008061055, z: 0.001956813, w: -0.0030631295} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.616585 - value: {x: 0.17423674, y: -0.32270104, z: 0.060565796, w: 0.92835194} - inSlope: {x: 0.0006835267, y: -0.007828593, z: 0.0019010446, w: -0.0029737211} - outSlope: {x: 0.0006835267, y: -0.007828593, z: 0.0019010446, w: -0.0029737211} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.633251 - value: {x: 0.17424795, y: -0.32282957, z: 0.06059701, w: 0.9283031} - inSlope: {x: 0.0006634098, y: -0.007595238, z: 0.0018449409, w: -0.002886101} - outSlope: {x: 0.0006634098, y: -0.007595238, z: 0.0018449409, w: -0.002886101} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.649918 - value: {x: 0.17425886, y: -0.3229542, z: 0.060627293, w: 0.92825574} - inSlope: {x: 0.00064418704, y: -0.0073600938, z: 0.0017885019, w: -0.0027984807} - outSlope: {x: 0.00064418704, y: -0.0073600938, z: 0.0017885019, w: -0.0027984807} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.666584 - value: {x: 0.17426942, y: -0.3230749, z: 0.060656626, w: 0.92820984} - inSlope: {x: 0.00062362314, y: -0.00712495, z: 0.0017318394, w: -0.0027090725} - outSlope: {x: 0.00062362314, y: -0.00712495, z: 0.0017318394, w: -0.0027090725} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.68325 - value: {x: 0.17427965, y: -0.3231917, z: 0.06068502, w: 0.92816544} - inSlope: {x: 0.0006030592, y: -0.006888912, z: 0.0016748416, w: -0.0026196642} - outSlope: {x: 0.0006030592, y: -0.006888912, z: 0.0016748416, w: -0.0026196642} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.699917 - value: {x: 0.17428952, y: -0.32330453, z: 0.060712453, w: 0.9281225} - inSlope: {x: 0.00058249524, y: -0.006652874, z: 0.001617732, w: -0.002532044} - outSlope: {x: 0.00058249524, y: -0.006652874, z: 0.001617732, w: -0.002532044} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.716583 - value: {x: 0.17429906, y: -0.32341346, z: 0.060738944, w: 0.92808104} - inSlope: {x: 0.0005619314, y: -0.006416836, z: 0.0015608459, w: -0.0024444237} - outSlope: {x: 0.0005619314, y: -0.006416836, z: 0.0015608459, w: -0.0024444237} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.73325 - value: {x: 0.17430826, y: -0.32351843, z: 0.06076448, w: 0.92804104} - inSlope: {x: 0.0005404734, y: -0.0061772214, z: 0.0015028423, w: -0.0023550154} - outSlope: {x: 0.0005404734, y: -0.0061772214, z: 0.0015028423, w: -0.0023550154} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.749916 - value: {x: 0.17431708, y: -0.32361937, z: 0.060789037, w: 0.92800254} - inSlope: {x: 0.0005208035, y: -0.005937607, z: 0.0014453975, w: -0.0022638189} - outSlope: {x: 0.0005208035, y: -0.005937607, z: 0.0014453975, w: -0.0022638189} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.766582 - value: {x: 0.17432562, y: -0.32371634, z: 0.06081266, w: 0.9279656} - inSlope: {x: 0.00050068664, y: -0.0057006753, z: 0.0013880644, w: -0.0021744105} - outSlope: {x: 0.00050068664, y: -0.0057006753, z: 0.0013880644, w: -0.0021744105} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.783249 - value: {x: 0.17433377, y: -0.3238094, z: 0.060835306, w: 0.92793006} - inSlope: {x: 0.0004787816, y: -0.005459273, z: 0.0013291666, w: -0.0020814259} - outSlope: {x: 0.0004787816, y: -0.005459273, z: 0.0013291666, w: -0.0020814259} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.799915 - value: {x: 0.17434157, y: -0.32389832, z: 0.060856964, w: 0.9278962} - inSlope: {x: 0.0004582177, y: -0.0052187643, z: 0.0012710511, w: -0.0019902294} - outSlope: {x: 0.0004582177, y: -0.0052187643, z: 0.0012710511, w: -0.0019902294} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.816582 - value: {x: 0.17434904, y: -0.32398334, z: 0.060877673, w: 0.9278637} - inSlope: {x: 0.0004376538, y: -0.004978256, z: 0.001212824, w: -0.0019008211} - outSlope: {x: 0.0004376538, y: -0.004978256, z: 0.001212824, w: -0.0019008211} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.833248 - value: {x: 0.17435616, y: -0.32406425, z: 0.06089739, w: 0.92783284} - inSlope: {x: 0.0004166428, y: -0.004735959, z: 0.0011539262, w: -0.0018060483} - outSlope: {x: 0.0004166428, y: -0.004735959, z: 0.0011539262, w: -0.0018060483} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.849915 - value: {x: 0.17436293, y: -0.3241412, z: 0.060916137, w: 0.9278035} - inSlope: {x: 0.00039473778, y: -0.0044936626, z: 0.0010952521, w: -0.00171664} - outSlope: {x: 0.00039473778, y: -0.0044936626, z: 0.0010952521, w: -0.00171664} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.866581 - value: {x: 0.17436932, y: -0.32421404, z: 0.0609339, w: 0.9277756} - inSlope: {x: 0.00037372683, y: -0.004249578, z: 0.0010359073, w: -0.0016236552} - outSlope: {x: 0.00037372683, y: -0.004249578, z: 0.0010359073, w: -0.0016236552} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.883247 - value: {x: 0.17437539, y: -0.32428285, z: 0.060950667, w: 0.9277494} - inSlope: {x: 0.00035316293, y: -0.004004599, z: 0.00097645074, w: -0.0015306706} - outSlope: {x: 0.00035316293, y: -0.004004599, z: 0.00097645074, w: -0.0015306706} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.899914 - value: {x: 0.17438109, y: -0.32434753, z: 0.060966447, w: 0.9277246} - inSlope: {x: 0.00033125788, y: -0.0037605143, z: 0.00091732945, w: -0.001439474} - outSlope: {x: 0.00033125788, y: -0.0037605143, z: 0.00091732945, w: -0.001439474} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.91658 - value: {x: 0.17438643, y: -0.3244082, z: 0.060981244, w: 0.9277014} - inSlope: {x: 0.00030935282, y: -0.0035155355, z: 0.00085731415, w: -0.0013429131} - outSlope: {x: 0.00030935282, y: -0.0035155355, z: 0.00085731415, w: -0.0013429131} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.933247 - value: {x: 0.1743914, y: -0.3244647, z: 0.060995024, w: 0.92767984} - inSlope: {x: 0.0002883419, y: -0.0032687685, z: 0.00079741055, w: -0.0012481404} - outSlope: {x: 0.0002883419, y: -0.0032687685, z: 0.00079741055, w: -0.0012481404} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.949913 - value: {x: 0.17439604, y: -0.32451716, z: 0.061007824, w: 0.9276598} - inSlope: {x: 0.00026688387, y: -0.0030211075, z: 0.00073750695, w: -0.0011551557} - outSlope: {x: 0.00026688387, y: -0.0030211075, z: 0.00073750695, w: -0.0011551557} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.96658 - value: {x: 0.1744003, y: -0.3245654, z: 0.061019607, w: 0.92764133} - inSlope: {x: 0.00024542588, y: -0.0027716584, z: 0.0006765975, w: -0.0010603828} - outSlope: {x: 0.00024542588, y: -0.0027716584, z: 0.0006765975, w: -0.0010603828} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.983246 - value: {x: 0.17440422, y: -0.32460955, z: 0.061030377, w: 0.92762446} - inSlope: {x: 0.00022352082, y: -0.0025248914, z: 0.0006163587, w: -0.00096561003} - outSlope: {x: 0.00022352082, y: -0.0025248914, z: 0.0006163587, w: -0.00096561003} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 16.999912 - value: {x: 0.17440775, y: -0.32464957, z: 0.061040152, w: 0.92760915} - inSlope: {x: 0.00020116875, y: -0.0022772301, z: 0.0005560081, w: -0.00087083713} - outSlope: {x: 0.00020116875, y: -0.0022772301, z: 0.0005560081, w: -0.00087083713} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.016579 - value: {x: 0.17441092, y: -0.32468545, z: 0.06104891, w: 0.92759544} - inSlope: {x: 0.0001792637, y: -0.002026887, z: 0.00049487513, w: -0.00077606435} - outSlope: {x: 0.0001792637, y: -0.002026887, z: 0.00049487513, w: -0.00077606435} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.033245 - value: {x: 0.17441373, y: -0.32471713, z: 0.061056647, w: 0.9275833} - inSlope: {x: 0.00015691161, y: -0.0017747553, z: 0.00043340688, w: -0.00068129145} - outSlope: {x: 0.00015691161, y: -0.0017747553, z: 0.00043340688, w: -0.00068129145} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.049911 - value: {x: 0.17441615, y: -0.3247446, z: 0.061063357, w: 0.9275727} - inSlope: {x: 0.00013545362, y: -0.0015226239, z: 0.00037205042, w: -0.00058294233} - outSlope: {x: 0.00013545362, y: -0.0015226239, z: 0.00037205042, w: -0.00058294233} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.066578 - value: {x: 0.17441824, y: -0.3247679, z: 0.06106905, w: 0.92756385} - inSlope: {x: 0.00011310154, y: -0.0012722805, z: 0.00031091747, w: -0.00048638135} - outSlope: {x: 0.00011310154, y: -0.0012722805, z: 0.00031091747, w: -0.00048638135} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.083244 - value: {x: 0.17441992, y: -0.32478702, z: 0.06107372, w: 0.9275565} - inSlope: {x: 0.00008985537, y: -0.0010210432, z: 0.00024922573, w: -0.0003916085} - outSlope: {x: 0.00008985537, y: -0.0010210432, z: 0.00024922573, w: -0.0003916085} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.09991 - value: {x: 0.17442124, y: -0.32480192, z: 0.061077356, w: 0.9275508} - inSlope: {x: 0.00006839738, y: -0.00076622935, z: 0.00018731045, w: -0.00029325933} - outSlope: {x: 0.00006839738, y: -0.00076622935, z: 0.00018731045, w: -0.00029325933} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.116577 - value: {x: 0.1744222, y: -0.32481256, z: 0.061079964, w: 0.92754674} - inSlope: {x: 0.00004559825, y: -0.00051141565, z: 0.0001250599, w: -0.00019669833} - outSlope: {x: 0.00004559825, y: -0.00051141565, z: 0.0001250599, w: -0.00019669833} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.133244 - value: {x: 0.17442276, y: -0.32481897, z: 0.061081525, w: 0.92754424} - inSlope: {x: 0.000022352084, y: -0.00025660192, z: 0.00006258583, w: -0.00010013733} - outSlope: {x: 0.000022352084, y: -0.00025660192, z: 0.00006258583, w: -0.00010013733} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.14991 - value: {x: 0.17442295, y: -0.3248211, z: 0.06108205, w: 0.9275434} - inSlope: {x: -0.0004144076, y: 0.00026911907, z: -0.00020809789, w: 0.0001877575} - outSlope: {x: -0.0004144076, y: 0.00026911907, z: -0.00020809789, w: 0.0001877575} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.166576 - value: {x: 0.17440894, y: -0.32481, z: 0.06107459, w: 0.9275505} - inSlope: {x: -0.0016831119, y: 0.0013393369, z: -0.00089676556, w: 0.00084580283} - outSlope: {x: -0.0016831119, y: 0.0013393369, z: -0.00089676556, w: 0.00084580283} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.183243 - value: {x: 0.17436685, y: -0.32477647, z: 0.06105216, w: 0.9275716} - inSlope: {x: -0.003359071, y: 0.0026759915, z: -0.0017897312, w: 0.001684453} - outSlope: {x: -0.003359071, y: 0.0026759915, z: -0.0017897312, w: 0.001684453} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.19991 - value: {x: 0.17429698, y: -0.3247208, z: 0.06101493, w: 0.92760664} - inSlope: {x: -0.005014466, y: 0.0040001287, z: -0.002672415, w: 0.0025177386} - outSlope: {x: -0.005014466, y: 0.0040001287, z: -0.002672415, w: 0.0025177386} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.216576 - value: {x: 0.1741997, y: -0.32464314, z: 0.06096308, w: 0.9276555} - inSlope: {x: -0.0066506388, y: 0.005310855, z: -0.003544258, w: 0.0033402953} - outSlope: {x: -0.0066506388, y: 0.005310855, z: -0.003544258, w: 0.0033402953} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.233242 - value: {x: 0.17407529, y: -0.32454377, z: 0.06089679, w: 0.927718} - inSlope: {x: -0.008268483, y: 0.0066090636, z: -0.0044050366, w: 0.004152123} - outSlope: {x: -0.008268483, y: 0.0066090636, z: -0.0044050366, w: 0.004152123} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.249908 - value: {x: 0.17392409, y: -0.32442284, z: 0.060816247, w: 0.9277939} - inSlope: {x: -0.009865763, y: 0.0078974385, z: -0.0052546393, w: 0.0049550096} - outSlope: {x: -0.009865763, y: 0.0078974385, z: -0.0052546393, w: 0.0049550096} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.266575 - value: {x: 0.17374644, y: -0.32428053, z: 0.06072164, w: 0.92788315} - inSlope: {x: -0.01144382, y: 0.0091724, z: -0.006092731, w: 0.0057471674} - outSlope: {x: -0.01144382, y: 0.0091724, z: -0.006092731, w: 0.0057471674} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.283241 - value: {x: 0.17354263, y: -0.3241171, z: 0.06061316, w: 0.9279855} - inSlope: {x: -0.013003101, y: 0.010434846, z: -0.006919087, w: 0.0065303845} - outSlope: {x: -0.013003101, y: 0.010434846, z: -0.006919087, w: 0.0065303845} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.299908 - value: {x: 0.173313, y: -0.3239327, z: 0.060491007, w: 0.9281008} - inSlope: {x: -0.014543606, y: 0.0116865635, z: -0.0077338205, w: 0.0072992966} - outSlope: {x: -0.014543606, y: 0.0116865635, z: -0.0077338205, w: 0.0072992966} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.316574 - value: {x: 0.17305785, y: -0.32372755, z: 0.06035537, w: 0.9282288} - inSlope: {x: -0.016065337, y: 0.012928445, z: -0.008536708, w: 0.008055691} - outSlope: {x: -0.016065337, y: 0.012928445, z: -0.008536708, w: 0.008055691} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.33324 - value: {x: 0.1727775, y: -0.32350177, z: 0.060206454, w: 0.92836934} - inSlope: {x: -0.01756829, y: 0.014156915, z: -0.009327076, w: 0.008804932} - outSlope: {x: -0.01756829, y: 0.014156915, z: -0.009327076, w: 0.008804932} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.349907 - value: {x: 0.17247225, y: -0.32325566, z: 0.06004447, w: 0.9285223} - inSlope: {x: -0.019052021, y: 0.015373763, z: -0.010105042, w: 0.009545233} - outSlope: {x: -0.019052021, y: 0.015373763, z: -0.010105042, w: 0.009545233} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.366573 - value: {x: 0.17214245, y: -0.3229893, z: 0.059869625, w: 0.9286875} - inSlope: {x: -0.02051787, y: 0.016578987, z: -0.010870488, w: 0.010271229} - outSlope: {x: -0.02051787, y: 0.016578987, z: -0.010870488, w: 0.010271229} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.38324 - value: {x: 0.17178833, y: -0.32270303, z: 0.059682127, w: 0.92886466} - inSlope: {x: -0.021964498, y: 0.017773483, z: -0.011623194, w: 0.0109829195} - outSlope: {x: -0.021964498, y: 0.017773483, z: -0.011623194, w: 0.0109829195} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.399906 - value: {x: 0.1714103, y: -0.32239687, z: 0.05948219, w: 0.9290536} - inSlope: {x: -0.023392797, y: 0.018958142, z: -0.012362937, w: 0.011685669} - outSlope: {x: -0.023392797, y: 0.018958142, z: -0.012362937, w: 0.011685669} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.416573 - value: {x: 0.17100859, y: -0.3220711, z: 0.059270035, w: 0.9292542} - inSlope: {x: -0.024804553, y: 0.02013118, z: -0.013090385, w: 0.0123759005} - outSlope: {x: -0.024804553, y: 0.02013118, z: -0.013090385, w: 0.0123759005} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.433239 - value: {x: 0.1705835, y: -0.32172585, z: 0.05904585, w: 0.9294661} - inSlope: {x: -0.026196193, y: 0.021293487, z: -0.013804087, w: 0.0130536165} - outSlope: {x: -0.026196193, y: 0.021293487, z: -0.013804087, w: 0.0130536165} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.449905 - value: {x: 0.1701354, y: -0.32136133, z: 0.058809906, w: 0.9296893} - inSlope: {x: -0.027569506, y: 0.02244328, z: -0.014504155, w: 0.013720602} - outSlope: {x: -0.027569506, y: 0.02244328, z: -0.014504155, w: 0.013720602} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.466572 - value: {x: 0.16966453, y: -0.32097775, z: 0.058562387, w: 0.9299235} - inSlope: {x: -0.028924935, y: 0.023582343, z: -0.015191145, w: 0.014375072} - outSlope: {x: -0.028924935, y: 0.023582343, z: -0.015191145, w: 0.014375072} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.483238 - value: {x: 0.16917124, y: -0.32057527, z: 0.058303542, w: 0.93016845} - inSlope: {x: -0.030262038, y: 0.024711568, z: -0.01586439, w: 0.015013447} - outSlope: {x: -0.030262038, y: 0.024711568, z: -0.01586439, w: 0.015013447} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.499905 - value: {x: 0.16865581, y: -0.32015404, z: 0.05803358, w: 0.9304239} - inSlope: {x: -0.03158215, y: 0.025830962, z: -0.01652456, w: 0.015642881} - outSlope: {x: -0.03158215, y: 0.025830962, z: -0.01652456, w: 0.015642881} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.516571 - value: {x: 0.16811852, y: -0.31971425, z: 0.057752732, w: 0.9306899} - inSlope: {x: -0.032885276, y: 0.026939623, z: -0.017171092, w: 0.0162598} - outSlope: {x: -0.032885276, y: 0.026939623, z: -0.017171092, w: 0.0162598} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.533237 - value: {x: 0.16755965, y: -0.31925607, z: 0.05746122, w: 0.9309659} - inSlope: {x: -0.034168735, y: 0.028035771, z: -0.017803323, w: 0.016860623} - outSlope: {x: -0.034168735, y: 0.028035771, z: -0.017803323, w: 0.016860623} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.549904 - value: {x: 0.16697958, y: -0.31877974, z: 0.057159297, w: 0.9312519} - inSlope: {x: -0.035433866, y: 0.029120293, z: -0.018421356, w: 0.017452506} - outSlope: {x: -0.035433866, y: 0.029120293, z: -0.018421356, w: 0.017452506} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.56657 - value: {x: 0.16637854, y: -0.3182854, z: 0.056847185, w: 0.93154764} - inSlope: {x: -0.036682002, y: 0.030196771, z: -0.01902587, w: 0.018030085} - outSlope: {x: -0.036682002, y: 0.030196771, z: -0.01902587, w: 0.018030085} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.583237 - value: {x: 0.16575687, y: -0.3177732, z: 0.05652511, w: 0.9318529} - inSlope: {x: -0.03791271, y: 0.031264305, z: -0.019616745, w: 0.018593356} - outSlope: {x: -0.03791271, y: 0.031264305, z: -0.019616745, w: 0.018593356} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.599903 - value: {x: 0.1651148, y: -0.31724328, z: 0.056193303, w: 0.9321674} - inSlope: {x: -0.039124638, y: 0.03231843, z: -0.020192984, w: 0.019144112} - outSlope: {x: -0.039124638, y: 0.03231843, z: -0.020192984, w: 0.019144112} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.61657 - value: {x: 0.16445273, y: -0.31669593, z: 0.055852022, w: 0.932491} - inSlope: {x: -0.040317796, y: 0.033360932, z: -0.02075458, w: 0.019684138} - outSlope: {x: -0.040317796, y: 0.033360932, z: -0.02075458, w: 0.019684138} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.633236 - value: {x: 0.1637709, y: -0.31613126, z: 0.055501495, w: 0.93282354} - inSlope: {x: -0.041494854, y: 0.03439449, z: -0.02130254, w: 0.02020986} - outSlope: {x: -0.041494854, y: 0.03439449, z: -0.02130254, w: 0.02020986} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.649902 - value: {x: 0.16306959, y: -0.31554946, z: 0.05514195, w: 0.93316466} - inSlope: {x: -0.042654477, y: 0.03541911, z: -0.021836309, w: 0.020719487} - outSlope: {x: -0.042654477, y: 0.03541911, z: -0.021836309, w: 0.020719487} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.666569 - value: {x: 0.1623491, y: -0.31495064, z: 0.05477363, w: 0.9335142} - inSlope: {x: -0.043796226, y: 0.036432106, z: -0.022355882, w: 0.021218386} - outSlope: {x: -0.043796226, y: 0.036432106, z: -0.022355882, w: 0.021218386} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.683235 - value: {x: 0.16160974, y: -0.31433508, z: 0.054396763, w: 0.9338719} - inSlope: {x: -0.044918746, y: 0.03743348, z: -0.022860704, w: 0.021702979} - outSlope: {x: -0.044918746, y: 0.03743348, z: -0.022860704, w: 0.021702979} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.699902 - value: {x: 0.16085184, y: -0.31370288, z: 0.054011617, w: 0.9342376} - inSlope: {x: -0.046024278, y: 0.038425017, z: -0.023351109, w: 0.022175055} - outSlope: {x: -0.046024278, y: 0.038425017, z: -0.023351109, w: 0.022175055} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.716568 - value: {x: 0.16007562, y: -0.31305426, z: 0.053618405, w: 0.9346111} - inSlope: {x: -0.047112826, y: 0.03940672, z: -0.023827655, w: 0.022634614} - outSlope: {x: -0.047112826, y: 0.03940672, z: -0.023827655, w: 0.022634614} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.733234 - value: {x: 0.15928143, y: -0.31238934, z: 0.053217374, w: 0.9349921} - inSlope: {x: -0.048182152, y: 0.040375907, z: -0.024289114, w: 0.023081655} - outSlope: {x: -0.048182152, y: 0.040375907, z: -0.024289114, w: 0.023081655} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.7499 - value: {x: 0.15846957, y: -0.31170842, z: 0.05280878, w: 0.93538046} - inSlope: {x: -0.04923404, y: 0.04133526, z: -0.024736267, w: 0.023512602} - outSlope: {x: -0.04923404, y: 0.04133526, z: -0.024736267, w: 0.023512602} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.766567 - value: {x: 0.15764032, y: -0.31101152, z: 0.052392844, w: 0.9357758} - inSlope: {x: -0.05026894, y: 0.042286564, z: -0.025169563, w: 0.023929246} - outSlope: {x: -0.05026894, y: 0.042286564, z: -0.025169563, w: 0.023929246} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.783234 - value: {x: 0.15679397, y: -0.3102989, z: 0.051969808, w: 0.9361781} - inSlope: {x: -0.05128462, y: 0.04322535, z: -0.025587995, w: 0.02433516} - outSlope: {x: -0.05128462, y: 0.04322535, z: -0.025587995, w: 0.02433516} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.7999 - value: {x: 0.15593086, y: -0.3095707, z: 0.051539924, w: 0.936587} - inSlope: {x: -0.05228331, y: 0.04415341, z: -0.025991896, w: 0.024726767} - outSlope: {x: -0.05228331, y: 0.04415341, z: -0.025991896, w: 0.024726767} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.816566 - value: {x: 0.15505122, y: -0.30882713, z: 0.051103424, w: 0.9370023} - inSlope: {x: -0.053264566, y: 0.045069844, z: -0.026381604, w: 0.02510586} - outSlope: {x: -0.053264566, y: 0.045069844, z: -0.026381604, w: 0.02510586} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.833233 - value: {x: 0.1541554, y: -0.3080684, z: 0.05066055, w: 0.9374238} - inSlope: {x: -0.054226153, y: 0.045976445, z: -0.026756898, w: 0.02547422} - outSlope: {x: -0.054226153, y: 0.045976445, z: -0.026756898, w: 0.02547422} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.8499 - value: {x: 0.1532437, y: -0.3072946, z: 0.05021154, w: 0.9378514} - inSlope: {x: -0.055170752, y: 0.046874106, z: -0.027117882, w: 0.025822915} - outSlope: {x: -0.055170752, y: 0.046874106, z: -0.027117882, w: 0.025822915} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.866566 - value: {x: 0.1523164, y: -0.30650595, z: 0.049756635, w: 0.9382846} - inSlope: {x: -0.056097917, y: 0.04775925, z: -0.027464675, w: 0.026160877} - outSlope: {x: -0.056097917, y: 0.04775925, z: -0.027464675, w: 0.026160877} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.883232 - value: {x: 0.1513738, y: -0.30570266, z: 0.049296066, w: 0.93872344} - inSlope: {x: -0.05700586, y: 0.04863366, z: -0.027796827, w: 0.0264899} - outSlope: {x: -0.05700586, y: 0.04863366, z: -0.027796827, w: 0.0264899} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.899899 - value: {x: 0.15041624, y: -0.30488485, z: 0.04883009, w: 0.93916756} - inSlope: {x: -0.057895917, y: 0.049497344, z: -0.028115008, w: 0.02680283} - outSlope: {x: -0.057895917, y: 0.049497344, z: -0.028115008, w: 0.02680283} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.916565 - value: {x: 0.14944397, y: -0.30405277, z: 0.048358914, w: 0.93961686} - inSlope: {x: -0.05876854, y: 0.050348513, z: -0.028418886, w: 0.027103242} - outSlope: {x: -0.05876854, y: 0.050348513, z: -0.028418886, w: 0.027103242} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.933231 - value: {x: 0.14845732, y: -0.3032066, z: 0.047882807, w: 0.940071} - inSlope: {x: -0.059622392, y: 0.051191635, z: -0.028708568, w: 0.02738756} - outSlope: {x: -0.059622392, y: 0.051191635, z: -0.028708568, w: 0.02738756} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.949898 - value: {x: 0.14745659, y: -0.3023464, z: 0.047401976, w: 0.94052976} - inSlope: {x: -0.060458362, y: 0.05202313, z: -0.028984394, w: 0.027659362} - outSlope: {x: -0.060458362, y: 0.05202313, z: -0.028984394, w: 0.027659362} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.966564 - value: {x: 0.14644207, y: -0.3014725, z: 0.046916675, w: 0.94099295} - inSlope: {x: -0.061275553, y: 0.052841216, z: -0.029245913, w: 0.027922222} - outSlope: {x: -0.061275553, y: 0.052841216, z: -0.029245913, w: 0.027922222} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.98323 - value: {x: 0.1454141, y: -0.30058506, z: 0.046427127, w: 0.9414605} - inSlope: {x: -0.062074415, y: 0.05364947, z: -0.029493798, w: 0.028172566} - outSlope: {x: -0.062074415, y: 0.05364947, z: -0.029493798, w: 0.028172566} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 17.999897 - value: {x: 0.14437295, y: -0.29968423, z: 0.045933563, w: 0.941932} - inSlope: {x: -0.06285495, y: 0.054447886, z: -0.029727489, w: 0.028405027} - outSlope: {x: -0.06285495, y: 0.054447886, z: -0.029727489, w: 0.028405027} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.016563 - value: {x: 0.14331897, y: -0.29877016, z: 0.045436226, w: 0.9424073} - inSlope: {x: -0.06361626, y: 0.055233784, z: -0.029947208, w: 0.028628547} - outSlope: {x: -0.06361626, y: 0.055233784, z: -0.029947208, w: 0.028628547} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.03323 - value: {x: 0.14225245, y: -0.29784313, z: 0.04493534, w: 0.9428863} - inSlope: {x: -0.06435925, y: 0.056008063, z: -0.030153407, w: 0.02883955} - outSlope: {x: -0.06435925, y: 0.056008063, z: -0.030153407, w: 0.02883955} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.049896 - value: {x: 0.14117369, y: -0.29690325, z: 0.044431128, w: 0.9433686} - inSlope: {x: -0.06508346, y: 0.0567725, z: -0.03034608, w: 0.029034462} - outSlope: {x: -0.06508346, y: 0.0567725, z: -0.03034608, w: 0.029034462} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.066563 - value: {x: 0.14008303, y: -0.29595074, z: 0.043923818, w: 0.9438541} - inSlope: {x: -0.06578888, y: 0.057523534, z: -0.03052501, w: 0.029220432} - outSlope: {x: -0.06578888, y: 0.057523534, z: -0.03052501, w: 0.029220432} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.08323 - value: {x: 0.13898076, y: -0.29498583, z: 0.043413643, w: 0.9443426} - inSlope: {x: -0.06647733, y: 0.05826383, z: -0.030690864, w: 0.029393882} - outSlope: {x: -0.06647733, y: 0.05826383, z: -0.030690864, w: 0.029393882} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.099895 - value: {x: 0.13786715, y: -0.29400864, z: 0.042900804, w: 0.9448339} - inSlope: {x: -0.06714611, y: 0.058992513, z: -0.03084319, w: 0.029554818} - outSlope: {x: -0.06714611, y: 0.058992513, z: -0.03084319, w: 0.029554818} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.116562 - value: {x: 0.13674259, y: -0.29301944, z: 0.042385552, w: 0.94532776} - inSlope: {x: -0.06779431, y: 0.05970867, z: -0.030981887, w: 0.029703237} - outSlope: {x: -0.06779431, y: 0.05970867, z: -0.030981887, w: 0.029703237} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.133228 - value: {x: 0.13560738, y: -0.29201838, z: 0.04186809, w: 0.94582397} - inSlope: {x: -0.068424195, y: 0.060415, z: -0.031107616, w: 0.029839136} - outSlope: {x: -0.068424195, y: 0.060415, z: -0.031107616, w: 0.029839136} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.149895 - value: {x: 0.13446182, y: -0.29100564, z: 0.041348647, w: 0.9463224} - inSlope: {x: -0.06903531, y: 0.06110791, z: -0.031220272, w: 0.02996431} - outSlope: {x: -0.06903531, y: 0.06110791, z: -0.031220272, w: 0.02996431} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.166561 - value: {x: 0.13330624, y: -0.28998148, z: 0.04082743, w: 0.94682276} - inSlope: {x: -0.06962718, y: 0.061789203, z: -0.031320184, w: 0.030076962} - outSlope: {x: -0.06962718, y: 0.061789203, z: -0.031320184, w: 0.030076962} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.183228 - value: {x: 0.13214095, y: -0.28894603, z: 0.040304657, w: 0.94732493} - inSlope: {x: -0.070200294, y: 0.062459767, z: -0.03140758, w: 0.030177101} - outSlope: {x: -0.070200294, y: 0.062459767, z: -0.03140758, w: 0.030177101} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.199894 - value: {x: 0.13096626, y: -0.28789952, z: 0.039780527, w: 0.94782865} - inSlope: {x: -0.07075372, y: 0.06311603, z: -0.031481903, w: 0.030266508} - outSlope: {x: -0.07075372, y: 0.06311603, z: -0.031481903, w: 0.030266508} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.21656 - value: {x: 0.12978253, y: -0.2868422, z: 0.039255276, w: 0.9483338} - inSlope: {x: -0.07128705, y: 0.06376065, z: -0.031543482, w: 0.030346975} - outSlope: {x: -0.07128705, y: 0.06376065, z: -0.031543482, w: 0.030346975} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.233227 - value: {x: 0.12859006, y: -0.2857742, z: 0.038729094, w: 0.9488402} - inSlope: {x: -0.071801156, y: 0.06439456, z: -0.03159288, w: 0.030414926} - outSlope: {x: -0.071801156, y: 0.06439456, z: -0.03159288, w: 0.030414926} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.249893 - value: {x: 0.1273892, y: -0.28469574, z: 0.038202196, w: 0.9493476} - inSlope: {x: -0.07229558, y: 0.06501417, z: -0.031629875, w: 0.03047036} - outSlope: {x: -0.07229558, y: 0.06501417, z: -0.031629875, w: 0.03047036} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.26656 - value: {x: 0.12618025, y: -0.2836071, z: 0.03767478, w: 0.94985586} - inSlope: {x: -0.07277124, y: 0.06562124, z: -0.03165491, w: 0.030515064} - outSlope: {x: -0.07277124, y: 0.06562124, z: -0.03165491, w: 0.030515064} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.283226 - value: {x: 0.12496352, y: -0.2825084, z: 0.03714705, w: 0.95036477} - inSlope: {x: -0.07322587, y: 0.066218495, z: -0.03166776, w: 0.030550826} - outSlope: {x: -0.07322587, y: 0.066218495, z: -0.03166776, w: 0.030550826} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.299892 - value: {x: 0.12373942, y: -0.28139985, z: 0.036619205, w: 0.9508742} - inSlope: {x: -0.07366061, y: 0.06680143, z: -0.031668767, w: 0.030574072} - outSlope: {x: -0.07366061, y: 0.06680143, z: -0.031668767, w: 0.030574072} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.316559 - value: {x: 0.122508205, y: -0.28028172, z: 0.03609144, w: 0.9513839} - inSlope: {x: -0.07407682, y: 0.06737007, z: -0.031658374, w: 0.030584803} - outSlope: {x: -0.07407682, y: 0.06737007, z: -0.031658374, w: 0.030584803} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.333225 - value: {x: 0.12127023, y: -0.2791542, z: 0.035563942, w: 0.9518937} - inSlope: {x: -0.074471995, y: 0.06792799, z: -0.031636134, w: 0.030590167} - outSlope: {x: -0.074471995, y: 0.06792799, z: -0.031636134, w: 0.030590167} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.349892 - value: {x: 0.12002584, y: -0.2780175, z: 0.035036918, w: 0.95240355} - inSlope: {x: -0.07484685, y: 0.06847337, z: -0.031602383, w: 0.030584801} - outSlope: {x: -0.07484685, y: 0.06847337, z: -0.031602383, w: 0.030584801} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.366558 - value: {x: 0.118775375, y: -0.2768718, z: 0.034510545, w: 0.95291317} - inSlope: {x: -0.07520202, y: 0.06900446, z: -0.031557675, w: 0.030565131} - outSlope: {x: -0.07520202, y: 0.06900446, z: -0.031557675, w: 0.030565131} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.383224 - value: {x: 0.11751915, y: -0.27571738, z: 0.03398501, w: 0.95342237} - inSlope: {x: -0.07553685, y: 0.06952213, z: -0.031501796, w: 0.03053831} - outSlope: {x: -0.07553685, y: 0.06952213, z: -0.031501796, w: 0.03053831} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.39989 - value: {x: 0.11625752, y: -0.27455443, z: 0.0334605, w: 0.9539311} - inSlope: {x: -0.075850904, y: 0.07002908, z: -0.031434853, w: 0.030500758} - outSlope: {x: -0.075850904, y: 0.07002908, z: -0.031434853, w: 0.030500758} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.416557 - value: {x: 0.11499082, y: -0.2733831, z: 0.0329372, w: 0.95443904} - inSlope: {x: -0.07614505, y: 0.07052171, z: -0.03135729, w: 0.030452479} - outSlope: {x: -0.07614505, y: 0.07052171, z: -0.03135729, w: 0.030452479} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.433224 - value: {x: 0.11371939, y: -0.27220374, z: 0.032415275, w: 0.95494616} - inSlope: {x: -0.07641819, y: 0.071000054, z: -0.03126911, w: 0.030398833} - outSlope: {x: -0.07641819, y: 0.071000054, z: -0.03126911, w: 0.030398833} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.44989 - value: {x: 0.11244359, y: -0.27101648, z: 0.03189491, w: 0.9554523} - inSlope: {x: -0.07667055, y: 0.07146497, z: -0.031170428, w: 0.030336246} - outSlope: {x: -0.07667055, y: 0.07146497, z: -0.031170428, w: 0.030336246} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.466557 - value: {x: 0.11116374, y: -0.2698216, z: 0.031376276, w: 0.95595735} - inSlope: {x: -0.07690279, y: 0.071917385, z: -0.03106185, w: 0.030261144} - outSlope: {x: -0.07690279, y: 0.071917385, z: -0.03106185, w: 0.030261144} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.483223 - value: {x: 0.1098802, y: -0.26861927, z: 0.030859532, w: 0.956461} - inSlope: {x: -0.07711379, y: 0.07235548, z: -0.030942827, w: 0.030177101} - outSlope: {x: -0.07711379, y: 0.07235548, z: -0.030942827, w: 0.030177101} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.49989 - value: {x: 0.10859332, y: -0.2674098, z: 0.030344864, w: 0.95696324} - inSlope: {x: -0.07730378, y: 0.072779275, z: -0.03081391, w: 0.030085903} - outSlope: {x: -0.07730378, y: 0.072779275, z: -0.03081391, w: 0.030085903} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.516556 - value: {x: 0.10730345, y: -0.26619333, z: 0.029832417, w: 0.95746386} - inSlope: {x: -0.077473216, y: 0.07319145, z: -0.030675665, w: 0.029987555} - outSlope: {x: -0.077473216, y: 0.07319145, z: -0.030675665, w: 0.029987555} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.533222 - value: {x: 0.10601092, y: -0.26497012, z: 0.029322358, w: 0.9579628} - inSlope: {x: -0.07762141, y: 0.07358931, z: -0.030527692, w: 0.029878475} - outSlope: {x: -0.07762141, y: 0.07358931, z: -0.030527692, w: 0.029878475} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.549889 - value: {x: 0.10471611, y: -0.2637404, z: 0.028814843, w: 0.9584598} - inSlope: {x: -0.07774814, y: 0.07397199, z: -0.030370276, w: 0.029760458} - outSlope: {x: -0.07774814, y: 0.07397199, z: -0.030370276, w: 0.029760458} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.566555 - value: {x: 0.103419356, y: -0.26250443, z: 0.02831003, w: 0.9589548} - inSlope: {x: -0.07785365, y: 0.07434124, z: -0.030203812, w: 0.02963886} - outSlope: {x: -0.07785365, y: 0.07434124, z: -0.030203812, w: 0.02963886} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.583221 - value: {x: 0.102121025, y: -0.2612624, z: 0.027808065, w: 0.95944774} - inSlope: {x: -0.077937916, y: 0.074697085, z: -0.030028459, w: 0.029506538} - outSlope: {x: -0.077937916, y: 0.074697085, z: -0.030028459, w: 0.029506538} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.599888 - value: {x: 0.100821465, y: -0.26001456, z: 0.027309097, w: 0.95993835} - inSlope: {x: -0.07800095, y: 0.07503773, z: -0.029844277, w: 0.02936706} - outSlope: {x: -0.07800095, y: 0.07503773, z: -0.029844277, w: 0.02936706} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.616554 - value: {x: 0.09952103, y: -0.25876117, z: 0.02681327, w: 0.9604266} - inSlope: {x: -0.07804252, y: 0.07536407, z: -0.029651435, w: 0.029220432} - outSlope: {x: -0.07804252, y: 0.07536407, z: -0.029651435, w: 0.029220432} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.63322 - value: {x: 0.09822009, y: -0.25750247, z: 0.026320731, w: 0.96091235} - inSlope: {x: -0.078062415, y: 0.075677, z: -0.029450322, w: 0.02906486} - outSlope: {x: -0.078062415, y: 0.075677, z: -0.029450322, w: 0.02906486} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.649887 - value: {x: 0.09691899, y: -0.25623864, z: 0.025831608, w: 0.96139544} - inSlope: {x: -0.07806063, y: 0.07597563, z: -0.029241052, w: 0.028905712} - outSlope: {x: -0.07806063, y: 0.07597563, z: -0.029241052, w: 0.028905712} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.666553 - value: {x: 0.09561811, y: -0.25496998, z: 0.025346044, w: 0.96187586} - inSlope: {x: -0.07803716, y: 0.07625905, z: -0.029023677, w: 0.028735839} - outSlope: {x: -0.07803716, y: 0.07625905, z: -0.029023677, w: 0.028735839} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.68322 - value: {x: 0.094317794, y: -0.2536967, z: 0.024864167, w: 0.9623533} - inSlope: {x: -0.07799178, y: 0.076529056, z: -0.028798647, w: 0.028560597} - outSlope: {x: -0.07799178, y: 0.076529056, z: -0.028798647, w: 0.028560597} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.699886 - value: {x: 0.09301842, y: -0.25241905, z: 0.024386104, w: 0.96282786} - inSlope: {x: -0.07792495, y: 0.07678388, z: -0.028565962, w: 0.02838178} - outSlope: {x: -0.07792495, y: 0.07678388, z: -0.028565962, w: 0.02838178} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.716553 - value: {x: 0.091720335, y: -0.2511373, z: 0.023911983, w: 0.96329933} - inSlope: {x: -0.07783577, y: 0.07702215, z: -0.028325733, w: 0.028194023} - outSlope: {x: -0.07783577, y: 0.07702215, z: -0.028325733, w: 0.028194023} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.73322 - value: {x: 0.090423934, y: -0.24985169, z: 0.023441928, w: 0.96376765} - inSlope: {x: -0.07772445, y: 0.07724656, z: -0.028078351, w: 0.02800269} - outSlope: {x: -0.07772445, y: 0.07724656, z: -0.028078351, w: 0.02800269} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.749886 - value: {x: 0.08912956, y: -0.24856244, z: 0.022976052, w: 0.96423274} - inSlope: {x: -0.07759123, y: 0.077458456, z: -0.027824208, w: 0.027804203} - outSlope: {x: -0.07759123, y: 0.077458456, z: -0.027824208, w: 0.027804203} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.766552 - value: {x: 0.0878376, y: -0.24726978, z: 0.022514468, w: 0.96469444} - inSlope: {x: -0.07743588, y: 0.077654265, z: -0.027563136, w: 0.027598564} - outSlope: {x: -0.07743588, y: 0.077654265, z: -0.027563136, w: 0.027598564} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.783218 - value: {x: 0.0865484, y: -0.245974, z: 0.022057295, w: 0.9651527} - inSlope: {x: -0.07725841, y: 0.07783443, z: -0.027295303, w: 0.02738756} - outSlope: {x: -0.07725841, y: 0.07783443, z: -0.027295303, w: 0.02738756} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.799885 - value: {x: 0.08526236, y: -0.24467534, z: 0.021604639, w: 0.96560735} - inSlope: {x: -0.07705858, y: 0.07799938, z: -0.02702132, w: 0.027172979} - outSlope: {x: -0.07705858, y: 0.07799938, z: -0.02702132, w: 0.027172979} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.816551 - value: {x: 0.08397982, y: -0.24337406, z: 0.021156598, w: 0.96605843} - inSlope: {x: -0.076836854, y: 0.07814869, z: -0.026741082, w: 0.026953036} - outSlope: {x: -0.076836854, y: 0.07814869, z: -0.026741082, w: 0.026953036} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.833218 - value: {x: 0.08270117, y: -0.24207042, z: 0.020713283, w: 0.96650577} - inSlope: {x: -0.07659165, y: 0.07828459, z: -0.02645464, w: 0.026725939} - outSlope: {x: -0.07659165, y: 0.07828459, z: -0.02645464, w: 0.026725939} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.849884 - value: {x: 0.08142681, y: -0.24076462, z: 0.02027479, w: 0.9669493} - inSlope: {x: -0.07632454, y: 0.078404844, z: -0.026162665, w: 0.026498841} - outSlope: {x: -0.07632454, y: 0.078404844, z: -0.026162665, w: 0.026498841} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.86655 - value: {x: 0.08015706, y: -0.23945697, z: 0.019841207, w: 0.96738905} - inSlope: {x: -0.076034635, y: 0.07850946, z: -0.025864992, w: 0.02626638} - outSlope: {x: -0.076034635, y: 0.07850946, z: -0.025864992, w: 0.02626638} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.883217 - value: {x: 0.07889236, y: -0.23814768, z: 0.019412637, w: 0.9678248} - inSlope: {x: -0.07572215, y: 0.07859842, z: -0.025561843, w: 0.026024977} - outSlope: {x: -0.07572215, y: 0.07859842, z: -0.025561843, w: 0.026024977} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.899883 - value: {x: 0.07763302, y: -0.23683706, z: 0.018989159, w: 0.96825653} - inSlope: {x: -0.07538754, y: 0.07867173, z: -0.025253663, w: 0.025783574} - outSlope: {x: -0.07538754, y: 0.07867173, z: -0.025253663, w: 0.025783574} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.91655 - value: {x: 0.07637948, y: -0.23552532, z: 0.01857086, w: 0.96868426} - inSlope: {x: -0.07502946, y: 0.07873029, z: -0.024940342, w: 0.025538595} - outSlope: {x: -0.07502946, y: 0.07873029, z: -0.024940342, w: 0.025538595} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.933216 - value: {x: 0.07513208, y: -0.23421276, z: 0.018157827, w: 0.9691078} - inSlope: {x: -0.07464947, y: 0.078773655, z: -0.024622384, w: 0.025286464} - outSlope: {x: -0.07464947, y: 0.078773655, z: -0.024622384, w: 0.025286464} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.949883 - value: {x: 0.0738912, y: -0.23289958, z: 0.017750127, w: 0.9695271} - inSlope: {x: -0.07424669, y: 0.07880182, z: -0.024299955, w: 0.025032545} - outSlope: {x: -0.07424669, y: 0.07880182, z: -0.024299955, w: 0.025032545} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.966549 - value: {x: 0.07265723, y: -0.23158607, z: 0.01734784, w: 0.9699422} - inSlope: {x: -0.07381977, y: 0.078812994, z: -0.023972776, w: 0.024775049} - outSlope: {x: -0.07381977, y: 0.078812994, z: -0.023972776, w: 0.024775049} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.983215 - value: {x: 0.07143058, y: -0.23027252, z: 0.016951047, w: 0.97035295} - inSlope: {x: -0.07337004, y: 0.07880852, z: -0.023641352, w: 0.024515765} - outSlope: {x: -0.07337004, y: 0.07880852, z: -0.023641352, w: 0.024515765} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 18.999882 - value: {x: 0.0702116, y: -0.22895916, z: 0.016559808, w: 0.9707594} - inSlope: {x: -0.07289864, y: 0.0787893, z: -0.023306293, w: 0.024254693} - outSlope: {x: -0.07289864, y: 0.0787893, z: -0.023306293, w: 0.024254693} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.016548 - value: {x: 0.06900066, y: -0.22764625, z: 0.016174182, w: 0.9711614} - inSlope: {x: -0.07240376, y: 0.07875488, z: -0.02296738, w: 0.023986466} - outSlope: {x: -0.07240376, y: 0.07875488, z: -0.02296738, w: 0.023986466} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.033215 - value: {x: 0.067798175, y: -0.22633404, z: 0.01579424, w: 0.9715589} - inSlope: {x: -0.0718852, y: 0.07870347, z: -0.022624612, w: 0.02372003} - outSlope: {x: -0.0718852, y: 0.07870347, z: -0.022624612, w: 0.02372003} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.049881 - value: {x: 0.066604525, y: -0.22502284, z: 0.01542004, w: 0.9719521} - inSlope: {x: -0.07134405, y: 0.078636415, z: -0.0222786, w: 0.023450017} - outSlope: {x: -0.07134405, y: 0.078636415, z: -0.0222786, w: 0.023450017} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.066547 - value: {x: 0.065420076, y: -0.22371286, z: 0.015051631, w: 0.9723406} - inSlope: {x: -0.07077988, y: 0.078553714, z: -0.02192932, w: 0.023176428} - outSlope: {x: -0.07077988, y: 0.078553714, z: -0.02192932, w: 0.023176428} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.083214 - value: {x: 0.06424523, y: -0.22240442, z: 0.014689074, w: 0.9727246} - inSlope: {x: -0.07019225, y: 0.07845447, z: -0.021576855, w: 0.02290105} - outSlope: {x: -0.07019225, y: 0.07845447, z: -0.021576855, w: 0.02290105} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.09988 - value: {x: 0.06308037, y: -0.22109775, z: 0.014332414, w: 0.97310394} - inSlope: {x: -0.06958148, y: 0.078340024, z: -0.021221597, w: 0.022620307} - outSlope: {x: -0.06958148, y: 0.078340024, z: -0.021221597, w: 0.022620307} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.116547 - value: {x: 0.061925884, y: -0.21979313, z: 0.013981698, w: 0.9734786} - inSlope: {x: -0.06894702, y: 0.07820949, z: -0.02086363, w: 0.022343142} - outSlope: {x: -0.06894702, y: 0.07820949, z: -0.02086363, w: 0.022343142} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.133213 - value: {x: 0.06078217, y: -0.21849081, z: 0.01363697, w: 0.9738487} - inSlope: {x: -0.06828964, y: 0.07806331, z: -0.020503256, w: 0.022064188} - outSlope: {x: -0.06828964, y: 0.07806331, z: -0.020503256, w: 0.022064188} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.14988 - value: {x: 0.059649598, y: -0.21719106, z: 0.013298267, w: 0.9742141} - inSlope: {x: -0.067609236, y: 0.07790148, z: -0.020140596, w: 0.021783445} - outSlope: {x: -0.067609236, y: 0.07790148, z: -0.020140596, w: 0.021783445} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.166546 - value: {x: 0.058528565, y: -0.21589413, z: 0.012965627, w: 0.9745748} - inSlope: {x: -0.06690504, y: 0.07772177, z: -0.019775558, w: 0.021500915} - outSlope: {x: -0.06690504, y: 0.07772177, z: -0.019775558, w: 0.021500915} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.183212 - value: {x: 0.057419464, y: -0.21460037, z: 0.012639091, w: 0.97493076} - inSlope: {x: -0.066177696, y: 0.07752686, z: -0.019408677, w: 0.021213021} - outSlope: {x: -0.066177696, y: 0.07752686, z: -0.019408677, w: 0.021213021} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.199879 - value: {x: 0.056322675, y: -0.21330994, z: 0.012318681, w: 0.9752819} - inSlope: {x: -0.06542689, y: 0.0773163, z: -0.01904009, w: 0.020930491} - outSlope: {x: -0.06542689, y: 0.0773163, z: -0.01904009, w: 0.020930491} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.216545 - value: {x: 0.0552386, y: -0.2120232, z: 0.012004431, w: 0.97562844} - inSlope: {x: -0.0646524, y: 0.07708965, z: -0.018669717, w: 0.020646172} - outSlope: {x: -0.0646524, y: 0.07708965, z: -0.018669717, w: 0.020646172} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.233212 - value: {x: 0.05416763, y: -0.21074033, z: 0.011696367, w: 0.9759701} - inSlope: {x: -0.063854985, y: 0.07684691, z: -0.018297974, w: 0.02035649} - outSlope: {x: -0.063854985, y: 0.07684691, z: -0.018297974, w: 0.02035649} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.249878 - value: {x: 0.053110134, y: -0.20946167, z: 0.011394508, w: 0.976307} - inSlope: {x: -0.06303399, y: 0.076587625, z: -0.017924972, w: 0.020070381} - outSlope: {x: -0.06303399, y: 0.076587625, z: -0.017924972, w: 0.020070381} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.266544 - value: {x: 0.052066527, y: -0.20818745, z: 0.011098877, w: 0.9766391} - inSlope: {x: -0.06218908, y: 0.07631314, z: -0.017550714, w: 0.019784275} - outSlope: {x: -0.06218908, y: 0.07631314, z: -0.017550714, w: 0.019784275} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.28321 - value: {x: 0.051037196, y: -0.20691794, z: 0.010809493, w: 0.97696644} - inSlope: {x: -0.06132037, y: 0.076021224, z: -0.01717534, w: 0.019494593} - outSlope: {x: -0.06132037, y: 0.076021224, z: -0.01717534, w: 0.019494593} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.299877 - value: {x: 0.050022546, y: -0.20565344, z: 0.010526374, w: 0.9772889} - inSlope: {x: -0.06042897, y: 0.07571366, z: -0.01679935, w: 0.019206697} - outSlope: {x: -0.06042897, y: 0.07571366, z: -0.01679935, w: 0.019206697} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.316544 - value: {x: 0.049022928, y: -0.20439419, z: 0.010249523, w: 0.97760665} - inSlope: {x: -0.05951421, y: 0.0753891, z: -0.016422663, w: 0.018918803} - outSlope: {x: -0.05951421, y: 0.0753891, z: -0.016422663, w: 0.018918803} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.33321 - value: {x: 0.04803877, y: -0.20314051, z: 0.00997896, w: 0.9779195} - inSlope: {x: -0.058574863, y: 0.07504891, z: -0.016045276, w: 0.018630907} - outSlope: {x: -0.058574863, y: 0.07504891, z: -0.016045276, w: 0.018630907} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.349876 - value: {x: 0.047070462, y: -0.2018926, z: 0.009714689, w: 0.9782277} - inSlope: {x: -0.057612717, y: 0.07469306, z: -0.01566761, w: 0.0183448} - outSlope: {x: -0.057612717, y: 0.07469306, z: -0.01566761, w: 0.0183448} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.366543 - value: {x: 0.046118375, y: -0.20065078, z: 0.009456715, w: 0.978531} - inSlope: {x: -0.056626543, y: 0.074320674, z: -0.015289579, w: 0.018055119} - outSlope: {x: -0.056626543, y: 0.074320674, z: -0.015289579, w: 0.018055119} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.38321 - value: {x: 0.04518294, y: -0.19941528, z: 0.009205044, w: 0.9788295} - inSlope: {x: -0.05561679, y: 0.07393131, z: -0.014911437, w: 0.0177708} - outSlope: {x: -0.05561679, y: 0.07393131, z: -0.014911437, w: 0.0177708} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.399876 - value: {x: 0.04426451, y: -0.19818644, z: 0.008959674, w: 0.97912335} - inSlope: {x: -0.0545839, y: 0.07352583, z: -0.01453338, w: 0.017484693} - outSlope: {x: -0.0545839, y: 0.07352583, z: -0.01453338, w: 0.017484693} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.416542 - value: {x: 0.043363504, y: -0.19696446, z: 0.008720606, w: 0.9794123} - inSlope: {x: -0.05352709, y: 0.07310562, z: -0.014155379, w: 0.017196799} - outSlope: {x: -0.05352709, y: 0.07310562, z: -0.014155379, w: 0.017196799} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.433208 - value: {x: 0.0424803, y: -0.19574963, z: 0.0084878355, w: 0.9796966} - inSlope: {x: -0.052446704, y: 0.07266751, z: -0.013777601, w: 0.016914267} - outSlope: {x: -0.052446704, y: 0.07266751, z: -0.013777601, w: 0.016914267} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.449875 - value: {x: 0.041615307, y: -0.19454224, z: 0.008261359, w: 0.9799761} - inSlope: {x: -0.051342286, y: 0.07221332, z: -0.013400102, w: 0.016631737} - outSlope: {x: -0.051342286, y: 0.07221332, z: -0.013400102, w: 0.016631737} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.466541 - value: {x: 0.040768918, y: -0.19334255, z: 0.008041172, w: 0.98025095} - inSlope: {x: -0.050215296, y: 0.07174347, z: -0.013023245, w: 0.01634742} - outSlope: {x: -0.050215296, y: 0.07174347, z: -0.013023245, w: 0.01634742} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.483208 - value: {x: 0.03994149, y: -0.19215083, z: 0.007827258, w: 0.980521} - inSlope: {x: -0.049063716, y: 0.07125665, z: -0.012646794, w: 0.016063102} - outSlope: {x: -0.049063716, y: 0.07125665, z: -0.012646794, w: 0.016063102} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.499874 - value: {x: 0.039133485, y: -0.19096737, z: 0.007619619, w: 0.9807864} - inSlope: {x: -0.04788833, y: 0.070755064, z: -0.012271, w: 0.015782358} - outSlope: {x: -0.04788833, y: 0.070755064, z: -0.012271, w: 0.015782358} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.51654 - value: {x: 0.038345236, y: -0.18979236, z: 0.0074182306, w: 0.9810471} - inSlope: {x: -0.046690933, y: 0.07023606, z: -0.0118962955, w: 0.015505193} - outSlope: {x: -0.046690933, y: 0.07023606, z: -0.0118962955, w: 0.015505193} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.533207 - value: {x: 0.037577145, y: -0.1886262, z: 0.007223082, w: 0.9813032} - inSlope: {x: -0.045468606, y: 0.06970094, z: -0.011522164, w: 0.015224451} - outSlope: {x: -0.045468606, y: 0.06970094, z: -0.011522164, w: 0.015224451} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.549873 - value: {x: 0.03682964, y: -0.18746904, z: 0.0070341644, w: 0.98155457} - inSlope: {x: -0.044222705, y: 0.069150195, z: -0.011148926, w: 0.014945497} - outSlope: {x: -0.044222705, y: 0.069150195, z: -0.011148926, w: 0.014945497} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.56654 - value: {x: 0.036103077, y: -0.18632123, z: 0.0068514566, w: 0.9818014} - inSlope: {x: -0.04295288, y: 0.068582445, z: -0.010776708, w: 0.014673695} - outSlope: {x: -0.04295288, y: 0.068582445, z: -0.010776708, w: 0.014673695} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.583206 - value: {x: 0.0353979, y: -0.18518299, z: 0.0066749463, w: 0.9820437} - inSlope: {x: -0.041660145, y: 0.06799862, z: -0.010405719, w: 0.01439653} - outSlope: {x: -0.041660145, y: 0.06799862, z: -0.010405719, w: 0.01439653} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.599873 - value: {x: 0.034714427, y: -0.18405464, z: 0.0065046046, w: 0.98228127} - inSlope: {x: -0.04034473, y: 0.06739913, z: -0.010036043, w: 0.014119364} - outSlope: {x: -0.04034473, y: 0.06739913, z: -0.010036043, w: 0.014119364} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.616539 - value: {x: 0.034053095, y: -0.18293639, z: 0.0063404166, w: 0.9825143} - inSlope: {x: -0.03900405, y: 0.06678355, z: -0.009667317, w: 0.013851139} - outSlope: {x: -0.03900405, y: 0.06678355, z: -0.009667317, w: 0.013851139} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.633205 - value: {x: 0.03341431, y: -0.18182856, z: 0.0061823656, w: 0.98274297} - inSlope: {x: -0.03764046, y: 0.06615099, z: -0.009299961, w: 0.013579337} - outSlope: {x: -0.03764046, y: 0.06615099, z: -0.009299961, w: 0.013579337} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.649872 - value: {x: 0.03279843, y: -0.18073139, z: 0.0060304226, w: 0.98296696} - inSlope: {x: -0.0362534, y: 0.06550278, z: -0.0089339595, w: 0.013305748} - outSlope: {x: -0.0362534, y: 0.06550278, z: -0.0089339595, w: 0.013305748} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.666538 - value: {x: 0.032205883, y: -0.17964517, z: 0.0058845715, w: 0.9831865} - inSlope: {x: -0.034842316, y: 0.06483847, z: -0.008569285, w: 0.013042888} - outSlope: {x: -0.034842316, y: 0.06483847, z: -0.008569285, w: 0.013042888} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.683205 - value: {x: 0.03163704, y: -0.17857014, z: 0.005744784, w: 0.9834017} - inSlope: {x: -0.03340882, y: 0.06415808, z: -0.008206204, w: 0.012774663} - outSlope: {x: -0.03340882, y: 0.06415808, z: -0.008206204, w: 0.012774663} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.699871 - value: {x: 0.031092273, y: -0.1775066, z: 0.0056110355, w: 0.9836123} - inSlope: {x: -0.03195057, y: 0.063462034, z: -0.007844365, w: 0.012504649} - outSlope: {x: -0.03195057, y: 0.063462034, z: -0.007844365, w: 0.012504649} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.716537 - value: {x: 0.030572036, y: -0.17645477, z: 0.0054833093, w: 0.98381853} - inSlope: {x: -0.030468907, y: 0.062749445, z: -0.007484022, w: 0.012245365} - outSlope: {x: -0.030468907, y: 0.062749445, z: -0.007484022, w: 0.012245365} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.733204 - value: {x: 0.030076658, y: -0.17541498, z: 0.005361572, w: 0.9840205} - inSlope: {x: -0.028964387, y: 0.06202077, z: -0.0071252715, w: 0.011980716} - outSlope: {x: -0.028964387, y: 0.06202077, z: -0.0071252715, w: 0.011980716} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.74987 - value: {x: 0.029606571, y: -0.17438744, z: 0.005245804, w: 0.9842179} - inSlope: {x: -0.027435951, y: 0.061276894, z: -0.0067679873, w: 0.011719644} - outSlope: {x: -0.027435951, y: 0.061276894, z: -0.0067679873, w: 0.011719644} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.766537 - value: {x: 0.02916214, y: -0.17337245, z: 0.005135976, w: 0.9844111} - inSlope: {x: -0.025885276, y: 0.060515583, z: -0.0064123794, w: 0.01146036} - outSlope: {x: -0.025885276, y: 0.060515583, z: -0.0064123794, w: 0.01146036} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.783203 - value: {x: 0.028743742, y: -0.17237028, z: 0.005032061, w: 0.9845999} - inSlope: {x: -0.02431035, y: 0.05973907, z: -0.0060581407, w: 0.0111975} - outSlope: {x: -0.02431035, y: 0.05973907, z: -0.0060581407, w: 0.0111975} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.79987 - value: {x: 0.028351808, y: -0.17138118, z: 0.004934041, w: 0.98478436} - inSlope: {x: -0.022710554, y: 0.058946915, z: -0.0057052015, w: 0.010941791} - outSlope: {x: -0.022710554, y: 0.058946915, z: -0.0057052015, w: 0.010941791} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.816536 - value: {x: 0.027986735, y: -0.17040542, z: 0.0048418907, w: 0.9849646} - inSlope: {x: -0.021089412, y: 0.05813866, z: -0.0053540785, w: 0.010686084} - outSlope: {x: -0.021089412, y: 0.05813866, z: -0.0053540785, w: 0.010686084} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.833202 - value: {x: 0.027648838, y: -0.16944325, z: 0.0047555743, w: 0.98514056} - inSlope: {x: -0.019444635, y: 0.05731476, z: -0.005004352, w: 0.010428588} - outSlope: {x: -0.019444635, y: 0.05731476, z: -0.005004352, w: 0.010428588} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.849869 - value: {x: 0.02733859, y: -0.16849495, z: 0.0046750815, w: 0.9853122} - inSlope: {x: -0.017774656, y: 0.05647388, z: -0.004655743, w: 0.010171092} - outSlope: {x: -0.017774656, y: 0.05647388, z: -0.004655743, w: 0.010171092} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.866535 - value: {x: 0.027056359, y: -0.16756082, z: 0.004600385, w: 0.9854796} - inSlope: {x: -0.016084392, y: 0.055617794, z: -0.004309077, w: 0.00991896} - outSlope: {x: -0.016084392, y: 0.055617794, z: -0.004309077, w: 0.00991896} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.883202 - value: {x: 0.026802452, y: -0.16664106, z: 0.004531448, w: 0.98564285} - inSlope: {x: -0.014369037, y: 0.05474606, z: -0.0039634574, w: 0.009666828} - outSlope: {x: -0.014369037, y: 0.05474606, z: -0.0039634574, w: 0.009666828} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.899868 - value: {x: 0.026577398, y: -0.16573597, z: 0.004468272, w: 0.9858018} - inSlope: {x: -0.0126290945, y: 0.05385913, z: -0.003618872, w: 0.009411121} - outSlope: {x: -0.0126290945, y: 0.05385913, z: -0.003618872, w: 0.009411121} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.916534 - value: {x: 0.026381489, y: -0.16484578, z: 0.0044108205, w: 0.98595655} - inSlope: {x: -0.010867918, y: 0.052956108, z: -0.0032758932, w: 0.009160778} - outSlope: {x: -0.010867918, y: 0.052956108, z: -0.0032758932, w: 0.009160778} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.9332 - value: {x: 0.02621514, y: -0.1639708, z: 0.004359077, w: 0.9861072} - inSlope: {x: -0.009083551, y: 0.05203699, z: -0.002934088, w: 0.008910434} - outSlope: {x: -0.009083551, y: 0.05203699, z: -0.002934088, w: 0.008910434} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.949867 - value: {x: 0.026078708, y: -0.16311124, z: 0.004313019, w: 0.98625356} - inSlope: {x: -0.0072753234, y: 0.051102225, z: -0.0025932048, w: 0.008654727} - outSlope: {x: -0.0072753234, y: 0.051102225, z: -0.0025932048, w: 0.008654727} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.966534 - value: {x: 0.025972633, y: -0.16226742, z: 0.0042726384, w: 0.98639566} - inSlope: {x: -0.0054434584, y: 0.050151814, z: -0.0022532716, w: 0.008402595} - outSlope: {x: -0.0054434584, y: 0.050151814, z: -0.0022532716, w: 0.008402595} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.9832 - value: {x: 0.025897263, y: -0.16143954, z: 0.004237911, w: 0.98653364} - inSlope: {x: -0.0035900238, y: 0.049187098, z: -0.0019145398, w: 0.00815404} - outSlope: {x: -0.0035900238, y: 0.049187098, z: -0.0019145398, w: 0.00815404} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 19.999866 - value: {x: 0.025852967, y: -0.16062787, z: 0.0042088213, w: 0.98666745} - inSlope: {x: -0.0017122254, y: 0.0482045, z: -0.0015763247, w: 0.007900121} - outSlope: {x: -0.0017122254, y: 0.0482045, z: -0.0015763247, w: 0.007900121} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.016533 - value: {x: 0.02584019, y: -0.15983275, z: 0.004185368, w: 0.986797} - inSlope: {x: -0.00023508804, y: 0.047487892, z: -0.0013146936, w: 0.0077016335} - outSlope: {x: -0.00023508804, y: 0.047487892, z: -0.0013146936, w: 0.0077016335} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.0332 - value: {x: 0.02584513, y: -0.15904497, z: 0.004164999, w: 0.9869242} - inSlope: {x: 0.00039457012, y: 0.04733009, z: -0.00120813, w: 0.0076229544} - outSlope: {x: 0.00039457012, y: 0.04733009, z: -0.00120813, w: 0.0076229544} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.049866 - value: {x: 0.025853341, y: -0.1582551, z: 0.0041450975, w: 0.98705107} - inSlope: {x: 0.00059009495, y: 0.047457494, z: -0.0011804135, w: 0.007599708} - outSlope: {x: 0.00059009495, y: 0.047457494, z: -0.0011804135, w: 0.007599708} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.066532 - value: {x: 0.0258648, y: -0.15746307, z: 0.0041256524, w: 0.9871775} - inSlope: {x: 0.0007848375, y: 0.04758401, z: -0.0011532697, w: 0.0075728856} - outSlope: {x: 0.0007848375, y: 0.04758401, z: -0.0011532697, w: 0.0075728856} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.083199 - value: {x: 0.025879502, y: -0.15666899, z: 0.0041066557, w: 0.9873035} - inSlope: {x: 0.000979133, y: 0.047708288, z: -0.0011266568, w: 0.00754964} - outSlope: {x: 0.000979133, y: 0.047708288, z: -0.0011266568, w: 0.00754964} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.099865 - value: {x: 0.025897438, y: -0.15587282, z: 0.0040880977, w: 0.98742914} - inSlope: {x: 0.0011727579, y: 0.04783435, z: -0.0011006724, w: 0.007526393} - outSlope: {x: 0.0011727579, y: 0.04783435, z: -0.0011006724, w: 0.007526393} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.116531 - value: {x: 0.025918594, y: -0.15507454, z: 0.004069967, w: 0.9875544} - inSlope: {x: 0.0013657681, y: 0.04795952, z: -0.001075233, w: 0.007497783} - outSlope: {x: 0.0013657681, y: 0.04795952, z: -0.001075233, w: 0.007497783} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.133198 - value: {x: 0.025942963, y: -0.1542742, z: 0.004052257, w: 0.98767906} - inSlope: {x: 0.0015581078, y: 0.04808246, z: -0.0010503244, w: 0.0074745365} - outSlope: {x: 0.0015581078, y: 0.04808246, z: -0.0010503244, w: 0.0074745365} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.149864 - value: {x: 0.02597053, y: -0.15347181, z: 0.004034957, w: 0.9878035} - inSlope: {x: 0.001749777, y: 0.048205845, z: -0.0010260304, w: 0.007447714} - outSlope: {x: 0.001749777, y: 0.048205845, z: -0.0010260304, w: 0.007447714} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.16653 - value: {x: 0.026001288, y: -0.15266736, z: 0.0040180567, w: 0.9879273} - inSlope: {x: 0.001940999, y: 0.048328333, z: -0.0010022814, w: 0.0074208914} - outSlope: {x: 0.001940999, y: 0.048328333, z: -0.0010022814, w: 0.0074208914} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.183197 - value: {x: 0.026035229, y: -0.1518609, z: 0.004001548, w: 0.9880509} - inSlope: {x: 0.0021314947, y: 0.048449926, z: -0.000979091, w: 0.007394069} - outSlope: {x: 0.0021314947, y: 0.048449926, z: -0.000979091, w: 0.007394069} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.199863 - value: {x: 0.026072336, y: -0.15105239, z: 0.003985421, w: 0.9881738} - inSlope: {x: 0.0023213755, y: 0.048571523, z: -0.0009564736, w: 0.0073654586} - outSlope: {x: 0.0023213755, y: 0.048571523, z: -0.0009564736, w: 0.0073654586} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.21653 - value: {x: 0.026112607, y: -0.15024187, z: 0.003969666, w: 0.9882964} - inSlope: {x: 0.0025106417, y: 0.048690885, z: -0.0009344009, w: 0.007342212} - outSlope: {x: 0.0025106417, y: 0.048690885, z: -0.0009344009, w: 0.007342212} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.233196 - value: {x: 0.026156023, y: -0.14942938, z: 0.0039542746, w: 0.9884185} - inSlope: {x: 0.0026992934, y: 0.04881069, z: -0.000912901, w: 0.0073100254} - outSlope: {x: 0.0026992934, y: 0.04881069, z: -0.000912901, w: 0.0073100254} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.249863 - value: {x: 0.026202582, y: -0.14861487, z: 0.0039392365, w: 0.98854005} - inSlope: {x: 0.0028873861, y: 0.04893005, z: -0.00089197385, w: 0.0072814142} - outSlope: {x: 0.0028873861, y: 0.04893005, z: -0.00089197385, w: 0.0072814142} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.26653 - value: {x: 0.026252268, y: -0.1477984, z: 0.0039245426, w: 0.9886612} - inSlope: {x: 0.0030747526, y: 0.049047623, z: -0.0008715915, w: 0.007254592} - outSlope: {x: 0.0030747526, y: 0.049047623, z: -0.0008715915, w: 0.007254592} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.283195 - value: {x: 0.026305072, y: -0.14697997, z: 0.003910184, w: 0.98878187} - inSlope: {x: 0.0032614483, y: 0.04916609, z: -0.00085181696, w: 0.007224193} - outSlope: {x: 0.0032614483, y: 0.04916609, z: -0.00085181696, w: 0.007224193} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.299862 - value: {x: 0.026360981, y: -0.14615956, z: 0.003896149, w: 0.98890203} - inSlope: {x: 0.003447697, y: 0.04928232, z: -0.00083258713, w: 0.0071973708} - outSlope: {x: 0.003447697, y: 0.04928232, z: -0.00083258713, w: 0.0071973708} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.316528 - value: {x: 0.026419993, y: -0.14533725, z: 0.0038824314, w: 0.9890218} - inSlope: {x: 0.0036332752, y: 0.049398102, z: -0.00081390224, w: 0.0071651833} - outSlope: {x: 0.0036332752, y: 0.049398102, z: -0.00081390224, w: 0.0071651833} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.333195 - value: {x: 0.026482088, y: -0.14451298, z: 0.0038690194, w: 0.98914087} - inSlope: {x: 0.003818071, y: 0.049514335, z: -0.000795797, w: 0.007132997} - outSlope: {x: 0.003818071, y: 0.049514335, z: -0.000795797, w: 0.007132997} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.349861 - value: {x: 0.02654726, y: -0.1436868, z: 0.0038559053, w: 0.98925954} - inSlope: {x: 0.004002308, y: 0.049628332, z: -0.00077824364, w: 0.0071043856} - outSlope: {x: 0.004002308, y: 0.049628332, z: -0.00077824364, w: 0.0071043856} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.366528 - value: {x: 0.026615497, y: -0.14285873, z: 0.0038430784, w: 0.9893777} - inSlope: {x: 0.0041859862, y: 0.049742326, z: -0.0007612631, w: 0.0070739873} - outSlope: {x: 0.0041859862, y: 0.049742326, z: -0.0007612631, w: 0.0070739873} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.383194 - value: {x: 0.026686791, y: -0.14202875, z: 0.0038305302, w: 0.98949534} - inSlope: {x: 0.00436905, y: 0.049855426, z: -0.00074482727, w: 0.0070400117} - outSlope: {x: 0.00436905, y: 0.049855426, z: -0.00074482727, w: 0.0070400117} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.39986 - value: {x: 0.02676113, y: -0.1411969, z: 0.0038182512, w: 0.98961234} - inSlope: {x: 0.004551387, y: 0.049968526, z: -0.00072898524, w: 0.007007825} - outSlope: {x: 0.004551387, y: 0.049968526, z: -0.00072898524, w: 0.007007825} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.416527 - value: {x: 0.026838502, y: -0.14036316, z: 0.003806231, w: 0.9897289} - inSlope: {x: 0.0047331094, y: 0.05007984, z: -0.00071367406, w: 0.006977426} - outSlope: {x: 0.0047331094, y: 0.05007984, z: -0.00071367406, w: 0.006977426} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.433193 - value: {x: 0.026918897, y: -0.1395276, z: 0.0037944624, w: 0.9898449} - inSlope: {x: 0.004914273, y: 0.05019071, z: -0.00069893565, w: 0.0069434512} - outSlope: {x: 0.004914273, y: 0.05019071, z: -0.00069893565, w: 0.0069434512} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.44986 - value: {x: 0.027002309, y: -0.13869016, z: 0.0037829336, w: 0.9899604} - inSlope: {x: 0.005094766, y: 0.050301574, z: -0.0006847631, w: 0.006911264} - outSlope: {x: 0.005094766, y: 0.050301574, z: -0.0006847631, w: 0.006911264} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.466526 - value: {x: 0.02708872, y: -0.13785091, z: 0.0037716373, w: 0.9900753} - inSlope: {x: 0.0052745887, y: 0.05041065, z: -0.0006711283, w: 0.0068790773} - outSlope: {x: 0.0052745887, y: 0.05041065, z: -0.0006711283, w: 0.0068790773} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.483192 - value: {x: 0.027178125, y: -0.13700983, z: 0.003760563, w: 0.9901897} - inSlope: {x: 0.0054537407, y: 0.050520178, z: -0.00065810117, w: 0.0068415254} - outSlope: {x: 0.0054537407, y: 0.050520178, z: -0.00065810117, w: 0.0068415254} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.499859 - value: {x: 0.027270509, y: -0.13616693, z: 0.003749701, w: 0.99030334} - inSlope: {x: 0.0056323335, y: 0.050628364, z: -0.00064559805, w: 0.0068075503} - outSlope: {x: 0.0056323335, y: 0.050628364, z: -0.00064559805, w: 0.0068075503} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.516525 - value: {x: 0.027365867, y: -0.13532224, z: 0.0037390434, w: 0.9904166} - inSlope: {x: 0.005810312, y: 0.0507361, z: -0.0006336606, w: 0.0067771515} - outSlope: {x: 0.005810312, y: 0.0507361, z: -0.0006336606, w: 0.0067771515} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.533192 - value: {x: 0.027464183, y: -0.13447575, z: 0.0037285793, w: 0.99052924} - inSlope: {x: 0.005987564, y: 0.05084294, z: -0.00062228204, w: 0.0067395996} - outSlope: {x: 0.005987564, y: 0.05084294, z: -0.00062228204, w: 0.0067395996} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.549858 - value: {x: 0.02756545, y: -0.1336275, z: 0.003718301, w: 0.99064124} - inSlope: {x: 0.0061642015, y: 0.050948888, z: -0.0006114552, w: 0.0067020487} - outSlope: {x: 0.0061642015, y: 0.050948888, z: -0.0006114552, w: 0.0067020487} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.566525 - value: {x: 0.027669653, y: -0.13277748, z: 0.0037081977, w: 0.99075264} - inSlope: {x: 0.0063402243, y: 0.05105484, z: -0.0006011942, w: 0.006668073} - outSlope: {x: 0.0063402243, y: 0.05105484, z: -0.0006011942, w: 0.006668073} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.58319 - value: {x: 0.027776787, y: -0.1319257, z: 0.0036982615, w: 0.9908635} - inSlope: {x: 0.0065156883, y: 0.05115945, z: -0.00059146405, w: 0.006630522} - outSlope: {x: 0.0065156883, y: 0.05115945, z: -0.00059146405, w: 0.006630522} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.599857 - value: {x: 0.02788684, y: -0.1310722, z: 0.0036884826, w: 0.99097365} - inSlope: {x: 0.0066902577, y: 0.051263608, z: -0.0005823276, w: 0.0065929703} - outSlope: {x: 0.0066902577, y: 0.051263608, z: -0.0005823276, w: 0.0065929703} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.616524 - value: {x: 0.027999792, y: -0.13021694, z: 0.0036788508, w: 0.99108326} - inSlope: {x: 0.0068643806, y: 0.051366426, z: -0.0005737011, w: 0.006558995} - outSlope: {x: 0.0068643806, y: 0.051366426, z: -0.0005737011, w: 0.006558995} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.63319 - value: {x: 0.028115649, y: -0.12936, z: 0.0036693595, w: 0.9911923} - inSlope: {x: 0.0070378883, y: 0.051467907, z: -0.00056561944, w: 0.0065178676} - outSlope: {x: 0.0070378883, y: 0.051467907, z: -0.00056561944, w: 0.0065178676} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.649857 - value: {x: 0.028234385, y: -0.12850137, z: 0.0036599971, w: 0.9913005} - inSlope: {x: 0.0072105583, y: 0.051570725, z: -0.00055815943, w: 0.0064803157} - outSlope: {x: 0.0072105583, y: 0.051570725, z: -0.00055815943, w: 0.0064803157} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.666523 - value: {x: 0.028355997, y: -0.127641, z: 0.0036507545, w: 0.9914083} - inSlope: {x: 0.0073827812, y: 0.05167176, z: -0.00055120233, w: 0.0064445524} - outSlope: {x: 0.0073827812, y: 0.05167176, z: -0.00055120233, w: 0.0064445524} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.68319 - value: {x: 0.028480474, y: -0.126779, z: 0.003641624, w: 0.99151534} - inSlope: {x: 0.007554278, y: 0.05177234, z: -0.0005448041, w: 0.006405213} - outSlope: {x: 0.007554278, y: 0.05177234, z: -0.0005448041, w: 0.006405213} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.699856 - value: {x: 0.028607802, y: -0.12591529, z: 0.0036325946, w: 0.9916218} - inSlope: {x: 0.007725159, y: 0.051872477, z: -0.00053895067, w: 0.006364085} - outSlope: {x: 0.007725159, y: 0.051872477, z: -0.00053895067, w: 0.006364085} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.716522 - value: {x: 0.028737975, y: -0.12504995, z: 0.0036236593, w: 0.9917275} - inSlope: {x: 0.007895371, y: 0.051970605, z: -0.00053363503, w: 0.006326534} - outSlope: {x: 0.007895371, y: 0.051970605, z: -0.00053363503, w: 0.006326534} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.733189 - value: {x: 0.028870977, y: -0.12418296, z: 0.003614807, w: 0.9918327} - inSlope: {x: 0.008064855, y: 0.052069176, z: -0.0005289061, w: 0.006288982} - outSlope: {x: 0.008064855, y: 0.052069176, z: -0.0005289061, w: 0.006288982} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.749855 - value: {x: 0.0290068, y: -0.123314336, z: 0.0036060293, w: 0.9919371} - inSlope: {x: 0.008233781, y: 0.05216641, z: -0.00052467326, w: 0.0062442776} - outSlope: {x: 0.008233781, y: 0.05216641, z: -0.00052467326, w: 0.0062442776} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.766521 - value: {x: 0.029145433, y: -0.12244411, z: 0.0035973182, w: 0.9920408} - inSlope: {x: 0.0084020365, y: 0.052263193, z: -0.0005209991, w: 0.0062049385} - outSlope: {x: 0.0084020365, y: 0.052263193, z: -0.0005209991, w: 0.0062049385} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.783188 - value: {x: 0.029286863, y: -0.121572256, z: 0.003588663, w: 0.9921439} - inSlope: {x: 0.008569565, y: 0.052359305, z: -0.0005178908, w: 0.0061655985} - outSlope: {x: 0.008569565, y: 0.052359305, z: -0.0005178908, w: 0.0061655985} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.799854 - value: {x: 0.02943108, y: -0.120698825, z: 0.0035800554, w: 0.9922463} - inSlope: {x: 0.00873648, y: 0.05245475, z: -0.0005153133, w: 0.0061226822} - outSlope: {x: 0.00873648, y: 0.05245475, z: -0.0005153133, w: 0.0061226822} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.81652 - value: {x: 0.029578075, y: -0.11982379, z: 0.003571486, w: 0.992348} - inSlope: {x: 0.008902779, y: 0.052549746, z: -0.0005132806, w: 0.006079767} - outSlope: {x: 0.008902779, y: 0.052549746, z: -0.0005132806, w: 0.006079767} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.833187 - value: {x: 0.029727835, y: -0.11894719, z: 0.0035629463, w: 0.992449} - inSlope: {x: 0.009068463, y: 0.05264318, z: -0.0005117649, w: 0.006040427} - outSlope: {x: 0.009068463, y: 0.05264318, z: -0.0005117649, w: 0.006040427} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.849854 - value: {x: 0.029880352, y: -0.118069045, z: 0.0035544275, w: 0.99254936} - inSlope: {x: 0.009233423, y: 0.052736163, z: -0.000510801, w: 0.0059992988} - outSlope: {x: 0.009233423, y: 0.052736163, z: -0.000510801, w: 0.0059992988} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.86652 - value: {x: 0.030035611, y: -0.11718935, z: 0.00354592, w: 0.99264896} - inSlope: {x: 0.009397654, y: 0.0528287, z: -0.00051038887, w: 0.005954595} - outSlope: {x: 0.009397654, y: 0.0528287, z: -0.00051038887, w: 0.005954595} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.883186 - value: {x: 0.030193603, y: -0.116308115, z: 0.0035374148, w: 0.99274784} - inSlope: {x: 0.009561326, y: 0.05292012, z: -0.00051048666, w: 0.005911679} - outSlope: {x: 0.009561326, y: 0.05292012, z: -0.00051048666, w: 0.005911679} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.899853 - value: {x: 0.030354317, y: -0.11542537, z: 0.003528904, w: 0.992846} - inSlope: {x: 0.009724274, y: 0.053011317, z: -0.00051112927, w: 0.0058669746} - outSlope: {x: 0.009724274, y: 0.053011317, z: -0.00051112927, w: 0.0058669746} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.91652 - value: {x: 0.03051774, y: -0.1145411, z: 0.0035203774, w: 0.9929434} - inSlope: {x: 0.009886606, y: 0.05310162, z: -0.0005123167, w: 0.0058240583} - outSlope: {x: 0.009886606, y: 0.05310162, z: -0.0005123167, w: 0.0058240583} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.933186 - value: {x: 0.030683866, y: -0.11365534, z: 0.003511827, w: 0.99304014} - inSlope: {x: 0.010048211, y: 0.053191252, z: -0.000514028, w: 0.005779355} - outSlope: {x: 0.010048211, y: 0.053191252, z: -0.000514028, w: 0.005779355} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.949852 - value: {x: 0.030852675, y: -0.112768084, z: 0.0035032434, w: 0.99313605} - inSlope: {x: 0.010209203, y: 0.05327999, z: -0.0005162633, w: 0.0057328623} - outSlope: {x: 0.010209203, y: 0.05327999, z: -0.0005162633, w: 0.0057328623} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.966518 - value: {x: 0.031024167, y: -0.11187937, z: 0.0034946185, w: 0.99323124} - inSlope: {x: 0.010369578, y: 0.053368054, z: -0.0005190363, w: 0.005688158} - outSlope: {x: 0.010369578, y: 0.053368054, z: -0.0005190363, w: 0.005688158} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.983185 - value: {x: 0.031198323, y: -0.110989176, z: 0.0034859425, w: 0.99332565} - inSlope: {x: 0.010529228, y: 0.05345523, z: -0.0005223262, w: 0.005645242} - outSlope: {x: 0.010529228, y: 0.05345523, z: -0.0005223262, w: 0.005645242} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 20.999851 - value: {x: 0.031375136, y: -0.11009756, z: 0.0034772079, w: 0.9934194} - inSlope: {x: 0.010688207, y: 0.05354173, z: -0.0005261471, w: 0.00559875} - outSlope: {x: 0.010688207, y: 0.05354173, z: -0.0005261471, w: 0.00559875} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.016518 - value: {x: 0.03155459, y: -0.10920448, z: 0.0034684045, w: 0.9935123} - inSlope: {x: 0.01084646, y: 0.05362779, z: -0.0005304848, w: 0.005548681} - outSlope: {x: 0.01084646, y: 0.05362779, z: -0.0005304848, w: 0.005548681} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.033184 - value: {x: 0.03173668, y: -0.10830999, z: 0.0034595253, w: 0.99360436} - inSlope: {x: 0.011004154, y: 0.05371228, z: -0.00053533935, w: 0.005505765} - outSlope: {x: 0.011004154, y: 0.05371228, z: -0.00053533935, w: 0.005505765} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.04985 - value: {x: 0.03192139, y: -0.1074141, z: 0.0034505602, w: 0.9936958} - inSlope: {x: 0.011161177, y: 0.05379677, z: -0.0005407318, w: 0.005461061} - outSlope: {x: 0.011161177, y: 0.05379677, z: -0.0005407318, w: 0.005461061} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.066517 - value: {x: 0.032108713, y: -0.10651679, z: 0.0034415012, w: 0.9937864} - inSlope: {x: 0.011317419, y: 0.053880814, z: -0.0005466481, w: 0.0054127807} - outSlope: {x: 0.011317419, y: 0.053880814, z: -0.0005466481, w: 0.0054127807} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.083183 - value: {x: 0.032298632, y: -0.1056181, z: 0.0034323388, w: 0.9938762} - inSlope: {x: 0.011472989, y: 0.05396374, z: -0.00055306737, w: 0.005362712} - outSlope: {x: 0.011472989, y: 0.05396374, z: -0.00055306737, w: 0.005362712} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.09985 - value: {x: 0.03249114, y: -0.10471803, z: 0.0034230659, w: 0.99396515} - inSlope: {x: 0.011627888, y: 0.054045327, z: -0.0005599965, w: 0.005314431} - outSlope: {x: 0.011627888, y: 0.054045327, z: -0.0005599965, w: 0.005314431} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.116516 - value: {x: 0.032686222, y: -0.10381661, z: 0.0034136726, w: 0.99405336} - inSlope: {x: 0.011782342, y: 0.05412691, z: -0.0005674356, w: 0.0052679386} - outSlope: {x: 0.011782342, y: 0.05412691, z: -0.0005674356, w: 0.0052679386} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.133183 - value: {x: 0.03288388, y: -0.10291383, z: 0.0034041516, w: 0.99414074} - inSlope: {x: 0.011935901, y: 0.0542076, z: -0.0005753985, w: 0.00521787} - outSlope: {x: 0.011935901, y: 0.0542076, z: -0.0005753985, w: 0.00521787} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.149849 - value: {x: 0.03308408, y: -0.10200972, z: 0.003394493, w: 0.9942273} - inSlope: {x: 0.012088677, y: 0.054287396, z: -0.0005838853, w: 0.00516959} - outSlope: {x: 0.012088677, y: 0.054287396, z: -0.0005838853, w: 0.00516959} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.166515 - value: {x: 0.03328683, y: -0.101104274, z: 0.003384689, w: 0.99431306} - inSlope: {x: 0.012241006, y: 0.05436675, z: -0.0005928471, w: 0.0051213093} - outSlope: {x: 0.012241006, y: 0.05436675, z: -0.0005928471, w: 0.0051213093} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.183182 - value: {x: 0.033492107, y: -0.100197524, z: 0.0033747316, w: 0.994398} - inSlope: {x: 0.0123925535, y: 0.054445203, z: -0.00060233974, w: 0.0050694523} - outSlope: {x: 0.0123925535, y: 0.054445203, z: -0.00060233974, w: 0.0050694523} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.199848 - value: {x: 0.033699907, y: -0.09928946, z: 0.0033646114, w: 0.99448204} - inSlope: {x: 0.012543542, y: 0.054522987, z: -0.0006123283, w: 0.0050193835} - outSlope: {x: 0.012543542, y: 0.054522987, z: -0.0006123283, w: 0.0050193835} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.216515 - value: {x: 0.03391022, y: -0.09838012, z: 0.003354321, w: 0.9945653} - inSlope: {x: 0.012693748, y: 0.054599434, z: -0.0006228059, w: 0.0049711033} - outSlope: {x: 0.012693748, y: 0.054599434, z: -0.0006228059, w: 0.0049711033} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.233181 - value: {x: 0.034123026, y: -0.09746951, z: 0.0033438515, w: 0.99464774} - inSlope: {x: 0.012843283, y: 0.05467543, z: -0.0006337863, w: 0.0049210344} - outSlope: {x: 0.012843283, y: 0.05467543, z: -0.0006337863, w: 0.0049210344} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.249847 - value: {x: 0.03433832, y: -0.09655763, z: 0.003333195, w: 0.99472934} - inSlope: {x: 0.0129920365, y: 0.05475165, z: -0.0006452977, w: 0.00486739} - outSlope: {x: 0.0129920365, y: 0.05475165, z: -0.0006452977, w: 0.00486739} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.266514 - value: {x: 0.034556087, y: -0.09564448, z: 0.003322342, w: 0.99481} - inSlope: {x: 0.013140119, y: 0.05482608, z: -0.00065728393, w: 0.004815533} - outSlope: {x: 0.013140119, y: 0.05482608, z: -0.00065728393, w: 0.004815533} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.28318 - value: {x: 0.03477632, y: -0.094730124, z: 0.003311286, w: 0.99488986} - inSlope: {x: 0.013287419, y: 0.054899845, z: -0.0006697732, w: 0.004767252} - outSlope: {x: 0.013287419, y: 0.054899845, z: -0.0006697732, w: 0.004767252} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.299847 - value: {x: 0.034998994, y: -0.093814515, z: 0.0033000165, w: 0.9949689} - inSlope: {x: 0.013434272, y: 0.054973383, z: -0.0006827374, w: 0.004711819} - outSlope: {x: 0.013434272, y: 0.054973383, z: -0.0006827374, w: 0.004711819} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.316513 - value: {x: 0.03522412, y: -0.092897706, z: 0.0032885284, w: 0.9950469} - inSlope: {x: 0.013580678, y: 0.05504491, z: -0.0006961486, w: 0.004659962} - outSlope: {x: 0.013580678, y: 0.05504491, z: -0.0006961486, w: 0.004659962} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.33318 - value: {x: 0.035451677, y: -0.09197971, z: 0.003276812, w: 0.9951242} - inSlope: {x: 0.013725855, y: 0.055116884, z: -0.00071012566, w: 0.0046098935} - outSlope: {x: 0.013725855, y: 0.055116884, z: -0.00071012566, w: 0.0046098935} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.349846 - value: {x: 0.035681643, y: -0.091060504, z: 0.003264858, w: 0.9952006} - inSlope: {x: 0.013870473, y: 0.05518841, z: -0.0007245777, w: 0.004552672} - outSlope: {x: 0.013870473, y: 0.05518841, z: -0.0007245777, w: 0.004552672} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.366512 - value: {x: 0.03591402, y: -0.09014013, z: 0.0032526597, w: 0.995276} - inSlope: {x: 0.014014645, y: 0.05525837, z: -0.00073948374, w: 0.0045008156} - outSlope: {x: 0.014014645, y: 0.05525837, z: -0.00073948374, w: 0.0045008156} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.383179 - value: {x: 0.03614879, y: -0.08921859, z: 0.0032402088, w: 0.9953506} - inSlope: {x: 0.014157921, y: 0.05532766, z: -0.00075487874, w: 0.0044489587} - outSlope: {x: 0.014157921, y: 0.05532766, z: -0.00075487874, w: 0.0044489587} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.399845 - value: {x: 0.036385942, y: -0.0882959, z: 0.0032274975, w: 0.9954243} - inSlope: {x: 0.014300415, y: 0.055396285, z: -0.0007707557, w: 0.0043935254} - outSlope: {x: 0.014300415, y: 0.055396285, z: -0.0007707557, w: 0.0043935254} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.416512 - value: {x: 0.036625464, y: -0.08737207, z: 0.0032145174, w: 0.99549705} - inSlope: {x: 0.014442239, y: 0.055464234, z: -0.0007871076, w: 0.004338092} - outSlope: {x: 0.014442239, y: 0.055464234, z: -0.0007871076, w: 0.004338092} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.433178 - value: {x: 0.036867343, y: -0.08644712, z: 0.003201261, w: 0.9955689} - inSlope: {x: 0.014583505, y: 0.05553174, z: -0.00080395554, w: 0.004284447} - outSlope: {x: 0.014583505, y: 0.05553174, z: -0.00080395554, w: 0.004284447} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.449844 - value: {x: 0.037111573, y: -0.08552104, z: 0.0031877193, w: 0.99563986} - inSlope: {x: 0.014724211, y: 0.055598125, z: -0.0008212365, w: 0.0042290143} - outSlope: {x: 0.014724211, y: 0.055598125, z: -0.0008212365, w: 0.0042290143} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.46651 - value: {x: 0.037358142, y: -0.08459388, z: 0.0031738868, w: 0.99570984} - inSlope: {x: 0.0148641355, y: 0.055662945, z: -0.00083897146, w: 0.004173581} - outSlope: {x: 0.0148641355, y: 0.055662945, z: -0.00083897146, w: 0.004173581} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.483177 - value: {x: 0.037607037, y: -0.08366564, z: 0.003159754, w: 0.995779} - inSlope: {x: 0.015003165, y: 0.05572799, z: -0.0008572303, w: 0.004121724} - outSlope: {x: 0.015003165, y: 0.05572799, z: -0.0008572303, w: 0.004121724} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.499844 - value: {x: 0.03785824, y: -0.082736306, z: 0.003145313, w: 0.9958472} - inSlope: {x: 0.015141524, y: 0.05579281, z: -0.0008759432, w: 0.0040627145} - outSlope: {x: 0.015141524, y: 0.05579281, z: -0.0008759432, w: 0.0040627145} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.51651 - value: {x: 0.038111746, y: -0.08180591, z: 0.0031305563, w: 0.9959144} - inSlope: {x: 0.015279101, y: 0.055855844, z: -0.0008951101, w: 0.004003705} - outSlope: {x: 0.015279101, y: 0.055855844, z: -0.0008951101, w: 0.004003705} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.533176 - value: {x: 0.038367536, y: -0.08087447, z: 0.0031154763, w: 0.9959807} - inSlope: {x: 0.015416231, y: 0.05591843, z: -0.0009147241, w: 0.0039482717} - outSlope: {x: 0.015416231, y: 0.05591843, z: -0.0009147241, w: 0.0039482717} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.549843 - value: {x: 0.038625613, y: -0.07994199, z: 0.003100066, w: 0.996046} - inSlope: {x: 0.015552803, y: 0.055980343, z: -0.00093478506, w: 0.0038928385} - outSlope: {x: 0.015552803, y: 0.055980343, z: -0.00093478506, w: 0.0038928385} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.56651 - value: {x: 0.038885955, y: -0.07900849, z: 0.0030843173, w: 0.99611044} - inSlope: {x: 0.015688255, y: 0.056041144, z: -0.000955335, w: 0.0038374057} - outSlope: {x: 0.015688255, y: 0.056041144, z: -0.000955335, w: 0.0038374057} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.583176 - value: {x: 0.039148547, y: -0.07807398, z: 0.003068222, w: 0.9961739} - inSlope: {x: 0.01582304, y: 0.056101494, z: -0.000976332, w: 0.0037783962} - outSlope: {x: 0.01582304, y: 0.056101494, z: -0.000976332, w: 0.0037783962} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.599842 - value: {x: 0.03941338, y: -0.07713847, z: 0.0030517734, w: 0.9962364} - inSlope: {x: 0.015957262, y: 0.056161173, z: -0.000997748, w: 0.0037193866} - outSlope: {x: 0.015957262, y: 0.056161173, z: -0.000997748, w: 0.0037193866} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.616508 - value: {x: 0.039680447, y: -0.07620197, z: 0.0030349642, w: 0.9962979} - inSlope: {x: 0.01609093, y: 0.056219958, z: -0.0010196252, w: 0.0036621653} - outSlope: {x: 0.01609093, y: 0.056219958, z: -0.0010196252, w: 0.0036621653} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.633175 - value: {x: 0.039949737, y: -0.0752645, z: 0.0030177864, w: 0.99635845} - inSlope: {x: 0.016223587, y: 0.056278072, z: -0.0010419842, w: 0.0036031557} - outSlope: {x: 0.016223587, y: 0.056278072, z: -0.0010419842, w: 0.0036031557} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.649841 - value: {x: 0.040221225, y: -0.07432606, z: 0.003000232, w: 0.996418} - inSlope: {x: 0.01635569, y: 0.056335296, z: -0.0010647415, w: 0.0035441462} - outSlope: {x: 0.01635569, y: 0.056335296, z: -0.0010647415, w: 0.0035441462} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.666508 - value: {x: 0.04049492, y: -0.073386684, z: 0.0029822956, w: 0.9964766} - inSlope: {x: 0.016487345, y: 0.0563914, z: -0.0010879107, w: 0.0034869248} - outSlope: {x: 0.016487345, y: 0.0563914, z: -0.0010879107, w: 0.0034869248} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.683174 - value: {x: 0.040770795, y: -0.072446376, z: 0.0029639688, w: 0.9965342} - inSlope: {x: 0.016617544, y: 0.05644728, z: -0.0011115901, w: 0.0034261271} - outSlope: {x: 0.016617544, y: 0.05644728, z: -0.0011115901, w: 0.0034261271} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.69984 - value: {x: 0.04104883, y: -0.07150514, z: 0.0029452431, w: 0.9965908} - inSlope: {x: 0.016747411, y: 0.056502268, z: -0.0011356883, w: 0.0033689057} - outSlope: {x: 0.016747411, y: 0.056502268, z: -0.0011356883, w: 0.0033689057} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.716507 - value: {x: 0.041329034, y: -0.070562996, z: 0.002926113, w: 0.9966465} - inSlope: {x: 0.01687694, y: 0.05655636, z: -0.0011601779, w: 0.0033098964} - outSlope: {x: 0.01687694, y: 0.05655636, z: -0.0011601779, w: 0.0033098964} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.733173 - value: {x: 0.041611385, y: -0.06961995, z: 0.0029065711, w: 0.9967011} - inSlope: {x: 0.017005354, y: 0.05660978, z: -0.0011851075, w: 0.0032455225} - outSlope: {x: 0.017005354, y: 0.05660978, z: -0.0011851075, w: 0.0032455225} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.74984 - value: {x: 0.04189587, y: -0.06867603, z: 0.00288661, w: 0.9967547} - inSlope: {x: 0.017133206, y: 0.05666253, z: -0.001210484, w: 0.003188301} - outSlope: {x: 0.017133206, y: 0.05666253, z: -0.001210484, w: 0.003188301} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.766506 - value: {x: 0.042182483, y: -0.06773123, z: 0.0028662223, w: 0.9968074} - inSlope: {x: 0.01726028, y: 0.056714386, z: -0.0012362658, w: 0.0031275034} - outSlope: {x: 0.01726028, y: 0.056714386, z: -0.0012362658, w: 0.0031275034} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.783173 - value: {x: 0.042471204, y: -0.06678558, z: 0.0028454019, w: 0.99685895} - inSlope: {x: 0.017386567, y: 0.0567649, z: -0.0012624597, w: 0.0030667058} - outSlope: {x: 0.017386567, y: 0.0567649, z: -0.0012624597, w: 0.0030667058} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.799839 - value: {x: 0.042762026, y: -0.0658391, z: 0.002824141, w: 0.9969096} - inSlope: {x: 0.0175123, y: 0.056815196, z: -0.0012890865, w: 0.003005908} - outSlope: {x: 0.0175123, y: 0.056815196, z: -0.0012890865, w: 0.003005908} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.816505 - value: {x: 0.04305494, y: -0.06489177, z: 0.002802433, w: 0.99695915} - inSlope: {x: 0.017637245, y: 0.056865487, z: -0.0013161395, w: 0.0029415342} - outSlope: {x: 0.017637245, y: 0.056865487, z: -0.0013161395, w: 0.0029415342} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.833172 - value: {x: 0.043349925, y: -0.06394361, z: 0.0027802703, w: 0.99700767} - inSlope: {x: 0.01776119, y: 0.05691399, z: -0.0013435977, w: 0.0028807365} - outSlope: {x: 0.01776119, y: 0.05691399, z: -0.0013435977, w: 0.0028807365} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.849838 - value: {x: 0.04364697, y: -0.06299467, z: 0.002757647, w: 0.9970552} - inSlope: {x: 0.017884683, y: 0.05696171, z: -0.001371447, w: 0.0028181507} - outSlope: {x: 0.017884683, y: 0.05696171, z: -0.001371447, w: 0.0028181507} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.866505 - value: {x: 0.043946072, y: -0.062044915, z: 0.002734556, w: 0.9971016} - inSlope: {x: 0.018007621, y: 0.057009213, z: -0.0013997084, w: 0.002757353} - outSlope: {x: 0.018007621, y: 0.057009213, z: -0.0013997084, w: 0.002757353} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.883171 - value: {x: 0.044247214, y: -0.06109439, z: 0.0027109908, w: 0.9971471} - inSlope: {x: 0.018129438, y: 0.05705548, z: -0.0014283889, w: 0.0026965553} - outSlope: {x: 0.018129438, y: 0.05705548, z: -0.0014283889, w: 0.0026965553} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.899837 - value: {x: 0.044550378, y: -0.060143095, z: 0.0026869439, w: 0.9971915} - inSlope: {x: 0.0182507, y: 0.05710108, z: -0.0014574536, w: 0.0026321812} - outSlope: {x: 0.0182507, y: 0.05710108, z: -0.0014574536, w: 0.0026321812} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.916504 - value: {x: 0.04485556, y: -0.05919105, z: 0.0026624098, w: 0.9972348} - inSlope: {x: 0.018371623, y: 0.057146005, z: -0.0014868955, w: 0.0025695954} - outSlope: {x: 0.018371623, y: 0.057146005, z: -0.0014868955, w: 0.0025695954} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.93317 - value: {x: 0.045162756, y: -0.058238257, z: 0.0026373814, w: 0.99727714} - inSlope: {x: 0.018491432, y: 0.057189927, z: -0.0015167495, w: 0.0025070095} - outSlope: {x: 0.018491432, y: 0.057189927, z: -0.0015167495, w: 0.0025070095} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.949837 - value: {x: 0.045471933, y: -0.057284746, z: 0.0026118523, w: 0.9973184} - inSlope: {x: 0.018610343, y: 0.0572334, z: -0.0015470156, w: 0.0024426356} - outSlope: {x: 0.018610343, y: 0.0572334, z: -0.0015470156, w: 0.0024426356} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.966503 - value: {x: 0.04578309, y: -0.056330506, z: 0.002585815, w: 0.99735856} - inSlope: {x: 0.018728811, y: 0.057275984, z: -0.0015776589, w: 0.0023800498} - outSlope: {x: 0.018728811, y: 0.057275984, z: -0.0015776589, w: 0.0023800498} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.98317 - value: {x: 0.046096217, y: -0.055375576, z: 0.0025592644, w: 0.9973977} - inSlope: {x: 0.018846381, y: 0.05731756, z: -0.0016086724, w: 0.0023156758} - outSlope: {x: 0.018846381, y: 0.05731756, z: -0.0016086724, w: 0.0023156758} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 21.999836 - value: {x: 0.046411294, y: -0.05441995, z: 0.0025321934, w: 0.99743575} - inSlope: {x: 0.018963285, y: 0.05735835, z: -0.0016400561, w: 0.0022477256} - outSlope: {x: 0.018963285, y: 0.05735835, z: -0.0016400561, w: 0.0022477256} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.016502 - value: {x: 0.046728317, y: -0.05346366, z: 0.0025045967, w: 0.99747264} - inSlope: {x: 0.019079737, y: 0.057398584, z: -0.001671824, w: 0.002186928} - outSlope: {x: 0.019079737, y: 0.057398584, z: -0.001671824, w: 0.002186928} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.033169 - value: {x: 0.047047276, y: -0.052506693, z: 0.0024764668, w: 0.99750865} - inSlope: {x: 0.019195076, y: 0.057438146, z: -0.001704004, w: 0.0021243421} - outSlope: {x: 0.019195076, y: 0.057438146, z: -0.001704004, w: 0.0021243421} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.049835 - value: {x: 0.047368143, y: -0.051549084, z: 0.0024477975, w: 0.99754345} - inSlope: {x: 0.019309629, y: 0.057476483, z: -0.0017365264, w: 0.0020581798} - outSlope: {x: 0.019309629, y: 0.057476483, z: -0.0017365264, w: 0.0020581798} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.066502 - value: {x: 0.04769092, y: -0.05059084, z: 0.0024185835, w: 0.99757725} - inSlope: {x: 0.019423738, y: 0.05751448, z: -0.0017694188, w: 0.0019920175} - outSlope: {x: 0.019423738, y: 0.05751448, z: -0.0017694188, w: 0.0019920175} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.083168 - value: {x: 0.04801559, y: -0.049631964, z: 0.0023888177, w: 0.99760985} - inSlope: {x: 0.01953695, y: 0.057551585, z: -0.0018026954, w: 0.0019258554} - outSlope: {x: 0.01953695, y: 0.057551585, z: -0.0018026954, w: 0.0019258554} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.099834 - value: {x: 0.048342142, y: -0.048672482, z: 0.0023584946, w: 0.99764144} - inSlope: {x: 0.019649604, y: 0.057587683, z: -0.0018363004, w: 0.0018632696} - outSlope: {x: 0.019649604, y: 0.057587683, z: -0.0018363004, w: 0.0018632696} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.1165 - value: {x: 0.048670568, y: -0.047712404, z: 0.0023276086, w: 0.99767196} - inSlope: {x: 0.019761477, y: 0.05762311, z: -0.0018702756, w: 0.0017971075} - outSlope: {x: 0.019761477, y: 0.05762311, z: -0.0018702756, w: 0.0017971075} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.133167 - value: {x: 0.049000848, y: -0.04675174, z: 0.002296153, w: 0.99770135} - inSlope: {x: 0.019872341, y: 0.057657756, z: -0.001904628, w: 0.0017309453} - outSlope: {x: 0.019872341, y: 0.057657756, z: -0.001904628, w: 0.0017309453} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.149834 - value: {x: 0.04933297, y: -0.04579051, z: 0.002264122, w: 0.99772966} - inSlope: {x: 0.01998254, y: 0.05769162, z: -0.0019393156, w: 0.001662995} - outSlope: {x: 0.01998254, y: 0.05769162, z: -0.0019393156, w: 0.001662995} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.1665 - value: {x: 0.049666923, y: -0.044828717, z: 0.0022315101, w: 0.9977568} - inSlope: {x: 0.020092286, y: 0.05772481, z: -0.0019743526, w: 0.0015950446} - outSlope: {x: 0.020092286, y: 0.05772481, z: -0.0019743526, w: 0.0015950446} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.183167 - value: {x: 0.0500027, y: -0.043866377, z: 0.0021983113, w: 0.9977828} - inSlope: {x: 0.020201255, y: 0.057757337, z: -0.0020097457, w: 0.0015324588} - outSlope: {x: 0.020201255, y: 0.057757337, z: -0.0020097457, w: 0.0015324588} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.199833 - value: {x: 0.050340287, y: -0.0429035, z: 0.0021645196, w: 0.99780786} - inSlope: {x: 0.020309102, y: 0.05778874, z: -0.002045474, w: 0.0014645085} - outSlope: {x: 0.020309102, y: 0.05778874, z: -0.002045474, w: 0.0014645085} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.2165 - value: {x: 0.05067966, y: -0.041940115, z: 0.0021301298, w: 0.99783164} - inSlope: {x: 0.020416506, y: 0.05781914, z: -0.0020815306, w: 0.00139477} - outSlope: {x: 0.020416506, y: 0.05781914, z: -0.0020815306, w: 0.00139477} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.233166 - value: {x: 0.051020827, y: -0.040976226, z: 0.0020951363, w: 0.99785435} - inSlope: {x: 0.020523123, y: 0.05784898, z: -0.0021179367, w: 0.0013321842} - outSlope: {x: 0.020523123, y: 0.05784898, z: -0.0021179367, w: 0.0013321842} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.249832 - value: {x: 0.051363755, y: -0.040011846, z: 0.002059533, w: 0.99787605} - inSlope: {x: 0.020629073, y: 0.057878595, z: -0.0021546918, w: 0.0012642338} - outSlope: {x: 0.020629073, y: 0.057878595, z: -0.0021546918, w: 0.0012642338} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.266499 - value: {x: 0.051708452, y: -0.03904697, z: 0.0020233144, w: 0.9978965} - inSlope: {x: 0.02073424, y: 0.05790698, z: -0.0021917615, w: 0.0011962835} - outSlope: {x: 0.02073424, y: 0.05790698, z: -0.0021917615, w: 0.0011962835} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.283165 - value: {x: 0.052054886, y: -0.038081642, z: 0.0019864754, w: 0.9979159} - inSlope: {x: 0.020838398, y: 0.057933915, z: -0.0022291278, w: 0.0011283332} - outSlope: {x: 0.020838398, y: 0.057933915, z: -0.0022291278, w: 0.0011283332} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.299831 - value: {x: 0.052403055, y: -0.03711587, z: 0.0019490112, w: 0.9979341} - inSlope: {x: 0.020942226, y: 0.05796096, z: -0.002266847, w: 0.0010603828} - outSlope: {x: 0.020942226, y: 0.05796096, z: -0.002266847, w: 0.0010603828} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.316498 - value: {x: 0.05275295, y: -0.03614964, z: 0.001910915, w: 0.99795127} - inSlope: {x: 0.021045044, y: 0.057987005, z: -0.002304884, w: 0.0009942206} - outSlope: {x: 0.021045044, y: 0.057987005, z: -0.002304884, w: 0.0009942206} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.333164 - value: {x: 0.053104546, y: -0.035182998, z: 0.0018721829, w: 0.99796724} - inSlope: {x: 0.021146972, y: 0.058011927, z: -0.0023432248, w: 0.000922694} - outSlope: {x: 0.021146972, y: 0.058011927, z: -0.0023432248, w: 0.000922694} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.34983 - value: {x: 0.053457838, y: -0.03421594, z: 0.0018328087, w: 0.997982} - inSlope: {x: 0.02124856, y: 0.058036402, z: -0.0023818903, w: 0.0008529555} - outSlope: {x: 0.02124856, y: 0.058036402, z: -0.0023818903, w: 0.0008529555} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.366497 - value: {x: 0.05381282, y: -0.03324848, z: 0.0017927878, w: 0.9979957} - inSlope: {x: 0.021349255, y: 0.05805987, z: -0.0024208562, w: 0.0007885815} - outSlope: {x: 0.021349255, y: 0.05805987, z: -0.0024208562, w: 0.0007885815} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.383163 - value: {x: 0.05416947, y: -0.03228064, z: 0.0017521147, w: 0.9980083} - inSlope: {x: 0.02144906, y: 0.058082893, z: -0.0024601473, w: 0.00072063116} - outSlope: {x: 0.02144906, y: 0.058082893, z: -0.0024601473, w: 0.00072063116} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.39983 - value: {x: 0.05452778, y: -0.031312414, z: 0.0017107842, w: 0.9980197} - inSlope: {x: 0.021548301, y: 0.058104575, z: -0.0024996998, w: 0.0006491045} - outSlope: {x: 0.021548301, y: 0.058104575, z: -0.0024996998, w: 0.0006491045} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.416496 - value: {x: 0.054887734, y: -0.03034385, z: 0.0016687927, w: 0.99802995} - inSlope: {x: 0.021646764, y: 0.058125585, z: -0.0025395597, w: 0.00058115413} - outSlope: {x: 0.021646764, y: 0.058125585, z: -0.0025395597, w: 0.00058115413} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.433163 - value: {x: 0.055249326, y: -0.029374924, z: 0.0016261335, w: 0.99803907} - inSlope: {x: 0.021744106, y: 0.058146596, z: -0.0025797691, w: 0.0005132038} - outSlope: {x: 0.021744106, y: 0.058146596, z: -0.0025797691, w: 0.0005132038} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.44983 - value: {x: 0.055612527, y: -0.028405659, z: 0.0015828017, w: 0.99804705} - inSlope: {x: 0.021841003, y: 0.05816593, z: -0.0026202193, w: 0.0004434653} - outSlope: {x: 0.021841003, y: 0.05816593, z: -0.0026202193, w: 0.0004434653} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.466496 - value: {x: 0.05597735, y: -0.027436089, z: 0.0015387941, w: 0.99805385} - inSlope: {x: 0.02193734, y: 0.058184426, z: -0.0026609385, w: 0.0003701505} - outSlope: {x: 0.02193734, y: 0.058184426, z: -0.0026609385, w: 0.0003701505} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.483162 - value: {x: 0.05634376, y: -0.026466208, z: 0.0014941051, w: 0.9980594} - inSlope: {x: 0.022032559, y: 0.058202755, z: -0.002701986, w: 0.00030398832} - outSlope: {x: 0.022032559, y: 0.058202755, z: -0.002701986, w: 0.00030398832} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.499828 - value: {x: 0.056711756, y: -0.025496027, z: 0.0014487293, w: 0.998064} - inSlope: {x: 0.022127334, y: 0.05822002, z: -0.002743306, w: 0.00023603799} - outSlope: {x: 0.022127334, y: 0.05822002, z: -0.002743306, w: 0.00023603799} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.516495 - value: {x: 0.057081327, y: -0.02452557, z: 0.001402663, w: 0.99806726} - inSlope: {x: 0.022221211, y: 0.05823623, z: -0.0027848775, w: 0.00016451132} - outSlope: {x: 0.022221211, y: 0.05823623, z: -0.0027848775, w: 0.00016451132} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.533161 - value: {x: 0.05745245, y: -0.023554849, z: 0.0013559015, w: 0.99806947} - inSlope: {x: 0.022314195, y: 0.058251653, z: -0.0028267247, w: 0.00009477283} - outSlope: {x: 0.022314195, y: 0.058251653, z: -0.0028267247, w: 0.00009477283} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.549828 - value: {x: 0.057825122, y: -0.022583878, z: 0.0013084402, w: 0.9980704} - inSlope: {x: 0.022406735, y: 0.05826646, z: -0.0028688514, w: 0.000023246166} - outSlope: {x: 0.022406735, y: 0.05826646, z: -0.0028688514, w: 0.000023246166} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.566494 - value: {x: 0.05819933, y: -0.021612663, z: 0.0012602746, w: 0.99807024} - inSlope: {x: 0.022498153, y: 0.058280487, z: -0.0029112468, w: -0.000048280497} - outSlope: {x: 0.022498153, y: 0.058280487, z: -0.0029112468, w: -0.000048280497} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.58316 - value: {x: 0.05857505, y: -0.020641224, z: 0.0012114001, w: 0.9980688} - inSlope: {x: 0.022588903, y: 0.058294177, z: -0.0029539326, w: -0.00011623083} - outSlope: {x: 0.022588903, y: 0.058294177, z: -0.0029539326, w: -0.00011623083} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.599827 - value: {x: 0.058952283, y: -0.019669553, z: 0.0011618116, w: 0.99806637} - inSlope: {x: 0.022679318, y: 0.05830591, z: -0.0029968033, w: -0.00018596933} - outSlope: {x: 0.022679318, y: 0.05830591, z: -0.0029968033, w: -0.00018596933} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.616493 - value: {x: 0.059331015, y: -0.018697724, z: 0.0011115082, w: 0.9980626} - inSlope: {x: 0.022768725, y: 0.058317088, z: -0.0030399393, w: -0.000257496} - outSlope: {x: 0.022768725, y: 0.058317088, z: -0.0030399393, w: -0.000257496} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.63316 - value: {x: 0.05971123, y: -0.01772568, z: 0.0010604819, w: 0.9980578} - inSlope: {x: 0.022857018, y: 0.058328766, z: -0.0030834107, w: -0.00032902265} - outSlope: {x: 0.022857018, y: 0.058328766, z: -0.0030834107, w: -0.00032902265} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.649826 - value: {x: 0.060092904, y: -0.016753461, z: 0.0010087295, w: 0.99805164} - inSlope: {x: 0.022944748, y: 0.058338825, z: -0.0031270827, w: -0.00040054932} - outSlope: {x: 0.022944748, y: 0.058338825, z: -0.0031270827, w: -0.00040054932} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.666492 - value: {x: 0.060476042, y: -0.015781082, z: 0.0009562474, w: 0.99804443} - inSlope: {x: 0.02303192, y: 0.058347654, z: -0.0031709624, w: -0.0004702878} - outSlope: {x: 0.02303192, y: 0.058347654, z: -0.0031709624, w: -0.0004702878} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.683159 - value: {x: 0.060860623, y: -0.014808569, z: 0.0009030323, w: 0.99803597} - inSlope: {x: 0.023118202, y: 0.05835598, z: -0.0032151043, w: -0.0005418145} - outSlope: {x: 0.023118202, y: 0.05835598, z: -0.0032151043, w: -0.0005418145} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.699825 - value: {x: 0.061246637, y: -0.013835913, z: 0.0008490789, w: 0.9980264} - inSlope: {x: 0.023204032, y: 0.058363773, z: -0.0032594958, w: -0.00060976483} - outSlope: {x: 0.023204032, y: 0.058363773, z: -0.0032594958, w: -0.00060976483} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.716492 - value: {x: 0.06163408, y: -0.01286314, z: 0.0007943841, w: 0.99801564} - inSlope: {x: 0.023288634, y: 0.058370367, z: -0.003304097, w: -0.00068307965} - outSlope: {x: 0.023288634, y: 0.058370367, z: -0.003304097, w: -0.00068307965} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.733158 - value: {x: 0.062022913, y: -0.011890263, z: 0.000738944, w: 0.9980036} - inSlope: {x: 0.023372345, y: 0.05837593, z: -0.003348913, w: -0.00075639447} - outSlope: {x: 0.023372345, y: 0.05837593, z: -0.003348913, w: -0.00075639447} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.749825 - value: {x: 0.062413145, y: -0.010917305, z: 0.0006827554, w: 0.9979904} - inSlope: {x: 0.02345594, y: 0.058380872, z: -0.0033939579, w: -0.0008243448} - outSlope: {x: 0.02345594, y: 0.058380872, z: -0.0033939579, w: -0.0008243448} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.76649 - value: {x: 0.062804766, y: -0.009944264, z: 0.0006258138, w: 0.9979761} - inSlope: {x: 0.023538418, y: 0.05838579, z: -0.0034392748, w: -0.0008976597} - outSlope: {x: 0.023538418, y: 0.05838579, z: -0.0034392748, w: -0.0008976597} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.783157 - value: {x: 0.06319775, y: -0.008971142, z: 0.0005681146, w: 0.9979605} - inSlope: {x: 0.023620117, y: 0.058389507, z: -0.0034847874, w: -0.0009709745} - outSlope: {x: 0.023620117, y: 0.058389507, z: -0.0034847874, w: -0.0009709745} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.799824 - value: {x: 0.06359209, y: -0.007997977, z: 0.000509656, w: 0.99794376} - inSlope: {x: 0.02370103, y: 0.05839216, z: -0.0035304907, w: -0.0010407129} - outSlope: {x: 0.02370103, y: 0.05839216, z: -0.0035304907, w: -0.0010407129} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.81649 - value: {x: 0.06398777, y: -0.007024766, z: 0.0004504334, w: 0.9979258} - inSlope: {x: 0.02378105, y: 0.058393754, z: -0.0035763874, w: -0.0011104515} - outSlope: {x: 0.02378105, y: 0.058393754, z: -0.0035763874, w: -0.0011104515} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.833157 - value: {x: 0.06438478, y: -0.006051548, z: 0.00039044488, w: 0.99790674} - inSlope: {x: 0.02386085, y: 0.058394704, z: -0.003622499, w: -0.0011837663} - outSlope: {x: 0.02386085, y: 0.058394704, z: -0.003622499, w: -0.0011837663} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.849823 - value: {x: 0.06478312, y: -0.0050783055, z: 0.00032968528, w: 0.99788636} - inSlope: {x: 0.023939528, y: 0.058395598, z: -0.0036688577, w: -0.001257081} - outSlope: {x: 0.023939528, y: 0.058395598, z: -0.0036688577, w: -0.001257081} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.86649 - value: {x: 0.06518275, y: -0.0041050576, z: 0.0002681515, w: 0.99786484} - inSlope: {x: 0.024017088, y: 0.058394864, z: -0.0037153629, w: -0.0013268196} - outSlope: {x: 0.024017088, y: 0.058394864, z: -0.0037153629, w: -0.0013268196} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.883156 - value: {x: 0.065583676, y: -0.0031318397, z: 0.00020584174, w: 0.99784213} - inSlope: {x: 0.024094205, y: 0.058393545, z: -0.0037620743, w: -0.0013983464} - outSlope: {x: 0.024094205, y: 0.058393545, z: -0.0037620743, w: -0.0013983464} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.899822 - value: {x: 0.06598588, y: -0.0021586358, z: 0.00014275093, w: 0.99781823} - inSlope: {x: 0.024170872, y: 0.05839164, z: -0.0038089878, w: -0.0014716611} - outSlope: {x: 0.024170872, y: 0.05839164, z: -0.0038089878, w: -0.0014716611} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.916489 - value: {x: 0.06638936, y: -0.0011854813, z: 0.00007887742, w: 0.9977931} - inSlope: {x: 0.024246644, y: 0.058388133, z: -0.0038560336, w: -0.0015431878} - outSlope: {x: 0.024246644, y: 0.058388133, z: -0.0038560336, w: -0.0015431878} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.933155 - value: {x: 0.06679409, y: -0.00021239441, z: 0.000014218444, w: 0.9977668} - inSlope: {x: 0.024321303, y: 0.058384523, z: -0.003903308, w: -0.0016165026} - outSlope: {x: 0.024321303, y: 0.058384523, z: -0.003903308, w: -0.0016165026} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.949821 - value: {x: 0.06720006, y: 0.0007606397, z: -0.000051230858, w: 0.9977392} - inSlope: {x: 0.024395287, y: 0.058380317, z: -0.0039507723, w: -0.0016880293} - outSlope: {x: 0.024395287, y: 0.058380317, z: -0.0039507723, w: -0.0016880293} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.966488 - value: {x: 0.067607254, y: 0.0017335864, z: -0.000117471965, w: 0.9977105} - inSlope: {x: 0.0244686, y: 0.058375016, z: -0.0039983913, w: -0.0017595559} - outSlope: {x: 0.0244686, y: 0.058375016, z: -0.0039983913, w: -0.0017595559} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.983154 - value: {x: 0.068015665, y: 0.002706444, z: -0.00018450854, w: 0.99768054} - inSlope: {x: 0.02454147, y: 0.05836911, z: -0.0040461943, w: -0.0018328708} - outSlope: {x: 0.02454147, y: 0.05836911, z: -0.0040461943, w: -0.0018328708} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 22.99982 - value: {x: 0.06842529, y: 0.0036791938, z: -0.00025234304, w: 0.99764943} - inSlope: {x: 0.024613444, y: 0.058361612, z: -0.004094108, w: -0.0019043975} - outSlope: {x: 0.024613444, y: 0.058361612, z: -0.004094108, w: -0.0019043975} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.016487 - value: {x: 0.0688361, y: 0.004651801, z: -0.00032097672, w: 0.99761707} - inSlope: {x: 0.024683852, y: 0.05835353, z: -0.0041421945, w: -0.0019759242} - outSlope: {x: 0.024683852, y: 0.05835353, z: -0.0041421945, w: -0.0019759242} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.033154 - value: {x: 0.06924807, y: 0.0056242817, z: -0.0003904141, w: 0.99758357} - inSlope: {x: 0.024754036, y: 0.058345333, z: -0.0041904883, w: -0.002049239} - outSlope: {x: 0.024754036, y: 0.058345333, z: -0.0041904883, w: -0.002049239} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.04982 - value: {x: 0.06966122, y: 0.006596616, z: -0.00046065752, w: 0.99754876} - inSlope: {x: 0.024823777, y: 0.05833603, z: -0.0042389156, w: -0.0021225538} - outSlope: {x: 0.024823777, y: 0.05833603, z: -0.0042389156, w: -0.0021225538} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.066486 - value: {x: 0.07007552, y: 0.0075687864, z: -0.0005317091, w: 0.9975128} - inSlope: {x: 0.02489262, y: 0.058326155, z: -0.0042875065, w: -0.0021922924} - outSlope: {x: 0.02489262, y: 0.058326155, z: -0.0042875065, w: -0.0021922924} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.083153 - value: {x: 0.070490964, y: 0.008540791, z: -0.00060357223, w: 0.9974757} - inSlope: {x: 0.02496057, y: 0.058315173, z: -0.004336222, w: -0.002265607} - outSlope: {x: 0.02496057, y: 0.058315173, z: -0.004336222, w: -0.002265607} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.09982 - value: {x: 0.070907526, y: 0.009512596, z: -0.00067624764, w: 0.9974373} - inSlope: {x: 0.025027627, y: 0.058303565, z: -0.004385091, w: -0.0023389221} - outSlope: {x: 0.025027627, y: 0.058303565, z: -0.004385091, w: -0.0023389221} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.116486 - value: {x: 0.071325205, y: 0.010484214, z: -0.0007497397, w: 0.9973977} - inSlope: {x: 0.025094237, y: 0.058290377, z: -0.0044340435, w: -0.0024104486} - outSlope: {x: 0.025094237, y: 0.058290377, z: -0.0044340435, w: -0.0024104486} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.133152 - value: {x: 0.07174399, y: 0.011455579, z: -0.00082404685, w: 0.99735695} - inSlope: {x: 0.025159951, y: 0.058277108, z: -0.004483184, w: -0.0024837633} - outSlope: {x: 0.025159951, y: 0.058277108, z: -0.004483184, w: -0.0024837633} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.149818 - value: {x: 0.07216386, y: 0.012426754, z: -0.00089917687, w: 0.99731493} - inSlope: {x: 0.025224548, y: 0.05826322, z: -0.0045324573, w: -0.0025552902} - outSlope: {x: 0.025224548, y: 0.05826322, z: -0.0045324573, w: -0.0025552902} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.166485 - value: {x: 0.07258479, y: 0.013397656, z: -0.00097512646, w: 0.9972718} - inSlope: {x: 0.025288476, y: 0.05824727, z: -0.004581766, w: -0.0026250286} - outSlope: {x: 0.025288476, y: 0.05824727, z: -0.004581766, w: -0.0026250286} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.183151 - value: {x: 0.073006794, y: 0.0143683, z: -0.0010519001, w: 0.99722743} - inSlope: {x: 0.025351733, y: 0.058232203, z: -0.004631322, w: -0.0027001316} - outSlope: {x: 0.025351733, y: 0.058232203, z: -0.004631322, w: -0.0027001316} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.199818 - value: {x: 0.07342984, y: 0.0153387, z: -0.0011295015, w: 0.9971818} - inSlope: {x: 0.025414541, y: 0.058216028, z: -0.0046809735, w: -0.0027752346} - outSlope: {x: 0.025414541, y: 0.058216028, z: -0.0046809735, w: -0.0027752346} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.216484 - value: {x: 0.07385393, y: 0.016308805, z: -0.0012079302, w: 0.9971349} - inSlope: {x: 0.025476456, y: 0.05819778, z: -0.0047306437, w: -0.002844973} - outSlope: {x: 0.025476456, y: 0.05819778, z: -0.0047306437, w: -0.002844973} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.23315 - value: {x: 0.07427904, y: 0.017278597, z: -0.0012871872, w: 0.99708694} - inSlope: {x: 0.025537478, y: 0.058179397, z: -0.0047804713, w: -0.0029147116} - outSlope: {x: 0.025537478, y: 0.058179397, z: -0.0047804713, w: -0.0029147116} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.249817 - value: {x: 0.07470517, y: 0.018248089, z: -0.0013672768, w: 0.99703777} - inSlope: {x: 0.025598053, y: 0.0581609, z: -0.0048304596, w: -0.0029880265} - outSlope: {x: 0.025598053, y: 0.0581609, z: -0.0048304596, w: -0.0029880265} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.266483 - value: {x: 0.075132295, y: 0.019217264, z: -0.0014482001, w: 0.99698734} - inSlope: {x: 0.025657509, y: 0.058140896, z: -0.00488049, w: -0.0030613411} - outSlope: {x: 0.025657509, y: 0.058140896, z: -0.00488049, w: -0.0030613411} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.28315 - value: {x: 0.075560406, y: 0.020186089, z: -0.0015299573, w: 0.9969357} - inSlope: {x: 0.025715847, y: 0.058119718, z: -0.0049305796, w: -0.003132868} - outSlope: {x: 0.025715847, y: 0.058119718, z: -0.0049305796, w: -0.003132868} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.299816 - value: {x: 0.07598948, y: 0.021154558, z: -0.0016125502, w: 0.9968829} - inSlope: {x: 0.02577374, y: 0.058098875, z: -0.004980865, w: -0.0032061827} - outSlope: {x: 0.02577374, y: 0.058098875, z: -0.004980865, w: -0.0032061827} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.316483 - value: {x: 0.07641952, y: 0.022122689, z: -0.0016959836, w: 0.99682885} - inSlope: {x: 0.025831185, y: 0.05807658, z: -0.0050311815, w: -0.0032794976} - outSlope: {x: 0.025831185, y: 0.05807658, z: -0.0050311815, w: -0.0032794976} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.333149 - value: {x: 0.0768505, y: 0.023090415, z: -0.0017802537, w: 0.9967736} - inSlope: {x: 0.025887735, y: 0.05805322, z: -0.0050815577, w: -0.0033492362} - outSlope: {x: 0.025887735, y: 0.05805322, z: -0.0050815577, w: -0.0033492362} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.349815 - value: {x: 0.07728243, y: 0.024057766, z: -0.0018653662, w: 0.9967172} - inSlope: {x: 0.025943168, y: 0.058029696, z: -0.005132066, w: -0.0034207627} - outSlope: {x: 0.025943168, y: 0.058029696, z: -0.005132066, w: -0.0034207627} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.366482 - value: {x: 0.07771526, y: 0.025024708, z: -0.00195132, w: 0.9966596} - inSlope: {x: 0.025997484, y: 0.05800444, z: -0.005182568, w: -0.003495866} - outSlope: {x: 0.025997484, y: 0.05800444, z: -0.005182568, w: -0.003495866} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.383148 - value: {x: 0.078149, y: 0.025991218, z: -0.0020381159, w: 0.9966007} - inSlope: {x: 0.026052248, y: 0.05797918, z: -0.005233227, w: -0.0035656043} - outSlope: {x: 0.026052248, y: 0.05797918, z: -0.005233227, w: -0.0035656043} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.399815 - value: {x: 0.07858366, y: 0.026957318, z: -0.0021257582, w: 0.9965407} - inSlope: {x: 0.026106115, y: 0.05795297, z: -0.0052839415, w: -0.0036353427} - outSlope: {x: 0.026106115, y: 0.05795297, z: -0.0052839415, w: -0.0036353427} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.416481 - value: {x: 0.07901919, y: 0.027922954, z: -0.0022142446, w: 0.9964795} - inSlope: {x: 0.026157971, y: 0.05792598, z: -0.005334695, w: -0.003710446} - outSlope: {x: 0.026157971, y: 0.05792598, z: -0.005334695, w: -0.003710446} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.433147 - value: {x: 0.07945558, y: 0.028888155, z: -0.0023035787, w: 0.99641705} - inSlope: {x: 0.026209828, y: 0.057897985, z: -0.0053854967, w: -0.0037819725} - outSlope: {x: 0.026209828, y: 0.057897985, z: -0.0053854967, w: -0.0037819725} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.449814 - value: {x: 0.07989284, y: 0.029852858, z: -0.0023937584, w: 0.99635345} - inSlope: {x: 0.026261238, y: 0.057868425, z: -0.005436306, w: -0.0038517108} - outSlope: {x: 0.026261238, y: 0.057868425, z: -0.005436306, w: -0.0038517108} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.46648 - value: {x: 0.08033094, y: 0.030817073, z: -0.002484786, w: 0.99628866} - inSlope: {x: 0.026310861, y: 0.057839647, z: -0.005487276, w: -0.003925026} - outSlope: {x: 0.026310861, y: 0.057839647, z: -0.005487276, w: -0.003925026} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.483147 - value: {x: 0.08076985, y: 0.031780817, z: -0.0025766648, w: 0.9962226} - inSlope: {x: 0.026360482, y: 0.057809528, z: -0.005538266, w: -0.0039947643} - outSlope: {x: 0.026360482, y: 0.057809528, z: -0.005538266, w: -0.0039947643} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.499813 - value: {x: 0.08120961, y: 0.032744028, z: -0.0026693922, w: 0.9961555} - inSlope: {x: 0.026410103, y: 0.05777846, z: -0.005589299, w: -0.0040662913} - outSlope: {x: 0.026410103, y: 0.05777846, z: -0.005589299, w: -0.0040662913} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.51648 - value: {x: 0.081650175, y: 0.033706736, z: -0.002762972, w: 0.9960871} - inSlope: {x: 0.02645749, y: 0.057746492, z: -0.0056403247, w: -0.004139606} - outSlope: {x: 0.02645749, y: 0.057746492, z: -0.0056403247, w: -0.004139606} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.533146 - value: {x: 0.08209151, y: 0.03466888, z: -0.0028574, w: 0.9960175} - inSlope: {x: 0.026504429, y: 0.057713524, z: -0.0056913923, w: -0.0042093443} - outSlope: {x: 0.026504429, y: 0.057713524, z: -0.0056913923, w: -0.0042093443} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.549812 - value: {x: 0.08253364, y: 0.03563049, z: -0.002952682, w: 0.99594676} - inSlope: {x: 0.02655137, y: 0.057680108, z: -0.0057425294, w: -0.004280871} - outSlope: {x: 0.02655137, y: 0.057680108, z: -0.0057425294, w: -0.004280871} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.566479 - value: {x: 0.08297654, y: 0.036591522, z: -0.0030488148, w: 0.9958748} - inSlope: {x: 0.026596967, y: 0.05764535, z: -0.005793625, w: -0.004350609} - outSlope: {x: 0.026596967, y: 0.05764535, z: -0.005793625, w: -0.004350609} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.583145 - value: {x: 0.083420195, y: 0.037551973, z: -0.0031458, w: 0.99580175} - inSlope: {x: 0.02664167, y: 0.057610594, z: -0.005844811, w: -0.0044239243} - outSlope: {x: 0.02664167, y: 0.057610594, z: -0.005844811, w: -0.0044239243} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.599812 - value: {x: 0.083864585, y: 0.038511846, z: -0.003243639, w: 0.99572736} - inSlope: {x: 0.026685704, y: 0.05757416, z: -0.0058959275, w: -0.0044954508} - outSlope: {x: 0.026685704, y: 0.05757416, z: -0.0058959275, w: -0.0044954508} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.616478 - value: {x: 0.084309705, y: 0.039471082, z: -0.003342328, w: 0.9956519} - inSlope: {x: 0.026729068, y: 0.057537615, z: -0.005947135, w: -0.0045634015} - outSlope: {x: 0.026729068, y: 0.057537615, z: -0.005947135, w: -0.0045634015} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.633144 - value: {x: 0.08475554, y: 0.040429737, z: -0.0034418737, w: 0.99557525} - inSlope: {x: 0.02677176, y: 0.057500623, z: -0.005998384, w: -0.004634928} - outSlope: {x: 0.02677176, y: 0.057500623, z: -0.005998384, w: -0.004634928} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.64981 - value: {x: 0.08520208, y: 0.04138774, z: -0.003542271, w: 0.9954974} - inSlope: {x: 0.026813783, y: 0.057461727, z: -0.006049542, w: -0.0047046663} - outSlope: {x: 0.026813783, y: 0.057461727, z: -0.006049542, w: -0.0047046663} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.666477 - value: {x: 0.08564932, y: 0.0423451, z: -0.003643522, w: 0.9954184} - inSlope: {x: 0.026855133, y: 0.05742306, z: -0.0061007915, w: -0.0047744047} - outSlope: {x: 0.026855133, y: 0.05742306, z: -0.0061007915, w: -0.0047744047} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.683144 - value: {x: 0.08609724, y: 0.043301813, z: -0.0037456276, w: 0.99533826} - inSlope: {x: 0.026895143, y: 0.057382602, z: -0.00615195, w: -0.00484772} - outSlope: {x: 0.026895143, y: 0.057382602, z: -0.00615195, w: -0.00484772} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.69981 - value: {x: 0.08654581, y: 0.044257823, z: -0.003848584, w: 0.99525684} - inSlope: {x: 0.026934482, y: 0.057342034, z: -0.006203136, w: -0.00491567} - outSlope: {x: 0.026934482, y: 0.057342034, z: -0.006203136, w: -0.00491567} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.716476 - value: {x: 0.08699504, y: 0.045213185, z: -0.0039523956, w: 0.9951744} - inSlope: {x: 0.026973376, y: 0.05730057, z: -0.0062543084, w: -0.004985409} - outSlope: {x: 0.026973376, y: 0.05730057, z: -0.0062543084, w: -0.004985409} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.733143 - value: {x: 0.08744491, y: 0.046167813, z: -0.0040570577, w: 0.99509066} - inSlope: {x: 0.027011374, y: 0.057257764, z: -0.0063054385, w: -0.0050569354} - outSlope: {x: 0.027011374, y: 0.057257764, z: -0.0063054385, w: -0.0050569354} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.74981 - value: {x: 0.08789541, y: 0.04712175, z: -0.0041625737, w: 0.99500585} - inSlope: {x: 0.027048703, y: 0.05721563, z: -0.0063566808, w: -0.0051248856} - outSlope: {x: 0.027048703, y: 0.05721563, z: -0.0063566808, w: -0.0051248856} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.766476 - value: {x: 0.08834652, y: 0.048074972, z: -0.004268944, w: 0.99491984} - inSlope: {x: 0.027085137, y: 0.057171375, z: -0.0064077554, w: -0.005194624} - outSlope: {x: 0.027085137, y: 0.057171375, z: -0.0064077554, w: -0.005194624} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.783142 - value: {x: 0.08879823, y: 0.04902743, z: -0.0043761623, w: 0.9948327} - inSlope: {x: 0.027121123, y: 0.057126448, z: -0.006458816, w: -0.0052643623} - outSlope: {x: 0.027121123, y: 0.057126448, z: -0.006458816, w: -0.0052643623} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.799809 - value: {x: 0.08925054, y: 0.049979158, z: -0.0044842344, w: 0.99474436} - inSlope: {x: 0.027156215, y: 0.05708074, z: -0.0065098763, w: -0.005334101} - outSlope: {x: 0.027156215, y: 0.05708074, z: -0.0065098763, w: -0.005334101} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.816475 - value: {x: 0.089703426, y: 0.050930094, z: -0.004593155, w: 0.9946549} - inSlope: {x: 0.027190415, y: 0.057034247, z: -0.006560867, w: -0.0054020514} - outSlope: {x: 0.027190415, y: 0.057034247, z: -0.006560867, w: -0.0054020514} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.833141 - value: {x: 0.090156876, y: 0.05188027, z: -0.0047029266, w: 0.9945643} - inSlope: {x: 0.02722372, y: 0.056987755, z: -0.0066118855, w: -0.0054717897} - outSlope: {x: 0.02722372, y: 0.056987755, z: -0.0066118855, w: -0.0054717897} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.849808 - value: {x: 0.09061087, y: 0.052829657, z: -0.0048135477, w: 0.9944725} - inSlope: {x: 0.02725613, y: 0.056939807, z: -0.0066628205, w: -0.0055415286} - outSlope: {x: 0.02725613, y: 0.056939807, z: -0.0066628205, w: -0.0055415286} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.866474 - value: {x: 0.0910654, y: 0.053778235, z: -0.0049250172, w: 0.9943796} - inSlope: {x: 0.027288094, y: 0.05689041, z: -0.0067136297, w: -0.0056076907} - outSlope: {x: 0.027288094, y: 0.05689041, z: -0.0067136297, w: -0.0056076907} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.88314 - value: {x: 0.09152046, y: 0.054725975, z: -0.005037332, w: 0.9942856} - inSlope: {x: 0.02731961, y: 0.056841124, z: -0.006764467, w: -0.005675641} - outSlope: {x: 0.02731961, y: 0.056841124, z: -0.006764467, w: -0.005675641} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.899807 - value: {x: 0.09197604, y: 0.05567291, z: -0.005150496, w: 0.9941904} - inSlope: {x: 0.027349785, y: 0.056791503, z: -0.0068153036, w: -0.0057471674} - outSlope: {x: 0.027349785, y: 0.056791503, z: -0.0068153036, w: -0.0057471674} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.916473 - value: {x: 0.092432104, y: 0.056618996, z: -0.0052645053, w: 0.994094} - inSlope: {x: 0.02737929, y: 0.056740426, z: -0.006866001, w: -0.0058151176} - outSlope: {x: 0.02737929, y: 0.056740426, z: -0.006866001, w: -0.0058151176} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.93314 - value: {x: 0.09288867, y: 0.05756423, z: -0.0053793592, w: 0.99399656} - inSlope: {x: 0.0274079, y: 0.056687787, z: -0.0069165304, w: -0.0058830683} - outSlope: {x: 0.0274079, y: 0.056687787, z: -0.0069165304, w: -0.0058830683} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.949806 - value: {x: 0.09334569, y: 0.05850856, z: -0.005495053, w: 0.9938979} - inSlope: {x: 0.027436065, y: 0.056635484, z: -0.006967144, w: -0.0059510185} - outSlope: {x: 0.027436065, y: 0.056635484, z: -0.006967144, w: -0.0059510185} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.966473 - value: {x: 0.09380319, y: 0.05945205, z: -0.005611594, w: 0.9937982} - inSlope: {x: 0.027464451, y: 0.056582734, z: -0.0070177577, w: -0.0060153925} - outSlope: {x: 0.027464451, y: 0.056582734, z: -0.0070177577, w: -0.0060153925} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.983139 - value: {x: 0.094261155, y: 0.060394622, z: -0.0057289745, w: 0.9936974} - inSlope: {x: 0.02749105, y: 0.05652775, z: -0.007068092, w: -0.006083343} - outSlope: {x: 0.02749105, y: 0.05652775, z: -0.007068092, w: -0.006083343} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 23.999805 - value: {x: 0.094719544, y: 0.06133628, z: -0.0058471933, w: 0.9935954} - inSlope: {x: 0.027516533, y: 0.05647287, z: -0.007118398, w: -0.0061512934} - outSlope: {x: 0.027516533, y: 0.05647287, z: -0.007118398, w: -0.0061512934} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.016472 - value: {x: 0.09517836, y: 0.062277023, z: -0.005966251, w: 0.99349236} - inSlope: {x: 0.02754112, y: 0.05641688, z: -0.0071686064, w: -0.0062174555} - outSlope: {x: 0.02754112, y: 0.05641688, z: -0.0071686064, w: -0.0062174555} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.033138 - value: {x: 0.09563757, y: 0.06321681, z: -0.006086143, w: 0.9933882} - inSlope: {x: 0.027565483, y: 0.05636022, z: -0.0072187586, w: -0.0062854057} - outSlope: {x: 0.027565483, y: 0.05636022, z: -0.0072187586, w: -0.0062854057} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.049805 - value: {x: 0.09609719, y: 0.06415567, z: -0.0062068724, w: 0.99328285} - inSlope: {x: 0.027589623, y: 0.056303333, z: -0.0072688693, w: -0.0063497797} - outSlope: {x: 0.027589623, y: 0.056303333, z: -0.0072688693, w: -0.0063497797} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.066471 - value: {x: 0.09655721, y: 0.06509356, z: -0.006328435, w: 0.9931765} - inSlope: {x: 0.027612422, y: 0.05624544, z: -0.0073188264, w: -0.0064159418} - outSlope: {x: 0.027612422, y: 0.05624544, z: -0.0073188264, w: -0.0064159418} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.083138 - value: {x: 0.09701759, y: 0.06603049, z: -0.0064508296, w: 0.993069} - inSlope: {x: 0.027634773, y: 0.056186654, z: -0.0073687136, w: -0.006483892} - outSlope: {x: 0.027634773, y: 0.056186654, z: -0.0073687136, w: -0.006483892} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.099804 - value: {x: 0.09747835, y: 0.06696642, z: -0.006574055, w: 0.9929604} - inSlope: {x: 0.027656008, y: 0.05612608, z: -0.007418391, w: -0.0065500545} - outSlope: {x: 0.027656008, y: 0.05612608, z: -0.007418391, w: -0.0065500545} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.11647 - value: {x: 0.09793945, y: 0.06790133, z: -0.0066981055, w: 0.99285066} - inSlope: {x: 0.027676126, y: 0.05606506, z: -0.007467943, w: -0.0066162166} - outSlope: {x: 0.027676126, y: 0.05606506, z: -0.007467943, w: -0.0066162166} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.133137 - value: {x: 0.098400876, y: 0.06883523, z: -0.006822983, w: 0.99273986} - inSlope: {x: 0.027696466, y: 0.056004934, z: -0.007517578, w: -0.0066805906} - outSlope: {x: 0.027696466, y: 0.056004934, z: -0.007517578, w: -0.0066805906} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.149803 - value: {x: 0.09886265, y: 0.06976813, z: -0.0069486876, w: 0.992628} - inSlope: {x: 0.027715465, y: 0.05594324, z: -0.0075670043, w: -0.0067449645} - outSlope: {x: 0.027715465, y: 0.05594324, z: -0.0075670043, w: -0.0067449645} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.16647 - value: {x: 0.09932471, y: 0.070699975, z: -0.0070752124, w: 0.992515} - inSlope: {x: 0.02773357, y: 0.055879537, z: -0.007616193, w: -0.0068111266} - outSlope: {x: 0.02773357, y: 0.055879537, z: -0.007616193, w: -0.0068111266} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.183136 - value: {x: 0.099787086, y: 0.07163075, z: -0.007202557, w: 0.99240094} - inSlope: {x: 0.027751228, y: 0.05581583, z: -0.0076653115, w: -0.0068755005} - outSlope: {x: 0.027751228, y: 0.05581583, z: -0.0076653115, w: -0.0068755005} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.199802 - value: {x: 0.10024974, y: 0.072560474, z: -0.007330719, w: 0.99228585} - inSlope: {x: 0.02776844, y: 0.05575168, z: -0.0077143605, w: -0.0069380864} - outSlope: {x: 0.02776844, y: 0.05575168, z: -0.0077143605, w: -0.0069380864} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.216469 - value: {x: 0.10071269, y: 0.073489115, z: -0.0074596982, w: 0.9921697} - inSlope: {x: 0.027784534, y: 0.055686414, z: -0.0077632274, w: -0.007002461} - outSlope: {x: 0.027784534, y: 0.055686414, z: -0.0077632274, w: -0.007002461} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.233135 - value: {x: 0.101175874, y: 0.07441666, z: -0.007589489, w: 0.99205244} - inSlope: {x: 0.027799733, y: 0.055620924, z: -0.007811983, w: -0.007068623} - outSlope: {x: 0.027799733, y: 0.055620924, z: -0.007811983, w: -0.007068623} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.249802 - value: {x: 0.10163933, y: 0.07534312, z: -0.0077200937, w: 0.99193406} - inSlope: {x: 0.027814485, y: 0.055554762, z: -0.007860584, w: -0.0071294205} - outSlope: {x: 0.027814485, y: 0.055554762, z: -0.007860584, w: -0.0071294205} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.266468 - value: {x: 0.10210301, y: 0.07626846, z: -0.007851505, w: 0.9918148} - inSlope: {x: 0.027828343, y: 0.05548614, z: -0.007908935, w: -0.0071937945} - outSlope: {x: 0.027828343, y: 0.05548614, z: -0.007908935, w: -0.0071937945} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.283134 - value: {x: 0.10256693, y: 0.07719263, z: -0.007983721, w: 0.9916943} - inSlope: {x: 0.027841307, y: 0.055417966, z: -0.007957257, w: -0.0072599566} - outSlope: {x: 0.027841307, y: 0.055417966, z: -0.007957257, w: -0.0072599566} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.2998 - value: {x: 0.10303104, y: 0.078115694, z: -0.008116743, w: 0.9915728} - inSlope: {x: 0.027853824, y: 0.055349123, z: -0.008005371, w: -0.007318966} - outSlope: {x: 0.027853824, y: 0.055349123, z: -0.008005371, w: -0.007318966} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.316467 - value: {x: 0.103495374, y: 0.07903757, z: -0.0082505625, w: 0.9914503} - inSlope: {x: 0.02786567, y: 0.055279158, z: -0.008053316, w: -0.00738334} - outSlope: {x: 0.02786567, y: 0.055279158, z: -0.008053316, w: -0.00738334} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.333134 - value: {x: 0.10395988, y: 0.079958305, z: -0.008385182, w: 0.9913267} - inSlope: {x: 0.027875952, y: 0.05520942, z: -0.0081011765, w: -0.007445926} - outSlope: {x: 0.027875952, y: 0.05520942, z: -0.0081011765, w: -0.007445926} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.3498 - value: {x: 0.10442456, y: 0.080877855, z: -0.008520598, w: 0.9912021} - inSlope: {x: 0.027886234, y: 0.055137895, z: -0.008148788, w: -0.0075049354} - outSlope: {x: 0.027886234, y: 0.055137895, z: -0.008148788, w: -0.0075049354} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.366467 - value: {x: 0.10488941, y: 0.08179621, z: -0.008656804, w: 0.9910765} - inSlope: {x: 0.027896516, y: 0.05506503, z: -0.008196229, w: -0.007567521} - outSlope: {x: 0.027896516, y: 0.05506503, z: -0.008196229, w: -0.007567521} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.383133 - value: {x: 0.10535443, y: 0.08271333, z: -0.008793801, w: 0.99094987} - inSlope: {x: 0.027905012, y: 0.05499238, z: -0.008243504, w: -0.007630107} - outSlope: {x: 0.027905012, y: 0.05499238, z: -0.008243504, w: -0.007630107} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.3998 - value: {x: 0.10581956, y: 0.08362926, z: -0.008931584, w: 0.9908222} - inSlope: {x: 0.027912611, y: 0.054919515, z: -0.008290639, w: -0.0076909047} - outSlope: {x: 0.027912611, y: 0.054919515, z: -0.008290639, w: -0.0076909047} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.416466 - value: {x: 0.106284834, y: 0.08454395, z: -0.0090701515, w: 0.9906935} - inSlope: {x: 0.027919987, y: 0.054844856, z: -0.00833755, w: -0.0077534905} - outSlope: {x: 0.027919987, y: 0.054844856, z: -0.00833755, w: -0.0077534905} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.433132 - value: {x: 0.10675021, y: 0.08545739, z: -0.009209498, w: 0.99056375} - inSlope: {x: 0.02792647, y: 0.05476886, z: -0.008384183, w: -0.007814288} - outSlope: {x: 0.02792647, y: 0.05476886, z: -0.008384183, w: -0.007814288} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.449799 - value: {x: 0.1072157, y: 0.08636955, z: -0.00934962, w: 0.99043304} - inSlope: {x: 0.02793228, y: 0.054692864, z: -0.008430675, w: -0.007871509} - outSlope: {x: 0.02793228, y: 0.054692864, z: -0.008430675, w: -0.007871509} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.466465 - value: {x: 0.107681274, y: 0.08728046, z: -0.009490516, w: 0.9903014} - inSlope: {x: 0.027937198, y: 0.054616645, z: -0.0084770555, w: -0.007932307} - outSlope: {x: 0.027937198, y: 0.054616645, z: -0.0084770555, w: -0.007932307} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.483131 - value: {x: 0.10814693, y: 0.08819008, z: -0.009632184, w: 0.99016863} - inSlope: {x: 0.027941221, y: 0.054539084, z: -0.008523157, w: -0.007993104} - outSlope: {x: 0.027941221, y: 0.054539084, z: -0.008523157, w: -0.007993104} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.499798 - value: {x: 0.108612634, y: 0.0890984, z: -0.009774617, w: 0.99003494} - inSlope: {x: 0.027945245, y: 0.054461744, z: -0.0085691735, w: -0.008050326} - outSlope: {x: 0.027945245, y: 0.054461744, z: -0.0085691735, w: -0.008050326} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.516464 - value: {x: 0.10907842, y: 0.09000544, z: -0.009917819, w: 0.9899003} - inSlope: {x: 0.02794815, y: 0.05438262, z: -0.008614885, w: -0.008109335} - outSlope: {x: 0.02794815, y: 0.05438262, z: -0.008614885, w: -0.008109335} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.53313 - value: {x: 0.109544225, y: 0.09091113, z: -0.010061775, w: 0.98976463} - inSlope: {x: 0.027949939, y: 0.054302596, z: -0.008660343, w: -0.008170133} - outSlope: {x: 0.027949939, y: 0.054302596, z: -0.008660343, w: -0.008170133} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.549797 - value: {x: 0.11001007, y: 0.0918155, z: -0.010206493, w: 0.98962796} - inSlope: {x: 0.027951727, y: 0.054222353, z: -0.008705633, w: -0.008227354} - outSlope: {x: 0.027951727, y: 0.054222353, z: -0.008705633, w: -0.008227354} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.566463 - value: {x: 0.110475935, y: 0.09271851, z: -0.010351959, w: 0.9894904} - inSlope: {x: 0.027952397, y: 0.05414077, z: -0.008750645, w: -0.008284576} - outSlope: {x: 0.027952397, y: 0.05414077, z: -0.008750645, w: -0.008284576} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.58313 - value: {x: 0.110941805, y: 0.093620166, z: -0.010498176, w: 0.9893518} - inSlope: {x: 0.027952174, y: 0.054058515, z: -0.008795489, w: -0.008343585} - outSlope: {x: 0.027952174, y: 0.054058515, z: -0.008795489, w: -0.008343585} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.599796 - value: {x: 0.11140766, y: 0.094520435, z: -0.010645137, w: 0.9892123} - inSlope: {x: 0.027951056, y: 0.053976033, z: -0.008840052, w: -0.008400807} - outSlope: {x: 0.027951056, y: 0.053976033, z: -0.008840052, w: -0.008400807} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.616463 - value: {x: 0.11187349, y: 0.09541934, z: -0.01079284, w: 0.9890718} - inSlope: {x: 0.027949715, y: 0.05389266, z: -0.008884478, w: -0.008458028} - outSlope: {x: 0.027949715, y: 0.05389266, z: -0.008884478, w: -0.008458028} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.63313 - value: {x: 0.1123393, y: 0.09631683, z: -0.010941282, w: 0.98893034} - inSlope: {x: 0.027947703, y: 0.053807944, z: -0.008928595, w: -0.008513462} - outSlope: {x: 0.027947703, y: 0.053807944, z: -0.008928595, w: -0.008513462} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.649796 - value: {x: 0.11280507, y: 0.09721291, z: -0.011090456, w: 0.988788} - inSlope: {x: 0.027944798, y: 0.053723007, z: -0.008972461, w: -0.008568894} - outSlope: {x: 0.027944798, y: 0.053723007, z: -0.008972461, w: -0.008568894} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.666462 - value: {x: 0.11327078, y: 0.09810757, z: -0.011240359, w: 0.9886447} - inSlope: {x: 0.027940998, y: 0.053637847, z: -0.00901616, w: -0.008627905} - outSlope: {x: 0.027940998, y: 0.053637847, z: -0.00901616, w: -0.008627905} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.683128 - value: {x: 0.11373642, y: 0.09900081, z: -0.01139099, w: 0.9885004} - inSlope: {x: 0.027936751, y: 0.053551123, z: -0.00905955, w: -0.008683337} - outSlope: {x: 0.027936751, y: 0.053551123, z: -0.00905955, w: -0.008683337} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.699795 - value: {x: 0.11420199, y: 0.09989258, z: -0.01154234, w: 0.9883553} - inSlope: {x: 0.02793161, y: 0.053463724, z: -0.009102634, w: -0.008736983} - outSlope: {x: 0.02793161, y: 0.053463724, z: -0.009102634, w: -0.008736983} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.716461 - value: {x: 0.11466746, y: 0.10078291, z: -0.011694406, w: 0.9882092} - inSlope: {x: 0.027925799, y: 0.053376324, z: -0.009145578, w: -0.008792415} - outSlope: {x: 0.027925799, y: 0.053376324, z: -0.009145578, w: -0.008792415} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.733128 - value: {x: 0.11513284, y: 0.10167176, z: -0.011847188, w: 0.9880622} - inSlope: {x: 0.027919317, y: 0.05328714, z: -0.009188186, w: -0.008846059} - outSlope: {x: 0.027919317, y: 0.05328714, z: -0.009188186, w: -0.008846059} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.749794 - value: {x: 0.11559809, y: 0.10255912, z: -0.012000674, w: 0.9879143} - inSlope: {x: 0.02791194, y: 0.053197958, z: -0.009230573, w: -0.008901494} - outSlope: {x: 0.02791194, y: 0.053197958, z: -0.009230573, w: -0.008901494} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.76646 - value: {x: 0.11606322, y: 0.103445, z: -0.012154869, w: 0.9877655} - inSlope: {x: 0.02790367, y: 0.05310788, z: -0.009272678, w: -0.008955138} - outSlope: {x: 0.02790367, y: 0.05310788, z: -0.009272678, w: -0.008955138} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.783127 - value: {x: 0.1165282, y: 0.104329355, z: -0.012309759, w: 0.9876158} - inSlope: {x: 0.027894728, y: 0.053016905, z: -0.009314448, w: -0.009006996} - outSlope: {x: 0.027894728, y: 0.053016905, z: -0.009314448, w: -0.009006996} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.799793 - value: {x: 0.11699303, y: 0.105212204, z: -0.012465346, w: 0.98746526} - inSlope: {x: 0.02788601, y: 0.05292504, z: -0.009355996, w: -0.009062428} - outSlope: {x: 0.02788601, y: 0.05292504, z: -0.009355996, w: -0.009062428} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.81646 - value: {x: 0.11745772, y: 0.106093496, z: -0.012621621, w: 0.98731375} - inSlope: {x: 0.0278764, y: 0.052832946, z: -0.009397319, w: -0.009114286} - outSlope: {x: 0.0278764, y: 0.052832946, z: -0.009397319, w: -0.009114286} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.833126 - value: {x: 0.11792223, y: 0.106973276, z: -0.012778585, w: 0.98716146} - inSlope: {x: 0.027865224, y: 0.05274041, z: -0.009438334, w: -0.009164354} - outSlope: {x: 0.027865224, y: 0.05274041, z: -0.009438334, w: -0.009164354} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.849792 - value: {x: 0.118386544, y: 0.10785148, z: -0.012936227, w: 0.9870083} - inSlope: {x: 0.027853154, y: 0.05264564, z: -0.009478904, w: -0.009216211} - outSlope: {x: 0.027853154, y: 0.05264564, z: -0.009478904, w: -0.009216211} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.866459 - value: {x: 0.118850656, y: 0.1087281, z: -0.0130945435, w: 0.98685426} - inSlope: {x: 0.02784153, y: 0.05255064, z: -0.009519361, w: -0.009268068} - outSlope: {x: 0.02784153, y: 0.05255064, z: -0.009519361, w: -0.009268068} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.883125 - value: {x: 0.11931458, y: 0.109603144, z: -0.013253534, w: 0.98669934} - inSlope: {x: 0.027828343, y: 0.052456092, z: -0.009559566, w: -0.009321712} - outSlope: {x: 0.027828343, y: 0.052456092, z: -0.009559566, w: -0.009321712} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.899792 - value: {x: 0.11977825, y: 0.11047661, z: -0.013413191, w: 0.98654354} - inSlope: {x: 0.027814485, y: 0.052360646, z: -0.009599382, w: -0.00937357} - outSlope: {x: 0.027814485, y: 0.052360646, z: -0.009599382, w: -0.00937357} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.916458 - value: {x: 0.12024172, y: 0.11134847, z: -0.013573509, w: 0.9863869} - inSlope: {x: 0.027801074, y: 0.052263416, z: -0.009638889, w: -0.0094200615} - outSlope: {x: 0.027801074, y: 0.052263416, z: -0.009638889, w: -0.0094200615} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.933125 - value: {x: 0.12070494, y: 0.1122187, z: -0.013734482, w: 0.98622954} - inSlope: {x: 0.027785428, y: 0.05216507, z: -0.009677948, w: -0.009468343} - outSlope: {x: 0.027785428, y: 0.05216507, z: -0.009677948, w: -0.009468343} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.949791 - value: {x: 0.12116788, y: 0.11308728, z: -0.013896102, w: 0.9860713} - inSlope: {x: 0.027769111, y: 0.052067164, z: -0.009716842, w: -0.009521987} - outSlope: {x: 0.027769111, y: 0.052067164, z: -0.009716842, w: -0.009521987} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.966457 - value: {x: 0.121630564, y: 0.113954246, z: -0.014058372, w: 0.98591214} - inSlope: {x: 0.02775324, y: 0.051968817, z: -0.009755511, w: -0.009570267} - outSlope: {x: 0.02775324, y: 0.051968817, z: -0.009755511, w: -0.009570267} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.983124 - value: {x: 0.12209298, y: 0.11481955, z: -0.014221281, w: 0.9857523} - inSlope: {x: 0.027736476, y: 0.051868454, z: -0.00979376, w: -0.009618549} - outSlope: {x: 0.027736476, y: 0.051868454, z: -0.00979376, w: -0.009618549} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 24.99979 - value: {x: 0.1225551, y: 0.11568317, z: -0.014384826, w: 0.98559153} - inSlope: {x: 0.027718594, y: 0.05176899, z: -0.009831815, w: -0.009666828} - outSlope: {x: 0.027718594, y: 0.05176899, z: -0.009831815, w: -0.009666828} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.016457 - value: {x: 0.123016916, y: 0.116545156, z: -0.014549003, w: 0.98543006} - inSlope: {x: 0.027699819, y: 0.051667735, z: -0.009869367, w: -0.009713322} - outSlope: {x: 0.027699819, y: 0.051667735, z: -0.009869367, w: -0.009713322} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.033123 - value: {x: 0.12347841, y: 0.1174054, z: -0.0147138, w: 0.98526776} - inSlope: {x: 0.02768082, y: 0.051564913, z: -0.0099066105, w: -0.009761602} - outSlope: {x: 0.02768082, y: 0.051564913, z: -0.0099066105, w: -0.009761602} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.04979 - value: {x: 0.123939596, y: 0.11826396, z: -0.014879218, w: 0.9851047} - inSlope: {x: 0.027660703, y: 0.05146366, z: -0.009943687, w: -0.009808093} - outSlope: {x: 0.027660703, y: 0.05146366, z: -0.009943687, w: -0.009808093} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.066456 - value: {x: 0.12440042, y: 0.11912083, z: -0.015045251, w: 0.9849408} - inSlope: {x: 0.027640138, y: 0.05136039, z: -0.009980317, w: -0.009856375} - outSlope: {x: 0.027640138, y: 0.05136039, z: -0.009980317, w: -0.009856375} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.083122 - value: {x: 0.12486092, y: 0.11997595, z: -0.01521189, w: 0.98477614} - inSlope: {x: 0.027619127, y: 0.051255785, z: -0.010016555, w: -0.009901078} - outSlope: {x: 0.027619127, y: 0.051255785, z: -0.010016555, w: -0.009901078} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.099789 - value: {x: 0.12532105, y: 0.12082933, z: -0.015379131, w: 0.9846108} - inSlope: {x: 0.027596999, y: 0.05115073, z: -0.0100524295, w: -0.009945783} - outSlope: {x: 0.027596999, y: 0.05115073, z: -0.0100524295, w: -0.009945783} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.116455 - value: {x: 0.1257808, y: 0.121680945, z: -0.015546966, w: 0.9844446} - inSlope: {x: 0.027574424, y: 0.0510459, z: -0.01008811, w: -0.009992275} - outSlope: {x: 0.027574424, y: 0.0510459, z: -0.01008811, w: -0.009992275} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.133121 - value: {x: 0.12624018, y: 0.12253083, z: -0.015715396, w: 0.9842777} - inSlope: {x: 0.027551178, y: 0.05094017, z: -0.010123426, w: -0.010035191} - outSlope: {x: 0.027551178, y: 0.05094017, z: -0.010123426, w: -0.010035191} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.149788 - value: {x: 0.12669916, y: 0.123378925, z: -0.015884409, w: 0.9841101} - inSlope: {x: 0.027527485, y: 0.05083199, z: -0.010158183, w: -0.010081684} - outSlope: {x: 0.027527485, y: 0.05083199, z: -0.010158183, w: -0.010081684} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.166454 - value: {x: 0.12715775, y: 0.12422521, z: -0.016053997, w: 0.9839417} - inSlope: {x: 0.02750245, y: 0.050725147, z: -0.010192829, w: -0.010126388} - outSlope: {x: 0.02750245, y: 0.050725147, z: -0.010192829, w: -0.010126388} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.18312 - value: {x: 0.1276159, y: 0.12506974, z: -0.016224165, w: 0.9837726} - inSlope: {x: 0.027476968, y: 0.05061786, z: -0.01022714, w: -0.010167515} - outSlope: {x: 0.027476968, y: 0.05061786, z: -0.01022714, w: -0.010167515} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.199787 - value: {x: 0.12807363, y: 0.12591244, z: -0.016394896, w: 0.98360276} - inSlope: {x: 0.027451487, y: 0.050508555, z: -0.010260835, w: -0.010210432} - outSlope: {x: 0.027451487, y: 0.050508555, z: -0.010260835, w: -0.010210432} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.216454 - value: {x: 0.12853093, y: 0.12675333, z: -0.016566187, w: 0.98343223} - inSlope: {x: 0.027424665, y: 0.050399028, z: -0.010294307, w: -0.010253347} - outSlope: {x: 0.027424665, y: 0.050399028, z: -0.010294307, w: -0.010253347} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.23312 - value: {x: 0.12898777, y: 0.12759238, z: -0.016738035, w: 0.983261} - inSlope: {x: 0.027396947, y: 0.050288163, z: -0.0103273885, w: -0.010294475} - outSlope: {x: 0.027396947, y: 0.050288163, z: -0.0103273885, w: -0.010294475} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.249786 - value: {x: 0.12944415, y: 0.12842958, z: -0.016910428, w: 0.9830891} - inSlope: {x: 0.027369231, y: 0.05017685, z: -0.010360135, w: -0.010335604} - outSlope: {x: 0.027369231, y: 0.05017685, z: -0.010360135, w: -0.010335604} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.266453 - value: {x: 0.12990007, y: 0.12926492, z: -0.017083367, w: 0.9829165} - inSlope: {x: 0.027340174, y: 0.050065983, z: -0.010392545, w: -0.010378519} - outSlope: {x: 0.027340174, y: 0.050065983, z: -0.010392545, w: -0.010378519} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.28312 - value: {x: 0.13035548, y: 0.13009842, z: -0.017256841, w: 0.98274314} - inSlope: {x: 0.02731067, y: 0.049953327, z: -0.010424397, w: -0.010419646} - outSlope: {x: 0.02731067, y: 0.049953327, z: -0.010424397, w: -0.010419646} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.299786 - value: {x: 0.13081041, y: 0.13093, z: -0.017430842, w: 0.98256916} - inSlope: {x: 0.027281165, y: 0.049840227, z: -0.0104560815, w: -0.010458987} - outSlope: {x: 0.027281165, y: 0.049840227, z: -0.0104560815, w: -0.010458987} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.316452 - value: {x: 0.13126484, y: 0.13175973, z: -0.017605372, w: 0.9823945} - inSlope: {x: 0.02724987, y: 0.049727127, z: -0.010487318, w: -0.010498326} - outSlope: {x: 0.02724987, y: 0.049727127, z: -0.010487318, w: -0.010498326} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.333118 - value: {x: 0.13171872, y: 0.13258755, z: -0.017780414, w: 0.9822192} - inSlope: {x: 0.027218578, y: 0.049612235, z: -0.010518052, w: -0.010537665} - outSlope: {x: 0.027218578, y: 0.049612235, z: -0.010518052, w: -0.010537665} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.349785 - value: {x: 0.13217211, y: 0.13341345, z: -0.017955968, w: 0.98204327} - inSlope: {x: 0.027186839, y: 0.049497347, z: -0.010548563, w: -0.010577006} - outSlope: {x: 0.027186839, y: 0.049497347, z: -0.010548563, w: -0.010577006} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.366451 - value: {x: 0.13262494, y: 0.13423744, z: -0.018132027, w: 0.98186666} - inSlope: {x: 0.027154204, y: 0.049381115, z: -0.010578459, w: -0.010612769} - outSlope: {x: 0.027154204, y: 0.049381115, z: -0.010578459, w: -0.010612769} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.383118 - value: {x: 0.13307723, y: 0.13505946, z: -0.018308578, w: 0.9816895} - inSlope: {x: 0.027120229, y: 0.04926399, z: -0.010607963, w: -0.01065032} - outSlope: {x: 0.027120229, y: 0.04926399, z: -0.010607963, w: -0.01065032} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.399784 - value: {x: 0.13352893, y: 0.13587955, z: -0.01848562, w: 0.98151165} - inSlope: {x: 0.027086254, y: 0.04914642, z: -0.010637244, w: -0.010691448} - outSlope: {x: 0.027086254, y: 0.04914642, z: -0.010637244, w: -0.010691448} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.41645 - value: {x: 0.1339801, y: 0.13669765, z: -0.018663147, w: 0.98133314} - inSlope: {x: 0.02705228, y: 0.049029294, z: -0.010666135, w: -0.010727212} - outSlope: {x: 0.02705228, y: 0.049029294, z: -0.010666135, w: -0.010727212} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.433117 - value: {x: 0.13443066, y: 0.13751383, z: -0.018841153, w: 0.9811541} - inSlope: {x: 0.027016962, y: 0.048912168, z: -0.010694689, w: -0.0107611865} - outSlope: {x: 0.027016962, y: 0.048912168, z: -0.010694689, w: -0.0107611865} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.449783 - value: {x: 0.13488065, y: 0.13832803, z: -0.019019632, w: 0.98097444} - inSlope: {x: 0.026980305, y: 0.04879102, z: -0.010722462, w: -0.010798738} - outSlope: {x: 0.026980305, y: 0.04879102, z: -0.010722462, w: -0.010798738} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.46645 - value: {x: 0.13532999, y: 0.13914017, z: -0.019198563, w: 0.98079413} - inSlope: {x: 0.026943648, y: 0.048671663, z: -0.0107500665, w: -0.010832714} - outSlope: {x: 0.026943648, y: 0.048671663, z: -0.0107500665, w: -0.010832714} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.483116 - value: {x: 0.13577875, y: 0.1399504, z: -0.019377962, w: 0.98061335} - inSlope: {x: 0.02690699, y: 0.048551407, z: -0.010777336, w: -0.010866689} - outSlope: {x: 0.02690699, y: 0.048551407, z: -0.010777336, w: -0.010866689} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.499783 - value: {x: 0.13622688, y: 0.14075853, z: -0.019557802, w: 0.9804319} - inSlope: {x: 0.026868097, y: 0.048429362, z: -0.010803991, w: -0.010902451} - outSlope: {x: 0.026868097, y: 0.048429362, z: -0.010803991, w: -0.010902451} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.516449 - value: {x: 0.13667434, y: 0.14156468, z: -0.01973809, w: 0.98024994} - inSlope: {x: 0.026829652, y: 0.048308216, z: -0.010830423, w: -0.010934639} - outSlope: {x: 0.026829652, y: 0.048308216, z: -0.010830423, w: -0.010934639} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.533115 - value: {x: 0.13712119, y: 0.14236878, z: -0.01991881, w: 0.98006743} - inSlope: {x: 0.02679076, y: 0.04818528, z: -0.010856239, w: -0.010968614} - outSlope: {x: 0.02679076, y: 0.04818528, z: -0.010856239, w: -0.010968614} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.549782 - value: {x: 0.13756736, y: 0.14317083, z: -0.020099958, w: 0.9798843} - inSlope: {x: 0.026750972, y: 0.048061896, z: -0.010881664, w: -0.011000801} - outSlope: {x: 0.026750972, y: 0.048061896, z: -0.010881664, w: -0.011000801} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.566448 - value: {x: 0.13801287, y: 0.14397082, z: -0.020281527, w: 0.97970074} - inSlope: {x: 0.02671074, y: 0.047937617, z: -0.010906698, w: -0.011032987} - outSlope: {x: 0.02671074, y: 0.047937617, z: -0.010906698, w: -0.011032987} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.583115 - value: {x: 0.1384577, y: 0.14476873, z: -0.02046351, w: 0.97951657} - inSlope: {x: 0.026669163, y: 0.047813788, z: -0.010931286, w: -0.011065176} - outSlope: {x: 0.026669163, y: 0.047813788, z: -0.010931286, w: -0.011065176} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.599781 - value: {x: 0.13890183, y: 0.14556459, z: -0.020645898, w: 0.9793319} - inSlope: {x: 0.026626695, y: 0.04768862, z: -0.010955315, w: -0.011093786} - outSlope: {x: 0.026626695, y: 0.04768862, z: -0.010955315, w: -0.011093786} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.616447 - value: {x: 0.13934524, y: 0.14635833, z: -0.020828681, w: 0.9791468} - inSlope: {x: 0.026584227, y: 0.04756121, z: -0.010978896, w: -0.011124184} - outSlope: {x: 0.026584227, y: 0.04756121, z: -0.010978896, w: -0.011124184} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.633114 - value: {x: 0.13978796, y: 0.14714994, z: -0.021011855, w: 0.9789611} - inSlope: {x: 0.026541758, y: 0.047435142, z: -0.0110023655, w: -0.011156372} - outSlope: {x: 0.026541758, y: 0.047435142, z: -0.0110023655, w: -0.011156372} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.64978 - value: {x: 0.14022996, y: 0.14793947, z: -0.021195421, w: 0.9787749} - inSlope: {x: 0.0264975, y: 0.047307737, z: -0.011025164, w: -0.011188559} - outSlope: {x: 0.0264975, y: 0.047307737, z: -0.011025164, w: -0.011188559} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.666447 - value: {x: 0.1406712, y: 0.14872684, z: -0.021379355, w: 0.97858816} - inSlope: {x: 0.026453244, y: 0.047180332, z: -0.011047461, w: -0.011215381} - outSlope: {x: 0.026453244, y: 0.047180332, z: -0.011047461, w: -0.011215381} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.683113 - value: {x: 0.14111172, y: 0.14951213, z: -0.021563664, w: 0.97840106} - inSlope: {x: 0.026408538, y: 0.04705292, z: -0.0110694785, w: -0.011242203} - outSlope: {x: 0.026408538, y: 0.04705292, z: -0.0110694785, w: -0.011242203} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.69978 - value: {x: 0.14155146, y: 0.15029524, z: -0.021748332, w: 0.9782134} - inSlope: {x: 0.02636294, y: 0.046922386, z: -0.01109088, w: -0.011272602} - outSlope: {x: 0.02636294, y: 0.046922386, z: -0.01109088, w: -0.011272602} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.716446 - value: {x: 0.14199047, y: 0.15107618, z: -0.021933354, w: 0.9780253} - inSlope: {x: 0.026316896, y: 0.046792746, z: -0.011111947, w: -0.011297637} - outSlope: {x: 0.026316896, y: 0.046792746, z: -0.011111947, w: -0.011297637} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.733112 - value: {x: 0.14242868, y: 0.15185498, z: -0.022118725, w: 0.97783685} - inSlope: {x: 0.026269061, y: 0.046662208, z: -0.011132231, w: -0.011322672} - outSlope: {x: 0.026269061, y: 0.046662208, z: -0.011132231, w: -0.011322672} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.749779 - value: {x: 0.14286609, y: 0.15263157, z: -0.022304423, w: 0.9776479} - inSlope: {x: 0.026221229, y: 0.04653033, z: -0.011152237, w: -0.011349494} - outSlope: {x: 0.026221229, y: 0.04653033, z: -0.011152237, w: -0.011349494} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.766445 - value: {x: 0.14330271, y: 0.15340596, z: -0.02249046, w: 0.97745854} - inSlope: {x: 0.026173394, y: 0.046398453, z: -0.011171962, w: -0.011376316} - outSlope: {x: 0.026173394, y: 0.046398453, z: -0.011171962, w: -0.011376316} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.783112 - value: {x: 0.14373852, y: 0.15417816, z: -0.022676816, w: 0.9772687} - inSlope: {x: 0.026125114, y: 0.04626613, z: -0.011191018, w: -0.011401351} - outSlope: {x: 0.026125114, y: 0.04626613, z: -0.011191018, w: -0.011401351} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.799778 - value: {x: 0.14417353, y: 0.15494815, z: -0.022863489, w: 0.9770785} - inSlope: {x: 0.02607594, y: 0.046133805, z: -0.011209793, w: -0.011424596} - outSlope: {x: 0.02607594, y: 0.046133805, z: -0.011209793, w: -0.011424596} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.816444 - value: {x: 0.14460771, y: 0.15571593, z: -0.02305047, w: 0.9768879} - inSlope: {x: 0.02602587, y: 0.046000585, z: -0.011228066, w: -0.011449631} - outSlope: {x: 0.02602587, y: 0.046000585, z: -0.011228066, w: -0.011449631} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.83311 - value: {x: 0.14504105, y: 0.15648147, z: -0.023237752, w: 0.97669685} - inSlope: {x: 0.025974462, y: 0.04586558, z: -0.0112455, w: -0.011474665} - outSlope: {x: 0.025974462, y: 0.04586558, z: -0.0112455, w: -0.011474665} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.849777 - value: {x: 0.14547351, y: 0.15724476, z: -0.023425315, w: 0.9765054} - inSlope: {x: 0.025923051, y: 0.04572968, z: -0.011262599, w: -0.011497911} - outSlope: {x: 0.025923051, y: 0.04572968, z: -0.011262599, w: -0.011497911} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.866444 - value: {x: 0.14590514, y: 0.15800577, z: -0.023613166, w: 0.9763136} - inSlope: {x: 0.025871642, y: 0.045594223, z: -0.011279364, w: -0.0115175815} - outSlope: {x: 0.025871642, y: 0.045594223, z: -0.011279364, w: -0.0115175815} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.88311 - value: {x: 0.14633588, y: 0.15876454, z: -0.023801288, w: 0.9761215} - inSlope: {x: 0.025819339, y: 0.045458324, z: -0.011295681, w: -0.011539039} - outSlope: {x: 0.025819339, y: 0.045458324, z: -0.011295681, w: -0.011539039} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.899776 - value: {x: 0.14676577, y: 0.15952103, z: -0.023989683, w: 0.97592896} - inSlope: {x: 0.025766587, y: 0.045321085, z: -0.011311495, w: -0.011562286} - outSlope: {x: 0.025766587, y: 0.045321085, z: -0.011311495, w: -0.011562286} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.916443 - value: {x: 0.14719476, y: 0.16027522, z: -0.024178332, w: 0.9757361} - inSlope: {x: 0.02571294, y: 0.045183394, z: -0.011326751, w: -0.0115819555} - outSlope: {x: 0.02571294, y: 0.045183394, z: -0.011326751, w: -0.0115819555} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.93311 - value: {x: 0.14762285, y: 0.16102712, z: -0.024367236, w: 0.9755429} - inSlope: {x: 0.025657061, y: 0.045045704, z: -0.011341391, w: -0.011601625} - outSlope: {x: 0.025657061, y: 0.045045704, z: -0.011341391, w: -0.011601625} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.949776 - value: {x: 0.14804998, y: 0.16177672, z: -0.024556372, w: 0.97534937} - inSlope: {x: 0.025602076, y: 0.04490578, z: -0.011355361, w: -0.011619506} - outSlope: {x: 0.025602076, y: 0.04490578, z: -0.011355361, w: -0.011619506} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.966442 - value: {x: 0.14847624, y: 0.16252396, z: -0.024745742, w: 0.9751556} - inSlope: {x: 0.025548432, y: 0.0447672, z: -0.011369387, w: -0.011637388} - outSlope: {x: 0.025548432, y: 0.0447672, z: -0.011369387, w: -0.011637388} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.983109 - value: {x: 0.14890158, y: 0.16326894, z: -0.024935346, w: 0.97496146} - inSlope: {x: 0.02549121, y: 0.04462727, z: -0.011382574, w: -0.011657058} - outSlope: {x: 0.02549121, y: 0.04462727, z: -0.011382574, w: -0.011657058} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 25.999775 - value: {x: 0.14932594, y: 0.16401151, z: -0.025125155, w: 0.974767} - inSlope: {x: 0.025434434, y: 0.04448601, z: -0.0113953715, w: -0.01167494} - outSlope: {x: 0.025434434, y: 0.04448601, z: -0.0113953715, w: -0.01167494} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.016441 - value: {x: 0.14974938, y: 0.16475178, z: -0.025315186, w: 0.9745723} - inSlope: {x: 0.025377214, y: 0.044345193, z: -0.011407609, w: -0.011692822} - outSlope: {x: 0.025377214, y: 0.044345193, z: -0.011407609, w: -0.011692822} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.033108 - value: {x: 0.15017183, y: 0.16548966, z: -0.025505403, w: 0.9743773} - inSlope: {x: 0.025318652, y: 0.044202585, z: -0.01141912, w: -0.011708915} - outSlope: {x: 0.025318652, y: 0.044202585, z: -0.01141912, w: -0.011708915} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.049774 - value: {x: 0.15059333, y: 0.16622518, z: -0.025695818, w: 0.974182} - inSlope: {x: 0.025260536, y: 0.044060424, z: -0.011430408, w: -0.01172322} - outSlope: {x: 0.025260536, y: 0.044060424, z: -0.011430408, w: -0.01172322} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.06644 - value: {x: 0.15101384, y: 0.16695832, z: -0.02588641, w: 0.9739865} - inSlope: {x: 0.025201973, y: 0.04391603, z: -0.011441082, w: -0.011741102} - outSlope: {x: 0.025201973, y: 0.04391603, z: -0.011441082, w: -0.011741102} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.083107 - value: {x: 0.15143338, y: 0.16768903, z: -0.026077181, w: 0.97379065} - inSlope: {x: 0.02514207, y: 0.04377298, z: -0.011451364, w: -0.011755408} - outSlope: {x: 0.02514207, y: 0.04377298, z: -0.011451364, w: -0.011755408} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.099773 - value: {x: 0.15185189, y: 0.1684174, z: -0.026268117, w: 0.97359467} - inSlope: {x: 0.025081273, y: 0.043629475, z: -0.011461087, w: -0.011767925} - outSlope: {x: 0.025081273, y: 0.043629475, z: -0.011461087, w: -0.011767925} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.11644 - value: {x: 0.15226941, y: 0.16914332, z: -0.026459211, w: 0.9733984} - inSlope: {x: 0.025020475, y: 0.043483295, z: -0.011470139, w: -0.01178223} - outSlope: {x: 0.025020475, y: 0.043483295, z: -0.011470139, w: -0.01178223} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.133106 - value: {x: 0.1526859, y: 0.16986682, z: -0.02665045, w: 0.97320193} - inSlope: {x: 0.024958782, y: 0.04333756, z: -0.011478577, w: -0.011794747} - outSlope: {x: 0.024958782, y: 0.04333756, z: -0.011478577, w: -0.011794747} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.149773 - value: {x: 0.15310135, y: 0.17058788, z: -0.026841825, w: 0.97300524} - inSlope: {x: 0.024896644, y: 0.043191824, z: -0.011486623, w: -0.011805476} - outSlope: {x: 0.024896644, y: 0.043191824, z: -0.011486623, w: -0.011805476} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.16644 - value: {x: 0.15351577, y: 0.17130652, z: -0.02703333, w: 0.9728084} - inSlope: {x: 0.02483406, y: 0.043045193, z: -0.011494335, w: -0.011817994} - outSlope: {x: 0.02483406, y: 0.043045193, z: -0.011494335, w: -0.011817994} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.183105 - value: {x: 0.15392914, y: 0.1720227, z: -0.027224964, w: 0.9726113} - inSlope: {x: 0.024771472, y: 0.04289633, z: -0.011501264, w: -0.011830511} - outSlope: {x: 0.024771472, y: 0.04289633, z: -0.011501264, w: -0.011830511} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.199772 - value: {x: 0.15434147, y: 0.17273638, z: -0.0274167, w: 0.9724141} - inSlope: {x: 0.02470665, y: 0.042748805, z: -0.011507522, w: -0.011837663} - outSlope: {x: 0.02470665, y: 0.042748805, z: -0.011507522, w: -0.011837663} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.216438 - value: {x: 0.15475269, y: 0.17344764, z: -0.027608542, w: 0.9722167} - inSlope: {x: 0.02464183, y: 0.042600833, z: -0.011513726, w: -0.01185018} - outSlope: {x: 0.02464183, y: 0.042600833, z: -0.011513726, w: -0.01185018} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.233105 - value: {x: 0.15516286, y: 0.17415638, z: -0.027800485, w: 0.9720191} - inSlope: {x: 0.024578352, y: 0.042451523, z: -0.011519426, w: -0.011859121} - outSlope: {x: 0.024578352, y: 0.042451523, z: -0.011519426, w: -0.011859121} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.249771 - value: {x: 0.15557195, y: 0.17486267, z: -0.027992517, w: 0.9718214} - inSlope: {x: 0.024511294, y: 0.042301767, z: -0.011523952, w: -0.011866273} - outSlope: {x: 0.024511294, y: 0.042301767, z: -0.011523952, w: -0.011866273} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.266438 - value: {x: 0.15597989, y: 0.17556642, z: -0.028184611, w: 0.97162354} - inSlope: {x: 0.024445131, y: 0.042150214, z: -0.011528087, w: -0.011875215} - outSlope: {x: 0.024445131, y: 0.042150214, z: -0.011528087, w: -0.011875215} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.283104 - value: {x: 0.15638678, y: 0.17626765, z: -0.02837678, w: 0.9714256} - inSlope: {x: 0.02437897, y: 0.04200001, z: -0.01153211, w: -0.011882368} - outSlope: {x: 0.02437897, y: 0.04200001, z: -0.01153211, w: -0.011882368} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.29977 - value: {x: 0.1567925, y: 0.1769664, z: -0.02856901, w: 0.97122747} - inSlope: {x: 0.024310572, y: 0.04184802, z: -0.0115351835, w: -0.01188952} - outSlope: {x: 0.024310572, y: 0.04184802, z: -0.0115351835, w: -0.01188952} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.316437 - value: {x: 0.15719712, y: 0.17766257, z: -0.02876128, w: 0.9710293} - inSlope: {x: 0.024243962, y: 0.041695125, z: -0.011537866, w: -0.011896673} - outSlope: {x: 0.024243962, y: 0.041695125, z: -0.011537866, w: -0.011896673} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.333103 - value: {x: 0.15760063, y: 0.17835622, z: -0.028953599, w: 0.9708309} - inSlope: {x: 0.024175566, y: 0.041542687, z: -0.011540045, w: -0.011902037} - outSlope: {x: 0.024175566, y: 0.041542687, z: -0.011540045, w: -0.011902037} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.34977 - value: {x: 0.15800296, y: 0.1790473, z: -0.029145943, w: 0.97063255} - inSlope: {x: 0.024105828, y: 0.0413898, z: -0.0115416655, w: -0.011902037} - outSlope: {x: 0.024105828, y: 0.0413898, z: -0.0115416655, w: -0.011902037} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.366436 - value: {x: 0.15840414, y: 0.17973585, z: -0.029338315, w: 0.9704342} - inSlope: {x: 0.024036536, y: 0.041235123, z: -0.011542671, w: -0.0119074015} - outSlope: {x: 0.024036536, y: 0.041235123, z: -0.011542671, w: -0.0119074015} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.383102 - value: {x: 0.15880416, y: 0.18042178, z: -0.029530693, w: 0.97023565} - inSlope: {x: 0.023965903, y: 0.04107955, z: -0.011542895, w: -0.011914554} - outSlope: {x: 0.023965903, y: 0.04107955, z: -0.011542895, w: -0.011914554} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.399769 - value: {x: 0.159203, y: 0.18110515, z: -0.029723072, w: 0.97003704} - inSlope: {x: 0.023894824, y: 0.040924877, z: -0.011542839, w: -0.011916342} - outSlope: {x: 0.023894824, y: 0.040924877, z: -0.011542839, w: -0.011916342} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.416435 - value: {x: 0.15960065, y: 0.18178593, z: -0.029915448, w: 0.96983844} - inSlope: {x: 0.02382419, y: 0.04076841, z: -0.011542224, w: -0.01191813} - outSlope: {x: 0.02382419, y: 0.04076841, z: -0.011542224, w: -0.01191813} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.433102 - value: {x: 0.15999712, y: 0.18246408, z: -0.030107807, w: 0.9696398} - inSlope: {x: 0.023752216, y: 0.040613286, z: -0.011541163, w: -0.0119199185} - outSlope: {x: 0.023752216, y: 0.040613286, z: -0.011541163, w: -0.0119199185} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.449768 - value: {x: 0.16039237, y: 0.18313968, z: -0.030300148, w: 0.9694411} - inSlope: {x: 0.023679797, y: 0.040456824, z: -0.0115393745, w: -0.011921707} - outSlope: {x: 0.023679797, y: 0.040456824, z: -0.0115393745, w: -0.011921707} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.466434 - value: {x: 0.16078644, y: 0.18381262, z: -0.030492447, w: 0.9692424} - inSlope: {x: 0.02360693, y: 0.04029723, z: -0.011536804, w: -0.011923495} - outSlope: {x: 0.02360693, y: 0.04029723, z: -0.011536804, w: -0.011923495} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.4831 - value: {x: 0.16117926, y: 0.1844829, z: -0.030684702, w: 0.9690437} - inSlope: {x: 0.023531824, y: 0.04013942, z: -0.011533787, w: -0.011921707} - outSlope: {x: 0.023531824, y: 0.04013942, z: -0.011533787, w: -0.011921707} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.499767 - value: {x: 0.16157082, y: 0.18515058, z: -0.030876901, w: 0.968845} - inSlope: {x: 0.023458958, y: 0.03998162, z: -0.011530546, w: -0.01191813} - outSlope: {x: 0.023458958, y: 0.03998162, z: -0.011530546, w: -0.01191813} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.516434 - value: {x: 0.16196121, y: 0.1858156, z: -0.031069048, w: 0.9686464} - inSlope: {x: 0.023385644, y: 0.039822023, z: -0.011526522, w: -0.011916342} - outSlope: {x: 0.023385644, y: 0.039822023, z: -0.011526522, w: -0.011916342} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.5331 - value: {x: 0.16235033, y: 0.18647796, z: -0.031261113, w: 0.9684478} - inSlope: {x: 0.023308305, y: 0.03966198, z: -0.011521605, w: -0.011916342} - outSlope: {x: 0.023308305, y: 0.03966198, z: -0.011521605, w: -0.011916342} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.549767 - value: {x: 0.16273814, y: 0.18713765, z: -0.031453095, w: 0.9682492} - inSlope: {x: 0.023232754, y: 0.039501943, z: -0.011516687, w: -0.011914554} - outSlope: {x: 0.023232754, y: 0.039501943, z: -0.011516687, w: -0.011914554} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.566433 - value: {x: 0.16312474, y: 0.18779467, z: -0.031644996, w: 0.96805066} - inSlope: {x: 0.023156311, y: 0.039341453, z: -0.011510764, w: -0.011910978} - outSlope: {x: 0.023156311, y: 0.039341453, z: -0.011510764, w: -0.011910978} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.5831 - value: {x: 0.16351001, y: 0.18844901, z: -0.03183678, w: 0.9678522} - inSlope: {x: 0.023079867, y: 0.03917873, z: -0.01150417, w: -0.011905613} - outSlope: {x: 0.023079867, y: 0.03917873, z: -0.01150417, w: -0.011905613} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.599766 - value: {x: 0.16389406, y: 0.18910061, z: -0.032028463, w: 0.9676538} - inSlope: {x: 0.023003422, y: 0.039016455, z: -0.011497576, w: -0.011900249} - outSlope: {x: 0.023003422, y: 0.039016455, z: -0.011497576, w: -0.011900249} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.616432 - value: {x: 0.16427678, y: 0.18974954, z: -0.03222003, w: 0.9674555} - inSlope: {x: 0.022924744, y: 0.038853284, z: -0.011489864, w: -0.0118948845} - outSlope: {x: 0.022924744, y: 0.038853284, z: -0.011489864, w: -0.0118948845} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.633099 - value: {x: 0.1646582, y: 0.1903957, z: -0.032411452, w: 0.9672573} - inSlope: {x: 0.022845617, y: 0.038690113, z: -0.011481594, w: -0.01188952} - outSlope: {x: 0.022845617, y: 0.038690113, z: -0.011481594, w: -0.01188952} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.649765 - value: {x: 0.16503829, y: 0.19103919, z: -0.032602742, w: 0.9670592} - inSlope: {x: 0.022766043, y: 0.03852784, z: -0.011473101, w: -0.011884156} - outSlope: {x: 0.022766043, y: 0.03852784, z: -0.011473101, w: -0.011884156} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.666431 - value: {x: 0.16541706, y: 0.19167994, z: -0.032793883, w: 0.9668612} - inSlope: {x: 0.022686917, y: 0.038362432, z: -0.011463713, w: -0.011877003} - outSlope: {x: 0.022686917, y: 0.038362432, z: -0.011463713, w: -0.011877003} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.683098 - value: {x: 0.1657945, y: 0.19231792, z: -0.03298486, w: 0.9666633} - inSlope: {x: 0.022606898, y: 0.038197026, z: -0.011453766, w: -0.0118680615} - outSlope: {x: 0.022606898, y: 0.038197026, z: -0.011453766, w: -0.0118680615} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.699764 - value: {x: 0.16617061, y: 0.19295315, z: -0.03317567, w: 0.9664656} - inSlope: {x: 0.022526875, y: 0.038031623, z: -0.011443373, w: -0.011857333} - outSlope: {x: 0.022526875, y: 0.038031623, z: -0.011443373, w: -0.011857333} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.71643 - value: {x: 0.16654539, y: 0.19358562, z: -0.0333663, w: 0.96626806} - inSlope: {x: 0.02244462, y: 0.037866216, z: -0.0114324195, w: -0.01185018} - outSlope: {x: 0.02244462, y: 0.037866216, z: -0.0114324195, w: -0.01185018} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.733097 - value: {x: 0.16691875, y: 0.19421534, z: -0.033556744, w: 0.9660706} - inSlope: {x: 0.022362813, y: 0.03769902, z: -0.011420573, w: -0.011839451} - outSlope: {x: 0.022362813, y: 0.03769902, z: -0.011420573, w: -0.011839451} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.749763 - value: {x: 0.1672908, y: 0.19484223, z: -0.03374698, w: 0.9658734} - inSlope: {x: 0.02228145, y: 0.03753049, z: -0.01140828, w: -0.011828722} - outSlope: {x: 0.02228145, y: 0.03753049, z: -0.01140828, w: -0.011828722} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.76643 - value: {x: 0.16766146, y: 0.19546634, z: -0.033937015, w: 0.9656763} - inSlope: {x: 0.022197854, y: 0.037365083, z: -0.011395874, w: -0.011817994} - outSlope: {x: 0.022197854, y: 0.037365083, z: -0.011395874, w: -0.011817994} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.783096 - value: {x: 0.16803072, y: 0.19608772, z: -0.034126837, w: 0.9654795} - inSlope: {x: 0.022115152, y: 0.037196547, z: -0.011382462, w: -0.011805476} - outSlope: {x: 0.022115152, y: 0.037196547, z: -0.011382462, w: -0.011805476} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.799763 - value: {x: 0.16839862, y: 0.1967062, z: -0.034316424, w: 0.9652828} - inSlope: {x: 0.022031106, y: 0.037026227, z: -0.011368157, w: -0.011792959} - outSlope: {x: 0.022031106, y: 0.037026227, z: -0.011368157, w: -0.011792959} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.81643 - value: {x: 0.16876508, y: 0.1973219, z: -0.03450577, w: 0.9650864} - inSlope: {x: 0.02194617, y: 0.03685769, z: -0.011353517, w: -0.011780442} - outSlope: {x: 0.02194617, y: 0.03685769, z: -0.011353517, w: -0.011780442} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.833096 - value: {x: 0.16913015, y: 0.19793478, z: -0.03469487, w: 0.9648901} - inSlope: {x: 0.021861231, y: 0.036687814, z: -0.011338206, w: -0.0117643485} - outSlope: {x: 0.021861231, y: 0.036687814, z: -0.011338206, w: -0.0117643485} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.849762 - value: {x: 0.16949378, y: 0.19854482, z: -0.034883704, w: 0.96469426} - inSlope: {x: 0.021775398, y: 0.036517046, z: -0.011322336, w: -0.011748254} - outSlope: {x: 0.021775398, y: 0.036517046, z: -0.011322336, w: -0.011748254} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.866428 - value: {x: 0.16985598, y: 0.199152, z: -0.035072275, w: 0.9644985} - inSlope: {x: 0.021690015, y: 0.036344934, z: -0.011306019, w: -0.011735737} - outSlope: {x: 0.021690015, y: 0.036344934, z: -0.011306019, w: -0.011735737} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.883095 - value: {x: 0.17021677, y: 0.1997563, z: -0.035260566, w: 0.9643031} - inSlope: {x: 0.021603288, y: 0.036173716, z: -0.0112889195, w: -0.011721432} - outSlope: {x: 0.021603288, y: 0.036173716, z: -0.0112889195, w: -0.011721432} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.899761 - value: {x: 0.17057608, y: 0.20035776, z: -0.035448566, w: 0.9641078} - inSlope: {x: 0.021516114, y: 0.036001608, z: -0.011271262, w: -0.011703551} - outSlope: {x: 0.021516114, y: 0.036001608, z: -0.011271262, w: -0.011703551} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.916428 - value: {x: 0.17093396, y: 0.20095633, z: -0.03563627, w: 0.96391296} - inSlope: {x: 0.021428496, y: 0.035828598, z: -0.011253044, w: -0.011683881} - outSlope: {x: 0.021428496, y: 0.035828598, z: -0.011253044, w: -0.011683881} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.933094 - value: {x: 0.17129035, y: 0.20155203, z: -0.03582366, w: 0.96371835} - inSlope: {x: 0.021339532, y: 0.035657384, z: -0.011234269, w: -0.011665999} - outSlope: {x: 0.021339532, y: 0.035657384, z: -0.011234269, w: -0.011665999} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.94976 - value: {x: 0.17164527, y: 0.20214489, z: -0.03601074, w: 0.9635241} - inSlope: {x: 0.021251466, y: 0.035482593, z: -0.011214711, w: -0.011648118} - outSlope: {x: 0.021251466, y: 0.035482593, z: -0.011214711, w: -0.011648118} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.966427 - value: {x: 0.17199872, y: 0.20273477, z: -0.03619748, w: 0.9633301} - inSlope: {x: 0.0211634, y: 0.035307795, z: -0.011194818, w: -0.011632023} - outSlope: {x: 0.0211634, y: 0.035307795, z: -0.011194818, w: -0.011632023} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.983093 - value: {x: 0.1723507, y: 0.2033218, z: -0.036383893, w: 0.9631364} - inSlope: {x: 0.021073096, y: 0.035132557, z: -0.011174141, w: -0.011610566} - outSlope: {x: 0.021073096, y: 0.035132557, z: -0.011174141, w: -0.011610566} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 26.99976 - value: {x: 0.17270115, y: 0.20390584, z: -0.036569946, w: 0.9629431} - inSlope: {x: 0.020981453, y: 0.034956872, z: -0.01115246, w: -0.011589108} - outSlope: {x: 0.020981453, y: 0.034956872, z: -0.01115246, w: -0.011589108} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.016426 - value: {x: 0.17305008, y: 0.20448701, z: -0.036755636, w: 0.9627501} - inSlope: {x: 0.0208916, y: 0.034782074, z: -0.011130666, w: -0.01156765} - outSlope: {x: 0.0208916, y: 0.034782074, z: -0.011130666, w: -0.01156765} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.033092 - value: {x: 0.17339753, y: 0.20506522, z: -0.036940962, w: 0.9625575} - inSlope: {x: 0.020800848, y: 0.0346046, z: -0.011108203, w: -0.0115426155} - outSlope: {x: 0.020800848, y: 0.0346046, z: -0.011108203, w: -0.0115426155} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.049759 - value: {x: 0.17374343, y: 0.20564048, z: -0.037125904, w: 0.9623653} - inSlope: {x: 0.020708758, y: 0.034428466, z: -0.011085181, w: -0.011522946} - outSlope: {x: 0.020708758, y: 0.034428466, z: -0.011085181, w: -0.011522946} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.066425 - value: {x: 0.17408781, y: 0.20621282, z: -0.037310462, w: 0.9621734} - inSlope: {x: 0.020616667, y: 0.03425099, z: -0.011061599, w: -0.0115032755} - outSlope: {x: 0.020616667, y: 0.03425099, z: -0.011061599, w: -0.0115032755} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.083092 - value: {x: 0.17443064, y: 0.20678216, z: -0.03749462, w: 0.9619819} - inSlope: {x: 0.020523682, y: 0.03407173, z: -0.011037123, w: -0.011476453} - outSlope: {x: 0.020523682, y: 0.03407173, z: -0.011037123, w: -0.011476453} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.099758 - value: {x: 0.17477192, y: 0.20734853, z: -0.03767836, w: 0.96179086} - inSlope: {x: 0.020430252, y: 0.03389425, z: -0.0110120885, w: -0.011449631} - outSlope: {x: 0.020430252, y: 0.03389425, z: -0.0110120885, w: -0.011449631} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.116425 - value: {x: 0.17511164, y: 0.20791195, z: -0.037861682, w: 0.96160024} - inSlope: {x: 0.020336818, y: 0.033714093, z: -0.010986272, w: -0.011424596} - outSlope: {x: 0.020336818, y: 0.033714093, z: -0.010986272, w: -0.011424596} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.133091 - value: {x: 0.1754498, y: 0.20847231, z: -0.038044564, w: 0.96141005} - inSlope: {x: 0.020242494, y: 0.03353394, z: -0.010960121, w: -0.0113995625} - outSlope: {x: 0.020242494, y: 0.03353394, z: -0.010960121, w: -0.0113995625} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.149757 - value: {x: 0.17578638, y: 0.20902973, z: -0.038227014, w: 0.96122026} - inSlope: {x: 0.020147273, y: 0.033356458, z: -0.010933633, w: -0.011372739} - outSlope: {x: 0.020147273, y: 0.033356458, z: -0.010933633, w: -0.011372739} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.166424 - value: {x: 0.17612137, y: 0.20958418, z: -0.038409013, w: 0.96103096} - inSlope: {x: 0.020052053, y: 0.033174515, z: -0.010906028, w: -0.011344129} - outSlope: {x: 0.020052053, y: 0.033174515, z: -0.010906028, w: -0.011344129} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.18309 - value: {x: 0.17645477, y: 0.21013553, z: -0.038590543, w: 0.96084213} - inSlope: {x: 0.019956835, y: 0.032992125, z: -0.010877976, w: -0.011317307} - outSlope: {x: 0.019956835, y: 0.032992125, z: -0.010877976, w: -0.011317307} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.199757 - value: {x: 0.17678659, y: 0.2106839, z: -0.038771607, w: 0.9606537} - inSlope: {x: 0.019860718, y: 0.032809727, z: -0.010849142, w: -0.011288696} - outSlope: {x: 0.019860718, y: 0.032809727, z: -0.010849142, w: -0.011288696} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.216423 - value: {x: 0.17711678, y: 0.21122918, z: -0.038952176, w: 0.96046585} - inSlope: {x: 0.019762818, y: 0.032629125, z: -0.010819862, w: -0.011258297} - outSlope: {x: 0.019762818, y: 0.032629125, z: -0.010819862, w: -0.011258297} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.23309 - value: {x: 0.17744534, y: 0.21177152, z: -0.039132264, w: 0.96027845} - inSlope: {x: 0.01966581, y: 0.03244673, z: -0.010790133, w: -0.011227898} - outSlope: {x: 0.01966581, y: 0.03244673, z: -0.010790133, w: -0.011227898} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.249756 - value: {x: 0.1777723, y: 0.21231072, z: -0.03931184, w: 0.9600916} - inSlope: {x: 0.0195688, y: 0.032261208, z: -0.010759398, w: -0.011199288} - outSlope: {x: 0.0195688, y: 0.032261208, z: -0.010759398, w: -0.011199288} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.266422 - value: {x: 0.17809762, y: 0.21284688, z: -0.039490905, w: 0.95990515} - inSlope: {x: 0.019470006, y: 0.032079265, z: -0.010728329, w: -0.011168889} - outSlope: {x: 0.019470006, y: 0.032079265, z: -0.010728329, w: -0.011168889} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.283089 - value: {x: 0.17842129, y: 0.21338001, z: -0.039669447, w: 0.9597193} - inSlope: {x: 0.01937076, y: 0.03189463, z: -0.010696478, w: -0.011134913} - outSlope: {x: 0.01937076, y: 0.03189463, z: -0.010696478, w: -0.011134913} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.299755 - value: {x: 0.1787433, y: 0.21391001, z: -0.03984745, w: 0.959534} - inSlope: {x: 0.019271072, y: 0.031708665, z: -0.010663955, w: -0.011102727} - outSlope: {x: 0.019271072, y: 0.031708665, z: -0.010663955, w: -0.011102727} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.316422 - value: {x: 0.17906365, y: 0.21443695, z: -0.040024906, w: 0.9593492} - inSlope: {x: 0.019172275, y: 0.031524934, z: -0.010631209, w: -0.011066964} - outSlope: {x: 0.019172275, y: 0.031524934, z: -0.010631209, w: -0.011066964} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.333088 - value: {x: 0.17938237, y: 0.21496083, z: -0.040201817, w: 0.9591651} - inSlope: {x: 0.01907169, y: 0.031338066, z: -0.010597458, w: -0.011034776} - outSlope: {x: 0.01907169, y: 0.031338066, z: -0.010597458, w: -0.011034776} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.349754 - value: {x: 0.17969936, y: 0.21548153, z: -0.04037815, w: 0.9589814} - inSlope: {x: 0.018970214, y: 0.03115031, z: -0.010562812, w: -0.010999013} - outSlope: {x: 0.018970214, y: 0.03115031, z: -0.010562812, w: -0.010999013} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.36642 - value: {x: 0.1800147, y: 0.21599916, z: -0.040553905, w: 0.95879847} - inSlope: {x: 0.018870074, y: 0.030965682, z: -0.010528389, w: -0.010959674} - outSlope: {x: 0.018870074, y: 0.030965682, z: -0.010528389, w: -0.010959674} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.383087 - value: {x: 0.18032835, y: 0.21651371, z: -0.04072909, w: 0.9586161} - inSlope: {x: 0.01876815, y: 0.030777924, z: -0.010492962, w: -0.010929274} - outSlope: {x: 0.01876815, y: 0.030777924, z: -0.010492962, w: -0.010929274} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.399754 - value: {x: 0.1806403, y: 0.21702507, z: -0.040903665, w: 0.95843416} - inSlope: {x: 0.018664882, y: 0.030588824, z: -0.010456417, w: -0.0108917225} - outSlope: {x: 0.018664882, y: 0.030588824, z: -0.010456417, w: -0.0108917225} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.41642 - value: {x: 0.18095051, y: 0.21753332, z: -0.041077632, w: 0.958253} - inSlope: {x: 0.018561617, y: 0.03040062, z: -0.010419423, w: -0.010850595} - outSlope: {x: 0.018561617, y: 0.03040062, z: -0.010419423, w: -0.010850595} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.433086 - value: {x: 0.181259, y: 0.21803841, z: -0.041250974, w: 0.9580725} - inSlope: {x: 0.018458799, y: 0.03021063, z: -0.010381984, w: -0.010814832} - outSlope: {x: 0.018458799, y: 0.03021063, z: -0.010381984, w: -0.010814832} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.449753 - value: {x: 0.18156579, y: 0.21854033, z: -0.041423693, w: 0.95789254} - inSlope: {x: 0.018355083, y: 0.030022424, z: -0.010344433, w: -0.01077728} - outSlope: {x: 0.018355083, y: 0.030022424, z: -0.010344433, w: -0.01077728} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.46642 - value: {x: 0.18187083, y: 0.21903914, z: -0.041595783, w: 0.95771325} - inSlope: {x: 0.018250924, y: 0.029832877, z: -0.010305763, w: -0.0107361525} - outSlope: {x: 0.018250924, y: 0.029832877, z: -0.010305763, w: -0.0107361525} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.483086 - value: {x: 0.18217415, y: 0.21953474, z: -0.041767213, w: 0.9575347} - inSlope: {x: 0.01814676, y: 0.02964065, z: -0.0102662, w: -0.010696813} - outSlope: {x: 0.01814676, y: 0.02964065, z: -0.0102662, w: -0.010696813} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.499752 - value: {x: 0.18247572, y: 0.22002715, z: -0.041937985, w: 0.9573567} - inSlope: {x: 0.018041708, y: 0.02945021, z: -0.010226414, w: -0.010655684} - outSlope: {x: 0.018041708, y: 0.02945021, z: -0.010226414, w: -0.010655684} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.516418 - value: {x: 0.18277553, y: 0.2205164, z: -0.04210809, w: 0.9571795} - inSlope: {x: 0.01793531, y: 0.029259771, z: -0.010186068, w: -0.010614557} - outSlope: {x: 0.01793531, y: 0.029259771, z: -0.010186068, w: -0.010614557} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.533085 - value: {x: 0.18307355, y: 0.22100246, z: -0.042277515, w: 0.9570029} - inSlope: {x: 0.017828915, y: 0.029067542, z: -0.010144828, w: -0.01057343} - outSlope: {x: 0.017828915, y: 0.029067542, z: -0.010144828, w: -0.01057343} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.549751 - value: {x: 0.18336982, y: 0.2214853, z: -0.042446245, w: 0.95682704} - inSlope: {x: 0.017721627, y: 0.02887442, z: -0.010102807, w: -0.0105269365} - outSlope: {x: 0.017721627, y: 0.02887442, z: -0.010102807, w: -0.0105269365} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.566418 - value: {x: 0.18366426, y: 0.22196493, z: -0.04261427, w: 0.956652} - inSlope: {x: 0.017614782, y: 0.028681746, z: -0.01006056, w: -0.010484021} - outSlope: {x: 0.017614782, y: 0.028681746, z: -0.01006056, w: -0.010484021} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.583084 - value: {x: 0.18395697, y: 0.22244135, z: -0.04278159, w: 0.9564776} - inSlope: {x: 0.01750794, y: 0.028488178, z: -0.010017645, w: -0.010441105} - outSlope: {x: 0.01750794, y: 0.028488178, z: -0.010017645, w: -0.010441105} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.59975 - value: {x: 0.18424785, y: 0.22291452, z: -0.042948186, w: 0.95630395} - inSlope: {x: 0.017399307, y: 0.02829282, z: -0.009973723, w: -0.010394612} - outSlope: {x: 0.017399307, y: 0.02829282, z: -0.009973723, w: -0.010394612} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.616417 - value: {x: 0.18453693, y: 0.22338443, z: -0.043114044, w: 0.9561311} - inSlope: {x: 0.017290678, y: 0.02809925, z: -0.009929465, w: -0.010348121} - outSlope: {x: 0.017290678, y: 0.02809925, z: -0.009929465, w: -0.010348121} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.633083 - value: {x: 0.1848242, y: 0.22385114, z: -0.043279164, w: 0.955959} - inSlope: {x: 0.017182045, y: 0.02790434, z: -0.00988465, w: -0.010301627} - outSlope: {x: 0.017182045, y: 0.02790434, z: -0.00988465, w: -0.010301627} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.64975 - value: {x: 0.18510966, y: 0.22431456, z: -0.043443527, w: 0.9557877} - inSlope: {x: 0.017072521, y: 0.027707195, z: -0.009839052, w: -0.010256924} - outSlope: {x: 0.017072521, y: 0.027707195, z: -0.009839052, w: -0.010256924} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.666416 - value: {x: 0.18539327, y: 0.2247747, z: -0.043607127, w: 0.95561713} - inSlope: {x: 0.016961653, y: 0.027511839, z: -0.009792894, w: -0.010208644} - outSlope: {x: 0.016961653, y: 0.027511839, z: -0.009792894, w: -0.010208644} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.683083 - value: {x: 0.18567504, y: 0.2252316, z: -0.043769952, w: 0.95544744} - inSlope: {x: 0.016850788, y: 0.02731648, z: -0.009746179, w: -0.010160362} - outSlope: {x: 0.016850788, y: 0.02731648, z: -0.009746179, w: -0.010160362} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.699749 - value: {x: 0.18595496, y: 0.22568524, z: -0.043931995, w: 0.95527846} - inSlope: {x: 0.016739476, y: 0.027119335, z: -0.009698681, w: -0.010112083} - outSlope: {x: 0.016739476, y: 0.027119335, z: -0.009698681, w: -0.010112083} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.716415 - value: {x: 0.18623301, y: 0.22613557, z: -0.044093236, w: 0.9551104} - inSlope: {x: 0.016628608, y: 0.0269204, z: -0.009650623, w: -0.010062013} - outSlope: {x: 0.016628608, y: 0.0269204, z: -0.009650623, w: -0.010062013} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.733082 - value: {x: 0.18650924, y: 0.22658257, z: -0.044253677, w: 0.95494306} - inSlope: {x: 0.01651685, y: 0.026722362, z: -0.00960212, w: -0.010011945} - outSlope: {x: 0.01651685, y: 0.026722362, z: -0.00960212, w: -0.010011945} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.749748 - value: {x: 0.18678357, y: 0.2270263, z: -0.044413302, w: 0.95477664} - inSlope: {x: 0.016404193, y: 0.026523875, z: -0.009552833, w: -0.009960089} - outSlope: {x: 0.016404193, y: 0.026523875, z: -0.009552833, w: -0.009960089} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.766415 - value: {x: 0.18705603, y: 0.22746669, z: -0.0445721, w: 0.95461106} - inSlope: {x: 0.01629154, y: 0.026324943, z: -0.009502877, w: -0.009908231} - outSlope: {x: 0.01629154, y: 0.026324943, z: -0.009502877, w: -0.009908231} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.783081 - value: {x: 0.18732661, y: 0.22790378, z: -0.04473006, w: 0.9544464} - inSlope: {x: 0.016177095, y: 0.026126456, z: -0.00945236, w: -0.009856375} - outSlope: {x: 0.016177095, y: 0.026126456, z: -0.00945236, w: -0.009856375} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.799747 - value: {x: 0.18759526, y: 0.22833756, z: -0.044887174, w: 0.9542825} - inSlope: {x: 0.016063102, y: 0.025925286, z: -0.0094010625, w: -0.009804517} - outSlope: {x: 0.016063102, y: 0.025925286, z: -0.0094010625, w: -0.009804517} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.816414 - value: {x: 0.18786204, y: 0.22876795, z: -0.045043424, w: 0.95411956} - inSlope: {x: 0.015949104, y: 0.025725013, z: -0.00934943, w: -0.009749085} - outSlope: {x: 0.015949104, y: 0.025725013, z: -0.00934943, w: -0.009749085} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.83308 - value: {x: 0.18812689, y: 0.22919504, z: -0.045198817, w: 0.95395756} - inSlope: {x: 0.015834216, y: 0.025524737, z: -0.009297237, w: -0.0096936505} - outSlope: {x: 0.015834216, y: 0.025524737, z: -0.009297237, w: -0.0096936505} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.849747 - value: {x: 0.18838984, y: 0.22961876, z: -0.045353327, w: 0.95379645} - inSlope: {x: 0.015718877, y: 0.025322676, z: -0.009244151, w: -0.0096417945} - outSlope: {x: 0.015718877, y: 0.025322676, z: -0.009244151, w: -0.0096417945} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.866413 - value: {x: 0.18865085, y: 0.23003912, z: -0.04550695, w: 0.95363617} - inSlope: {x: 0.015602648, y: 0.025119718, z: -0.009190282, w: -0.009584574} - outSlope: {x: 0.015602648, y: 0.025119718, z: -0.009190282, w: -0.009584574} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.88308 - value: {x: 0.18890992, y: 0.23045607, z: -0.045659665, w: 0.95347697} - inSlope: {x: 0.015486864, y: 0.024916314, z: -0.009136079, w: -0.00952914} - outSlope: {x: 0.015486864, y: 0.024916314, z: -0.009136079, w: -0.00952914} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.899746 - value: {x: 0.18916707, y: 0.23086965, z: -0.04581148, w: 0.95331854} - inSlope: {x: 0.015370186, y: 0.024714697, z: -0.009081539, w: -0.0094737075} - outSlope: {x: 0.015370186, y: 0.024714697, z: -0.009081539, w: -0.0094737075} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.916412 - value: {x: 0.18942225, y: 0.23127988, z: -0.04596238, w: 0.9531612} - inSlope: {x: 0.01525172, y: 0.024510847, z: -0.009025659, w: -0.009412909} - outSlope: {x: 0.01525172, y: 0.024510847, z: -0.009025659, w: -0.009412909} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.933079 - value: {x: 0.18967545, y: 0.23168667, z: -0.046112332, w: 0.9530048} - inSlope: {x: 0.015134148, y: 0.024306549, z: -0.008969556, w: -0.0093556885} - outSlope: {x: 0.015134148, y: 0.024306549, z: -0.008969556, w: -0.0093556885} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.949745 - value: {x: 0.18992671, y: 0.23209009, z: -0.04626136, w: 0.9528493} - inSlope: {x: 0.015016576, y: 0.024102252, z: -0.0089131165, w: -0.009296678} - outSlope: {x: 0.015016576, y: 0.024102252, z: -0.0089131165, w: -0.009296678} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.966412 - value: {x: 0.190176, y: 0.23249006, z: -0.04640943, w: 0.9526949} - inSlope: {x: 0.01489811, y: 0.023896612, z: -0.008855784, w: -0.009235881} - outSlope: {x: 0.01489811, y: 0.023896612, z: -0.008855784, w: -0.009235881} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.983078 - value: {x: 0.19042331, y: 0.23288663, z: -0.046556547, w: 0.9525415} - inSlope: {x: 0.01477875, y: 0.023691867, z: -0.008797891, w: -0.009175083} - outSlope: {x: 0.01477875, y: 0.023691867, z: -0.008797891, w: -0.009175083} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 27.999744 - value: {x: 0.19066861, y: 0.23327978, z: -0.04670269, w: 0.95238906} - inSlope: {x: 0.014658049, y: 0.02348578, z: -0.008739218, w: -0.009116074} - outSlope: {x: 0.014658049, y: 0.02348578, z: -0.008739218, w: -0.009116074} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.01641 - value: {x: 0.1909119, y: 0.23366947, z: -0.04684785, w: 0.9522376} - inSlope: {x: 0.014538242, y: 0.023278354, z: -0.008679984, w: -0.009053487} - outSlope: {x: 0.014538242, y: 0.023278354, z: -0.008679984, w: -0.009053487} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.033077 - value: {x: 0.19115321, y: 0.23405571, z: -0.04699202, w: 0.9520873} - inSlope: {x: 0.014417987, y: 0.02307182, z: -0.008620417, w: -0.008992691} - outSlope: {x: 0.014417987, y: 0.02307182, z: -0.008620417, w: -0.008992691} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.049744 - value: {x: 0.1913925, y: 0.23443852, z: -0.047135193, w: 0.95193785} - inSlope: {x: 0.014296839, y: 0.022864839, z: -0.008560065, w: -0.008930104} - outSlope: {x: 0.014296839, y: 0.022864839, z: -0.008560065, w: -0.008930104} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.06641 - value: {x: 0.19162977, y: 0.23481786, z: -0.04727735, w: 0.9517896} - inSlope: {x: 0.014175244, y: 0.022656072, z: -0.008499045, w: -0.008865731} - outSlope: {x: 0.014175244, y: 0.022656072, z: -0.008499045, w: -0.008865731} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.083076 - value: {x: 0.191865, y: 0.23519371, z: -0.04741849, w: 0.95164233} - inSlope: {x: 0.014052754, y: 0.022447303, z: -0.008437464, w: -0.008803144} - outSlope: {x: 0.014052754, y: 0.022447303, z: -0.008437464, w: -0.008803144} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.099743 - value: {x: 0.19209819, y: 0.2355661, z: -0.047558594, w: 0.9514962} - inSlope: {x: 0.013930712, y: 0.022238981, z: -0.008375103, w: -0.008733407} - outSlope: {x: 0.013930712, y: 0.022238981, z: -0.008375103, w: -0.008733407} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.11641 - value: {x: 0.19232935, y: 0.235935, z: -0.047697656, w: 0.9513512} - inSlope: {x: 0.013806881, y: 0.022029318, z: -0.008312181, w: -0.00867082} - outSlope: {x: 0.013806881, y: 0.022029318, z: -0.008312181, w: -0.00867082} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.133076 - value: {x: 0.19255841, y: 0.2363004, z: -0.047835663, w: 0.95120716} - inSlope: {x: 0.013683945, y: 0.021818763, z: -0.008249037, w: -0.008606446} - outSlope: {x: 0.013683945, y: 0.021818763, z: -0.008249037, w: -0.008606446} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.149742 - value: {x: 0.19278547, y: 0.23666228, z: -0.04797262, w: 0.95106435} - inSlope: {x: 0.013560561, y: 0.0216091, z: -0.008185333, w: -0.008538496} - outSlope: {x: 0.013560561, y: 0.0216091, z: -0.008185333, w: -0.008538496} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.166409 - value: {x: 0.19301042, y: 0.23702069, z: -0.048108503, w: 0.95092255} - inSlope: {x: 0.013434943, y: 0.021397648, z: -0.008120513, w: -0.008472333} - outSlope: {x: 0.013434943, y: 0.021397648, z: -0.008120513, w: -0.008472333} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.183075 - value: {x: 0.1932333, y: 0.23737553, z: -0.0482433, w: 0.95078194} - inSlope: {x: 0.013310218, y: 0.021185752, z: -0.008055132, w: -0.008402595} - outSlope: {x: 0.013310218, y: 0.021185752, z: -0.008055132, w: -0.008402595} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.199741 - value: {x: 0.19345409, y: 0.23772687, z: -0.048377004, w: 0.95064247} - inSlope: {x: 0.013185494, y: 0.020973407, z: -0.007989416, w: -0.008334644} - outSlope: {x: 0.013185494, y: 0.020973407, z: -0.007989416, w: -0.008334644} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.216408 - value: {x: 0.1936728, y: 0.23807463, z: -0.04850961, w: 0.9505041} - inSlope: {x: 0.013058981, y: 0.020761061, z: -0.007923031, w: -0.008264907} - outSlope: {x: 0.013058981, y: 0.020761061, z: -0.007923031, w: -0.008264907} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.233074 - value: {x: 0.19388938, y: 0.23841889, z: -0.0486411, w: 0.950367} - inSlope: {x: 0.012932468, y: 0.020548716, z: -0.007855862, w: -0.008195167} - outSlope: {x: 0.012932468, y: 0.020548716, z: -0.007855862, w: -0.008195167} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.24974 - value: {x: 0.19410388, y: 0.23875958, z: -0.048771467, w: 0.95023096} - inSlope: {x: 0.012807297, y: 0.020333689, z: -0.0077884714, w: -0.00812543} - outSlope: {x: 0.012807297, y: 0.020333689, z: -0.0077884714, w: -0.00812543} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.266407 - value: {x: 0.19431628, y: 0.23909667, z: -0.048900712, w: 0.95009613} - inSlope: {x: 0.012678549, y: 0.02012224, z: -0.007720633, w: -0.008053903} - outSlope: {x: 0.012678549, y: 0.02012224, z: -0.007720633, w: -0.008053903} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.283073 - value: {x: 0.1945265, y: 0.23943031, z: -0.049028818, w: 0.9499625} - inSlope: {x: 0.012550248, y: 0.019908553, z: -0.007651677, w: -0.007980587} - outSlope: {x: 0.012550248, y: 0.019908553, z: -0.007651677, w: -0.007980587} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.29974 - value: {x: 0.19473462, y: 0.23976028, z: -0.049155764, w: 0.9498301} - inSlope: {x: 0.012422394, y: 0.01968995, z: -0.0075818263, w: -0.0079108495} - outSlope: {x: 0.012422394, y: 0.01968995, z: -0.0075818263, w: -0.0079108495} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.316406 - value: {x: 0.19494057, y: 0.24008663, z: -0.04928154, w: 0.9496988} - inSlope: {x: 0.012293198, y: 0.019474477, z: -0.007511976, w: -0.007837534} - outSlope: {x: 0.012293198, y: 0.019474477, z: -0.007511976, w: -0.007837534} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.333073 - value: {x: 0.19514439, y: 0.24040942, z: -0.04940616, w: 0.94956887} - inSlope: {x: 0.01216445, y: 0.019259896, z: -0.007441679, w: -0.007762431} - outSlope: {x: 0.01216445, y: 0.019259896, z: -0.007441679, w: -0.007762431} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.34974 - value: {x: 0.19534604, y: 0.24072862, z: -0.049529593, w: 0.94944006} - inSlope: {x: 0.012034808, y: 0.019042633, z: -0.007370376, w: -0.0076891165} - outSlope: {x: 0.012034808, y: 0.019042633, z: -0.007370376, w: -0.0076891165} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.366405 - value: {x: 0.19554554, y: 0.24104416, z: -0.049651835, w: 0.94931257} - inSlope: {x: 0.011904719, y: 0.018824924, z: -0.0072986255, w: -0.0076140137} - outSlope: {x: 0.011904719, y: 0.018824924, z: -0.0072986255, w: -0.0076140137} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.383072 - value: {x: 0.19574286, y: 0.2413561, z: -0.049772877, w: 0.94918627} - inSlope: {x: 0.011774183, y: 0.018608108, z: -0.0072265402, w: -0.0075389105} - outSlope: {x: 0.011774183, y: 0.018608108, z: -0.0072265402, w: -0.0075389105} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.399738 - value: {x: 0.195938, y: 0.24166442, z: -0.049892716, w: 0.9490613} - inSlope: {x: 0.011641859, y: 0.0183904, z: -0.0071535604, w: -0.007462019} - outSlope: {x: 0.011641859, y: 0.0183904, z: -0.0071535604, w: -0.007462019} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.416405 - value: {x: 0.19613092, y: 0.24196911, z: -0.050011326, w: 0.94893754} - inSlope: {x: 0.011510429, y: 0.01817269, z: -0.007080134, w: -0.007385128} - outSlope: {x: 0.011510429, y: 0.01817269, z: -0.007080134, w: -0.007385128} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.433071 - value: {x: 0.19632168, y: 0.24227017, z: -0.050128717, w: 0.9488151} - inSlope: {x: 0.011378998, y: 0.017953193, z: -0.0070063723, w: -0.0073100254} - outSlope: {x: 0.011378998, y: 0.017953193, z: -0.0070063723, w: -0.0073100254} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.449738 - value: {x: 0.19651021, y: 0.24256754, z: -0.050244868, w: 0.9486939} - inSlope: {x: 0.01124578, y: 0.017733248, z: -0.0069316044, w: -0.0072295573} - outSlope: {x: 0.01124578, y: 0.017733248, z: -0.0069316044, w: -0.0072295573} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.466404 - value: {x: 0.19669653, y: 0.24286127, z: -0.050359767, w: 0.9485741} - inSlope: {x: 0.0111130085, y: 0.017513305, z: -0.0068562776, w: -0.00714909} - outSlope: {x: 0.0111130085, y: 0.017513305, z: -0.0068562776, w: -0.00714909} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.48307 - value: {x: 0.19688064, y: 0.2431513, z: -0.050473407, w: 0.9484556} - inSlope: {x: 0.010979343, y: 0.017293807, z: -0.0067808395, w: -0.0070739873} - outSlope: {x: 0.010979343, y: 0.017293807, z: -0.0067808395, w: -0.0070739873} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.499737 - value: {x: 0.1970625, y: 0.24343772, z: -0.05058579, w: 0.9483383} - inSlope: {x: 0.010844784, y: 0.017072521, z: -0.006704619, w: -0.0069970964} - outSlope: {x: 0.010844784, y: 0.017072521, z: -0.006704619, w: -0.0069970964} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.516403 - value: {x: 0.19724213, y: 0.24372038, z: -0.05069689, w: 0.94822234} - inSlope: {x: 0.010710672, y: 0.016849, z: -0.0066273925, w: -0.00691484} - outSlope: {x: 0.010710672, y: 0.016849, z: -0.0066273925, w: -0.00691484} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.53307 - value: {x: 0.19741952, y: 0.24399935, z: -0.0508067, w: 0.94810784} - inSlope: {x: 0.010575664, y: 0.016627267, z: -0.0065498305, w: -0.0068290085} - outSlope: {x: 0.010575664, y: 0.016627267, z: -0.0065498305, w: -0.0068290085} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.549736 - value: {x: 0.19759464, y: 0.24427462, z: -0.050915215, w: 0.9479947} - inSlope: {x: 0.010439764, y: 0.016405534, z: -0.0064721573, w: -0.006750329} - outSlope: {x: 0.010439764, y: 0.016405534, z: -0.0064721573, w: -0.006750329} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.566402 - value: {x: 0.19776751, y: 0.24454619, z: -0.051022436, w: 0.94788283} - inSlope: {x: 0.010303863, y: 0.016182013, z: -0.00639359, w: -0.0066698613} - outSlope: {x: 0.010303863, y: 0.016182013, z: -0.00639359, w: -0.0066698613} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.583069 - value: {x: 0.1979381, y: 0.24481401, z: -0.05112833, w: 0.9477724} - inSlope: {x: 0.010167068, y: 0.015956705, z: -0.0063139047, w: -0.006585818} - outSlope: {x: 0.010167068, y: 0.015956705, z: -0.0063139047, w: -0.006585818} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.599735 - value: {x: 0.19810641, y: 0.24507807, z: -0.051232897, w: 0.9476633} - inSlope: {x: 0.010029826, y: 0.015734972, z: -0.0062345546, w: -0.006501774} - outSlope: {x: 0.010029826, y: 0.015734972, z: -0.0062345546, w: -0.006501774} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.616402 - value: {x: 0.19827242, y: 0.2453385, z: -0.051336147, w: 0.94755566} - inSlope: {x: 0.009892585, y: 0.015511451, z: -0.0061548697, w: -0.006419518} - outSlope: {x: 0.009892585, y: 0.015511451, z: -0.0061548697, w: -0.006419518} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.633068 - value: {x: 0.19843616, y: 0.24559511, z: -0.051438056, w: 0.9474493} - inSlope: {x: 0.009755343, y: 0.015282566, z: -0.006073508, w: -0.0063354746} - outSlope: {x: 0.009755343, y: 0.015282566, z: -0.006073508, w: -0.0063354746} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.649734 - value: {x: 0.1985976, y: 0.24584791, z: -0.051538594, w: 0.9473445} - inSlope: {x: 0.0096163135, y: 0.0150590455, z: -0.0059923697, w: -0.006249642} - outSlope: {x: 0.0096163135, y: 0.0150590455, z: -0.0059923697, w: -0.006249642} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.6664 - value: {x: 0.1987567, y: 0.24609707, z: -0.0516378, w: 0.947241} - inSlope: {x: 0.009476389, y: 0.01483463, z: -0.005910785, w: -0.0061655985} - outSlope: {x: 0.009476389, y: 0.01483463, z: -0.005910785, w: -0.0061655985} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.683067 - value: {x: 0.19891347, y: 0.24634239, z: -0.051735617, w: 0.94713897} - inSlope: {x: 0.009336912, y: 0.014606192, z: -0.0058279703, w: -0.0060779788} - outSlope: {x: 0.009336912, y: 0.014606192, z: -0.0058279703, w: -0.0060779788} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.699734 - value: {x: 0.19906792, y: 0.24658394, z: -0.05183206, w: 0.9470384} - inSlope: {x: 0.009197882, y: 0.014378201, z: -0.005745044, w: -0.005990358} - outSlope: {x: 0.009197882, y: 0.014378201, z: -0.005745044, w: -0.005990358} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.7164 - value: {x: 0.19922006, y: 0.24682166, z: -0.051927116, w: 0.9469393} - inSlope: {x: 0.009057511, y: 0.014151104, z: -0.005661671, w: -0.0059045264} - outSlope: {x: 0.009057511, y: 0.014151104, z: -0.005661671, w: -0.0059045264} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.733067 - value: {x: 0.19936983, y: 0.24705563, z: -0.05202078, w: 0.9468416} - inSlope: {x: 0.008915352, y: 0.013923112, z: -0.005577515, w: -0.005818694} - outSlope: {x: 0.008915352, y: 0.013923112, z: -0.005577515, w: -0.005818694} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.749733 - value: {x: 0.19951724, y: 0.24728575, z: -0.05211303, w: 0.94674534} - inSlope: {x: 0.00877364, y: 0.013694227, z: -0.005492801, w: -0.005727498} - outSlope: {x: 0.00877364, y: 0.013694227, z: -0.005492801, w: -0.005727498} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.7664 - value: {x: 0.19966228, y: 0.2475121, z: -0.05220387, w: 0.9466507} - inSlope: {x: 0.008632375, y: 0.013465789, z: -0.005408087, w: -0.005636301} - outSlope: {x: 0.008632375, y: 0.013465789, z: -0.005408087, w: -0.005636301} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.783066 - value: {x: 0.19980498, y: 0.2477346, z: -0.052293297, w: 0.94655746} - inSlope: {x: 0.008490215, y: 0.013234668, z: -0.0053222543, w: -0.0055504693} - outSlope: {x: 0.008490215, y: 0.013234668, z: -0.0053222543, w: -0.0055504693} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.799732 - value: {x: 0.19994529, y: 0.24795325, z: -0.052381277, w: 0.9464657} - inSlope: {x: 0.008347162, y: 0.013003995, z: -0.0052360874, w: -0.0054610604} - outSlope: {x: 0.008347162, y: 0.013003995, z: -0.0052360874, w: -0.0054610604} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.816399 - value: {x: 0.20008321, y: 0.24816807, z: -0.05246783, w: 0.9463754} - inSlope: {x: 0.008203661, y: 0.012773768, z: -0.005149696, w: -0.0053698644} - outSlope: {x: 0.008203661, y: 0.012773768, z: -0.005149696, w: -0.0053698644} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.833065 - value: {x: 0.20021874, y: 0.24837904, z: -0.05255293, w: 0.9462867} - inSlope: {x: 0.008059267, y: 0.012542201, z: -0.005062188, w: -0.0052786674} - outSlope: {x: 0.008059267, y: 0.012542201, z: -0.005062188, w: -0.0052786674} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.849731 - value: {x: 0.20035185, y: 0.24858613, z: -0.052636568, w: 0.9461995} - inSlope: {x: 0.007913979, y: 0.012310186, z: -0.0049742325, w: -0.0051874714} - outSlope: {x: 0.007913979, y: 0.012310186, z: -0.0049742325, w: -0.0051874714} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.866398 - value: {x: 0.20048253, y: 0.24878937, z: -0.052718736, w: 0.94611377} - inSlope: {x: 0.0077691367, y: 0.012079513, z: -0.004886389, w: -0.0050944868} - outSlope: {x: 0.0077691367, y: 0.012079513, z: -0.004886389, w: -0.0050944868} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.883064 - value: {x: 0.20061082, y: 0.24898878, z: -0.052799445, w: 0.94602966} - inSlope: {x: 0.0076238485, y: 0.01184571, z: -0.0047976514, w: -0.005001502} - outSlope: {x: 0.0076238485, y: 0.01184571, z: -0.0047976514, w: -0.005001502} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.89973 - value: {x: 0.20073666, y: 0.24918422, z: -0.052878655, w: 0.94594705} - inSlope: {x: 0.007478113, y: 0.011610566, z: -0.004708131, w: -0.004906729} - outSlope: {x: 0.007478113, y: 0.011610566, z: -0.004708131, w: -0.004906729} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.916397 - value: {x: 0.20086008, y: 0.24937579, z: -0.05295638, w: 0.9458661} - inSlope: {x: 0.00733193, y: 0.011376763, z: -0.0046184994, w: -0.004815533} - outSlope: {x: 0.00733193, y: 0.011376763, z: -0.0046184994, w: -0.004815533} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.933064 - value: {x: 0.20098105, y: 0.24956344, z: -0.053032603, w: 0.94578654} - inSlope: {x: 0.007184854, y: 0.01114296, z: -0.004528532, w: -0.0047225477} - outSlope: {x: 0.007184854, y: 0.01114296, z: -0.004528532, w: -0.0047225477} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.94973 - value: {x: 0.20109957, y: 0.24974722, z: -0.05310733, w: 0.9457087} - inSlope: {x: 0.0070364354, y: 0.010908711, z: -0.0044375593, w: -0.004624199} - outSlope: {x: 0.0070364354, y: 0.010908711, z: -0.0044375593, w: -0.004624199} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.966396 - value: {x: 0.2012156, y: 0.24992706, z: -0.05318052, w: 0.9456324} - inSlope: {x: 0.006888018, y: 0.0106708845, z: -0.0043456918, w: -0.004531214} - outSlope: {x: 0.006888018, y: 0.0106708845, z: -0.0043456918, w: -0.004531214} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.983063 - value: {x: 0.20132917, y: 0.2501029, z: -0.053252183, w: 0.94555765} - inSlope: {x: 0.0067404937, y: 0.0104361875, z: -0.0042547192, w: -0.0044364417} - outSlope: {x: 0.0067404937, y: 0.0104361875, z: -0.0042547192, w: -0.0044364417} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 28.99973 - value: {x: 0.20144027, y: 0.25027493, z: -0.05332234, w: 0.9454845} - inSlope: {x: 0.006590288, y: 0.010199702, z: -0.004162293, w: -0.004338092} - outSlope: {x: 0.006590288, y: 0.010199702, z: -0.004162293, w: -0.004338092} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.016396 - value: {x: 0.20154884, y: 0.2504429, z: -0.053390924, w: 0.94541305} - inSlope: {x: 0.006440082, y: 0.009960982, z: -0.0040690852, w: -0.0042415312} - outSlope: {x: 0.006440082, y: 0.009960982, z: -0.0040690852, w: -0.0042415312} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.033062 - value: {x: 0.20165494, y: 0.25060695, z: -0.053457975, w: 0.94534314} - inSlope: {x: 0.006291217, y: 0.009725838, z: -0.003976659, w: -0.0041449703} - outSlope: {x: 0.006291217, y: 0.009725838, z: -0.003976659, w: -0.0041449703} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.049728 - value: {x: 0.20175855, y: 0.25076708, z: -0.053523477, w: 0.9452749} - inSlope: {x: 0.0061405646, y: 0.009486224, z: -0.0038827802, w: -0.004046621} - outSlope: {x: 0.0061405646, y: 0.009486224, z: -0.0038827802, w: -0.004046621} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.066395 - value: {x: 0.20185962, y: 0.25092316, z: -0.0535874, w: 0.94520825} - inSlope: {x: 0.00598857, y: 0.009245716, z: -0.0037881192, w: -0.0039482717} - outSlope: {x: 0.00598857, y: 0.009245716, z: -0.0037881192, w: -0.0039482717} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.083061 - value: {x: 0.20195816, y: 0.25107527, z: -0.053649746, w: 0.9451433} - inSlope: {x: 0.0058370233, y: 0.009006102, z: -0.00369357, w: -0.0038481345} - outSlope: {x: 0.0058370233, y: 0.009006102, z: -0.00369357, w: -0.0038481345} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.099728 - value: {x: 0.20205419, y: 0.25122336, z: -0.053710517, w: 0.94508} - inSlope: {x: 0.0056841346, y: 0.008767381, z: -0.0035986854, w: -0.0037515736} - outSlope: {x: 0.0056841346, y: 0.008767381, z: -0.0035986854, w: -0.0037515736} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.116394 - value: {x: 0.20214763, y: 0.2513675, z: -0.0537697, w: 0.94501823} - inSlope: {x: 0.0055307997, y: 0.008526873, z: -0.003502795, w: -0.0036514364} - outSlope: {x: 0.0055307997, y: 0.008526873, z: -0.003502795, w: -0.0036514364} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.13306 - value: {x: 0.20223854, y: 0.25150758, z: -0.053827275, w: 0.94495827} - inSlope: {x: 0.005378805, y: 0.008284576, z: -0.003406681, w: -0.0035477225} - outSlope: {x: 0.005378805, y: 0.008284576, z: -0.003406681, w: -0.0035477225} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.149727 - value: {x: 0.20232692, y: 0.25164366, z: -0.053883255, w: 0.9449} - inSlope: {x: 0.005224576, y: 0.008045856, z: -0.0033109023, w: -0.0034511616} - outSlope: {x: 0.005224576, y: 0.008045856, z: -0.0033109023, w: -0.0034511616} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.166393 - value: {x: 0.2024127, y: 0.25177577, z: -0.053937636, w: 0.94484323} - inSlope: {x: 0.0050690053, y: 0.0078026652, z: -0.0032135588, w: -0.0033492362} - outSlope: {x: 0.0050690053, y: 0.0078026652, z: -0.0032135588, w: -0.0033492362} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.18306 - value: {x: 0.20249589, y: 0.25190374, z: -0.05399037, w: 0.94478834} - inSlope: {x: 0.004913882, y: 0.0075567923, z: -0.0031154333, w: -0.0032455225} - outSlope: {x: 0.004913882, y: 0.0075567923, z: -0.0031154333, w: -0.0032455225} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.199726 - value: {x: 0.20257649, y: 0.25202766, z: -0.054041483, w: 0.94473505} - inSlope: {x: 0.0047592055, y: 0.007316284, z: -0.0030182018, w: -0.003145385} - outSlope: {x: 0.0047592055, y: 0.007316284, z: -0.0030182018, w: -0.003145385} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.216393 - value: {x: 0.20265453, y: 0.25214761, z: -0.054090977, w: 0.9446835} - inSlope: {x: 0.0046031876, y: 0.007073093, z: -0.0029199645, w: -0.0030416716} - outSlope: {x: 0.0046031876, y: 0.007073093, z: -0.0029199645, w: -0.0030416716} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.233059 - value: {x: 0.20272993, y: 0.25226343, z: -0.054138813, w: 0.94463366} - inSlope: {x: 0.0044458294, y: 0.0068263263, z: -0.0028207211, w: -0.0029379576} - outSlope: {x: 0.0044458294, y: 0.0068263263, z: -0.0028207211, w: -0.0029379576} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.249725 - value: {x: 0.20280272, y: 0.25237516, z: -0.054185, w: 0.94458556} - inSlope: {x: 0.0042893644, y: 0.0065804534, z: -0.0027215895, w: -0.0028360323} - outSlope: {x: 0.0042893644, y: 0.0065804534, z: -0.0027215895, w: -0.0028360323} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.266392 - value: {x: 0.2028729, y: 0.25248277, z: -0.05422953, w: 0.9445391} - inSlope: {x: 0.0041315593, y: 0.0063354746, z: -0.0026218994, w: -0.002734107} - outSlope: {x: 0.0041315593, y: 0.0063354746, z: -0.0026218994, w: -0.002734107} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.283058 - value: {x: 0.20294043, y: 0.25258633, z: -0.054272395, w: 0.9444944} - inSlope: {x: 0.003972412, y: 0.00609139, z: -0.0025220974, w: -0.0026268167} - outSlope: {x: 0.003972412, y: 0.00609139, z: -0.0025220974, w: -0.0026268167} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.299725 - value: {x: 0.20300531, y: 0.25268582, z: -0.0543136, w: 0.9444516} - inSlope: {x: 0.0038146065, y: 0.0058428347, z: -0.002421848, w: -0.0025213151} - outSlope: {x: 0.0038146065, y: 0.0058428347, z: -0.002421848, w: -0.0025213151} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.316391 - value: {x: 0.20306759, y: 0.2527811, z: -0.05435312, w: 0.9444104} - inSlope: {x: 0.0036554597, y: 0.0055960673, z: -0.0023208167, w: -0.0024176012} - outSlope: {x: 0.0036554597, y: 0.0055960673, z: -0.0023208167, w: -0.0024176012} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.333057 - value: {x: 0.20312716, y: 0.25287235, z: -0.05439096, w: 0.944371} - inSlope: {x: 0.0034940776, y: 0.0053501944, z: -0.0022194502, w: -0.0023120996} - outSlope: {x: 0.0034940776, y: 0.0053501944, z: -0.0022194502, w: -0.0023120996} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.349724 - value: {x: 0.20318405, y: 0.25295943, z: -0.054427102, w: 0.9443333} - inSlope: {x: 0.0033340366, y: 0.005098957, z: -0.0021170774, w: -0.0022048093} - outSlope: {x: 0.0033340366, y: 0.005098957, z: -0.0021170774, w: -0.0022048093} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.36639 - value: {x: 0.2032383, y: 0.2530423, z: -0.054461528, w: 0.9442975} - inSlope: {x: 0.0031735487, y: 0.004850402, z: -0.0020153755, w: -0.0020993077} - outSlope: {x: 0.0031735487, y: 0.004850402, z: -0.0020153755, w: -0.0020993077} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.383057 - value: {x: 0.20328984, y: 0.2531211, z: -0.05449428, w: 0.94426334} - inSlope: {x: 0.0030117198, y: 0.004601847, z: -0.0019131148, w: -0.0019920175} - outSlope: {x: 0.0030117198, y: 0.004601847, z: -0.0019131148, w: -0.0019920175} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.399723 - value: {x: 0.20333868, y: 0.2531957, z: -0.054525297, w: 0.9442311} - inSlope: {x: 0.0028489963, y: 0.004350609, z: -0.0018096246, w: -0.0018847276} - outSlope: {x: 0.0028489963, y: 0.004350609, z: -0.0018096246, w: -0.0018847276} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.41639 - value: {x: 0.2033848, y: 0.25326613, z: -0.0545546, w: 0.9442005} - inSlope: {x: 0.0026867203, y: 0.004098478, z: -0.0017062463, w: -0.0017774375} - outSlope: {x: 0.0026867203, y: 0.004098478, z: -0.0017062463, w: -0.0017774375} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.433056 - value: {x: 0.20342824, y: 0.25333232, z: -0.05458217, w: 0.94417185} - inSlope: {x: 0.0025235503, y: 0.0038490286, z: -0.0016026443, w: -0.0016683594} - outSlope: {x: 0.0025235503, y: 0.0038490286, z: -0.0016026443, w: -0.0016683594} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.449722 - value: {x: 0.20346892, y: 0.25339442, z: -0.05460802, w: 0.9441449} - inSlope: {x: 0.0023594857, y: 0.0035968972, z: -0.0014984836, w: -0.0015592813} - outSlope: {x: 0.0023594857, y: 0.0035968972, z: -0.0014984836, w: -0.0015592813} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.466389 - value: {x: 0.20350689, y: 0.2534522, z: -0.05463212, w: 0.9441199} - inSlope: {x: 0.0021949746, y: 0.0033429775, z: -0.0013938759, w: -0.0014502031} - outSlope: {x: 0.0021949746, y: 0.0033429775, z: -0.0013938759, w: -0.0014502031} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.483055 - value: {x: 0.20354208, y: 0.25350586, z: -0.054654483, w: 0.94409657} - inSlope: {x: 0.002029122, y: 0.003090846, z: -0.0012891564, w: -0.0013429131} - outSlope: {x: 0.002029122, y: 0.003090846, z: -0.0012891564, w: -0.0013429131} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.499722 - value: {x: 0.20357452, y: 0.25355524, z: -0.05467509, w: 0.9440751} - inSlope: {x: 0.0018637166, y: 0.0028369264, z: -0.0011837663, w: -0.001233835} - outSlope: {x: 0.0018637166, y: 0.0028369264, z: -0.0011837663, w: -0.001233835} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.516388 - value: {x: 0.2036042, y: 0.25360042, z: -0.05469394, w: 0.94405544} - inSlope: {x: 0.0016978642, y: 0.0025821128, z: -0.0010778174, w: -0.0011229687} - outSlope: {x: 0.0016978642, y: 0.0025821128, z: -0.0010778174, w: -0.0011229687} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.533054 - value: {x: 0.20363112, y: 0.2536413, z: -0.054711018, w: 0.9440377} - inSlope: {x: 0.0015311177, y: 0.0023272987, z: -0.0009718685, w: -0.0010103141} - outSlope: {x: 0.0015311177, y: 0.0023272987, z: -0.0009718685, w: -0.0010103141} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.54972 - value: {x: 0.20365524, y: 0.253678, z: -0.054726336, w: 0.94402176} - inSlope: {x: 0.0013639241, y: 0.002070697, z: -0.00086547266, w: -0.00090123597} - outSlope: {x: 0.0013639241, y: 0.002070697, z: -0.00086547266, w: -0.00090123597} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.566387 - value: {x: 0.20367658, y: 0.25371033, z: -0.054739866, w: 0.94400764} - inSlope: {x: 0.0011962835, y: 0.0018140951, z: -0.0007588532, w: -0.00079036964} - outSlope: {x: 0.0011962835, y: 0.0018140951, z: -0.0007588532, w: -0.00079036964} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.583054 - value: {x: 0.20369512, y: 0.25373846, z: -0.05475163, w: 0.9439954} - inSlope: {x: 0.0010273018, y: 0.0015583872, z: -0.00065178674, w: -0.0006777152} - outSlope: {x: 0.0010273018, y: 0.0015583872, z: -0.00065178674, w: -0.0006777152} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.59972 - value: {x: 0.20371082, y: 0.25376227, z: -0.054761592, w: 0.94398504} - inSlope: {x: 0.00085787295, y: 0.0013026793, z: -0.000544385, w: -0.00056506065} - outSlope: {x: 0.00085787295, y: 0.0013026793, z: -0.000544385, w: -0.00056506065} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.616386 - value: {x: 0.20372371, y: 0.25378188, z: -0.054769777, w: 0.9439766} - inSlope: {x: 0.00068755005, y: 0.0010451834, z: -0.00043675973, w: -0.0004559825} - outSlope: {x: 0.00068755005, y: 0.0010451834, z: -0.00043675973, w: -0.0004559825} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.633053 - value: {x: 0.20373374, y: 0.2537971, z: -0.05477615, w: 0.94396985} - inSlope: {x: 0.00051767426, y: 0.00078232295, z: -0.00032790506, w: -0.000343328} - outSlope: {x: 0.00051767426, y: 0.00078232295, z: -0.00032790506, w: -0.000343328} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.64972 - value: {x: 0.20374097, y: 0.25380796, z: -0.054780707, w: 0.94396514} - inSlope: {x: 0.00034735136, y: 0.00052482693, z: -0.00021983273, w: -0.00022709716} - outSlope: {x: 0.00034735136, y: 0.00052482693, z: -0.00021983273, w: -0.00022709716} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.666386 - value: {x: 0.20374532, y: 0.2538146, z: -0.05478348, w: 0.9439623} - inSlope: {x: 0.00017362142, y: 0.00026356883, z: -0.00011029786, w: -0.000113969305} - outSlope: {x: 0.00017362142, y: 0.00026356883, z: -0.00011029786, w: -0.000113969305} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - - serializedVersion: 3 - time: 29.683332 - value: {x: 0.20374678, y: 0.25381678, z: -0.0547844, w: 0.9439613} - inSlope: {x: 0.00008617051, y: 0.00012837647, z: -0.000054296215, w: -0.00005627462} - outSlope: {x: 0.00008617051, y: 0.00012837647, z: -0.000054296215, w: -0.00005627462} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334, w: 0.33333334} - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - path: - m_CompressedRotationCurves: [] - m_EulerCurves: [] - m_PositionCurves: - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: {x: -6, y: 1.36, z: -2.8947992} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - - serializedVersion: 3 - time: 8.166667 - value: {x: -2.4387217, y: 1.36, z: -4.51} - inSlope: {x: 0.44723034, y: 0, z: 0} - outSlope: {x: 0.44723034, y: 0, z: 0} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - - serializedVersion: 3 - time: 17.15 - value: {x: 1.67, y: 1.36, z: -2.8947992} - inSlope: {x: 0, y: 0, z: 0.19548662} - outSlope: {x: 0, y: 0, z: 0.19548662} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - - serializedVersion: 3 - time: 19.983334 - value: {x: 0.68275654, y: 0.45, z: -2.2} - inSlope: {x: -0.3150777, y: 0, z: 0} - outSlope: {x: -0.3150777, y: 0, z: 0} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - - serializedVersion: 3 - time: 29.683332 - value: {x: -6, y: 1.36, z: -2.8947992} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - path: - m_ScaleCurves: [] - m_FloatCurves: [] - m_PPtrCurves: [] - m_SampleRate: 60 - m_WrapMode: 0 - m_Bounds: - m_Center: {x: 0, y: 0, z: 0} - m_Extent: {x: 0, y: 0, z: 0} - m_ClipBindingConstant: - genericBindings: [] - pptrCurveMapping: [] - m_AnimationClipSettings: - serializedVersion: 2 - m_AdditiveReferencePoseClip: {fileID: 0} - m_AdditiveReferencePoseTime: 0 - m_StartTime: 0 - m_StopTime: 29.683332 - m_OrientationOffsetY: 0 - m_Level: 0 - m_CycleOffset: 0 - m_HasAdditiveReferencePose: 0 - m_LoopTime: 1 - 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: - - serializedVersion: 3 - time: 0 - value: -6 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.166667 - value: -2.4387217 - inSlope: 0.44723034 - outSlope: 0.44723034 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.15 - value: 1.67 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.983334 - value: 0.68275654 - inSlope: -0.3150777 - outSlope: -0.3150777 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.683332 - value: -6 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalPosition.x - path: - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1.36 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.166667 - value: 1.36 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.15 - value: 1.36 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.983334 - value: 0.45 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.683332 - value: 1.36 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalPosition.y - path: - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: -2.8947992 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.166667 - value: -4.51 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.15 - value: -2.8947992 - inSlope: 0.19548662 - outSlope: 0.19548662 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.983334 - value: -2.2 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.683332 - value: -2.8947992 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalPosition.z - path: - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0.20374678 - inSlope: -0.000035762783 - outSlope: -0.000035762783 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.016666668 - value: 0.20374618 - inSlope: -0.000072419636 - outSlope: -0.000072419636 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.033333335 - value: 0.20374437 - inSlope: -0.00014483927 - outSlope: -0.00014483927 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.050000004 - value: 0.20374136 - inSlope: -0.00021591783 - outSlope: -0.00021591783 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06666667 - value: 0.20373717 - inSlope: -0.0002869964 - outSlope: -0.0002869964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.083333336 - value: 0.20373179 - inSlope: -0.00035807493 - outSlope: -0.00035807493 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1 - value: 0.20372523 - inSlope: -0.00042915347 - outSlope: -0.00042915347 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.11666667 - value: 0.20371749 - inSlope: -0.00050023186 - outSlope: -0.00050023186 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.13333334 - value: 0.20370856 - inSlope: -0.00057041633 - outSlope: -0.00057041633 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.15 - value: 0.20369847 - inSlope: -0.0006397069 - outSlope: -0.0006397069 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.16666667 - value: 0.20368724 - inSlope: -0.00070944434 - outSlope: -0.00070944434 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18333334 - value: 0.20367482 - inSlope: -0.00077873474 - outSlope: -0.00077873474 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2 - value: 0.20366128 - inSlope: -0.0008471311 - outSlope: -0.0008471311 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.21666667 - value: 0.20364659 - inSlope: -0.00091597444 - outSlope: -0.00091597444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.23333333 - value: 0.20363075 - inSlope: -0.0009848179 - outSlope: -0.0009848179 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.25 - value: 0.20361376 - inSlope: -0.0010532136 - outSlope: -0.0010532136 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26666668 - value: 0.20359564 - inSlope: -0.0011207154 - outSlope: -0.0011207154 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.28333336 - value: 0.2035764 - inSlope: -0.0011886647 - outSlope: -0.0011886647 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30000004 - value: 0.20355602 - inSlope: -0.0012552728 - outSlope: -0.0012552728 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.31666672 - value: 0.20353456 - inSlope: -0.0013218808 - outSlope: -0.0013218808 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3333334 - value: 0.20351195 - inSlope: -0.0013893831 - outSlope: -0.0013893831 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.35000008 - value: 0.20348825 - inSlope: -0.0014546502 - outSlope: -0.0014546502 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36666676 - value: 0.20346346 - inSlope: -0.0015217053 - outSlope: -0.0015217053 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.38333344 - value: 0.20343752 - inSlope: -0.0015878663 - outSlope: -0.0015878663 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40000013 - value: 0.20341054 - inSlope: -0.0016526864 - outSlope: -0.0016526864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4166668 - value: 0.20338243 - inSlope: -0.0017175064 - outSlope: -0.0017175064 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4333335 - value: 0.20335329 - inSlope: -0.0017818793 - outSlope: -0.0017818793 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.45000017 - value: 0.20332304 - inSlope: -0.0018480405 - outSlope: -0.0018480405 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46666685 - value: 0.20329168 - inSlope: -0.0019124134 - outSlope: -0.0019124134 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48333353 - value: 0.20325929 - inSlope: -0.001975894 - outSlope: -0.001975894 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5000002 - value: 0.20322582 - inSlope: -0.0020398218 - outSlope: -0.0020398218 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5166668 - value: 0.2031913 - inSlope: -0.0021033008 - outSlope: -0.0021033008 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5333335 - value: 0.20315571 - inSlope: -0.002167227 - outSlope: -0.002167227 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.55000013 - value: 0.20311905 - inSlope: -0.002230259 - outSlope: -0.002230259 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5666668 - value: 0.20308137 - inSlope: -0.00229195 - outSlope: -0.00229195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.58333343 - value: 0.20304266 - inSlope: -0.0023545348 - outSlope: -0.0023545348 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6000001 - value: 0.20300288 - inSlope: -0.0024166727 - outSlope: -0.0024166727 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.61666673 - value: 0.2029621 - inSlope: -0.0024792575 - outSlope: -0.0024792575 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6333334 - value: 0.20292024 - inSlope: -0.0025409483 - outSlope: -0.0025409483 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.65000004 - value: 0.2028774 - inSlope: -0.0026017453 - outSlope: -0.0026017453 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6666667 - value: 0.20283352 - inSlope: -0.002662989 - outSlope: -0.002662989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.68333334 - value: 0.20278864 - inSlope: -0.0027242329 - outSlope: -0.0027242329 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7 - value: 0.20274271 - inSlope: -0.0027845828 - outSlope: -0.0027845828 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71666664 - value: 0.20269582 - inSlope: -0.0028444855 - outSlope: -0.0028444855 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7333333 - value: 0.2026479 - inSlope: -0.0029048352 - outSlope: -0.0029048352 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.74999994 - value: 0.20259899 - inSlope: -0.0029642908 - outSlope: -0.0029642908 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7666666 - value: 0.20254909 - inSlope: -0.0030241935 - outSlope: -0.0030241935 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.78333324 - value: 0.20249818 - inSlope: -0.0030832023 - outSlope: -0.0030832023 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7999999 - value: 0.20244631 - inSlope: -0.003142211 - outSlope: -0.003142211 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81666654 - value: 0.20239344 - inSlope: -0.0032012195 - outSlope: -0.0032012195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8333332 - value: 0.2023396 - inSlope: -0.003259334 - outSlope: -0.003259334 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.84999985 - value: 0.2022848 - inSlope: -0.0033170017 - outSlope: -0.0033170017 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8666665 - value: 0.20222904 - inSlope: -0.0033760103 - outSlope: -0.0033760103 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.88333315 - value: 0.20217226 - inSlope: -0.0034332308 - outSlope: -0.0034332308 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8999998 - value: 0.2021146 - inSlope: -0.0034900042 - outSlope: -0.0034900042 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.91666645 - value: 0.20205593 - inSlope: -0.0035481188 - outSlope: -0.0035481188 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9333331 - value: 0.20199633 - inSlope: -0.0036039983 - outSlope: -0.0036039983 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.94999975 - value: 0.2019358 - inSlope: -0.0036612188 - outSlope: -0.0036612188 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9666664 - value: 0.20187429 - inSlope: -0.0037184393 - outSlope: -0.0037184393 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.98333305 - value: 0.20181185 - inSlope: -0.0037738718 - outSlope: -0.0037738718 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9999997 - value: 0.20174849 - inSlope: -0.0038292971 - outSlope: -0.0038292971 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.0166664 - value: 0.2016842 - inSlope: -0.0038847295 - outSlope: -0.0038847295 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.0333331 - value: 0.201619 - inSlope: -0.003941063 - outSlope: -0.003941063 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.0499997 - value: 0.20155284 - inSlope: -0.003995601 - outSlope: -0.003995601 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.0666664 - value: 0.20148581 - inSlope: -0.0040501393 - outSlope: -0.0040501393 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.083333 - value: 0.20141783 - inSlope: -0.0041060187 - outSlope: -0.0041060187 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.0999997 - value: 0.20134895 - inSlope: -0.004159216 - outSlope: -0.004159216 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.1166663 - value: 0.2012792 - inSlope: -0.0042128605 - outSlope: -0.0042128605 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.133333 - value: 0.20120852 - inSlope: -0.0042673987 - outSlope: -0.0042673987 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.1499996 - value: 0.20113695 - inSlope: -0.004321043 - outSlope: -0.004321043 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.1666663 - value: 0.20106448 - inSlope: -0.004375134 - outSlope: -0.004375134 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.1833329 - value: 0.20099111 - inSlope: -0.0044278842 - outSlope: -0.0044278842 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.1999996 - value: 0.20091689 - inSlope: -0.0044792932 - outSlope: -0.0044792932 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.2166662 - value: 0.2008418 - inSlope: -0.0045324904 - outSlope: -0.0045324904 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.2333329 - value: 0.2007658 - inSlope: -0.0045856875 - outSlope: -0.0045856875 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.2499995 - value: 0.20068894 - inSlope: -0.004637544 - outSlope: -0.004637544 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.2666662 - value: 0.20061122 - inSlope: -0.004688953 - outSlope: -0.004688953 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.2833328 - value: 0.20053264 - inSlope: -0.004740362 - outSlope: -0.004740362 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.2999995 - value: 0.2004532 - inSlope: -0.004791771 - outSlope: -0.004791771 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.3166661 - value: 0.20037292 - inSlope: -0.004842733 - outSlope: -0.004842733 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.3333328 - value: 0.20029178 - inSlope: -0.004893695 - outSlope: -0.004893695 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.3499994 - value: 0.2002098 - inSlope: -0.00494421 - outSlope: -0.00494421 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.3666661 - value: 0.20012698 - inSlope: -0.004994725 - outSlope: -0.004994725 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.3833327 - value: 0.2000433 - inSlope: -0.005044793 - outSlope: -0.005044793 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.3999994 - value: 0.19995882 - inSlope: -0.0050944136 - outSlope: -0.0050944136 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.416666 - value: 0.19987349 - inSlope: -0.0051444815 - outSlope: -0.0051444815 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.4333327 - value: 0.19978733 - inSlope: -0.005193209 - outSlope: -0.005193209 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.4499993 - value: 0.19970039 - inSlope: -0.0052428297 - outSlope: -0.0052428297 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.466666 - value: 0.19961257 - inSlope: -0.0052920035 - outSlope: -0.0052920035 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.4833326 - value: 0.19952399 - inSlope: -0.0053398362 - outSlope: -0.0053398362 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.4999993 - value: 0.19943458 - inSlope: -0.005388563 - outSlope: -0.005388563 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.5166659 - value: 0.19934437 - inSlope: -0.0054363958 - outSlope: -0.0054363958 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.5333326 - value: 0.19925337 - inSlope: -0.0054846755 - outSlope: -0.0054846755 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.5499992 - value: 0.19916154 - inSlope: -0.005532061 - outSlope: -0.005532061 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.5666659 - value: 0.19906896 - inSlope: -0.005579 - outSlope: -0.005579 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.5833325 - value: 0.19897558 - inSlope: -0.005626833 - outSlope: -0.005626833 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.5999992 - value: 0.1988814 - inSlope: -0.0056737717 - outSlope: -0.0056737717 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.6166658 - value: 0.19878645 - inSlope: -0.0057202633 - outSlope: -0.0057202633 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.6333325 - value: 0.19869073 - inSlope: -0.005766308 - outSlope: -0.005766308 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.6499991 - value: 0.19859424 - inSlope: -0.0058123525 - outSlope: -0.0058123525 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.6666658 - value: 0.19849698 - inSlope: -0.00585795 - outSlope: -0.00585795 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.6833324 - value: 0.19839898 - inSlope: -0.0059039947 - outSlope: -0.0059039947 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.6999991 - value: 0.19830018 - inSlope: -0.0059500393 - outSlope: -0.0059500393 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.7166657 - value: 0.19820064 - inSlope: -0.00599519 - outSlope: -0.00599519 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.7333324 - value: 0.19810034 - inSlope: -0.006039446 - outSlope: -0.006039446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.749999 - value: 0.19799933 - inSlope: -0.0060837027 - outSlope: -0.0060837027 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.7666657 - value: 0.19789755 - inSlope: -0.0061288537 - outSlope: -0.0061288537 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.7833323 - value: 0.19779503 - inSlope: -0.00617311 - outSlope: -0.00617311 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.799999 - value: 0.19769178 - inSlope: -0.0062169195 - outSlope: -0.0062169195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.8166656 - value: 0.1975878 - inSlope: -0.006260282 - outSlope: -0.006260282 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.8333323 - value: 0.1974831 - inSlope: -0.0063036443 - outSlope: -0.0063036443 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.849999 - value: 0.19737768 - inSlope: -0.0063474537 - outSlope: -0.0063474537 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.8666656 - value: 0.19727153 - inSlope: -0.006389475 - outSlope: -0.006389475 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.8833323 - value: 0.1971647 - inSlope: -0.0064323903 - outSlope: -0.0064323903 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.8999989 - value: 0.19705711 - inSlope: -0.0064753057 - outSlope: -0.0064753057 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.9166656 - value: 0.19694886 - inSlope: -0.00651688 - outSlope: -0.00651688 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.9333322 - value: 0.19683988 - inSlope: -0.006559348 - outSlope: -0.006559348 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.9499989 - value: 0.19673021 - inSlope: -0.00660137 - outSlope: -0.00660137 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.9666655 - value: 0.19661984 - inSlope: -0.00664205 - outSlope: -0.00664205 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.9833322 - value: 0.19650881 - inSlope: -0.0066836243 - outSlope: -0.0066836243 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.9999988 - value: 0.19639705 - inSlope: -0.0067247516 - outSlope: -0.0067247516 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.0166655 - value: 0.19628465 - inSlope: -0.0067649847 - outSlope: -0.0067649847 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.033332 - value: 0.19617155 - inSlope: -0.006805665 - outSlope: -0.006805665 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.0499988 - value: 0.1960578 - inSlope: -0.006845898 - outSlope: -0.006845898 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.0666654 - value: 0.19594336 - inSlope: -0.006885684 - outSlope: -0.006885684 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.083332 - value: 0.19582827 - inSlope: -0.00692547 - outSlope: -0.00692547 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.0999987 - value: 0.1957125 - inSlope: -0.0069652563 - outSlope: -0.0069652563 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.1166654 - value: 0.1955961 - inSlope: -0.0070041483 - outSlope: -0.0070041483 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.133332 - value: 0.19547904 - inSlope: -0.0070425933 - outSlope: -0.0070425933 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.1499987 - value: 0.19536135 - inSlope: -0.0070814854 - outSlope: -0.0070814854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.1666653 - value: 0.19524299 - inSlope: -0.007120378 - outSlope: -0.007120378 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.183332 - value: 0.195124 - inSlope: -0.007158376 - outSlope: -0.007158376 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.1999986 - value: 0.19500437 - inSlope: -0.007196374 - outSlope: -0.007196374 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.2166653 - value: 0.19488412 - inSlope: -0.0072343717 - outSlope: -0.0072343717 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.233332 - value: 0.19476323 - inSlope: -0.0072714756 - outSlope: -0.0072714756 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.2499986 - value: 0.19464174 - inSlope: -0.0073085795 - outSlope: -0.0073085795 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.2666652 - value: 0.19451961 - inSlope: -0.0073452364 - outSlope: -0.0073452364 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.2833319 - value: 0.1943969 - inSlope: -0.007381893 - outSlope: -0.007381893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.2999985 - value: 0.19427355 - inSlope: -0.007419444 - outSlope: -0.007419444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.3166652 - value: 0.19414958 - inSlope: -0.00745476 - outSlope: -0.00745476 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.3333318 - value: 0.19402505 - inSlope: -0.0074905227 - outSlope: -0.0074905227 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.3499985 - value: 0.1938999 - inSlope: -0.0075267325 - outSlope: -0.0075267325 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.3666651 - value: 0.19377416 - inSlope: -0.0075620487 - outSlope: -0.0075620487 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.3833318 - value: 0.19364783 - inSlope: -0.0075973645 - outSlope: -0.0075973645 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.3999984 - value: 0.19352092 - inSlope: -0.007632233 - outSlope: -0.007632233 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.416665 - value: 0.19339342 - inSlope: -0.007666208 - outSlope: -0.007666208 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.4333317 - value: 0.19326538 - inSlope: -0.0077001825 - outSlope: -0.0077001825 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.4499984 - value: 0.19313675 - inSlope: -0.007734604 - outSlope: -0.007734604 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.466665 - value: 0.19300756 - inSlope: -0.007768132 - outSlope: -0.007768132 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.4833317 - value: 0.19287781 - inSlope: -0.0078025535 - outSlope: -0.0078025535 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.4999983 - value: 0.19274747 - inSlope: -0.007836528 - outSlope: -0.007836528 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.516665 - value: 0.1926166 - inSlope: -0.007869162 - outSlope: -0.007869162 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.5333316 - value: 0.19248517 - inSlope: -0.007901795 - outSlope: -0.007901795 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.5499983 - value: 0.1923532 - inSlope: -0.007933982 - outSlope: -0.007933982 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.566665 - value: 0.1922207 - inSlope: -0.007966615 - outSlope: -0.007966615 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.5833316 - value: 0.19208765 - inSlope: -0.007998802 - outSlope: -0.007998802 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.5999982 - value: 0.19195408 - inSlope: -0.008030541 - outSlope: -0.008030541 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.616665 - value: 0.19181997 - inSlope: -0.008061834 - outSlope: -0.008061834 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.6333315 - value: 0.19168535 - inSlope: -0.008093126 - outSlope: -0.008093126 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.6499982 - value: 0.1915502 - inSlope: -0.008124419 - outSlope: -0.008124419 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.6666648 - value: 0.19141454 - inSlope: -0.008154817 - outSlope: -0.008154817 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.6833315 - value: 0.19127837 - inSlope: -0.008185215 - outSlope: -0.008185215 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.6999981 - value: 0.1911417 - inSlope: -0.008215167 - outSlope: -0.008215167 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.7166648 - value: 0.19100453 - inSlope: -0.008245118 - outSlope: -0.008245118 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.7333314 - value: 0.19086686 - inSlope: -0.008275069 - outSlope: -0.008275069 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.749998 - value: 0.1907287 - inSlope: -0.008304574 - outSlope: -0.008304574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.7666647 - value: 0.19059004 - inSlope: -0.008333632 - outSlope: -0.008333632 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.7833314 - value: 0.1904509 - inSlope: -0.008362242 - outSlope: -0.008362242 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.799998 - value: 0.1903113 - inSlope: -0.008390852 - outSlope: -0.008390852 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.8166647 - value: 0.19017121 - inSlope: -0.0084199095 - outSlope: -0.0084199095 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.8333313 - value: 0.19003063 - inSlope: -0.008447626 - outSlope: -0.008447626 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.849998 - value: 0.18988962 - inSlope: -0.008475342 - outSlope: -0.008475342 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.8666646 - value: 0.18974812 - inSlope: -0.008503058 - outSlope: -0.008503058 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.8833313 - value: 0.18960619 - inSlope: -0.008529433 - outSlope: -0.008529433 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.899998 - value: 0.18946381 - inSlope: -0.008556702 - outSlope: -0.008556702 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.9166646 - value: 0.18932097 - inSlope: -0.008583524 - outSlope: -0.008583524 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.9333313 - value: 0.18917769 - inSlope: -0.008609899 - outSlope: -0.008609899 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.949998 - value: 0.18903397 - inSlope: -0.008636274 - outSlope: -0.008636274 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.9666646 - value: 0.18888982 - inSlope: -0.008662202 - outSlope: -0.008662202 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.9833312 - value: 0.18874523 - inSlope: -0.008687236 - outSlope: -0.008687236 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.9999979 - value: 0.18860024 - inSlope: -0.008712717 - outSlope: -0.008712717 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.0166645 - value: 0.1884548 - inSlope: -0.008737751 - outSlope: -0.008737751 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.0333312 - value: 0.18830898 - inSlope: -0.008762785 - outSlope: -0.008762785 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.0499978 - value: 0.18816271 - inSlope: -0.008787372 - outSlope: -0.008787372 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.0666645 - value: 0.18801607 - inSlope: -0.008811065 - outSlope: -0.008811065 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.083331 - value: 0.18786901 - inSlope: -0.008835652 - outSlope: -0.008835652 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.0999978 - value: 0.18772155 - inSlope: -0.008859345 - outSlope: -0.008859345 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.1166644 - value: 0.1875737 - inSlope: -0.008882591 - outSlope: -0.008882591 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.133331 - value: 0.18742546 - inSlope: -0.008904942 - outSlope: -0.008904942 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.1499977 - value: 0.18727687 - inSlope: -0.008927741 - outSlope: -0.008927741 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.1666644 - value: 0.18712787 - inSlope: -0.008951434 - outSlope: -0.008951434 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.183331 - value: 0.18697849 - inSlope: -0.008973339 - outSlope: -0.008973339 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.1999977 - value: 0.18682876 - inSlope: -0.008994349 - outSlope: -0.008994349 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.2166643 - value: 0.18667868 - inSlope: -0.009016701 - outSlope: -0.009016701 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.233331 - value: 0.1865282 - inSlope: -0.009038159 - outSlope: -0.009038159 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.2499976 - value: 0.1863774 - inSlope: -0.009059616 - outSlope: -0.009059616 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.2666643 - value: 0.18622622 - inSlope: -0.009079733 - outSlope: -0.009079733 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.283331 - value: 0.18607475 - inSlope: -0.009099402 - outSlope: -0.009099402 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.2999976 - value: 0.1859229 - inSlope: -0.00912086 - outSlope: -0.00912086 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.3166642 - value: 0.18577072 - inSlope: -0.00914053 - outSlope: -0.00914053 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.3333309 - value: 0.18561822 - inSlope: -0.009160646 - outSlope: -0.009160646 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.3499975 - value: 0.18546537 - inSlope: -0.009180316 - outSlope: -0.009180316 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.3666642 - value: 0.18531221 - inSlope: -0.009198197 - outSlope: -0.009198197 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.3833308 - value: 0.18515876 - inSlope: -0.009216526 - outSlope: -0.009216526 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.3999975 - value: 0.185005 - inSlope: -0.009236195 - outSlope: -0.009236195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.4166641 - value: 0.18485089 - inSlope: -0.009254524 - outSlope: -0.009254524 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.4333308 - value: 0.18469651 - inSlope: -0.009271512 - outSlope: -0.009271512 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.4499974 - value: 0.18454184 - inSlope: -0.009288946 - outSlope: -0.009288946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.466664 - value: 0.18438688 - inSlope: -0.009307275 - outSlope: -0.009307275 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.4833307 - value: 0.1842316 - inSlope: -0.009324709 - outSlope: -0.009324709 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.4999974 - value: 0.18407606 - inSlope: -0.009341249 - outSlope: -0.009341249 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.516664 - value: 0.18392022 - inSlope: -0.009356895 - outSlope: -0.009356895 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.5333307 - value: 0.18376416 - inSlope: -0.009372542 - outSlope: -0.009372542 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.5499973 - value: 0.1836078 - inSlope: -0.009389529 - outSlope: -0.009389529 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.566664 - value: 0.18345118 - inSlope: -0.009404728 - outSlope: -0.009404728 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.5833306 - value: 0.18329431 - inSlope: -0.009419033 - outSlope: -0.009419033 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.5999973 - value: 0.18313721 - inSlope: -0.0094346795 - outSlope: -0.0094346795 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.616664 - value: 0.18297982 - inSlope: -0.009449879 - outSlope: -0.009449879 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.6333306 - value: 0.18282221 - inSlope: -0.009463737 - outSlope: -0.009463737 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.6499972 - value: 0.18266436 - inSlope: -0.009477148 - outSlope: -0.009477148 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.666664 - value: 0.18250631 - inSlope: -0.009491006 - outSlope: -0.009491006 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.6833305 - value: 0.182348 - inSlope: -0.009504864 - outSlope: -0.009504864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.6999972 - value: 0.18218948 - inSlope: -0.009517381 - outSlope: -0.009517381 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.7166638 - value: 0.18203075 - inSlope: -0.009530792 - outSlope: -0.009530792 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.7333305 - value: 0.18187179 - inSlope: -0.009543309 - outSlope: -0.009543309 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.7499971 - value: 0.18171264 - inSlope: -0.009554485 - outSlope: -0.009554485 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.7666638 - value: 0.1815533 - inSlope: -0.009567449 - outSlope: -0.009567449 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.7833304 - value: 0.18139373 - inSlope: -0.009578625 - outSlope: -0.009578625 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.799997 - value: 0.18123402 - inSlope: -0.009589801 - outSlope: -0.009589801 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.8166637 - value: 0.18107407 - inSlope: -0.009601871 - outSlope: -0.009601871 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.8333304 - value: 0.18091395 - inSlope: -0.009611258 - outSlope: -0.009611258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.849997 - value: 0.1807537 - inSlope: -0.009621093 - outSlope: -0.009621093 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.8666637 - value: 0.18059325 - inSlope: -0.009631822 - outSlope: -0.009631822 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.8833303 - value: 0.18043263 - inSlope: -0.009641657 - outSlope: -0.009641657 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.899997 - value: 0.18027186 - inSlope: -0.009650597 - outSlope: -0.009650597 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.9166636 - value: 0.18011095 - inSlope: -0.009659985 - outSlope: -0.009659985 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.9333303 - value: 0.17994986 - inSlope: -0.009668032 - outSlope: -0.009668032 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.949997 - value: 0.17978868 - inSlope: -0.009676525 - outSlope: -0.009676525 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.9666636 - value: 0.17962731 - inSlope: -0.009685466 - outSlope: -0.009685466 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.9833302 - value: 0.17946583 - inSlope: -0.009693066 - outSlope: -0.009693066 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.999997 - value: 0.17930421 - inSlope: -0.009700665 - outSlope: -0.009700665 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.0166636 - value: 0.17914248 - inSlope: -0.009707749 - outSlope: -0.009707749 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.0333304 - value: 0.17898062 - inSlope: -0.0097139375 - outSlope: -0.0097139375 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.0499973 - value: 0.17881867 - inSlope: -0.009720643 - outSlope: -0.009720643 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.066664 - value: 0.1786566 - inSlope: -0.009726902 - outSlope: -0.009726902 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.083331 - value: 0.17849444 - inSlope: -0.009732265 - outSlope: -0.009732265 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.099998 - value: 0.17833218 - inSlope: -0.0097385235 - outSlope: -0.0097385235 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.116665 - value: 0.17816982 - inSlope: -0.009743888 - outSlope: -0.009743888 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.133332 - value: 0.17800738 - inSlope: -0.009748358 - outSlope: -0.009748358 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.1499987 - value: 0.17784487 - inSlope: -0.009752382 - outSlope: -0.009752382 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.1666656 - value: 0.1776823 - inSlope: -0.009757299 - outSlope: -0.009757299 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.1833324 - value: 0.17751962 - inSlope: -0.009761322 - outSlope: -0.009761322 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.1999993 - value: 0.17735691 - inSlope: -0.0097640045 - outSlope: -0.0097640045 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.216666 - value: 0.17719415 - inSlope: -0.009767581 - outSlope: -0.009767581 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.233333 - value: 0.17703132 - inSlope: -0.009771157 - outSlope: -0.009771157 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.25 - value: 0.17686844 - inSlope: -0.009773839 - outSlope: -0.009773839 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.266667 - value: 0.17670552 - inSlope: -0.009775627 - outSlope: -0.009775627 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.283334 - value: 0.17654258 - inSlope: -0.009777416 - outSlope: -0.009777416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.3000007 - value: 0.1763796 - inSlope: -0.009779204 - outSlope: -0.009779204 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.3166676 - value: 0.1762166 - inSlope: -0.009780098 - outSlope: -0.009780098 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.3333344 - value: 0.1760536 - inSlope: -0.009781439 - outSlope: -0.009781439 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.3500013 - value: 0.17589055 - inSlope: -0.009782333 - outSlope: -0.009782333 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.366668 - value: 0.17572752 - inSlope: -0.009781886 - outSlope: -0.009781886 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.383335 - value: 0.17556448 - inSlope: -0.009781886 - outSlope: -0.009781886 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.400002 - value: 0.17540145 - inSlope: -0.009780992 - outSlope: -0.009780992 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.416669 - value: 0.17523845 - inSlope: -0.009780992 - outSlope: -0.009780992 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.433336 - value: 0.17507541 - inSlope: -0.009779651 - outSlope: -0.009779651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.4500027 - value: 0.17491245 - inSlope: -0.009777863 - outSlope: -0.009777863 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.4666696 - value: 0.17474948 - inSlope: -0.0097765215 - outSlope: -0.0097765215 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.4833364 - value: 0.17458656 - inSlope: -0.009774286 - outSlope: -0.009774286 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.5000033 - value: 0.17442366 - inSlope: -0.009772051 - outSlope: -0.009772051 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.51667 - value: 0.17426082 - inSlope: -0.009768922 - outSlope: -0.009768922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.533337 - value: 0.17409803 - inSlope: -0.00976624 - outSlope: -0.00976624 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.550004 - value: 0.17393528 - inSlope: -0.009762663 - outSlope: -0.009762663 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.566671 - value: 0.1737726 - inSlope: -0.009758193 - outSlope: -0.009758193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.583338 - value: 0.17361 - inSlope: -0.009753723 - outSlope: -0.009753723 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.6000047 - value: 0.17344747 - inSlope: -0.009749699 - outSlope: -0.009749699 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.6166716 - value: 0.17328501 - inSlope: -0.009745676 - outSlope: -0.009745676 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.6333385 - value: 0.17312261 - inSlope: -0.009739865 - outSlope: -0.009739865 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.6500053 - value: 0.17296034 - inSlope: -0.009734053 - outSlope: -0.009734053 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.666672 - value: 0.17279814 - inSlope: -0.009728689 - outSlope: -0.009728689 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.683339 - value: 0.17263605 - inSlope: -0.009721984 - outSlope: -0.009721984 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.700006 - value: 0.17247407 - inSlope: -0.009714832 - outSlope: -0.009714832 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.716673 - value: 0.17231221 - inSlope: -0.009708126 - outSlope: -0.009708126 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.73334 - value: 0.17215046 - inSlope: -0.0097009735 - outSlope: -0.0097009735 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.7500067 - value: 0.17198884 - inSlope: -0.009693374 - outSlope: -0.009693374 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.7666736 - value: 0.17182735 - inSlope: -0.009685774 - outSlope: -0.009685774 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.7833405 - value: 0.17166598 - inSlope: -0.009676834 - outSlope: -0.009676834 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.8000073 - value: 0.17150478 - inSlope: -0.009668787 - outSlope: -0.009668787 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.816674 - value: 0.17134368 - inSlope: -0.009659847 - outSlope: -0.009659847 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.833341 - value: 0.17118278 - inSlope: -0.009649118 - outSlope: -0.009649118 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.850008 - value: 0.17102204 - inSlope: -0.009639284 - outSlope: -0.009639284 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.866675 - value: 0.17086147 - inSlope: -0.009630343 - outSlope: -0.009630343 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.883342 - value: 0.17070103 - inSlope: -0.009619167 - outSlope: -0.009619167 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.9000087 - value: 0.17054082 - inSlope: -0.009607544 - outSlope: -0.009607544 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.9166756 - value: 0.17038077 - inSlope: -0.009597709 - outSlope: -0.009597709 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.9333425 - value: 0.1702209 - inSlope: -0.0095865335 - outSlope: -0.0095865335 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.9500093 - value: 0.17006122 - inSlope: -0.0095740175 - outSlope: -0.0095740175 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.966676 - value: 0.16990176 - inSlope: -0.009560606 - outSlope: -0.009560606 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.983343 - value: 0.16974252 - inSlope: -0.0095485365 - outSlope: -0.0095485365 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.00001 - value: 0.16958347 - inSlope: -0.009536467 - outSlope: -0.009536467 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.016677 - value: 0.16942464 - inSlope: -0.009522162 - outSlope: -0.009522162 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.033344 - value: 0.16926606 - inSlope: -0.009507857 - outSlope: -0.009507857 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.0500107 - value: 0.1691077 - inSlope: -0.009494446 - outSlope: -0.009494446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.0666776 - value: 0.16894957 - inSlope: -0.009480141 - outSlope: -0.009480141 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.0833445 - value: 0.1687917 - inSlope: -0.009464942 - outSlope: -0.009464942 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.1000113 - value: 0.16863407 - inSlope: -0.009449743 - outSlope: -0.009449743 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.116678 - value: 0.1684767 - inSlope: -0.009434097 - outSlope: -0.009434097 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.133345 - value: 0.1683196 - inSlope: -0.009418004 - outSlope: -0.009418004 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.150012 - value: 0.16816276 - inSlope: -0.009402358 - outSlope: -0.009402358 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.166679 - value: 0.16800618 - inSlope: -0.009386713 - outSlope: -0.009386713 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.183346 - value: 0.16784987 - inSlope: -0.009368831 - outSlope: -0.009368831 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.2000127 - value: 0.16769388 - inSlope: -0.009350503 - outSlope: -0.009350503 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.2166796 - value: 0.16753818 - inSlope: -0.0093330685 - outSlope: -0.0093330685 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.2333465 - value: 0.16738278 - inSlope: -0.00931474 - outSlope: -0.00931474 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.2500134 - value: 0.16722769 - inSlope: -0.009296413 - outSlope: -0.009296413 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.2666802 - value: 0.16707289 - inSlope: -0.009278084 - outSlope: -0.009278084 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.283347 - value: 0.16691841 - inSlope: -0.009258415 - outSlope: -0.009258415 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.300014 - value: 0.16676427 - inSlope: -0.009238746 - outSlope: -0.009238746 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.316681 - value: 0.16661045 - inSlope: -0.0092190765 - outSlope: -0.0092190765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.333348 - value: 0.16645697 - inSlope: -0.009198513 - outSlope: -0.009198513 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.3500147 - value: 0.16630383 - inSlope: -0.009177502 - outSlope: -0.009177502 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.3666816 - value: 0.16615105 - inSlope: -0.00915694 - outSlope: -0.00915694 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.3833485 - value: 0.1659986 - inSlope: -0.009135035 - outSlope: -0.009135035 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.4000154 - value: 0.16584654 - inSlope: -0.009112684 - outSlope: -0.009112684 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.4166822 - value: 0.16569483 - inSlope: -0.009091226 - outSlope: -0.009091226 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.433349 - value: 0.1655435 - inSlope: -0.009068428 - outSlope: -0.009068428 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.450016 - value: 0.16539255 - inSlope: -0.009046076 - outSlope: -0.009046076 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.466683 - value: 0.16524196 - inSlope: -0.009021936 - outSlope: -0.009021936 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.48335 - value: 0.16509181 - inSlope: -0.008997797 - outSlope: -0.008997797 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.5000167 - value: 0.16494203 - inSlope: -0.008974105 - outSlope: -0.008974105 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.5166836 - value: 0.16479267 - inSlope: -0.008949965 - outSlope: -0.008949965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.5333505 - value: 0.16464369 - inSlope: -0.008924484 - outSlope: -0.008924484 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.5500174 - value: 0.16449519 - inSlope: -0.008899003 - outSlope: -0.008899003 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.5666842 - value: 0.16434705 - inSlope: -0.008874417 - outSlope: -0.008874417 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.583351 - value: 0.16419937 - inSlope: -0.008848489 - outSlope: -0.008848489 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.600018 - value: 0.1640521 - inSlope: -0.008821221 - outSlope: -0.008821221 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.616685 - value: 0.16390532 - inSlope: -0.008794399 - outSlope: -0.008794399 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.633352 - value: 0.16375895 - inSlope: -0.008768024 - outSlope: -0.008768024 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.6500187 - value: 0.16361305 - inSlope: -0.008739862 - outSlope: -0.008739862 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.6666856 - value: 0.16346762 - inSlope: -0.0087121455 - outSlope: -0.0087121455 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.6833525 - value: 0.16332264 - inSlope: -0.008683983 - outSlope: -0.008683983 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.7000194 - value: 0.16317815 - inSlope: -0.008654479 - outSlope: -0.008654479 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.7166862 - value: 0.16303416 - inSlope: -0.008625422 - outSlope: -0.008625422 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.733353 - value: 0.16289063 - inSlope: -0.008596365 - outSlope: -0.008596365 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.75002 - value: 0.1627476 - inSlope: -0.008566861 - outSlope: -0.008566861 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.766687 - value: 0.16260506 - inSlope: -0.008537358 - outSlope: -0.008537358 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.783354 - value: 0.16246302 - inSlope: -0.008505618 - outSlope: -0.008505618 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.8000207 - value: 0.16232154 - inSlope: -0.008474773 - outSlope: -0.008474773 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.8166876 - value: 0.16218053 - inSlope: -0.008443481 - outSlope: -0.008443481 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.8333545 - value: 0.16204008 - inSlope: -0.008411296 - outSlope: -0.008411296 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.8500214 - value: 0.16190015 - inSlope: -0.008380003 - outSlope: -0.008380003 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.8666883 - value: 0.16176075 - inSlope: -0.00834737 - outSlope: -0.00834737 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.883355 - value: 0.1616219 - inSlope: -0.008313843 - outSlope: -0.008313843 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.900022 - value: 0.16148362 - inSlope: -0.008280316 - outSlope: -0.008280316 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.916689 - value: 0.16134588 - inSlope: -0.008246789 - outSlope: -0.008246789 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.933356 - value: 0.16120872 - inSlope: -0.008212367 - outSlope: -0.008212367 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.9500227 - value: 0.16107213 - inSlope: -0.008177946 - outSlope: -0.008177946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.9666896 - value: 0.16093612 - inSlope: -0.008143972 - outSlope: -0.008143972 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.9833565 - value: 0.16080067 - inSlope: -0.008108657 - outSlope: -0.008108657 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.0000234 - value: 0.16066583 - inSlope: -0.008072447 - outSlope: -0.008072447 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.0166903 - value: 0.16053158 - inSlope: -0.008036238 - outSlope: -0.008036238 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.033357 - value: 0.16039795 - inSlope: -0.008000476 - outSlope: -0.008000476 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.050024 - value: 0.1602649 - inSlope: -0.007963819 - outSlope: -0.007963819 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.066691 - value: 0.16013248 - inSlope: -0.0079258215 - outSlope: -0.0079258215 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.083358 - value: 0.1600007 - inSlope: -0.007887824 - outSlope: -0.007887824 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.1000247 - value: 0.15986955 - inSlope: -0.007850274 - outSlope: -0.007850274 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.1166916 - value: 0.15973902 - inSlope: -0.0078122765 - outSlope: -0.0078122765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.1333585 - value: 0.15960914 - inSlope: -0.0077724913 - outSlope: -0.0077724913 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.1500254 - value: 0.15947993 - inSlope: -0.0077340463 - outSlope: -0.0077340463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.1666923 - value: 0.15935133 - inSlope: -0.007695155 - outSlope: -0.007695155 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.183359 - value: 0.15922342 - inSlope: -0.007654475 - outSlope: -0.007654475 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.200026 - value: 0.15909618 - inSlope: -0.007614243 - outSlope: -0.007614243 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.216693 - value: 0.15896961 - inSlope: -0.0075731156 - outSlope: -0.0075731156 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.23336 - value: 0.15884374 - inSlope: -0.0075319894 - outSlope: -0.0075319894 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.2500267 - value: 0.15871854 - inSlope: -0.007490416 - outSlope: -0.007490416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.2666936 - value: 0.15859406 - inSlope: -0.007448842 - outSlope: -0.007448842 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.2833605 - value: 0.15847024 - inSlope: -0.0074068215 - outSlope: -0.0074068215 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.3000274 - value: 0.15834716 - inSlope: -0.007363459 - outSlope: -0.007363459 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.3166943 - value: 0.15822479 - inSlope: -0.0073205447 - outSlope: -0.0073205447 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.333361 - value: 0.15810314 - inSlope: -0.0072771832 - outSlope: -0.0072771832 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.350028 - value: 0.15798222 - inSlope: -0.007232927 - outSlope: -0.007232927 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.366695 - value: 0.15786204 - inSlope: -0.007187777 - outSlope: -0.007187777 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.383362 - value: 0.15774262 - inSlope: -0.0071444158 - outSlope: -0.0071444158 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.4000287 - value: 0.15762389 - inSlope: -0.0070997123 - outSlope: -0.0070997123 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.4166956 - value: 0.15750596 - inSlope: -0.0070527745 - outSlope: -0.0070527745 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.4333625 - value: 0.15738879 - inSlope: -0.0070071775 - outSlope: -0.0070071775 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.4500294 - value: 0.15727238 - inSlope: -0.0069611333 - outSlope: -0.0069611333 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.4666963 - value: 0.15715675 - inSlope: -0.0069146426 - outSlope: -0.0069146426 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.483363 - value: 0.15704189 - inSlope: -0.0068677044 - outSlope: -0.0068677044 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.50003 - value: 0.15692782 - inSlope: -0.006819425 - outSlope: -0.006819425 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.516697 - value: 0.15681458 - inSlope: -0.0067711463 - outSlope: -0.0067711463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.533364 - value: 0.15670212 - inSlope: -0.0067237616 - outSlope: -0.0067237616 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.5500307 - value: 0.15659045 - inSlope: -0.0066750348 - outSlope: -0.0066750348 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.5666976 - value: 0.15647961 - inSlope: -0.006626309 - outSlope: -0.006626309 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.5833645 - value: 0.15636957 - inSlope: -0.006576689 - outSlope: -0.006576689 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.6000314 - value: 0.15626039 - inSlope: -0.0065261745 - outSlope: -0.0065261745 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.6166983 - value: 0.15615202 - inSlope: -0.006476107 - outSlope: -0.006476107 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.633365 - value: 0.15604451 - inSlope: -0.006424699 - outSlope: -0.006424699 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.650032 - value: 0.15593787 - inSlope: -0.006373738 - outSlope: -0.006373738 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.666699 - value: 0.15583205 - inSlope: -0.006323223 - outSlope: -0.006323223 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.683366 - value: 0.15572709 - inSlope: -0.006271368 - outSlope: -0.006271368 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.7000327 - value: 0.155623 - inSlope: -0.0062190657 - outSlope: -0.0062190657 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.7166996 - value: 0.15551978 - inSlope: -0.006165422 - outSlope: -0.006165422 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.7333665 - value: 0.15541749 - inSlope: -0.0061126724 - outSlope: -0.0061126724 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.7500334 - value: 0.15531603 - inSlope: -0.006059923 - outSlope: -0.006059923 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.7667003 - value: 0.15521549 - inSlope: -0.006005386 - outSlope: -0.006005386 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.783367 - value: 0.15511584 - inSlope: -0.0059508486 - outSlope: -0.0059508486 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.800034 - value: 0.15501712 - inSlope: -0.005896311 - outSlope: -0.005896311 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.816701 - value: 0.1549193 - inSlope: -0.005841326 - outSlope: -0.005841326 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.833368 - value: 0.15482241 - inSlope: -0.0057854475 - outSlope: -0.0057854475 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.8500347 - value: 0.15472645 - inSlope: -0.005729569 - outSlope: -0.005729569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.8667016 - value: 0.15463142 - inSlope: -0.0056736907 - outSlope: -0.0056736907 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.8833685 - value: 0.15453732 - inSlope: -0.0056169177 - outSlope: -0.0056169177 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.9000354 - value: 0.15444419 - inSlope: -0.0055592507 - outSlope: -0.0055592507 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.9167023 - value: 0.15435201 - inSlope: -0.005502031 - outSlope: -0.005502031 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.933369 - value: 0.15426078 - inSlope: -0.0054439176 - outSlope: -0.0054439176 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.950036 - value: 0.15417054 - inSlope: -0.005385804 - outSlope: -0.005385804 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.966703 - value: 0.15408126 - inSlope: -0.005327243 - outSlope: -0.005327243 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.98337 - value: 0.15399297 - inSlope: -0.005268235 - outSlope: -0.005268235 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.0000367 - value: 0.15390565 - inSlope: -0.0052087805 - outSlope: -0.0052087805 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.0167036 - value: 0.15381934 - inSlope: -0.0051484313 - outSlope: -0.0051484313 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.0333705 - value: 0.15373403 - inSlope: -0.0050885295 - outSlope: -0.0050885295 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.0500374 - value: 0.15364972 - inSlope: -0.0050277337 - outSlope: -0.0050277337 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.0667043 - value: 0.15356643 - inSlope: -0.004966044 - outSlope: -0.004966044 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.083371 - value: 0.15348418 - inSlope: -0.0049039065 - outSlope: -0.0049039065 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.100038 - value: 0.15340297 - inSlope: -0.0048426636 - outSlope: -0.0048426636 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.116705 - value: 0.15332276 - inSlope: -0.004780974 - outSlope: -0.004780974 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.133372 - value: 0.1532436 - inSlope: -0.0047174958 - outSlope: -0.0047174958 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.1500387 - value: 0.1531655 - inSlope: -0.0046549113 - outSlope: -0.0046549113 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.1667056 - value: 0.15308844 - inSlope: -0.0045909863 - outSlope: -0.0045909863 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.1833725 - value: 0.15301247 - inSlope: -0.004526167 - outSlope: -0.004526167 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.2000394 - value: 0.15293756 - inSlope: -0.004462689 - outSlope: -0.004462689 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.2167063 - value: 0.15286371 - inSlope: -0.00439787 - outSlope: -0.00439787 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.233373 - value: 0.15279096 - inSlope: -0.00433171 - outSlope: -0.00433171 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.25004 - value: 0.15271932 - inSlope: -0.0042668907 - outSlope: -0.0042668907 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.266707 - value: 0.15264873 - inSlope: -0.0042016245 - outSlope: -0.0042016245 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.283374 - value: 0.15257926 - inSlope: -0.00413457 - outSlope: -0.00413457 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.3000407 - value: 0.15251091 - inSlope: -0.0040675155 - outSlope: -0.0040675155 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.3167076 - value: 0.15244368 - inSlope: -0.004000908 - outSlope: -0.004000908 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.3333745 - value: 0.15237755 - inSlope: -0.00393296 - outSlope: -0.00393296 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.3500414 - value: 0.15231258 - inSlope: -0.0038650115 - outSlope: -0.0038650115 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.3667083 - value: 0.15224871 - inSlope: -0.0037975102 - outSlope: -0.0037975102 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.383375 - value: 0.15218599 - inSlope: -0.0037273266 - outSlope: -0.0037273266 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.400042 - value: 0.15212446 - inSlope: -0.0036580372 - outSlope: -0.0036580372 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.416709 - value: 0.15206406 - inSlope: -0.0035887477 - outSlope: -0.0035887477 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.433376 - value: 0.15200484 - inSlope: -0.0035190112 - outSlope: -0.0035190112 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.4500427 - value: 0.15194675 - inSlope: -0.0034492747 - outSlope: -0.0034492747 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.4667096 - value: 0.15188986 - inSlope: -0.003376856 - outSlope: -0.003376856 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.4833765 - value: 0.15183419 - inSlope: -0.0033062254 - outSlope: -0.0033062254 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.5000434 - value: 0.15177965 - inSlope: -0.0032347008 - outSlope: -0.0032347008 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.5167103 - value: 0.15172637 - inSlope: -0.0031618353 - outSlope: -0.0031618353 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.533377 - value: 0.15167426 - inSlope: -0.0030898636 - outSlope: -0.0030898636 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.550044 - value: 0.15162337 - inSlope: -0.0030169978 - outSlope: -0.0030169978 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.566711 - value: 0.15157369 - inSlope: -0.002944132 - outSlope: -0.002944132 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.583378 - value: 0.15152523 - inSlope: -0.0028708193 - outSlope: -0.0028708193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.6000447 - value: 0.15147799 - inSlope: -0.0027966127 - outSlope: -0.0027966127 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.6167116 - value: 0.15143201 - inSlope: -0.0027215118 - outSlope: -0.0027215118 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.6333785 - value: 0.15138727 - inSlope: -0.0026468579 - outSlope: -0.0026468579 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.6500454 - value: 0.15134378 - inSlope: -0.00257131 - outSlope: -0.00257131 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.6667123 - value: 0.15130156 - inSlope: -0.0024957622 - outSlope: -0.0024957622 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.683379 - value: 0.15126058 - inSlope: -0.0024197672 - outSlope: -0.0024197672 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.700046 - value: 0.1512209 - inSlope: -0.0023437724 - outSlope: -0.0023437724 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.716713 - value: 0.15118246 - inSlope: -0.0022664363 - outSlope: -0.0022664363 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.73338 - value: 0.15114535 - inSlope: -0.0021886532 - outSlope: -0.0021886532 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.7500467 - value: 0.1511095 - inSlope: -0.0021113174 - outSlope: -0.0021113174 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.7667136 - value: 0.15107498 - inSlope: -0.0020326404 - outSlope: -0.0020326404 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.7833805 - value: 0.15104175 - inSlope: -0.0019548573 - outSlope: -0.0019548573 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.8000474 - value: 0.15100981 - inSlope: -0.001875733 - outSlope: -0.001875733 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.8167143 - value: 0.15097922 - inSlope: -0.001796162 - outSlope: -0.001796162 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.833381 - value: 0.15094994 - inSlope: -0.001717038 - outSlope: -0.001717038 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.850048 - value: 0.15092199 - inSlope: -0.0016365726 - outSlope: -0.0016365726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.866715 - value: 0.15089539 - inSlope: -0.0015556605 - outSlope: -0.0015556605 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.883382 - value: 0.15087013 - inSlope: -0.0014756422 - outSlope: -0.0014756422 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.9000487 - value: 0.1508462 - inSlope: -0.001393836 - outSlope: -0.001393836 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.9167156 - value: 0.15082367 - inSlope: -0.0013111357 - outSlope: -0.0013111357 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.9333825 - value: 0.1508025 - inSlope: -0.0012297764 - outSlope: -0.0012297764 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.9500494 - value: 0.15078267 - inSlope: -0.001147523 - outSlope: -0.001147523 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.9667163 - value: 0.15076424 - inSlope: -0.0010643757 - outSlope: -0.0010643757 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.983383 - value: 0.1507472 - inSlope: -0.0009812418 - outSlope: -0.0009812418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.00005 - value: 0.15073153 - inSlope: -0.0008972126 - outSlope: -0.0008972126 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.016716 - value: 0.15071729 - inSlope: -0.00081272173 - outSlope: -0.00081272173 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.033382 - value: 0.15070444 - inSlope: -0.00072823087 - outSlope: -0.00072823087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.050049 - value: 0.15069301 - inSlope: -0.00064329297 - outSlope: -0.00064329297 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.066715 - value: 0.150683 - inSlope: -0.000557908 - outSlope: -0.000557908 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.083382 - value: 0.15067442 - inSlope: -0.00047297007 - outSlope: -0.00047297007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.100048 - value: 0.15066724 - inSlope: -0.00038669104 - outSlope: -0.00038669104 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.1167145 - value: 0.15066153 - inSlope: -0.00029907087 - outSlope: -0.00029907087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.133381 - value: 0.15065727 - inSlope: -0.00021279183 - outSlope: -0.00021279183 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.150047 - value: 0.15065444 - inSlope: -0.00012517166 - outSlope: -0.00012517166 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.166714 - value: 0.1506531 - inSlope: -0.00004917458 - outSlope: -0.00004917458 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.18338 - value: 0.1506528 - inSlope: 0.0000013411254 - outSlope: 0.0000013411254 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.200047 - value: 0.15065314 - inSlope: 0.000040680792 - outSlope: 0.000040680792 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.216713 - value: 0.15065415 - inSlope: 0.000079573416 - outSlope: 0.000079573416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.233379 - value: 0.15065579 - inSlope: 0.00011757195 - outSlope: 0.00011757195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.250046 - value: 0.15065807 - inSlope: 0.0001555705 - outSlope: 0.0001555705 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.266712 - value: 0.15066098 - inSlope: 0.00019401609 - outSlope: 0.00019401609 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.283379 - value: 0.15066454 - inSlope: 0.00023246167 - outSlope: 0.00023246167 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.300045 - value: 0.15066873 - inSlope: 0.00027001317 - outSlope: 0.00027001317 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.316711 - value: 0.15067354 - inSlope: 0.00030667055 - outSlope: 0.00030667055 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.333378 - value: 0.15067895 - inSlope: 0.00034422206 - outSlope: 0.00034422206 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.350044 - value: 0.15068501 - inSlope: 0.0003822206 - outSlope: 0.0003822206 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.366711 - value: 0.15069169 - inSlope: 0.000418431 - outSlope: 0.000418431 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.383377 - value: 0.15069896 - inSlope: 0.0004550884 - outSlope: 0.0004550884 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.4000435 - value: 0.15070686 - inSlope: 0.0004926399 - outSlope: 0.0004926399 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.41671 - value: 0.15071538 - inSlope: 0.00052885024 - outSlope: 0.00052885024 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.433376 - value: 0.15072449 - inSlope: 0.0005641666 - outSlope: 0.0005641666 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.450043 - value: 0.15073419 - inSlope: 0.000600824 - outSlope: 0.000600824 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.466709 - value: 0.15074451 - inSlope: 0.00063658727 - outSlope: 0.00063658727 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.483376 - value: 0.1507554 - inSlope: 0.00067145657 - outSlope: 0.00067145657 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.500042 - value: 0.1507669 - inSlope: 0.000707667 - outSlope: 0.000707667 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.516708 - value: 0.150779 - inSlope: 0.0007429832 - outSlope: 0.0007429832 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.533375 - value: 0.15079166 - inSlope: 0.00077740545 - outSlope: 0.00077740545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.550041 - value: 0.1508049 - inSlope: 0.0008122747 - outSlope: 0.0008122747 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.566708 - value: 0.15081874 - inSlope: 0.00084624987 - outSlope: 0.00084624987 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.583374 - value: 0.15083311 - inSlope: 0.0008811191 - outSlope: 0.0008811191 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.60004 - value: 0.1508481 - inSlope: 0.00091598835 - outSlope: 0.00091598835 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.616707 - value: 0.15086365 - inSlope: 0.0009495164 - outSlope: 0.0009495164 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.633373 - value: 0.15087976 - inSlope: 0.0009830446 - outSlope: 0.0009830446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.65004 - value: 0.15089642 - inSlope: 0.0010170199 - outSlope: 0.0010170199 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.666706 - value: 0.15091366 - inSlope: 0.0010501009 - outSlope: 0.0010501009 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.6833725 - value: 0.15093142 - inSlope: 0.001083629 - outSlope: 0.001083629 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.700039 - value: 0.15094978 - inSlope: 0.00111671 - outSlope: 0.00111671 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.716705 - value: 0.15096864 - inSlope: 0.001149344 - outSlope: 0.001149344 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.733372 - value: 0.15098809 - inSlope: 0.0011828722 - outSlope: 0.0011828722 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.750038 - value: 0.15100807 - inSlope: 0.0012146122 - outSlope: 0.0012146122 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.766705 - value: 0.15102857 - inSlope: 0.0012467992 - outSlope: 0.0012467992 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.783371 - value: 0.15104963 - inSlope: 0.0012789862 - outSlope: 0.0012789862 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.800037 - value: 0.1510712 - inSlope: 0.0013107262 - outSlope: 0.0013107262 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.816704 - value: 0.15109332 - inSlope: 0.0013424661 - outSlope: 0.0013424661 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.83337 - value: 0.15111595 - inSlope: 0.001374206 - outSlope: 0.001374206 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.850037 - value: 0.15113913 - inSlope: 0.0014050519 - outSlope: 0.0014050519 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.866703 - value: 0.15116279 - inSlope: 0.0014354507 - outSlope: 0.0014354507 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.883369 - value: 0.15118697 - inSlope: 0.0014671907 - outSlope: 0.0014671907 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.900036 - value: 0.1512117 - inSlope: 0.0014984836 - outSlope: 0.0014984836 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.916702 - value: 0.15123692 - inSlope: 0.0015284354 - outSlope: 0.0015284354 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.933369 - value: 0.15126264 - inSlope: 0.0015588342 - outSlope: 0.0015588342 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.950035 - value: 0.15128888 - inSlope: 0.001589233 - outSlope: 0.001589233 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.9667015 - value: 0.15131561 - inSlope: 0.0016191849 - outSlope: 0.0016191849 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.983368 - value: 0.15134285 - inSlope: 0.0016482426 - outSlope: 0.0016482426 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.000034 - value: 0.15137056 - inSlope: 0.0016773003 - outSlope: 0.0016773003 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.016701 - value: 0.15139876 - inSlope: 0.0017076991 - outSlope: 0.0017076991 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.033367 - value: 0.15142748 - inSlope: 0.0017367569 - outSlope: 0.0017367569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.050034 - value: 0.15145665 - inSlope: 0.0017653675 - outSlope: 0.0017653675 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.0667 - value: 0.15148632 - inSlope: 0.0017948722 - outSlope: 0.0017948722 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.083366 - value: 0.15151648 - inSlope: 0.0018230359 - outSlope: 0.0018230359 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.100033 - value: 0.15154709 - inSlope: 0.0018507524 - outSlope: 0.0018507524 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.116699 - value: 0.15157817 - inSlope: 0.0018793631 - outSlope: 0.0018793631 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.133366 - value: 0.15160973 - inSlope: 0.0019075267 - outSlope: 0.0019075267 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.150032 - value: 0.15164176 - inSlope: 0.0019352434 - outSlope: 0.0019352434 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.166698 - value: 0.15167424 - inSlope: 0.001963407 - outSlope: 0.001963407 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.183365 - value: 0.1517072 - inSlope: 0.0019902294 - outSlope: 0.0019902294 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.200031 - value: 0.15174058 - inSlope: 0.0020166049 - outSlope: 0.0020166049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.216698 - value: 0.15177442 - inSlope: 0.0020443215 - outSlope: 0.0020443215 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.233364 - value: 0.15180872 - inSlope: 0.0020720381 - outSlope: 0.0020720381 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.2500305 - value: 0.15184349 - inSlope: 0.0020984136 - outSlope: 0.0020984136 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.266697 - value: 0.15187867 - inSlope: 0.002124789 - outSlope: 0.002124789 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.283363 - value: 0.15191431 - inSlope: 0.0021511645 - outSlope: 0.0021511645 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.30003 - value: 0.15195037 - inSlope: 0.0021757516 - outSlope: 0.0021757516 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.316696 - value: 0.15198684 - inSlope: 0.0022030212 - outSlope: 0.0022030212 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.333363 - value: 0.1520238 - inSlope: 0.0022289497 - outSlope: 0.0022289497 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.350029 - value: 0.15206113 - inSlope: 0.002253537 - outSlope: 0.002253537 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.366695 - value: 0.15209892 - inSlope: 0.0022799126 - outSlope: 0.0022799126 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.383362 - value: 0.15213713 - inSlope: 0.0023049468 - outSlope: 0.0023049468 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.400028 - value: 0.15217575 - inSlope: 0.002329087 - outSlope: 0.002329087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.416695 - value: 0.15221477 - inSlope: 0.0023532272 - outSlope: 0.0023532272 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.433361 - value: 0.1522542 - inSlope: 0.0023782616 - outSlope: 0.0023782616 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.450027 - value: 0.15229404 - inSlope: 0.002403743 - outSlope: 0.002403743 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.466694 - value: 0.15233432 - inSlope: 0.0024278832 - outSlope: 0.0024278832 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.48336 - value: 0.15237497 - inSlope: 0.0024511293 - outSlope: 0.0024511293 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.500027 - value: 0.15241602 - inSlope: 0.0024752696 - outSlope: 0.0024752696 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.516693 - value: 0.15245748 - inSlope: 0.0024985159 - outSlope: 0.0024985159 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.53336 - value: 0.1524993 - inSlope: 0.002521762 - outSlope: 0.002521762 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.550026 - value: 0.15254153 - inSlope: 0.002544561 - outSlope: 0.002544561 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.566692 - value: 0.15258412 - inSlope: 0.0025682542 - outSlope: 0.0025682542 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.583359 - value: 0.15262714 - inSlope: 0.0025919476 - outSlope: 0.0025919476 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.600025 - value: 0.15267052 - inSlope: 0.0026138527 - outSlope: 0.0026138527 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.616692 - value: 0.15271427 - inSlope: 0.0026362045 - outSlope: 0.0026362045 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.633358 - value: 0.15275839 - inSlope: 0.0026581096 - outSlope: 0.0026581096 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.650024 - value: 0.15280287 - inSlope: 0.002680909 - outSlope: 0.002680909 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.666691 - value: 0.15284775 - inSlope: 0.0027032609 - outSlope: 0.0027032609 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.683357 - value: 0.15289298 - inSlope: 0.0027242717 - outSlope: 0.0027242717 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.700024 - value: 0.15293856 - inSlope: 0.0027457299 - outSlope: 0.0027457299 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.71669 - value: 0.1529845 - inSlope: 0.002767635 - outSlope: 0.002767635 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.733356 - value: 0.15303081 - inSlope: 0.0027886457 - outSlope: 0.0027886457 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.750023 - value: 0.15307745 - inSlope: 0.0028096568 - outSlope: 0.0028096568 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.766689 - value: 0.15312447 - inSlope: 0.002830668 - outSlope: 0.002830668 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.783356 - value: 0.15317181 - inSlope: 0.0028507847 - outSlope: 0.0028507847 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.800022 - value: 0.15321949 - inSlope: 0.0028713485 - outSlope: 0.0028713485 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.816689 - value: 0.15326752 - inSlope: 0.0028919126 - outSlope: 0.0028919126 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.833355 - value: 0.15331589 - inSlope: 0.0029120292 - outSlope: 0.0029120292 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.850021 - value: 0.15336458 - inSlope: 0.0029316992 - outSlope: 0.0029316992 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.866688 - value: 0.15341361 - inSlope: 0.0029509221 - outSlope: 0.0029509221 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.883354 - value: 0.15346295 - inSlope: 0.0029710387 - outSlope: 0.0029710387 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.900021 - value: 0.15351264 - inSlope: 0.0029902617 - outSlope: 0.0029902617 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.916687 - value: 0.15356262 - inSlope: 0.0030094846 - outSlope: 0.0030094846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.933353 - value: 0.15361296 - inSlope: 0.003028707 - outSlope: 0.003028707 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.95002 - value: 0.15366358 - inSlope: 0.003046589 - outSlope: 0.003046589 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.966686 - value: 0.15371451 - inSlope: 0.0030653647 - outSlope: 0.0030653647 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.983353 - value: 0.15376575 - inSlope: 0.0030841404 - outSlope: 0.0030841404 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.000019 - value: 0.15381731 - inSlope: 0.0031029163 - outSlope: 0.0031029163 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.0166855 - value: 0.15386918 - inSlope: 0.0031212447 - outSlope: 0.0031212447 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.033352 - value: 0.15392135 - inSlope: 0.0031377855 - outSlope: 0.0031377855 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.050018 - value: 0.15397377 - inSlope: 0.0031556669 - outSlope: 0.0031556669 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.066685 - value: 0.15402654 - inSlope: 0.0031735487 - outSlope: 0.0031735487 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.083351 - value: 0.15407956 - inSlope: 0.0031905363 - outSlope: 0.0031905363 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.100018 - value: 0.15413289 - inSlope: 0.003208418 - outSlope: 0.003208418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.116684 - value: 0.1541865 - inSlope: 0.0032254057 - outSlope: 0.0032254057 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.13335 - value: 0.1542404 - inSlope: 0.003241946 - outSlope: 0.003241946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.150017 - value: 0.15429457 - inSlope: 0.0032584867 - outSlope: 0.0032584867 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.166683 - value: 0.15434901 - inSlope: 0.00327458 - outSlope: 0.00327458 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.18335 - value: 0.15440372 - inSlope: 0.0032906737 - outSlope: 0.0032906737 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.200016 - value: 0.1544587 - inSlope: 0.003307214 - outSlope: 0.003307214 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.216682 - value: 0.15451396 - inSlope: 0.0033228607 - outSlope: 0.0033228607 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.233349 - value: 0.15456946 - inSlope: 0.003338507 - outSlope: 0.003338507 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.250015 - value: 0.15462524 - inSlope: 0.0033546006 - outSlope: 0.0033546006 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.266682 - value: 0.15468128 - inSlope: 0.0033702468 - outSlope: 0.0033702468 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.283348 - value: 0.15473758 - inSlope: 0.0033849995 - outSlope: 0.0033849995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.3000145 - value: 0.15479411 - inSlope: 0.0033997516 - outSlope: 0.0033997516 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.316681 - value: 0.1548509 - inSlope: 0.0034149513 - outSlope: 0.0034149513 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.333347 - value: 0.15490794 - inSlope: 0.0034292564 - outSlope: 0.0034292564 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.350014 - value: 0.1549652 - inSlope: 0.003444456 - outSlope: 0.003444456 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.36668 - value: 0.15502276 - inSlope: 0.003458314 - outSlope: 0.003458314 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.383347 - value: 0.15508048 - inSlope: 0.0034712786 - outSlope: 0.0034712786 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.400013 - value: 0.15513846 - inSlope: 0.0034864778 - outSlope: 0.0034864778 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.416679 - value: 0.1551967 - inSlope: 0.0035007834 - outSlope: 0.0035007834 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.433346 - value: 0.15525515 - inSlope: 0.0035137474 - outSlope: 0.0035137474 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.450012 - value: 0.15531382 - inSlope: 0.0035271589 - outSlope: 0.0035271589 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.466679 - value: 0.15537272 - inSlope: 0.00354057 - outSlope: 0.00354057 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.483345 - value: 0.15543184 - inSlope: 0.003553534 - outSlope: 0.003553534 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.500011 - value: 0.15549117 - inSlope: 0.0035664984 - outSlope: 0.0035664984 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.516678 - value: 0.15555072 - inSlope: 0.0035790154 - outSlope: 0.0035790154 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.533344 - value: 0.15561047 - inSlope: 0.0035919799 - outSlope: 0.0035919799 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.550011 - value: 0.15567045 - inSlope: 0.0036040498 - outSlope: 0.0036040498 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.566677 - value: 0.1557306 - inSlope: 0.003616567 - outSlope: 0.003616567 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.5833435 - value: 0.155791 - inSlope: 0.0036286372 - outSlope: 0.0036286372 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.60001 - value: 0.15585156 - inSlope: 0.00364026 - outSlope: 0.00364026 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.616676 - value: 0.15591234 - inSlope: 0.0036518835 - outSlope: 0.0036518835 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.633343 - value: 0.15597329 - inSlope: 0.0036635064 - outSlope: 0.0036635064 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.650009 - value: 0.15603445 - inSlope: 0.0036751295 - outSlope: 0.0036751295 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.666676 - value: 0.15609579 - inSlope: 0.0036863056 - outSlope: 0.0036863056 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.683342 - value: 0.15615733 - inSlope: 0.0036979285 - outSlope: 0.0036979285 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.700008 - value: 0.15621905 - inSlope: 0.0037086576 - outSlope: 0.0037086576 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.716675 - value: 0.15628095 - inSlope: 0.0037189396 - outSlope: 0.0037189396 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.733341 - value: 0.15634301 - inSlope: 0.0037287744 - outSlope: 0.0037287744 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.750008 - value: 0.15640524 - inSlope: 0.0037399507 - outSlope: 0.0037399507 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.766674 - value: 0.15646768 - inSlope: 0.0037502325 - outSlope: 0.0037502325 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.78334 - value: 0.15653025 - inSlope: 0.0037596202 - outSlope: 0.0037596202 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.800007 - value: 0.156593 - inSlope: 0.0037703493 - outSlope: 0.0037703493 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.816673 - value: 0.15665592 - inSlope: 0.0037801843 - outSlope: 0.0037801843 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.83334 - value: 0.156719 - inSlope: 0.003789125 - outSlope: 0.003789125 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.850006 - value: 0.15678222 - inSlope: 0.003798066 - outSlope: 0.003798066 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.8666725 - value: 0.1568456 - inSlope: 0.003807901 - outSlope: 0.003807901 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.883339 - value: 0.15690915 - inSlope: 0.0038168416 - outSlope: 0.0038168416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.900005 - value: 0.15697283 - inSlope: 0.0038253353 - outSlope: 0.0038253353 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.916672 - value: 0.15703666 - inSlope: 0.0038351705 - outSlope: 0.0038351705 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.933338 - value: 0.15710066 - inSlope: 0.0038436642 - outSlope: 0.0038436642 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.950005 - value: 0.15716478 - inSlope: 0.0038517108 - outSlope: 0.0038517108 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.966671 - value: 0.15722905 - inSlope: 0.0038597577 - outSlope: 0.0038597577 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.983337 - value: 0.15729344 - inSlope: 0.0038682516 - outSlope: 0.0038682516 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.000004 - value: 0.15735799 - inSlope: 0.0038758512 - outSlope: 0.0038758512 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.01667 - value: 0.15742263 - inSlope: 0.0038834508 - outSlope: 0.0038834508 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.033337 - value: 0.15748744 - inSlope: 0.0038914976 - outSlope: 0.0038914976 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.050003 - value: 0.15755235 - inSlope: 0.0038982034 - outSlope: 0.0038982034 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.066669 - value: 0.15761738 - inSlope: 0.003905803 - outSlope: 0.003905803 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.083336 - value: 0.15768254 - inSlope: 0.0039129555 - outSlope: 0.0039129555 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.100002 - value: 0.1577478 - inSlope: 0.003920555 - outSlope: 0.003920555 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.116669 - value: 0.15781322 - inSlope: 0.003926814 - outSlope: 0.003926814 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.133335 - value: 0.1578787 - inSlope: 0.0039330726 - outSlope: 0.0039330726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.150002 - value: 0.15794432 - inSlope: 0.003940672 - outSlope: 0.003940672 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.166668 - value: 0.15801005 - inSlope: 0.0039464836 - outSlope: 0.0039464836 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.183334 - value: 0.15807587 - inSlope: 0.0039527426 - outSlope: 0.0039527426 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.200001 - value: 0.1581418 - inSlope: 0.003958554 - outSlope: 0.003958554 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.216667 - value: 0.15820782 - inSlope: 0.0039634714 - outSlope: 0.0039634714 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.233334 - value: 0.15827392 - inSlope: 0.003970177 - outSlope: 0.003970177 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.25 - value: 0.15834016 - inSlope: 0.0039768824 - outSlope: 0.0039768824 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.266666 - value: 0.15840648 - inSlope: 0.003981353 - outSlope: 0.003981353 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.283333 - value: 0.15847287 - inSlope: 0.0039862706 - outSlope: 0.0039862706 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.299999 - value: 0.15853935 - inSlope: 0.003992082 - outSlope: 0.003992082 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.316666 - value: 0.15860593 - inSlope: 0.0039965524 - outSlope: 0.0039965524 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.333332 - value: 0.15867257 - inSlope: 0.004001023 - outSlope: 0.004001023 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.349998 - value: 0.1587393 - inSlope: 0.00400594 - outSlope: 0.00400594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.366665 - value: 0.1588061 - inSlope: 0.004011305 - outSlope: 0.004011305 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.383331 - value: 0.158873 - inSlope: 0.0040153284 - outSlope: 0.0040153284 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.399998 - value: 0.15893994 - inSlope: 0.0040189046 - outSlope: 0.0040189046 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.416664 - value: 0.15900697 - inSlope: 0.004023822 - outSlope: 0.004023822 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.433331 - value: 0.15907407 - inSlope: 0.0040269513 - outSlope: 0.0040269513 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.449997 - value: 0.1591412 - inSlope: 0.0040305275 - outSlope: 0.0040305275 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.466663 - value: 0.15920842 - inSlope: 0.004034551 - outSlope: 0.004034551 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.48333 - value: 0.15927568 - inSlope: 0.004038127 - outSlope: 0.004038127 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.499996 - value: 0.15934302 - inSlope: 0.0040412564 - outSlope: 0.0040412564 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.516663 - value: 0.15941039 - inSlope: 0.0040448327 - outSlope: 0.0040448327 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.533329 - value: 0.15947784 - inSlope: 0.0040479624 - outSlope: 0.0040479624 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.549995 - value: 0.15954532 - inSlope: 0.0040501975 - outSlope: 0.0040501975 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.566662 - value: 0.15961285 - inSlope: 0.004053327 - outSlope: 0.004053327 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.583328 - value: 0.15968043 - inSlope: 0.004055562 - outSlope: 0.004055562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.599995 - value: 0.15974803 - inSlope: 0.004057797 - outSlope: 0.004057797 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.616661 - value: 0.15981568 - inSlope: 0.0040609264 - outSlope: 0.0040609264 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.6333275 - value: 0.1598834 - inSlope: 0.0040636086 - outSlope: 0.0040636086 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.649994 - value: 0.15995114 - inSlope: 0.0040645027 - outSlope: 0.0040645027 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.66666 - value: 0.16001888 - inSlope: 0.004067185 - outSlope: 0.004067185 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.683327 - value: 0.1600867 - inSlope: 0.004068973 - outSlope: 0.004068973 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.699993 - value: 0.1601545 - inSlope: 0.004069867 - outSlope: 0.004069867 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.71666 - value: 0.16022237 - inSlope: 0.004071655 - outSlope: 0.004071655 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.733326 - value: 0.16029023 - inSlope: 0.004072997 - outSlope: 0.004072997 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.749992 - value: 0.16035813 - inSlope: 0.004073891 - outSlope: 0.004073891 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.766659 - value: 0.16042602 - inSlope: 0.004075232 - outSlope: 0.004075232 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.783325 - value: 0.16049397 - inSlope: 0.004076573 - outSlope: 0.004076573 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.799992 - value: 0.1605619 - inSlope: 0.00407702 - outSlope: 0.00407702 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.816658 - value: 0.16062987 - inSlope: 0.004077467 - outSlope: 0.004077467 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.833324 - value: 0.16069782 - inSlope: 0.004077914 - outSlope: 0.004077914 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.849991 - value: 0.1607658 - inSlope: 0.0040792553 - outSlope: 0.0040792553 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.866657 - value: 0.16083379 - inSlope: 0.0040792553 - outSlope: 0.0040792553 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.883324 - value: 0.16090177 - inSlope: 0.004078361 - outSlope: 0.004078361 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.89999 - value: 0.16096973 - inSlope: 0.0040788082 - outSlope: 0.0040788082 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.9166565 - value: 0.16103773 - inSlope: 0.0040792553 - outSlope: 0.0040792553 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.933323 - value: 0.1611057 - inSlope: 0.004078361 - outSlope: 0.004078361 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.949989 - value: 0.16117367 - inSlope: 0.004078361 - outSlope: 0.004078361 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.966656 - value: 0.16124165 - inSlope: 0.004077467 - outSlope: 0.004077467 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.983322 - value: 0.16130958 - inSlope: 0.004076126 - outSlope: 0.004076126 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.999989 - value: 0.16137752 - inSlope: 0.004076573 - outSlope: 0.004076573 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.016655 - value: 0.16144547 - inSlope: 0.004075679 - outSlope: 0.004075679 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.033321 - value: 0.16151337 - inSlope: 0.004073444 - outSlope: 0.004073444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.049988 - value: 0.16158125 - inSlope: 0.0040725493 - outSlope: 0.0040725493 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.066654 - value: 0.16164912 - inSlope: 0.004071655 - outSlope: 0.004071655 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.083321 - value: 0.16171697 - inSlope: 0.004070314 - outSlope: 0.004070314 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.099987 - value: 0.1617848 - inSlope: 0.00406942 - outSlope: 0.00406942 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.116653 - value: 0.16185261 - inSlope: 0.004066738 - outSlope: 0.004066738 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.13332 - value: 0.16192035 - inSlope: 0.0040645027 - outSlope: 0.0040645027 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.149986 - value: 0.1619881 - inSlope: 0.0040636086 - outSlope: 0.0040636086 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.166653 - value: 0.1620558 - inSlope: 0.0040613734 - outSlope: 0.0040613734 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.183319 - value: 0.16212347 - inSlope: 0.0040591382 - outSlope: 0.0040591382 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.1999855 - value: 0.16219111 - inSlope: 0.004056009 - outSlope: 0.004056009 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.216652 - value: 0.16225867 - inSlope: 0.004053327 - outSlope: 0.004053327 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.233318 - value: 0.16232622 - inSlope: 0.0040519857 - outSlope: 0.0040519857 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.249985 - value: 0.16239373 - inSlope: 0.0040488564 - outSlope: 0.0040488564 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.266651 - value: 0.16246118 - inSlope: 0.004046174 - outSlope: 0.004046174 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.283318 - value: 0.1625286 - inSlope: 0.0040434916 - outSlope: 0.0040434916 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.299984 - value: 0.16259596 - inSlope: 0.0040399153 - outSlope: 0.0040399153 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.31665 - value: 0.16266327 - inSlope: 0.004037233 - outSlope: 0.004037233 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.333317 - value: 0.16273053 - inSlope: 0.0040332098 - outSlope: 0.0040332098 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.349983 - value: 0.1627977 - inSlope: 0.0040300805 - outSlope: 0.0040300805 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.36665 - value: 0.16286486 - inSlope: 0.0040269513 - outSlope: 0.0040269513 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.383316 - value: 0.16293193 - inSlope: 0.004023375 - outSlope: 0.004023375 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.399982 - value: 0.16299897 - inSlope: 0.0040197987 - outSlope: 0.0040197987 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.416649 - value: 0.16306593 - inSlope: 0.0040148813 - outSlope: 0.0040148813 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.433315 - value: 0.1631328 - inSlope: 0.0040113046 - outSlope: 0.0040113046 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.449982 - value: 0.16319963 - inSlope: 0.0040077283 - outSlope: 0.0040077283 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.466648 - value: 0.16326639 - inSlope: 0.004003258 - outSlope: 0.004003258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.4833145 - value: 0.16333307 - inSlope: 0.0039987876 - outSlope: 0.0039987876 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.499981 - value: 0.16339968 - inSlope: 0.0039947643 - outSlope: 0.0039947643 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.516647 - value: 0.16346623 - inSlope: 0.003989847 - outSlope: 0.003989847 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.533314 - value: 0.16353267 - inSlope: 0.0039853766 - outSlope: 0.0039853766 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.54998 - value: 0.16359907 - inSlope: 0.0039804587 - outSlope: 0.0039804587 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.566647 - value: 0.16366535 - inSlope: 0.0039759884 - outSlope: 0.0039759884 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.583313 - value: 0.1637316 - inSlope: 0.003971071 - outSlope: 0.003971071 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.599979 - value: 0.16379772 - inSlope: 0.0039648125 - outSlope: 0.0039648125 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.616646 - value: 0.16386376 - inSlope: 0.003961236 - outSlope: 0.003961236 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.633312 - value: 0.16392976 - inSlope: 0.003955872 - outSlope: 0.003955872 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.649979 - value: 0.16399562 - inSlope: 0.003949166 - outSlope: 0.003949166 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.666645 - value: 0.1640614 - inSlope: 0.0039438014 - outSlope: 0.0039438014 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.683311 - value: 0.16412708 - inSlope: 0.003938884 - outSlope: 0.003938884 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.699978 - value: 0.16419269 - inSlope: 0.0039326255 - outSlope: 0.0039326255 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.716644 - value: 0.16425817 - inSlope: 0.003926814 - outSlope: 0.003926814 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.733311 - value: 0.16432358 - inSlope: 0.003921896 - outSlope: 0.003921896 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.749977 - value: 0.1643889 - inSlope: 0.0039147437 - outSlope: 0.0039147437 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.766644 - value: 0.16445407 - inSlope: 0.003908485 - outSlope: 0.003908485 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.78331 - value: 0.16451918 - inSlope: 0.0039026737 - outSlope: 0.0039026737 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.799976 - value: 0.16458416 - inSlope: 0.0038964152 - outSlope: 0.0038964152 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.816643 - value: 0.16464905 - inSlope: 0.0038897095 - outSlope: 0.0038897095 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.833309 - value: 0.16471381 - inSlope: 0.0038834508 - outSlope: 0.0038834508 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.849976 - value: 0.1647785 - inSlope: 0.0038776393 - outSlope: 0.0038776393 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.866642 - value: 0.16484307 - inSlope: 0.0038695927 - outSlope: 0.0038695927 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.883308 - value: 0.16490749 - inSlope: 0.0038619929 - outSlope: 0.0038619929 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.899975 - value: 0.1649718 - inSlope: 0.0038561814 - outSlope: 0.0038561814 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.916641 - value: 0.16503602 - inSlope: 0.0038494756 - outSlope: 0.0038494756 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.933308 - value: 0.16510011 - inSlope: 0.003841876 - outSlope: 0.003841876 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.949974 - value: 0.16516408 - inSlope: 0.0038351705 - outSlope: 0.0038351705 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.96664 - value: 0.16522795 - inSlope: 0.0038275707 - outSlope: 0.0038275707 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.983307 - value: 0.16529167 - inSlope: 0.0038190768 - outSlope: 0.0038190768 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.999973 - value: 0.16535525 - inSlope: 0.0038123713 - outSlope: 0.0038123713 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.01664 - value: 0.16541874 - inSlope: 0.0038052187 - outSlope: 0.0038052187 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.033306 - value: 0.16548209 - inSlope: 0.0037971719 - outSlope: 0.0037971719 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.049973 - value: 0.16554531 - inSlope: 0.003789125 - outSlope: 0.003789125 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.066639 - value: 0.16560839 - inSlope: 0.0037810784 - outSlope: 0.0037810784 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.083305 - value: 0.16567135 - inSlope: 0.0037730318 - outSlope: 0.0037730318 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.099972 - value: 0.16573416 - inSlope: 0.003764985 - outSlope: 0.003764985 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.116638 - value: 0.16579685 - inSlope: 0.003757385 - outSlope: 0.003757385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.133305 - value: 0.1658594 - inSlope: 0.0037493384 - outSlope: 0.0037493384 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.149971 - value: 0.16592182 - inSlope: 0.0037403975 - outSlope: 0.0037403975 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.166637 - value: 0.16598408 - inSlope: 0.0037319036 - outSlope: 0.0037319036 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.183304 - value: 0.16604622 - inSlope: 0.003723857 - outSlope: 0.003723857 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.19997 - value: 0.1661082 - inSlope: 0.0037149163 - outSlope: 0.0037149163 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.216637 - value: 0.16617005 - inSlope: 0.0037059754 - outSlope: 0.0037059754 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.233303 - value: 0.16623174 - inSlope: 0.0036974815 - outSlope: 0.0036974815 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.2499695 - value: 0.1662933 - inSlope: 0.0036889878 - outSlope: 0.0036889878 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.266636 - value: 0.1663547 - inSlope: 0.0036795998 - outSlope: 0.0036795998 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.283302 - value: 0.16641594 - inSlope: 0.0036702119 - outSlope: 0.0036702119 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.299969 - value: 0.16647704 - inSlope: 0.0036617182 - outSlope: 0.0036617182 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.316635 - value: 0.166538 - inSlope: 0.0036523305 - outSlope: 0.0036523305 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.333302 - value: 0.16659878 - inSlope: 0.0036429423 - outSlope: 0.0036429423 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.349968 - value: 0.16665943 - inSlope: 0.0036335546 - outSlope: 0.0036335546 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.366634 - value: 0.1667199 - inSlope: 0.0036237198 - outSlope: 0.0036237198 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.383301 - value: 0.16678022 - inSlope: 0.0036147789 - outSlope: 0.0036147789 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.399967 - value: 0.16684039 - inSlope: 0.003605391 - outSlope: 0.003605391 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.416634 - value: 0.1669004 - inSlope: 0.0035955561 - outSlope: 0.0035955561 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.4333 - value: 0.16696024 - inSlope: 0.003585274 - outSlope: 0.003585274 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.449966 - value: 0.1670199 - inSlope: 0.003575439 - outSlope: 0.003575439 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.466633 - value: 0.16707942 - inSlope: 0.0035656043 - outSlope: 0.0035656043 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.483299 - value: 0.16713876 - inSlope: 0.0035557693 - outSlope: 0.0035557693 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.499966 - value: 0.16719794 - inSlope: 0.0035459343 - outSlope: 0.0035459343 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.516632 - value: 0.16725695 - inSlope: 0.0035352055 - outSlope: 0.0035352055 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.5332985 - value: 0.16731578 - inSlope: 0.0035249235 - outSlope: 0.0035249235 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.549965 - value: 0.16737445 - inSlope: 0.0035146414 - outSlope: 0.0035146414 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.566631 - value: 0.16743293 - inSlope: 0.0035048067 - outSlope: 0.0035048067 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.583298 - value: 0.16749127 - inSlope: 0.0034945246 - outSlope: 0.0034945246 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.599964 - value: 0.16754942 - inSlope: 0.0034833485 - outSlope: 0.0034833485 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.616631 - value: 0.16760738 - inSlope: 0.0034730667 - outSlope: 0.0034730667 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.633297 - value: 0.16766518 - inSlope: 0.0034627847 - outSlope: 0.0034627847 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.649963 - value: 0.1677228 - inSlope: 0.0034516086 - outSlope: 0.0034516086 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.66663 - value: 0.16778024 - inSlope: 0.0034408798 - outSlope: 0.0034408798 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.683296 - value: 0.1678375 - inSlope: 0.0034297034 - outSlope: 0.0034297034 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.699963 - value: 0.16789456 - inSlope: 0.0034176335 - outSlope: 0.0034176335 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.716629 - value: 0.16795142 - inSlope: 0.0034073517 - outSlope: 0.0034073517 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.733295 - value: 0.16800813 - inSlope: 0.0033970694 - outSlope: 0.0033970694 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.749962 - value: 0.16806465 - inSlope: 0.0033849995 - outSlope: 0.0033849995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.766628 - value: 0.16812097 - inSlope: 0.0033738234 - outSlope: 0.0033738234 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.783295 - value: 0.16817711 - inSlope: 0.0033630943 - outSlope: 0.0033630943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.799961 - value: 0.16823307 - inSlope: 0.0033510244 - outSlope: 0.0033510244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.8166275 - value: 0.16828881 - inSlope: 0.0033398482 - outSlope: 0.0033398482 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.833294 - value: 0.1683444 - inSlope: 0.0033291192 - outSlope: 0.0033291192 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.84996 - value: 0.16839978 - inSlope: 0.0033170492 - outSlope: 0.0033170492 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.866627 - value: 0.16845496 - inSlope: 0.0033054259 - outSlope: 0.0033054259 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.883293 - value: 0.16850996 - inSlope: 0.003293356 - outSlope: 0.003293356 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.89996 - value: 0.16856474 - inSlope: 0.0032812858 - outSlope: 0.0032812858 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.916626 - value: 0.16861933 - inSlope: 0.0032696626 - outSlope: 0.0032696626 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.933292 - value: 0.16867372 - inSlope: 0.0032575927 - outSlope: 0.0032575927 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.949959 - value: 0.16872792 - inSlope: 0.0032464163 - outSlope: 0.0032464163 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.966625 - value: 0.16878194 - inSlope: 0.0032338994 - outSlope: 0.0032338994 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.983292 - value: 0.16883571 - inSlope: 0.0032209351 - outSlope: 0.0032209351 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.999958 - value: 0.1688893 - inSlope: 0.003209759 - outSlope: 0.003209759 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.016624 - value: 0.1689427 - inSlope: 0.003197689 - outSlope: 0.003197689 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.033291 - value: 0.16899589 - inSlope: 0.0031842776 - outSlope: 0.0031842776 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.049957 - value: 0.16904885 - inSlope: 0.0031722076 - outSlope: 0.0031722076 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.066624 - value: 0.16910163 - inSlope: 0.0031605847 - outSlope: 0.0031605847 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.08329 - value: 0.1691542 - inSlope: 0.0031476202 - outSlope: 0.0031476202 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.0999565 - value: 0.16920654 - inSlope: 0.0031355503 - outSlope: 0.0031355503 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.116623 - value: 0.16925871 - inSlope: 0.0031225858 - outSlope: 0.0031225858 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.133289 - value: 0.16931063 - inSlope: 0.0031096218 - outSlope: 0.0031096218 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.149956 - value: 0.16936237 - inSlope: 0.0030975516 - outSlope: 0.0030975516 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.166622 - value: 0.16941388 - inSlope: 0.0030850344 - outSlope: 0.0030850344 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.183289 - value: 0.1694652 - inSlope: 0.0030716234 - outSlope: 0.0030716234 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.199955 - value: 0.16951627 - inSlope: 0.0030577648 - outSlope: 0.0030577648 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.216621 - value: 0.16956712 - inSlope: 0.003045695 - outSlope: 0.003045695 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.233288 - value: 0.16961779 - inSlope: 0.0030336245 - outSlope: 0.0030336245 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.249954 - value: 0.16966824 - inSlope: 0.0030197664 - outSlope: 0.0030197664 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.266621 - value: 0.16971844 - inSlope: 0.003005908 - outSlope: 0.003005908 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.283287 - value: 0.16976844 - inSlope: 0.002993391 - outSlope: 0.002993391 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.299953 - value: 0.16981822 - inSlope: 0.0029799799 - outSlope: 0.0029799799 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.31662 - value: 0.16986777 - inSlope: 0.0029665683 - outSlope: 0.0029665683 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.333286 - value: 0.1699171 - inSlope: 0.0029540514 - outSlope: 0.0029540514 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.349953 - value: 0.16996624 - inSlope: 0.0029406399 - outSlope: 0.0029406399 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.366619 - value: 0.17001513 - inSlope: 0.0029263347 - outSlope: 0.0029263347 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.3832855 - value: 0.17006378 - inSlope: 0.0029133705 - outSlope: 0.0029133705 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.399952 - value: 0.17011224 - inSlope: 0.0029004063 - outSlope: 0.0029004063 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.416618 - value: 0.17016046 - inSlope: 0.0028861011 - outSlope: 0.0028861011 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.433285 - value: 0.17020844 - inSlope: 0.0028722426 - outSlope: 0.0028722426 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.449951 - value: 0.1702562 - inSlope: 0.0028588315 - outSlope: 0.0028588315 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.466618 - value: 0.17030373 - inSlope: 0.002844973 - outSlope: 0.002844973 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.483284 - value: 0.17035103 - inSlope: 0.002831115 - outSlope: 0.002831115 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.49995 - value: 0.1703981 - inSlope: 0.0028172564 - outSlope: 0.0028172564 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.516617 - value: 0.17044494 - inSlope: 0.0028038453 - outSlope: 0.0028038453 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.533283 - value: 0.17049156 - inSlope: 0.0027895398 - outSlope: 0.0027895398 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.54995 - value: 0.17053792 - inSlope: 0.0027752346 - outSlope: 0.0027752346 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.566616 - value: 0.17058407 - inSlope: 0.002761376 - outSlope: 0.002761376 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.583282 - value: 0.17062996 - inSlope: 0.002747071 - outSlope: 0.002747071 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.599949 - value: 0.17067564 - inSlope: 0.00273366 - outSlope: 0.00273366 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.616615 - value: 0.17072108 - inSlope: 0.0027189073 - outSlope: 0.0027189073 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.633282 - value: 0.17076626 - inSlope: 0.0027050492 - outSlope: 0.0027050492 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.649948 - value: 0.17081125 - inSlope: 0.0026907437 - outSlope: 0.0026907437 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.666615 - value: 0.17085595 - inSlope: 0.0026764385 - outSlope: 0.0026764385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.683281 - value: 0.17090046 - inSlope: 0.002661686 - outSlope: 0.002661686 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.699947 - value: 0.17094468 - inSlope: 0.0026469338 - outSlope: 0.0026469338 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.716614 - value: 0.1709887 - inSlope: 0.0026330752 - outSlope: 0.0026330752 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.73328 - value: 0.17103244 - inSlope: 0.002617876 - outSlope: 0.002617876 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.749947 - value: 0.17107596 - inSlope: 0.0026035705 - outSlope: 0.0026035705 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.766613 - value: 0.17111923 - inSlope: 0.0025892654 - outSlope: 0.0025892654 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.783279 - value: 0.17116226 - inSlope: 0.0025745127 - outSlope: 0.0025745127 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.799946 - value: 0.17120504 - inSlope: 0.0025597606 - outSlope: 0.0025597606 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.816612 - value: 0.17124759 - inSlope: 0.002545455 - outSlope: 0.002545455 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.833279 - value: 0.17128989 - inSlope: 0.0025298088 - outSlope: 0.0025298088 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.849945 - value: 0.17133191 - inSlope: 0.002514162 - outSlope: 0.002514162 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.8666115 - value: 0.1713737 - inSlope: 0.002500751 - outSlope: 0.002500751 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.883278 - value: 0.17141527 - inSlope: 0.0024855514 - outSlope: 0.0024855514 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.899944 - value: 0.17145655 - inSlope: 0.0024699052 - outSlope: 0.0024699052 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.916611 - value: 0.1714976 - inSlope: 0.0024560466 - outSlope: 0.0024560466 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.933277 - value: 0.17153841 - inSlope: 0.0024408475 - outSlope: 0.0024408475 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.949944 - value: 0.17157896 - inSlope: 0.0024252008 - outSlope: 0.0024252008 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.96661 - value: 0.17161925 - inSlope: 0.0024095546 - outSlope: 0.0024095546 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.983276 - value: 0.17165928 - inSlope: 0.0023948022 - outSlope: 0.0023948022 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.999943 - value: 0.17169908 - inSlope: 0.0023800498 - outSlope: 0.0023800498 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.016609 - value: 0.17173861 - inSlope: 0.002363956 - outSlope: 0.002363956 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.033276 - value: 0.17177787 - inSlope: 0.002349204 - outSlope: 0.002349204 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.049942 - value: 0.17181692 - inSlope: 0.0023331104 - outSlope: 0.0023331104 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.066608 - value: 0.17185564 - inSlope: 0.002317464 - outSlope: 0.002317464 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.083275 - value: 0.17189416 - inSlope: 0.0023031584 - outSlope: 0.0023031584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.099941 - value: 0.17193241 - inSlope: 0.0022875122 - outSlope: 0.0022875122 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.116608 - value: 0.17197041 - inSlope: 0.0022714185 - outSlope: 0.0022714185 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.133274 - value: 0.17200813 - inSlope: 0.0022562193 - outSlope: 0.0022562193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.1499405 - value: 0.17204562 - inSlope: 0.0022405726 - outSlope: 0.0022405726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.166607 - value: 0.17208281 - inSlope: 0.0022244793 - outSlope: 0.0022244793 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.183273 - value: 0.17211977 - inSlope: 0.0022088327 - outSlope: 0.0022088327 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.19994 - value: 0.17215644 - inSlope: 0.0021922924 - outSlope: 0.0021922924 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.216606 - value: 0.17219284 - inSlope: 0.0021779868 - outSlope: 0.0021779868 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.233273 - value: 0.17222904 - inSlope: 0.0021618935 - outSlope: 0.0021618935 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.249939 - value: 0.1722649 - inSlope: 0.0021453528 - outSlope: 0.0021453528 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.266605 - value: 0.17230055 - inSlope: 0.0021301536 - outSlope: 0.0021301536 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.283272 - value: 0.17233591 - inSlope: 0.0021136128 - outSlope: 0.0021136128 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.299938 - value: 0.172371 - inSlope: 0.0020975196 - outSlope: 0.0020975196 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.316605 - value: 0.17240582 - inSlope: 0.0020809788 - outSlope: 0.0020809788 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.333271 - value: 0.17244036 - inSlope: 0.0020648856 - outSlope: 0.0020648856 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.349937 - value: 0.17247465 - inSlope: 0.002050133 - outSlope: 0.002050133 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.366604 - value: 0.1725087 - inSlope: 0.0020335927 - outSlope: 0.0020335927 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.38327 - value: 0.17254244 - inSlope: 0.0020166049 - outSlope: 0.0020166049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.399937 - value: 0.17257592 - inSlope: 0.0020005116 - outSlope: 0.0020005116 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.416603 - value: 0.17260912 - inSlope: 0.0019839709 - outSlope: 0.0019839709 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.4332695 - value: 0.17264205 - inSlope: 0.0019683242 - outSlope: 0.0019683242 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.449936 - value: 0.17267473 - inSlope: 0.0019513369 - outSlope: 0.0019513369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.466602 - value: 0.1727071 - inSlope: 0.0019347963 - outSlope: 0.0019347963 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.483269 - value: 0.17273922 - inSlope: 0.0019191499 - outSlope: 0.0019191499 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.499935 - value: 0.17277107 - inSlope: 0.0019021622 - outSlope: 0.0019021622 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.516602 - value: 0.17280263 - inSlope: 0.0018856217 - outSlope: 0.0018856217 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.533268 - value: 0.17283392 - inSlope: 0.0018681871 - outSlope: 0.0018681871 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.549934 - value: 0.1728649 - inSlope: 0.0018520936 - outSlope: 0.0018520936 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.566601 - value: 0.17289566 - inSlope: 0.0018364472 - outSlope: 0.0018364472 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.583267 - value: 0.17292611 - inSlope: 0.0018185654 - outSlope: 0.0018185654 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.599934 - value: 0.17295627 - inSlope: 0.0018015779 - outSlope: 0.0018015779 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.6166 - value: 0.17298616 - inSlope: 0.0017854844 - outSlope: 0.0017854844 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.633266 - value: 0.17301579 - inSlope: 0.0017684968 - outSlope: 0.0017684968 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.649933 - value: 0.17304511 - inSlope: 0.0017510622 - outSlope: 0.0017510622 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.666599 - value: 0.17307416 - inSlope: 0.0017340746 - outSlope: 0.0017340746 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.683266 - value: 0.17310292 - inSlope: 0.001717534 - outSlope: 0.001717534 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.699932 - value: 0.1731314 - inSlope: 0.0017005465 - outSlope: 0.0017005465 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.7165985 - value: 0.1731596 - inSlope: 0.0016826647 - outSlope: 0.0016826647 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.733265 - value: 0.1731875 - inSlope: 0.0016656772 - outSlope: 0.0016656772 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.749931 - value: 0.17321512 - inSlope: 0.0016486896 - outSlope: 0.0016486896 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.766598 - value: 0.17324245 - inSlope: 0.001631255 - outSlope: 0.001631255 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.783264 - value: 0.1732695 - inSlope: 0.0016151615 - outSlope: 0.0016151615 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.799931 - value: 0.17329629 - inSlope: 0.0015972799 - outSlope: 0.0015972799 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.816597 - value: 0.17332274 - inSlope: 0.0015789511 - outSlope: 0.0015789511 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.833263 - value: 0.17334892 - inSlope: 0.0015619636 - outSlope: 0.0015619636 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.84993 - value: 0.1733748 - inSlope: 0.0015445289 - outSlope: 0.0015445289 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.866596 - value: 0.1734004 - inSlope: 0.0015270943 - outSlope: 0.0015270943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.883263 - value: 0.1734257 - inSlope: 0.0015092127 - outSlope: 0.0015092127 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.899929 - value: 0.17345071 - inSlope: 0.0014917781 - outSlope: 0.0014917781 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.916595 - value: 0.17347543 - inSlope: 0.0014747904 - outSlope: 0.0014747904 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.933262 - value: 0.17349987 - inSlope: 0.0014569088 - outSlope: 0.0014569088 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.949928 - value: 0.17352399 - inSlope: 0.0014390271 - outSlope: 0.0014390271 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.966595 - value: 0.17354783 - inSlope: 0.0014215924 - outSlope: 0.0014215924 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.983261 - value: 0.17357138 - inSlope: 0.0014028167 - outSlope: 0.0014028167 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.9999275 - value: 0.1735946 - inSlope: 0.0013853821 - outSlope: 0.0013853821 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.016594 - value: 0.17361756 - inSlope: 0.0013675005 - outSlope: 0.0013675005 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.03326 - value: 0.17364018 - inSlope: 0.0013491717 - outSlope: 0.0013491717 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.049927 - value: 0.17366253 - inSlope: 0.00133129 - outSlope: 0.00133129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.066593 - value: 0.17368455 - inSlope: 0.0013129613 - outSlope: 0.0013129613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.08326 - value: 0.1737063 - inSlope: 0.0012946327 - outSlope: 0.0012946327 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.099926 - value: 0.1737277 - inSlope: 0.0012767509 - outSlope: 0.0012767509 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.116592 - value: 0.17374885 - inSlope: 0.0012588693 - outSlope: 0.0012588693 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.133259 - value: 0.17376967 - inSlope: 0.0012405405 - outSlope: 0.0012405405 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.149925 - value: 0.1737902 - inSlope: 0.0012217648 - outSlope: 0.0012217648 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.166592 - value: 0.1738104 - inSlope: 0.0012029891 - outSlope: 0.0012029891 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.183258 - value: 0.1738303 - inSlope: 0.0011846605 - outSlope: 0.0011846605 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.199924 - value: 0.17384988 - inSlope: 0.0011667787 - outSlope: 0.0011667787 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.21659 - value: 0.1738692 - inSlope: 0.0011480029 - outSlope: 0.0011480029 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.233257 - value: 0.17388815 - inSlope: 0.0011292272 - outSlope: 0.0011292272 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.249924 - value: 0.17390683 - inSlope: 0.0011108986 - outSlope: 0.0011108986 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.26659 - value: 0.17392518 - inSlope: 0.0010907816 - outSlope: 0.0010907816 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.283257 - value: 0.17394319 - inSlope: 0.001073347 - outSlope: 0.001073347 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.299923 - value: 0.17396095 - inSlope: 0.0010545712 - outSlope: 0.0010545712 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.31659 - value: 0.17397834 - inSlope: 0.0010344544 - outSlope: 0.0010344544 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.333256 - value: 0.17399544 - inSlope: 0.0010165727 - outSlope: 0.0010165727 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.349922 - value: 0.17401223 - inSlope: 0.0009977969 - outSlope: 0.0009977969 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.366589 - value: 0.1740287 - inSlope: 0.0009776801 - outSlope: 0.0009776801 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.383255 - value: 0.17404482 - inSlope: 0.0009580103 - outSlope: 0.0009580103 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.399921 - value: 0.17406063 - inSlope: 0.00093968154 - outSlope: 0.00093968154 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.416588 - value: 0.17407614 - inSlope: 0.00092090585 - outSlope: 0.00092090585 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.433254 - value: 0.17409132 - inSlope: 0.00090078893 - outSlope: 0.00090078893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.44992 - value: 0.17410617 - inSlope: 0.00088156614 - outSlope: 0.00088156614 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.466587 - value: 0.17412071 - inSlope: 0.00086234335 - outSlope: 0.00086234335 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.483253 - value: 0.17413491 - inSlope: 0.0008426735 - outSlope: 0.0008426735 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.49992 - value: 0.1741488 - inSlope: 0.0008230037 - outSlope: 0.0008230037 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.516586 - value: 0.17416234 - inSlope: 0.0008028868 - outSlope: 0.0008028868 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.533253 - value: 0.17417556 - inSlope: 0.00078366406 - outSlope: 0.00078366406 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.54992 - value: 0.17418846 - inSlope: 0.00076488825 - outSlope: 0.00076488825 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.566586 - value: 0.17420106 - inSlope: 0.00074432435 - outSlope: 0.00074432435 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.583252 - value: 0.17421328 - inSlope: 0.0007233134 - outSlope: 0.0007233134 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.599918 - value: 0.17422517 - inSlope: 0.0007040906 - outSlope: 0.0007040906 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.616585 - value: 0.17423674 - inSlope: 0.0006835267 - outSlope: 0.0006835267 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.633251 - value: 0.17424795 - inSlope: 0.0006634098 - outSlope: 0.0006634098 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.649918 - value: 0.17425886 - inSlope: 0.00064418704 - outSlope: 0.00064418704 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.666584 - value: 0.17426942 - inSlope: 0.00062362314 - outSlope: 0.00062362314 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.68325 - value: 0.17427965 - inSlope: 0.0006030592 - outSlope: 0.0006030592 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.699917 - value: 0.17428952 - inSlope: 0.00058249524 - outSlope: 0.00058249524 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.716583 - value: 0.17429906 - inSlope: 0.0005619314 - outSlope: 0.0005619314 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.73325 - value: 0.17430826 - inSlope: 0.0005404734 - outSlope: 0.0005404734 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.749916 - value: 0.17431708 - inSlope: 0.0005208035 - outSlope: 0.0005208035 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.766582 - value: 0.17432562 - inSlope: 0.00050068664 - outSlope: 0.00050068664 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.783249 - value: 0.17433377 - inSlope: 0.0004787816 - outSlope: 0.0004787816 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.799915 - value: 0.17434157 - inSlope: 0.0004582177 - outSlope: 0.0004582177 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.816582 - value: 0.17434904 - inSlope: 0.0004376538 - outSlope: 0.0004376538 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.833248 - value: 0.17435616 - inSlope: 0.0004166428 - outSlope: 0.0004166428 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.849915 - value: 0.17436293 - inSlope: 0.00039473778 - outSlope: 0.00039473778 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.866581 - value: 0.17436932 - inSlope: 0.00037372683 - outSlope: 0.00037372683 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.883247 - value: 0.17437539 - inSlope: 0.00035316293 - outSlope: 0.00035316293 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.899914 - value: 0.17438109 - inSlope: 0.00033125788 - outSlope: 0.00033125788 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.91658 - value: 0.17438643 - inSlope: 0.00030935282 - outSlope: 0.00030935282 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.933247 - value: 0.1743914 - inSlope: 0.0002883419 - outSlope: 0.0002883419 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.949913 - value: 0.17439604 - inSlope: 0.00026688387 - outSlope: 0.00026688387 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.96658 - value: 0.1744003 - inSlope: 0.00024542588 - outSlope: 0.00024542588 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.983246 - value: 0.17440422 - inSlope: 0.00022352082 - outSlope: 0.00022352082 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.999912 - value: 0.17440775 - inSlope: 0.00020116875 - outSlope: 0.00020116875 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.016579 - value: 0.17441092 - inSlope: 0.0001792637 - outSlope: 0.0001792637 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.033245 - value: 0.17441373 - inSlope: 0.00015691161 - outSlope: 0.00015691161 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.049911 - value: 0.17441615 - inSlope: 0.00013545362 - outSlope: 0.00013545362 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.066578 - value: 0.17441824 - inSlope: 0.00011310154 - outSlope: 0.00011310154 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.083244 - value: 0.17441992 - inSlope: 0.00008985537 - outSlope: 0.00008985537 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.09991 - value: 0.17442124 - inSlope: 0.00006839738 - outSlope: 0.00006839738 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.116577 - value: 0.1744222 - inSlope: 0.00004559825 - outSlope: 0.00004559825 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.133244 - value: 0.17442276 - inSlope: 0.000022352084 - outSlope: 0.000022352084 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.14991 - value: 0.17442295 - inSlope: -0.0004144076 - outSlope: -0.0004144076 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.166576 - value: 0.17440894 - inSlope: -0.0016831119 - outSlope: -0.0016831119 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.183243 - value: 0.17436685 - inSlope: -0.003359071 - outSlope: -0.003359071 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.19991 - value: 0.17429698 - inSlope: -0.005014466 - outSlope: -0.005014466 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.216576 - value: 0.1741997 - inSlope: -0.0066506388 - outSlope: -0.0066506388 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.233242 - value: 0.17407529 - inSlope: -0.008268483 - outSlope: -0.008268483 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.249908 - value: 0.17392409 - inSlope: -0.009865763 - outSlope: -0.009865763 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.266575 - value: 0.17374644 - inSlope: -0.01144382 - outSlope: -0.01144382 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.283241 - value: 0.17354263 - inSlope: -0.013003101 - outSlope: -0.013003101 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.299908 - value: 0.173313 - inSlope: -0.014543606 - outSlope: -0.014543606 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.316574 - value: 0.17305785 - inSlope: -0.016065337 - outSlope: -0.016065337 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.33324 - value: 0.1727775 - inSlope: -0.01756829 - outSlope: -0.01756829 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.349907 - value: 0.17247225 - inSlope: -0.019052021 - outSlope: -0.019052021 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.366573 - value: 0.17214245 - inSlope: -0.02051787 - outSlope: -0.02051787 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.38324 - value: 0.17178833 - inSlope: -0.021964498 - outSlope: -0.021964498 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.399906 - value: 0.1714103 - inSlope: -0.023392797 - outSlope: -0.023392797 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.416573 - value: 0.17100859 - inSlope: -0.024804553 - outSlope: -0.024804553 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.433239 - value: 0.1705835 - inSlope: -0.026196193 - outSlope: -0.026196193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.449905 - value: 0.1701354 - inSlope: -0.027569506 - outSlope: -0.027569506 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.466572 - value: 0.16966453 - inSlope: -0.028924935 - outSlope: -0.028924935 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.483238 - value: 0.16917124 - inSlope: -0.030262038 - outSlope: -0.030262038 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.499905 - value: 0.16865581 - inSlope: -0.03158215 - outSlope: -0.03158215 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.516571 - value: 0.16811852 - inSlope: -0.032885276 - outSlope: -0.032885276 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.533237 - value: 0.16755965 - inSlope: -0.034168735 - outSlope: -0.034168735 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.549904 - value: 0.16697958 - inSlope: -0.035433866 - outSlope: -0.035433866 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.56657 - value: 0.16637854 - inSlope: -0.036682002 - outSlope: -0.036682002 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.583237 - value: 0.16575687 - inSlope: -0.03791271 - outSlope: -0.03791271 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.599903 - value: 0.1651148 - inSlope: -0.039124638 - outSlope: -0.039124638 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.61657 - value: 0.16445273 - inSlope: -0.040317796 - outSlope: -0.040317796 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.633236 - value: 0.1637709 - inSlope: -0.041494854 - outSlope: -0.041494854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.649902 - value: 0.16306959 - inSlope: -0.042654477 - outSlope: -0.042654477 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.666569 - value: 0.1623491 - inSlope: -0.043796226 - outSlope: -0.043796226 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.683235 - value: 0.16160974 - inSlope: -0.044918746 - outSlope: -0.044918746 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.699902 - value: 0.16085184 - inSlope: -0.046024278 - outSlope: -0.046024278 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.716568 - value: 0.16007562 - inSlope: -0.047112826 - outSlope: -0.047112826 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.733234 - value: 0.15928143 - inSlope: -0.048182152 - outSlope: -0.048182152 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.7499 - value: 0.15846957 - inSlope: -0.04923404 - outSlope: -0.04923404 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.766567 - value: 0.15764032 - inSlope: -0.05026894 - outSlope: -0.05026894 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.783234 - value: 0.15679397 - inSlope: -0.05128462 - outSlope: -0.05128462 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.7999 - value: 0.15593086 - inSlope: -0.05228331 - outSlope: -0.05228331 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.816566 - value: 0.15505122 - inSlope: -0.053264566 - outSlope: -0.053264566 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.833233 - value: 0.1541554 - inSlope: -0.054226153 - outSlope: -0.054226153 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.8499 - value: 0.1532437 - inSlope: -0.055170752 - outSlope: -0.055170752 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.866566 - value: 0.1523164 - inSlope: -0.056097917 - outSlope: -0.056097917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.883232 - value: 0.1513738 - inSlope: -0.05700586 - outSlope: -0.05700586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.899899 - value: 0.15041624 - inSlope: -0.057895917 - outSlope: -0.057895917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.916565 - value: 0.14944397 - inSlope: -0.05876854 - outSlope: -0.05876854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.933231 - value: 0.14845732 - inSlope: -0.059622392 - outSlope: -0.059622392 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.949898 - value: 0.14745659 - inSlope: -0.060458362 - outSlope: -0.060458362 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.966564 - value: 0.14644207 - inSlope: -0.061275553 - outSlope: -0.061275553 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.98323 - value: 0.1454141 - inSlope: -0.062074415 - outSlope: -0.062074415 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.999897 - value: 0.14437295 - inSlope: -0.06285495 - outSlope: -0.06285495 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.016563 - value: 0.14331897 - inSlope: -0.06361626 - outSlope: -0.06361626 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.03323 - value: 0.14225245 - inSlope: -0.06435925 - outSlope: -0.06435925 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.049896 - value: 0.14117369 - inSlope: -0.06508346 - outSlope: -0.06508346 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.066563 - value: 0.14008303 - inSlope: -0.06578888 - outSlope: -0.06578888 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.08323 - value: 0.13898076 - inSlope: -0.06647733 - outSlope: -0.06647733 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.099895 - value: 0.13786715 - inSlope: -0.06714611 - outSlope: -0.06714611 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.116562 - value: 0.13674259 - inSlope: -0.06779431 - outSlope: -0.06779431 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.133228 - value: 0.13560738 - inSlope: -0.068424195 - outSlope: -0.068424195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.149895 - value: 0.13446182 - inSlope: -0.06903531 - outSlope: -0.06903531 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.166561 - value: 0.13330624 - inSlope: -0.06962718 - outSlope: -0.06962718 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.183228 - value: 0.13214095 - inSlope: -0.070200294 - outSlope: -0.070200294 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.199894 - value: 0.13096626 - inSlope: -0.07075372 - outSlope: -0.07075372 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.21656 - value: 0.12978253 - inSlope: -0.07128705 - outSlope: -0.07128705 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.233227 - value: 0.12859006 - inSlope: -0.071801156 - outSlope: -0.071801156 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.249893 - value: 0.1273892 - inSlope: -0.07229558 - outSlope: -0.07229558 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.26656 - value: 0.12618025 - inSlope: -0.07277124 - outSlope: -0.07277124 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.283226 - value: 0.12496352 - inSlope: -0.07322587 - outSlope: -0.07322587 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.299892 - value: 0.12373942 - inSlope: -0.07366061 - outSlope: -0.07366061 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.316559 - value: 0.122508205 - inSlope: -0.07407682 - outSlope: -0.07407682 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.333225 - value: 0.12127023 - inSlope: -0.074471995 - outSlope: -0.074471995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.349892 - value: 0.12002584 - inSlope: -0.07484685 - outSlope: -0.07484685 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.366558 - value: 0.118775375 - inSlope: -0.07520202 - outSlope: -0.07520202 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.383224 - value: 0.11751915 - inSlope: -0.07553685 - outSlope: -0.07553685 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.39989 - value: 0.11625752 - inSlope: -0.075850904 - outSlope: -0.075850904 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.416557 - value: 0.11499082 - inSlope: -0.07614505 - outSlope: -0.07614505 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.433224 - value: 0.11371939 - inSlope: -0.07641819 - outSlope: -0.07641819 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.44989 - value: 0.11244359 - inSlope: -0.07667055 - outSlope: -0.07667055 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.466557 - value: 0.11116374 - inSlope: -0.07690279 - outSlope: -0.07690279 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.483223 - value: 0.1098802 - inSlope: -0.07711379 - outSlope: -0.07711379 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.49989 - value: 0.10859332 - inSlope: -0.07730378 - outSlope: -0.07730378 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.516556 - value: 0.10730345 - inSlope: -0.077473216 - outSlope: -0.077473216 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.533222 - value: 0.10601092 - inSlope: -0.07762141 - outSlope: -0.07762141 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.549889 - value: 0.10471611 - inSlope: -0.07774814 - outSlope: -0.07774814 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.566555 - value: 0.103419356 - inSlope: -0.07785365 - outSlope: -0.07785365 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.583221 - value: 0.102121025 - inSlope: -0.077937916 - outSlope: -0.077937916 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.599888 - value: 0.100821465 - inSlope: -0.07800095 - outSlope: -0.07800095 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.616554 - value: 0.09952103 - inSlope: -0.07804252 - outSlope: -0.07804252 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.63322 - value: 0.09822009 - inSlope: -0.078062415 - outSlope: -0.078062415 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.649887 - value: 0.09691899 - inSlope: -0.07806063 - outSlope: -0.07806063 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.666553 - value: 0.09561811 - inSlope: -0.07803716 - outSlope: -0.07803716 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.68322 - value: 0.094317794 - inSlope: -0.07799178 - outSlope: -0.07799178 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.699886 - value: 0.09301842 - inSlope: -0.07792495 - outSlope: -0.07792495 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.716553 - value: 0.091720335 - inSlope: -0.07783577 - outSlope: -0.07783577 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.73322 - value: 0.090423934 - inSlope: -0.07772445 - outSlope: -0.07772445 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.749886 - value: 0.08912956 - inSlope: -0.07759123 - outSlope: -0.07759123 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.766552 - value: 0.0878376 - inSlope: -0.07743588 - outSlope: -0.07743588 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.783218 - value: 0.0865484 - inSlope: -0.07725841 - outSlope: -0.07725841 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.799885 - value: 0.08526236 - inSlope: -0.07705858 - outSlope: -0.07705858 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.816551 - value: 0.08397982 - inSlope: -0.076836854 - outSlope: -0.076836854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.833218 - value: 0.08270117 - inSlope: -0.07659165 - outSlope: -0.07659165 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.849884 - value: 0.08142681 - inSlope: -0.07632454 - outSlope: -0.07632454 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.86655 - value: 0.08015706 - inSlope: -0.076034635 - outSlope: -0.076034635 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.883217 - value: 0.07889236 - inSlope: -0.07572215 - outSlope: -0.07572215 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.899883 - value: 0.07763302 - inSlope: -0.07538754 - outSlope: -0.07538754 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.91655 - value: 0.07637948 - inSlope: -0.07502946 - outSlope: -0.07502946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.933216 - value: 0.07513208 - inSlope: -0.07464947 - outSlope: -0.07464947 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.949883 - value: 0.0738912 - inSlope: -0.07424669 - outSlope: -0.07424669 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.966549 - value: 0.07265723 - inSlope: -0.07381977 - outSlope: -0.07381977 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.983215 - value: 0.07143058 - inSlope: -0.07337004 - outSlope: -0.07337004 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.999882 - value: 0.0702116 - inSlope: -0.07289864 - outSlope: -0.07289864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.016548 - value: 0.06900066 - inSlope: -0.07240376 - outSlope: -0.07240376 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.033215 - value: 0.067798175 - inSlope: -0.0718852 - outSlope: -0.0718852 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.049881 - value: 0.066604525 - inSlope: -0.07134405 - outSlope: -0.07134405 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.066547 - value: 0.065420076 - inSlope: -0.07077988 - outSlope: -0.07077988 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.083214 - value: 0.06424523 - inSlope: -0.07019225 - outSlope: -0.07019225 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.09988 - value: 0.06308037 - inSlope: -0.06958148 - outSlope: -0.06958148 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.116547 - value: 0.061925884 - inSlope: -0.06894702 - outSlope: -0.06894702 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.133213 - value: 0.06078217 - inSlope: -0.06828964 - outSlope: -0.06828964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.14988 - value: 0.059649598 - inSlope: -0.067609236 - outSlope: -0.067609236 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.166546 - value: 0.058528565 - inSlope: -0.06690504 - outSlope: -0.06690504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.183212 - value: 0.057419464 - inSlope: -0.066177696 - outSlope: -0.066177696 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.199879 - value: 0.056322675 - inSlope: -0.06542689 - outSlope: -0.06542689 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.216545 - value: 0.0552386 - inSlope: -0.0646524 - outSlope: -0.0646524 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.233212 - value: 0.05416763 - inSlope: -0.063854985 - outSlope: -0.063854985 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.249878 - value: 0.053110134 - inSlope: -0.06303399 - outSlope: -0.06303399 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.266544 - value: 0.052066527 - inSlope: -0.06218908 - outSlope: -0.06218908 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.28321 - value: 0.051037196 - inSlope: -0.06132037 - outSlope: -0.06132037 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.299877 - value: 0.050022546 - inSlope: -0.06042897 - outSlope: -0.06042897 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.316544 - value: 0.049022928 - inSlope: -0.05951421 - outSlope: -0.05951421 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.33321 - value: 0.04803877 - inSlope: -0.058574863 - outSlope: -0.058574863 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.349876 - value: 0.047070462 - inSlope: -0.057612717 - outSlope: -0.057612717 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.366543 - value: 0.046118375 - inSlope: -0.056626543 - outSlope: -0.056626543 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.38321 - value: 0.04518294 - inSlope: -0.05561679 - outSlope: -0.05561679 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.399876 - value: 0.04426451 - inSlope: -0.0545839 - outSlope: -0.0545839 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.416542 - value: 0.043363504 - inSlope: -0.05352709 - outSlope: -0.05352709 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.433208 - value: 0.0424803 - inSlope: -0.052446704 - outSlope: -0.052446704 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.449875 - value: 0.041615307 - inSlope: -0.051342286 - outSlope: -0.051342286 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.466541 - value: 0.040768918 - inSlope: -0.050215296 - outSlope: -0.050215296 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.483208 - value: 0.03994149 - inSlope: -0.049063716 - outSlope: -0.049063716 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.499874 - value: 0.039133485 - inSlope: -0.04788833 - outSlope: -0.04788833 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.51654 - value: 0.038345236 - inSlope: -0.046690933 - outSlope: -0.046690933 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.533207 - value: 0.037577145 - inSlope: -0.045468606 - outSlope: -0.045468606 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.549873 - value: 0.03682964 - inSlope: -0.044222705 - outSlope: -0.044222705 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.56654 - value: 0.036103077 - inSlope: -0.04295288 - outSlope: -0.04295288 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.583206 - value: 0.0353979 - inSlope: -0.041660145 - outSlope: -0.041660145 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.599873 - value: 0.034714427 - inSlope: -0.04034473 - outSlope: -0.04034473 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.616539 - value: 0.034053095 - inSlope: -0.03900405 - outSlope: -0.03900405 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.633205 - value: 0.03341431 - inSlope: -0.03764046 - outSlope: -0.03764046 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.649872 - value: 0.03279843 - inSlope: -0.0362534 - outSlope: -0.0362534 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.666538 - value: 0.032205883 - inSlope: -0.034842316 - outSlope: -0.034842316 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.683205 - value: 0.03163704 - inSlope: -0.03340882 - outSlope: -0.03340882 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.699871 - value: 0.031092273 - inSlope: -0.03195057 - outSlope: -0.03195057 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.716537 - value: 0.030572036 - inSlope: -0.030468907 - outSlope: -0.030468907 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.733204 - value: 0.030076658 - inSlope: -0.028964387 - outSlope: -0.028964387 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.74987 - value: 0.029606571 - inSlope: -0.027435951 - outSlope: -0.027435951 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.766537 - value: 0.02916214 - inSlope: -0.025885276 - outSlope: -0.025885276 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.783203 - value: 0.028743742 - inSlope: -0.02431035 - outSlope: -0.02431035 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.79987 - value: 0.028351808 - inSlope: -0.022710554 - outSlope: -0.022710554 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.816536 - value: 0.027986735 - inSlope: -0.021089412 - outSlope: -0.021089412 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.833202 - value: 0.027648838 - inSlope: -0.019444635 - outSlope: -0.019444635 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.849869 - value: 0.02733859 - inSlope: -0.017774656 - outSlope: -0.017774656 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.866535 - value: 0.027056359 - inSlope: -0.016084392 - outSlope: -0.016084392 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.883202 - value: 0.026802452 - inSlope: -0.014369037 - outSlope: -0.014369037 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.899868 - value: 0.026577398 - inSlope: -0.0126290945 - outSlope: -0.0126290945 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.916534 - value: 0.026381489 - inSlope: -0.010867918 - outSlope: -0.010867918 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.9332 - value: 0.02621514 - inSlope: -0.009083551 - outSlope: -0.009083551 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.949867 - value: 0.026078708 - inSlope: -0.0072753234 - outSlope: -0.0072753234 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.966534 - value: 0.025972633 - inSlope: -0.0054434584 - outSlope: -0.0054434584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.9832 - value: 0.025897263 - inSlope: -0.0035900238 - outSlope: -0.0035900238 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.999866 - value: 0.025852967 - inSlope: -0.0017122254 - outSlope: -0.0017122254 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.016533 - value: 0.02584019 - inSlope: -0.00023508804 - outSlope: -0.00023508804 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.0332 - value: 0.02584513 - inSlope: 0.00039457012 - outSlope: 0.00039457012 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.049866 - value: 0.025853341 - inSlope: 0.00059009495 - outSlope: 0.00059009495 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.066532 - value: 0.0258648 - inSlope: 0.0007848375 - outSlope: 0.0007848375 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.083199 - value: 0.025879502 - inSlope: 0.000979133 - outSlope: 0.000979133 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.099865 - value: 0.025897438 - inSlope: 0.0011727579 - outSlope: 0.0011727579 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.116531 - value: 0.025918594 - inSlope: 0.0013657681 - outSlope: 0.0013657681 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.133198 - value: 0.025942963 - inSlope: 0.0015581078 - outSlope: 0.0015581078 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.149864 - value: 0.02597053 - inSlope: 0.001749777 - outSlope: 0.001749777 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.16653 - value: 0.026001288 - inSlope: 0.001940999 - outSlope: 0.001940999 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.183197 - value: 0.026035229 - inSlope: 0.0021314947 - outSlope: 0.0021314947 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.199863 - value: 0.026072336 - inSlope: 0.0023213755 - outSlope: 0.0023213755 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.21653 - value: 0.026112607 - inSlope: 0.0025106417 - outSlope: 0.0025106417 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.233196 - value: 0.026156023 - inSlope: 0.0026992934 - outSlope: 0.0026992934 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.249863 - value: 0.026202582 - inSlope: 0.0028873861 - outSlope: 0.0028873861 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.26653 - value: 0.026252268 - inSlope: 0.0030747526 - outSlope: 0.0030747526 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.283195 - value: 0.026305072 - inSlope: 0.0032614483 - outSlope: 0.0032614483 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.299862 - value: 0.026360981 - inSlope: 0.003447697 - outSlope: 0.003447697 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.316528 - value: 0.026419993 - inSlope: 0.0036332752 - outSlope: 0.0036332752 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.333195 - value: 0.026482088 - inSlope: 0.003818071 - outSlope: 0.003818071 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.349861 - value: 0.02654726 - inSlope: 0.004002308 - outSlope: 0.004002308 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.366528 - value: 0.026615497 - inSlope: 0.0041859862 - outSlope: 0.0041859862 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.383194 - value: 0.026686791 - inSlope: 0.00436905 - outSlope: 0.00436905 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.39986 - value: 0.02676113 - inSlope: 0.004551387 - outSlope: 0.004551387 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.416527 - value: 0.026838502 - inSlope: 0.0047331094 - outSlope: 0.0047331094 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.433193 - value: 0.026918897 - inSlope: 0.004914273 - outSlope: 0.004914273 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.44986 - value: 0.027002309 - inSlope: 0.005094766 - outSlope: 0.005094766 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.466526 - value: 0.02708872 - inSlope: 0.0052745887 - outSlope: 0.0052745887 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.483192 - value: 0.027178125 - inSlope: 0.0054537407 - outSlope: 0.0054537407 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.499859 - value: 0.027270509 - inSlope: 0.0056323335 - outSlope: 0.0056323335 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.516525 - value: 0.027365867 - inSlope: 0.005810312 - outSlope: 0.005810312 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.533192 - value: 0.027464183 - inSlope: 0.005987564 - outSlope: 0.005987564 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.549858 - value: 0.02756545 - inSlope: 0.0061642015 - outSlope: 0.0061642015 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.566525 - value: 0.027669653 - inSlope: 0.0063402243 - outSlope: 0.0063402243 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.58319 - value: 0.027776787 - inSlope: 0.0065156883 - outSlope: 0.0065156883 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.599857 - value: 0.02788684 - inSlope: 0.0066902577 - outSlope: 0.0066902577 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.616524 - value: 0.027999792 - inSlope: 0.0068643806 - outSlope: 0.0068643806 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.63319 - value: 0.028115649 - inSlope: 0.0070378883 - outSlope: 0.0070378883 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.649857 - value: 0.028234385 - inSlope: 0.0072105583 - outSlope: 0.0072105583 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.666523 - value: 0.028355997 - inSlope: 0.0073827812 - outSlope: 0.0073827812 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.68319 - value: 0.028480474 - inSlope: 0.007554278 - outSlope: 0.007554278 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.699856 - value: 0.028607802 - inSlope: 0.007725159 - outSlope: 0.007725159 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.716522 - value: 0.028737975 - inSlope: 0.007895371 - outSlope: 0.007895371 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.733189 - value: 0.028870977 - inSlope: 0.008064855 - outSlope: 0.008064855 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.749855 - value: 0.0290068 - inSlope: 0.008233781 - outSlope: 0.008233781 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.766521 - value: 0.029145433 - inSlope: 0.0084020365 - outSlope: 0.0084020365 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.783188 - value: 0.029286863 - inSlope: 0.008569565 - outSlope: 0.008569565 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.799854 - value: 0.02943108 - inSlope: 0.00873648 - outSlope: 0.00873648 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.81652 - value: 0.029578075 - inSlope: 0.008902779 - outSlope: 0.008902779 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.833187 - value: 0.029727835 - inSlope: 0.009068463 - outSlope: 0.009068463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.849854 - value: 0.029880352 - inSlope: 0.009233423 - outSlope: 0.009233423 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.86652 - value: 0.030035611 - inSlope: 0.009397654 - outSlope: 0.009397654 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.883186 - value: 0.030193603 - inSlope: 0.009561326 - outSlope: 0.009561326 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.899853 - value: 0.030354317 - inSlope: 0.009724274 - outSlope: 0.009724274 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.91652 - value: 0.03051774 - inSlope: 0.009886606 - outSlope: 0.009886606 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.933186 - value: 0.030683866 - inSlope: 0.010048211 - outSlope: 0.010048211 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.949852 - value: 0.030852675 - inSlope: 0.010209203 - outSlope: 0.010209203 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.966518 - value: 0.031024167 - inSlope: 0.010369578 - outSlope: 0.010369578 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.983185 - value: 0.031198323 - inSlope: 0.010529228 - outSlope: 0.010529228 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.999851 - value: 0.031375136 - inSlope: 0.010688207 - outSlope: 0.010688207 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.016518 - value: 0.03155459 - inSlope: 0.01084646 - outSlope: 0.01084646 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.033184 - value: 0.03173668 - inSlope: 0.011004154 - outSlope: 0.011004154 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.04985 - value: 0.03192139 - inSlope: 0.011161177 - outSlope: 0.011161177 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.066517 - value: 0.032108713 - inSlope: 0.011317419 - outSlope: 0.011317419 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.083183 - value: 0.032298632 - inSlope: 0.011472989 - outSlope: 0.011472989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.09985 - value: 0.03249114 - inSlope: 0.011627888 - outSlope: 0.011627888 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.116516 - value: 0.032686222 - inSlope: 0.011782342 - outSlope: 0.011782342 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.133183 - value: 0.03288388 - inSlope: 0.011935901 - outSlope: 0.011935901 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.149849 - value: 0.03308408 - inSlope: 0.012088677 - outSlope: 0.012088677 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.166515 - value: 0.03328683 - inSlope: 0.012241006 - outSlope: 0.012241006 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.183182 - value: 0.033492107 - inSlope: 0.0123925535 - outSlope: 0.0123925535 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.199848 - value: 0.033699907 - inSlope: 0.012543542 - outSlope: 0.012543542 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.216515 - value: 0.03391022 - inSlope: 0.012693748 - outSlope: 0.012693748 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.233181 - value: 0.034123026 - inSlope: 0.012843283 - outSlope: 0.012843283 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.249847 - value: 0.03433832 - inSlope: 0.0129920365 - outSlope: 0.0129920365 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.266514 - value: 0.034556087 - inSlope: 0.013140119 - outSlope: 0.013140119 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.28318 - value: 0.03477632 - inSlope: 0.013287419 - outSlope: 0.013287419 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.299847 - value: 0.034998994 - inSlope: 0.013434272 - outSlope: 0.013434272 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.316513 - value: 0.03522412 - inSlope: 0.013580678 - outSlope: 0.013580678 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.33318 - value: 0.035451677 - inSlope: 0.013725855 - outSlope: 0.013725855 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.349846 - value: 0.035681643 - inSlope: 0.013870473 - outSlope: 0.013870473 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.366512 - value: 0.03591402 - inSlope: 0.014014645 - outSlope: 0.014014645 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.383179 - value: 0.03614879 - inSlope: 0.014157921 - outSlope: 0.014157921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.399845 - value: 0.036385942 - inSlope: 0.014300415 - outSlope: 0.014300415 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.416512 - value: 0.036625464 - inSlope: 0.014442239 - outSlope: 0.014442239 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.433178 - value: 0.036867343 - inSlope: 0.014583505 - outSlope: 0.014583505 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.449844 - value: 0.037111573 - inSlope: 0.014724211 - outSlope: 0.014724211 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.46651 - value: 0.037358142 - inSlope: 0.0148641355 - outSlope: 0.0148641355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.483177 - value: 0.037607037 - inSlope: 0.015003165 - outSlope: 0.015003165 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.499844 - value: 0.03785824 - inSlope: 0.015141524 - outSlope: 0.015141524 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.51651 - value: 0.038111746 - inSlope: 0.015279101 - outSlope: 0.015279101 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.533176 - value: 0.038367536 - inSlope: 0.015416231 - outSlope: 0.015416231 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.549843 - value: 0.038625613 - inSlope: 0.015552803 - outSlope: 0.015552803 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.56651 - value: 0.038885955 - inSlope: 0.015688255 - outSlope: 0.015688255 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.583176 - value: 0.039148547 - inSlope: 0.01582304 - outSlope: 0.01582304 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.599842 - value: 0.03941338 - inSlope: 0.015957262 - outSlope: 0.015957262 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.616508 - value: 0.039680447 - inSlope: 0.01609093 - outSlope: 0.01609093 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.633175 - value: 0.039949737 - inSlope: 0.016223587 - outSlope: 0.016223587 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.649841 - value: 0.040221225 - inSlope: 0.01635569 - outSlope: 0.01635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.666508 - value: 0.04049492 - inSlope: 0.016487345 - outSlope: 0.016487345 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.683174 - value: 0.040770795 - inSlope: 0.016617544 - outSlope: 0.016617544 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.69984 - value: 0.04104883 - inSlope: 0.016747411 - outSlope: 0.016747411 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.716507 - value: 0.041329034 - inSlope: 0.01687694 - outSlope: 0.01687694 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.733173 - value: 0.041611385 - inSlope: 0.017005354 - outSlope: 0.017005354 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.74984 - value: 0.04189587 - inSlope: 0.017133206 - outSlope: 0.017133206 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.766506 - value: 0.042182483 - inSlope: 0.01726028 - outSlope: 0.01726028 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.783173 - value: 0.042471204 - inSlope: 0.017386567 - outSlope: 0.017386567 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.799839 - value: 0.042762026 - inSlope: 0.0175123 - outSlope: 0.0175123 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.816505 - value: 0.04305494 - inSlope: 0.017637245 - outSlope: 0.017637245 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.833172 - value: 0.043349925 - inSlope: 0.01776119 - outSlope: 0.01776119 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.849838 - value: 0.04364697 - inSlope: 0.017884683 - outSlope: 0.017884683 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.866505 - value: 0.043946072 - inSlope: 0.018007621 - outSlope: 0.018007621 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.883171 - value: 0.044247214 - inSlope: 0.018129438 - outSlope: 0.018129438 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.899837 - value: 0.044550378 - inSlope: 0.0182507 - outSlope: 0.0182507 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.916504 - value: 0.04485556 - inSlope: 0.018371623 - outSlope: 0.018371623 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.93317 - value: 0.045162756 - inSlope: 0.018491432 - outSlope: 0.018491432 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.949837 - value: 0.045471933 - inSlope: 0.018610343 - outSlope: 0.018610343 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.966503 - value: 0.04578309 - inSlope: 0.018728811 - outSlope: 0.018728811 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.98317 - value: 0.046096217 - inSlope: 0.018846381 - outSlope: 0.018846381 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.999836 - value: 0.046411294 - inSlope: 0.018963285 - outSlope: 0.018963285 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.016502 - value: 0.046728317 - inSlope: 0.019079737 - outSlope: 0.019079737 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.033169 - value: 0.047047276 - inSlope: 0.019195076 - outSlope: 0.019195076 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.049835 - value: 0.047368143 - inSlope: 0.019309629 - outSlope: 0.019309629 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.066502 - value: 0.04769092 - inSlope: 0.019423738 - outSlope: 0.019423738 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.083168 - value: 0.04801559 - inSlope: 0.01953695 - outSlope: 0.01953695 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.099834 - value: 0.048342142 - inSlope: 0.019649604 - outSlope: 0.019649604 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.1165 - value: 0.048670568 - inSlope: 0.019761477 - outSlope: 0.019761477 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.133167 - value: 0.049000848 - inSlope: 0.019872341 - outSlope: 0.019872341 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.149834 - value: 0.04933297 - inSlope: 0.01998254 - outSlope: 0.01998254 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.1665 - value: 0.049666923 - inSlope: 0.020092286 - outSlope: 0.020092286 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.183167 - value: 0.0500027 - inSlope: 0.020201255 - outSlope: 0.020201255 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.199833 - value: 0.050340287 - inSlope: 0.020309102 - outSlope: 0.020309102 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.2165 - value: 0.05067966 - inSlope: 0.020416506 - outSlope: 0.020416506 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.233166 - value: 0.051020827 - inSlope: 0.020523123 - outSlope: 0.020523123 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.249832 - value: 0.051363755 - inSlope: 0.020629073 - outSlope: 0.020629073 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.266499 - value: 0.051708452 - inSlope: 0.02073424 - outSlope: 0.02073424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.283165 - value: 0.052054886 - inSlope: 0.020838398 - outSlope: 0.020838398 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.299831 - value: 0.052403055 - inSlope: 0.020942226 - outSlope: 0.020942226 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.316498 - value: 0.05275295 - inSlope: 0.021045044 - outSlope: 0.021045044 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.333164 - value: 0.053104546 - inSlope: 0.021146972 - outSlope: 0.021146972 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.34983 - value: 0.053457838 - inSlope: 0.02124856 - outSlope: 0.02124856 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.366497 - value: 0.05381282 - inSlope: 0.021349255 - outSlope: 0.021349255 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.383163 - value: 0.05416947 - inSlope: 0.02144906 - outSlope: 0.02144906 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.39983 - value: 0.05452778 - inSlope: 0.021548301 - outSlope: 0.021548301 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.416496 - value: 0.054887734 - inSlope: 0.021646764 - outSlope: 0.021646764 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.433163 - value: 0.055249326 - inSlope: 0.021744106 - outSlope: 0.021744106 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.44983 - value: 0.055612527 - inSlope: 0.021841003 - outSlope: 0.021841003 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.466496 - value: 0.05597735 - inSlope: 0.02193734 - outSlope: 0.02193734 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.483162 - value: 0.05634376 - inSlope: 0.022032559 - outSlope: 0.022032559 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.499828 - value: 0.056711756 - inSlope: 0.022127334 - outSlope: 0.022127334 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.516495 - value: 0.057081327 - inSlope: 0.022221211 - outSlope: 0.022221211 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.533161 - value: 0.05745245 - inSlope: 0.022314195 - outSlope: 0.022314195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.549828 - value: 0.057825122 - inSlope: 0.022406735 - outSlope: 0.022406735 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.566494 - value: 0.05819933 - inSlope: 0.022498153 - outSlope: 0.022498153 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.58316 - value: 0.05857505 - inSlope: 0.022588903 - outSlope: 0.022588903 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.599827 - value: 0.058952283 - inSlope: 0.022679318 - outSlope: 0.022679318 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.616493 - value: 0.059331015 - inSlope: 0.022768725 - outSlope: 0.022768725 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.63316 - value: 0.05971123 - inSlope: 0.022857018 - outSlope: 0.022857018 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.649826 - value: 0.060092904 - inSlope: 0.022944748 - outSlope: 0.022944748 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.666492 - value: 0.060476042 - inSlope: 0.02303192 - outSlope: 0.02303192 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.683159 - value: 0.060860623 - inSlope: 0.023118202 - outSlope: 0.023118202 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.699825 - value: 0.061246637 - inSlope: 0.023204032 - outSlope: 0.023204032 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.716492 - value: 0.06163408 - inSlope: 0.023288634 - outSlope: 0.023288634 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.733158 - value: 0.062022913 - inSlope: 0.023372345 - outSlope: 0.023372345 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.749825 - value: 0.062413145 - inSlope: 0.02345594 - outSlope: 0.02345594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.76649 - value: 0.062804766 - inSlope: 0.023538418 - outSlope: 0.023538418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.783157 - value: 0.06319775 - inSlope: 0.023620117 - outSlope: 0.023620117 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.799824 - value: 0.06359209 - inSlope: 0.02370103 - outSlope: 0.02370103 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.81649 - value: 0.06398777 - inSlope: 0.02378105 - outSlope: 0.02378105 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.833157 - value: 0.06438478 - inSlope: 0.02386085 - outSlope: 0.02386085 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.849823 - value: 0.06478312 - inSlope: 0.023939528 - outSlope: 0.023939528 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.86649 - value: 0.06518275 - inSlope: 0.024017088 - outSlope: 0.024017088 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.883156 - value: 0.065583676 - inSlope: 0.024094205 - outSlope: 0.024094205 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.899822 - value: 0.06598588 - inSlope: 0.024170872 - outSlope: 0.024170872 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.916489 - value: 0.06638936 - inSlope: 0.024246644 - outSlope: 0.024246644 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.933155 - value: 0.06679409 - inSlope: 0.024321303 - outSlope: 0.024321303 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.949821 - value: 0.06720006 - inSlope: 0.024395287 - outSlope: 0.024395287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.966488 - value: 0.067607254 - inSlope: 0.0244686 - outSlope: 0.0244686 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.983154 - value: 0.068015665 - inSlope: 0.02454147 - outSlope: 0.02454147 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.99982 - value: 0.06842529 - inSlope: 0.024613444 - outSlope: 0.024613444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.016487 - value: 0.0688361 - inSlope: 0.024683852 - outSlope: 0.024683852 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.033154 - value: 0.06924807 - inSlope: 0.024754036 - outSlope: 0.024754036 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.04982 - value: 0.06966122 - inSlope: 0.024823777 - outSlope: 0.024823777 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.066486 - value: 0.07007552 - inSlope: 0.02489262 - outSlope: 0.02489262 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.083153 - value: 0.070490964 - inSlope: 0.02496057 - outSlope: 0.02496057 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.09982 - value: 0.070907526 - inSlope: 0.025027627 - outSlope: 0.025027627 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.116486 - value: 0.071325205 - inSlope: 0.025094237 - outSlope: 0.025094237 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.133152 - value: 0.07174399 - inSlope: 0.025159951 - outSlope: 0.025159951 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.149818 - value: 0.07216386 - inSlope: 0.025224548 - outSlope: 0.025224548 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.166485 - value: 0.07258479 - inSlope: 0.025288476 - outSlope: 0.025288476 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.183151 - value: 0.073006794 - inSlope: 0.025351733 - outSlope: 0.025351733 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.199818 - value: 0.07342984 - inSlope: 0.025414541 - outSlope: 0.025414541 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.216484 - value: 0.07385393 - inSlope: 0.025476456 - outSlope: 0.025476456 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.23315 - value: 0.07427904 - inSlope: 0.025537478 - outSlope: 0.025537478 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.249817 - value: 0.07470517 - inSlope: 0.025598053 - outSlope: 0.025598053 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.266483 - value: 0.075132295 - inSlope: 0.025657509 - outSlope: 0.025657509 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.28315 - value: 0.075560406 - inSlope: 0.025715847 - outSlope: 0.025715847 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.299816 - value: 0.07598948 - inSlope: 0.02577374 - outSlope: 0.02577374 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.316483 - value: 0.07641952 - inSlope: 0.025831185 - outSlope: 0.025831185 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.333149 - value: 0.0768505 - inSlope: 0.025887735 - outSlope: 0.025887735 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.349815 - value: 0.07728243 - inSlope: 0.025943168 - outSlope: 0.025943168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.366482 - value: 0.07771526 - inSlope: 0.025997484 - outSlope: 0.025997484 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.383148 - value: 0.078149 - inSlope: 0.026052248 - outSlope: 0.026052248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.399815 - value: 0.07858366 - inSlope: 0.026106115 - outSlope: 0.026106115 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.416481 - value: 0.07901919 - inSlope: 0.026157971 - outSlope: 0.026157971 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.433147 - value: 0.07945558 - inSlope: 0.026209828 - outSlope: 0.026209828 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.449814 - value: 0.07989284 - inSlope: 0.026261238 - outSlope: 0.026261238 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.46648 - value: 0.08033094 - inSlope: 0.026310861 - outSlope: 0.026310861 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.483147 - value: 0.08076985 - inSlope: 0.026360482 - outSlope: 0.026360482 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.499813 - value: 0.08120961 - inSlope: 0.026410103 - outSlope: 0.026410103 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.51648 - value: 0.081650175 - inSlope: 0.02645749 - outSlope: 0.02645749 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.533146 - value: 0.08209151 - inSlope: 0.026504429 - outSlope: 0.026504429 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.549812 - value: 0.08253364 - inSlope: 0.02655137 - outSlope: 0.02655137 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.566479 - value: 0.08297654 - inSlope: 0.026596967 - outSlope: 0.026596967 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.583145 - value: 0.083420195 - inSlope: 0.02664167 - outSlope: 0.02664167 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.599812 - value: 0.083864585 - inSlope: 0.026685704 - outSlope: 0.026685704 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.616478 - value: 0.084309705 - inSlope: 0.026729068 - outSlope: 0.026729068 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.633144 - value: 0.08475554 - inSlope: 0.02677176 - outSlope: 0.02677176 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.64981 - value: 0.08520208 - inSlope: 0.026813783 - outSlope: 0.026813783 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.666477 - value: 0.08564932 - inSlope: 0.026855133 - outSlope: 0.026855133 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.683144 - value: 0.08609724 - inSlope: 0.026895143 - outSlope: 0.026895143 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.69981 - value: 0.08654581 - inSlope: 0.026934482 - outSlope: 0.026934482 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.716476 - value: 0.08699504 - inSlope: 0.026973376 - outSlope: 0.026973376 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.733143 - value: 0.08744491 - inSlope: 0.027011374 - outSlope: 0.027011374 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.74981 - value: 0.08789541 - inSlope: 0.027048703 - outSlope: 0.027048703 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.766476 - value: 0.08834652 - inSlope: 0.027085137 - outSlope: 0.027085137 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.783142 - value: 0.08879823 - inSlope: 0.027121123 - outSlope: 0.027121123 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.799809 - value: 0.08925054 - inSlope: 0.027156215 - outSlope: 0.027156215 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.816475 - value: 0.089703426 - inSlope: 0.027190415 - outSlope: 0.027190415 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.833141 - value: 0.090156876 - inSlope: 0.02722372 - outSlope: 0.02722372 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.849808 - value: 0.09061087 - inSlope: 0.02725613 - outSlope: 0.02725613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.866474 - value: 0.0910654 - inSlope: 0.027288094 - outSlope: 0.027288094 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.88314 - value: 0.09152046 - inSlope: 0.02731961 - outSlope: 0.02731961 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.899807 - value: 0.09197604 - inSlope: 0.027349785 - outSlope: 0.027349785 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.916473 - value: 0.092432104 - inSlope: 0.02737929 - outSlope: 0.02737929 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.93314 - value: 0.09288867 - inSlope: 0.0274079 - outSlope: 0.0274079 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.949806 - value: 0.09334569 - inSlope: 0.027436065 - outSlope: 0.027436065 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.966473 - value: 0.09380319 - inSlope: 0.027464451 - outSlope: 0.027464451 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.983139 - value: 0.094261155 - inSlope: 0.02749105 - outSlope: 0.02749105 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.999805 - value: 0.094719544 - inSlope: 0.027516533 - outSlope: 0.027516533 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.016472 - value: 0.09517836 - inSlope: 0.02754112 - outSlope: 0.02754112 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.033138 - value: 0.09563757 - inSlope: 0.027565483 - outSlope: 0.027565483 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.049805 - value: 0.09609719 - inSlope: 0.027589623 - outSlope: 0.027589623 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.066471 - value: 0.09655721 - inSlope: 0.027612422 - outSlope: 0.027612422 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.083138 - value: 0.09701759 - inSlope: 0.027634773 - outSlope: 0.027634773 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.099804 - value: 0.09747835 - inSlope: 0.027656008 - outSlope: 0.027656008 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.11647 - value: 0.09793945 - inSlope: 0.027676126 - outSlope: 0.027676126 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.133137 - value: 0.098400876 - inSlope: 0.027696466 - outSlope: 0.027696466 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.149803 - value: 0.09886265 - inSlope: 0.027715465 - outSlope: 0.027715465 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.16647 - value: 0.09932471 - inSlope: 0.02773357 - outSlope: 0.02773357 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.183136 - value: 0.099787086 - inSlope: 0.027751228 - outSlope: 0.027751228 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.199802 - value: 0.10024974 - inSlope: 0.02776844 - outSlope: 0.02776844 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.216469 - value: 0.10071269 - inSlope: 0.027784534 - outSlope: 0.027784534 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.233135 - value: 0.101175874 - inSlope: 0.027799733 - outSlope: 0.027799733 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.249802 - value: 0.10163933 - inSlope: 0.027814485 - outSlope: 0.027814485 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.266468 - value: 0.10210301 - inSlope: 0.027828343 - outSlope: 0.027828343 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.283134 - value: 0.10256693 - inSlope: 0.027841307 - outSlope: 0.027841307 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.2998 - value: 0.10303104 - inSlope: 0.027853824 - outSlope: 0.027853824 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.316467 - value: 0.103495374 - inSlope: 0.02786567 - outSlope: 0.02786567 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.333134 - value: 0.10395988 - inSlope: 0.027875952 - outSlope: 0.027875952 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.3498 - value: 0.10442456 - inSlope: 0.027886234 - outSlope: 0.027886234 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.366467 - value: 0.10488941 - inSlope: 0.027896516 - outSlope: 0.027896516 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.383133 - value: 0.10535443 - inSlope: 0.027905012 - outSlope: 0.027905012 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.3998 - value: 0.10581956 - inSlope: 0.027912611 - outSlope: 0.027912611 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.416466 - value: 0.106284834 - inSlope: 0.027919987 - outSlope: 0.027919987 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.433132 - value: 0.10675021 - inSlope: 0.02792647 - outSlope: 0.02792647 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.449799 - value: 0.1072157 - inSlope: 0.02793228 - outSlope: 0.02793228 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.466465 - value: 0.107681274 - inSlope: 0.027937198 - outSlope: 0.027937198 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.483131 - value: 0.10814693 - inSlope: 0.027941221 - outSlope: 0.027941221 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.499798 - value: 0.108612634 - inSlope: 0.027945245 - outSlope: 0.027945245 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.516464 - value: 0.10907842 - inSlope: 0.02794815 - outSlope: 0.02794815 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.53313 - value: 0.109544225 - inSlope: 0.027949939 - outSlope: 0.027949939 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.549797 - value: 0.11001007 - inSlope: 0.027951727 - outSlope: 0.027951727 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.566463 - value: 0.110475935 - inSlope: 0.027952397 - outSlope: 0.027952397 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.58313 - value: 0.110941805 - inSlope: 0.027952174 - outSlope: 0.027952174 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.599796 - value: 0.11140766 - inSlope: 0.027951056 - outSlope: 0.027951056 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.616463 - value: 0.11187349 - inSlope: 0.027949715 - outSlope: 0.027949715 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.63313 - value: 0.1123393 - inSlope: 0.027947703 - outSlope: 0.027947703 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.649796 - value: 0.11280507 - inSlope: 0.027944798 - outSlope: 0.027944798 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.666462 - value: 0.11327078 - inSlope: 0.027940998 - outSlope: 0.027940998 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.683128 - value: 0.11373642 - inSlope: 0.027936751 - outSlope: 0.027936751 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.699795 - value: 0.11420199 - inSlope: 0.02793161 - outSlope: 0.02793161 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.716461 - value: 0.11466746 - inSlope: 0.027925799 - outSlope: 0.027925799 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.733128 - value: 0.11513284 - inSlope: 0.027919317 - outSlope: 0.027919317 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.749794 - value: 0.11559809 - inSlope: 0.02791194 - outSlope: 0.02791194 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.76646 - value: 0.11606322 - inSlope: 0.02790367 - outSlope: 0.02790367 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.783127 - value: 0.1165282 - inSlope: 0.027894728 - outSlope: 0.027894728 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.799793 - value: 0.11699303 - inSlope: 0.02788601 - outSlope: 0.02788601 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.81646 - value: 0.11745772 - inSlope: 0.0278764 - outSlope: 0.0278764 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.833126 - value: 0.11792223 - inSlope: 0.027865224 - outSlope: 0.027865224 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.849792 - value: 0.118386544 - inSlope: 0.027853154 - outSlope: 0.027853154 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.866459 - value: 0.118850656 - inSlope: 0.02784153 - outSlope: 0.02784153 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.883125 - value: 0.11931458 - inSlope: 0.027828343 - outSlope: 0.027828343 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.899792 - value: 0.11977825 - inSlope: 0.027814485 - outSlope: 0.027814485 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.916458 - value: 0.12024172 - inSlope: 0.027801074 - outSlope: 0.027801074 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.933125 - value: 0.12070494 - inSlope: 0.027785428 - outSlope: 0.027785428 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.949791 - value: 0.12116788 - inSlope: 0.027769111 - outSlope: 0.027769111 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.966457 - value: 0.121630564 - inSlope: 0.02775324 - outSlope: 0.02775324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.983124 - value: 0.12209298 - inSlope: 0.027736476 - outSlope: 0.027736476 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.99979 - value: 0.1225551 - inSlope: 0.027718594 - outSlope: 0.027718594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.016457 - value: 0.123016916 - inSlope: 0.027699819 - outSlope: 0.027699819 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.033123 - value: 0.12347841 - inSlope: 0.02768082 - outSlope: 0.02768082 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.04979 - value: 0.123939596 - inSlope: 0.027660703 - outSlope: 0.027660703 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.066456 - value: 0.12440042 - inSlope: 0.027640138 - outSlope: 0.027640138 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.083122 - value: 0.12486092 - inSlope: 0.027619127 - outSlope: 0.027619127 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.099789 - value: 0.12532105 - inSlope: 0.027596999 - outSlope: 0.027596999 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.116455 - value: 0.1257808 - inSlope: 0.027574424 - outSlope: 0.027574424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.133121 - value: 0.12624018 - inSlope: 0.027551178 - outSlope: 0.027551178 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.149788 - value: 0.12669916 - inSlope: 0.027527485 - outSlope: 0.027527485 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.166454 - value: 0.12715775 - inSlope: 0.02750245 - outSlope: 0.02750245 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.18312 - value: 0.1276159 - inSlope: 0.027476968 - outSlope: 0.027476968 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.199787 - value: 0.12807363 - inSlope: 0.027451487 - outSlope: 0.027451487 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.216454 - value: 0.12853093 - inSlope: 0.027424665 - outSlope: 0.027424665 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.23312 - value: 0.12898777 - inSlope: 0.027396947 - outSlope: 0.027396947 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.249786 - value: 0.12944415 - inSlope: 0.027369231 - outSlope: 0.027369231 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.266453 - value: 0.12990007 - inSlope: 0.027340174 - outSlope: 0.027340174 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.28312 - value: 0.13035548 - inSlope: 0.02731067 - outSlope: 0.02731067 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.299786 - value: 0.13081041 - inSlope: 0.027281165 - outSlope: 0.027281165 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.316452 - value: 0.13126484 - inSlope: 0.02724987 - outSlope: 0.02724987 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.333118 - value: 0.13171872 - inSlope: 0.027218578 - outSlope: 0.027218578 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.349785 - value: 0.13217211 - inSlope: 0.027186839 - outSlope: 0.027186839 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.366451 - value: 0.13262494 - inSlope: 0.027154204 - outSlope: 0.027154204 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.383118 - value: 0.13307723 - inSlope: 0.027120229 - outSlope: 0.027120229 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.399784 - value: 0.13352893 - inSlope: 0.027086254 - outSlope: 0.027086254 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.41645 - value: 0.1339801 - inSlope: 0.02705228 - outSlope: 0.02705228 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.433117 - value: 0.13443066 - inSlope: 0.027016962 - outSlope: 0.027016962 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.449783 - value: 0.13488065 - inSlope: 0.026980305 - outSlope: 0.026980305 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.46645 - value: 0.13532999 - inSlope: 0.026943648 - outSlope: 0.026943648 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.483116 - value: 0.13577875 - inSlope: 0.02690699 - outSlope: 0.02690699 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.499783 - value: 0.13622688 - inSlope: 0.026868097 - outSlope: 0.026868097 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.516449 - value: 0.13667434 - inSlope: 0.026829652 - outSlope: 0.026829652 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.533115 - value: 0.13712119 - inSlope: 0.02679076 - outSlope: 0.02679076 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.549782 - value: 0.13756736 - inSlope: 0.026750972 - outSlope: 0.026750972 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.566448 - value: 0.13801287 - inSlope: 0.02671074 - outSlope: 0.02671074 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.583115 - value: 0.1384577 - inSlope: 0.026669163 - outSlope: 0.026669163 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.599781 - value: 0.13890183 - inSlope: 0.026626695 - outSlope: 0.026626695 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.616447 - value: 0.13934524 - inSlope: 0.026584227 - outSlope: 0.026584227 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.633114 - value: 0.13978796 - inSlope: 0.026541758 - outSlope: 0.026541758 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.64978 - value: 0.14022996 - inSlope: 0.0264975 - outSlope: 0.0264975 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.666447 - value: 0.1406712 - inSlope: 0.026453244 - outSlope: 0.026453244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.683113 - value: 0.14111172 - inSlope: 0.026408538 - outSlope: 0.026408538 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.69978 - value: 0.14155146 - inSlope: 0.02636294 - outSlope: 0.02636294 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.716446 - value: 0.14199047 - inSlope: 0.026316896 - outSlope: 0.026316896 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.733112 - value: 0.14242868 - inSlope: 0.026269061 - outSlope: 0.026269061 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.749779 - value: 0.14286609 - inSlope: 0.026221229 - outSlope: 0.026221229 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.766445 - value: 0.14330271 - inSlope: 0.026173394 - outSlope: 0.026173394 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.783112 - value: 0.14373852 - inSlope: 0.026125114 - outSlope: 0.026125114 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.799778 - value: 0.14417353 - inSlope: 0.02607594 - outSlope: 0.02607594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.816444 - value: 0.14460771 - inSlope: 0.02602587 - outSlope: 0.02602587 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.83311 - value: 0.14504105 - inSlope: 0.025974462 - outSlope: 0.025974462 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.849777 - value: 0.14547351 - inSlope: 0.025923051 - outSlope: 0.025923051 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.866444 - value: 0.14590514 - inSlope: 0.025871642 - outSlope: 0.025871642 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.88311 - value: 0.14633588 - inSlope: 0.025819339 - outSlope: 0.025819339 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.899776 - value: 0.14676577 - inSlope: 0.025766587 - outSlope: 0.025766587 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.916443 - value: 0.14719476 - inSlope: 0.02571294 - outSlope: 0.02571294 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.93311 - value: 0.14762285 - inSlope: 0.025657061 - outSlope: 0.025657061 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.949776 - value: 0.14804998 - inSlope: 0.025602076 - outSlope: 0.025602076 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.966442 - value: 0.14847624 - inSlope: 0.025548432 - outSlope: 0.025548432 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.983109 - value: 0.14890158 - inSlope: 0.02549121 - outSlope: 0.02549121 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.999775 - value: 0.14932594 - inSlope: 0.025434434 - outSlope: 0.025434434 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.016441 - value: 0.14974938 - inSlope: 0.025377214 - outSlope: 0.025377214 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.033108 - value: 0.15017183 - inSlope: 0.025318652 - outSlope: 0.025318652 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.049774 - value: 0.15059333 - inSlope: 0.025260536 - outSlope: 0.025260536 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.06644 - value: 0.15101384 - inSlope: 0.025201973 - outSlope: 0.025201973 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.083107 - value: 0.15143338 - inSlope: 0.02514207 - outSlope: 0.02514207 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.099773 - value: 0.15185189 - inSlope: 0.025081273 - outSlope: 0.025081273 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.11644 - value: 0.15226941 - inSlope: 0.025020475 - outSlope: 0.025020475 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.133106 - value: 0.1526859 - inSlope: 0.024958782 - outSlope: 0.024958782 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.149773 - value: 0.15310135 - inSlope: 0.024896644 - outSlope: 0.024896644 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.16644 - value: 0.15351577 - inSlope: 0.02483406 - outSlope: 0.02483406 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.183105 - value: 0.15392914 - inSlope: 0.024771472 - outSlope: 0.024771472 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.199772 - value: 0.15434147 - inSlope: 0.02470665 - outSlope: 0.02470665 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.216438 - value: 0.15475269 - inSlope: 0.02464183 - outSlope: 0.02464183 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.233105 - value: 0.15516286 - inSlope: 0.024578352 - outSlope: 0.024578352 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.249771 - value: 0.15557195 - inSlope: 0.024511294 - outSlope: 0.024511294 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.266438 - value: 0.15597989 - inSlope: 0.024445131 - outSlope: 0.024445131 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.283104 - value: 0.15638678 - inSlope: 0.02437897 - outSlope: 0.02437897 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.29977 - value: 0.1567925 - inSlope: 0.024310572 - outSlope: 0.024310572 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.316437 - value: 0.15719712 - inSlope: 0.024243962 - outSlope: 0.024243962 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.333103 - value: 0.15760063 - inSlope: 0.024175566 - outSlope: 0.024175566 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.34977 - value: 0.15800296 - inSlope: 0.024105828 - outSlope: 0.024105828 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.366436 - value: 0.15840414 - inSlope: 0.024036536 - outSlope: 0.024036536 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.383102 - value: 0.15880416 - inSlope: 0.023965903 - outSlope: 0.023965903 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.399769 - value: 0.159203 - inSlope: 0.023894824 - outSlope: 0.023894824 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.416435 - value: 0.15960065 - inSlope: 0.02382419 - outSlope: 0.02382419 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.433102 - value: 0.15999712 - inSlope: 0.023752216 - outSlope: 0.023752216 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.449768 - value: 0.16039237 - inSlope: 0.023679797 - outSlope: 0.023679797 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.466434 - value: 0.16078644 - inSlope: 0.02360693 - outSlope: 0.02360693 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.4831 - value: 0.16117926 - inSlope: 0.023531824 - outSlope: 0.023531824 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.499767 - value: 0.16157082 - inSlope: 0.023458958 - outSlope: 0.023458958 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.516434 - value: 0.16196121 - inSlope: 0.023385644 - outSlope: 0.023385644 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.5331 - value: 0.16235033 - inSlope: 0.023308305 - outSlope: 0.023308305 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.549767 - value: 0.16273814 - inSlope: 0.023232754 - outSlope: 0.023232754 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.566433 - value: 0.16312474 - inSlope: 0.023156311 - outSlope: 0.023156311 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.5831 - value: 0.16351001 - inSlope: 0.023079867 - outSlope: 0.023079867 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.599766 - value: 0.16389406 - inSlope: 0.023003422 - outSlope: 0.023003422 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.616432 - value: 0.16427678 - inSlope: 0.022924744 - outSlope: 0.022924744 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.633099 - value: 0.1646582 - inSlope: 0.022845617 - outSlope: 0.022845617 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.649765 - value: 0.16503829 - inSlope: 0.022766043 - outSlope: 0.022766043 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.666431 - value: 0.16541706 - inSlope: 0.022686917 - outSlope: 0.022686917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.683098 - value: 0.1657945 - inSlope: 0.022606898 - outSlope: 0.022606898 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.699764 - value: 0.16617061 - inSlope: 0.022526875 - outSlope: 0.022526875 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.71643 - value: 0.16654539 - inSlope: 0.02244462 - outSlope: 0.02244462 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.733097 - value: 0.16691875 - inSlope: 0.022362813 - outSlope: 0.022362813 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.749763 - value: 0.1672908 - inSlope: 0.02228145 - outSlope: 0.02228145 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.76643 - value: 0.16766146 - inSlope: 0.022197854 - outSlope: 0.022197854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.783096 - value: 0.16803072 - inSlope: 0.022115152 - outSlope: 0.022115152 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.799763 - value: 0.16839862 - inSlope: 0.022031106 - outSlope: 0.022031106 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.81643 - value: 0.16876508 - inSlope: 0.02194617 - outSlope: 0.02194617 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.833096 - value: 0.16913015 - inSlope: 0.021861231 - outSlope: 0.021861231 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.849762 - value: 0.16949378 - inSlope: 0.021775398 - outSlope: 0.021775398 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.866428 - value: 0.16985598 - inSlope: 0.021690015 - outSlope: 0.021690015 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.883095 - value: 0.17021677 - inSlope: 0.021603288 - outSlope: 0.021603288 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.899761 - value: 0.17057608 - inSlope: 0.021516114 - outSlope: 0.021516114 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.916428 - value: 0.17093396 - inSlope: 0.021428496 - outSlope: 0.021428496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.933094 - value: 0.17129035 - inSlope: 0.021339532 - outSlope: 0.021339532 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.94976 - value: 0.17164527 - inSlope: 0.021251466 - outSlope: 0.021251466 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.966427 - value: 0.17199872 - inSlope: 0.0211634 - outSlope: 0.0211634 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.983093 - value: 0.1723507 - inSlope: 0.021073096 - outSlope: 0.021073096 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.99976 - value: 0.17270115 - inSlope: 0.020981453 - outSlope: 0.020981453 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.016426 - value: 0.17305008 - inSlope: 0.0208916 - outSlope: 0.0208916 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.033092 - value: 0.17339753 - inSlope: 0.020800848 - outSlope: 0.020800848 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.049759 - value: 0.17374343 - inSlope: 0.020708758 - outSlope: 0.020708758 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.066425 - value: 0.17408781 - inSlope: 0.020616667 - outSlope: 0.020616667 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.083092 - value: 0.17443064 - inSlope: 0.020523682 - outSlope: 0.020523682 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.099758 - value: 0.17477192 - inSlope: 0.020430252 - outSlope: 0.020430252 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.116425 - value: 0.17511164 - inSlope: 0.020336818 - outSlope: 0.020336818 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.133091 - value: 0.1754498 - inSlope: 0.020242494 - outSlope: 0.020242494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.149757 - value: 0.17578638 - inSlope: 0.020147273 - outSlope: 0.020147273 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.166424 - value: 0.17612137 - inSlope: 0.020052053 - outSlope: 0.020052053 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.18309 - value: 0.17645477 - inSlope: 0.019956835 - outSlope: 0.019956835 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.199757 - value: 0.17678659 - inSlope: 0.019860718 - outSlope: 0.019860718 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.216423 - value: 0.17711678 - inSlope: 0.019762818 - outSlope: 0.019762818 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.23309 - value: 0.17744534 - inSlope: 0.01966581 - outSlope: 0.01966581 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.249756 - value: 0.1777723 - inSlope: 0.0195688 - outSlope: 0.0195688 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.266422 - value: 0.17809762 - inSlope: 0.019470006 - outSlope: 0.019470006 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.283089 - value: 0.17842129 - inSlope: 0.01937076 - outSlope: 0.01937076 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.299755 - value: 0.1787433 - inSlope: 0.019271072 - outSlope: 0.019271072 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.316422 - value: 0.17906365 - inSlope: 0.019172275 - outSlope: 0.019172275 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.333088 - value: 0.17938237 - inSlope: 0.01907169 - outSlope: 0.01907169 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.349754 - value: 0.17969936 - inSlope: 0.018970214 - outSlope: 0.018970214 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.36642 - value: 0.1800147 - inSlope: 0.018870074 - outSlope: 0.018870074 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.383087 - value: 0.18032835 - inSlope: 0.01876815 - outSlope: 0.01876815 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.399754 - value: 0.1806403 - inSlope: 0.018664882 - outSlope: 0.018664882 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.41642 - value: 0.18095051 - inSlope: 0.018561617 - outSlope: 0.018561617 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.433086 - value: 0.181259 - inSlope: 0.018458799 - outSlope: 0.018458799 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.449753 - value: 0.18156579 - inSlope: 0.018355083 - outSlope: 0.018355083 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.46642 - value: 0.18187083 - inSlope: 0.018250924 - outSlope: 0.018250924 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.483086 - value: 0.18217415 - inSlope: 0.01814676 - outSlope: 0.01814676 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.499752 - value: 0.18247572 - inSlope: 0.018041708 - outSlope: 0.018041708 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.516418 - value: 0.18277553 - inSlope: 0.01793531 - outSlope: 0.01793531 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.533085 - value: 0.18307355 - inSlope: 0.017828915 - outSlope: 0.017828915 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.549751 - value: 0.18336982 - inSlope: 0.017721627 - outSlope: 0.017721627 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.566418 - value: 0.18366426 - inSlope: 0.017614782 - outSlope: 0.017614782 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.583084 - value: 0.18395697 - inSlope: 0.01750794 - outSlope: 0.01750794 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.59975 - value: 0.18424785 - inSlope: 0.017399307 - outSlope: 0.017399307 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.616417 - value: 0.18453693 - inSlope: 0.017290678 - outSlope: 0.017290678 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.633083 - value: 0.1848242 - inSlope: 0.017182045 - outSlope: 0.017182045 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.64975 - value: 0.18510966 - inSlope: 0.017072521 - outSlope: 0.017072521 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.666416 - value: 0.18539327 - inSlope: 0.016961653 - outSlope: 0.016961653 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.683083 - value: 0.18567504 - inSlope: 0.016850788 - outSlope: 0.016850788 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.699749 - value: 0.18595496 - inSlope: 0.016739476 - outSlope: 0.016739476 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.716415 - value: 0.18623301 - inSlope: 0.016628608 - outSlope: 0.016628608 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.733082 - value: 0.18650924 - inSlope: 0.01651685 - outSlope: 0.01651685 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.749748 - value: 0.18678357 - inSlope: 0.016404193 - outSlope: 0.016404193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.766415 - value: 0.18705603 - inSlope: 0.01629154 - outSlope: 0.01629154 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.783081 - value: 0.18732661 - inSlope: 0.016177095 - outSlope: 0.016177095 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.799747 - value: 0.18759526 - inSlope: 0.016063102 - outSlope: 0.016063102 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.816414 - value: 0.18786204 - inSlope: 0.015949104 - outSlope: 0.015949104 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.83308 - value: 0.18812689 - inSlope: 0.015834216 - outSlope: 0.015834216 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.849747 - value: 0.18838984 - inSlope: 0.015718877 - outSlope: 0.015718877 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.866413 - value: 0.18865085 - inSlope: 0.015602648 - outSlope: 0.015602648 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.88308 - value: 0.18890992 - inSlope: 0.015486864 - outSlope: 0.015486864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.899746 - value: 0.18916707 - inSlope: 0.015370186 - outSlope: 0.015370186 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.916412 - value: 0.18942225 - inSlope: 0.01525172 - outSlope: 0.01525172 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.933079 - value: 0.18967545 - inSlope: 0.015134148 - outSlope: 0.015134148 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.949745 - value: 0.18992671 - inSlope: 0.015016576 - outSlope: 0.015016576 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.966412 - value: 0.190176 - inSlope: 0.01489811 - outSlope: 0.01489811 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.983078 - value: 0.19042331 - inSlope: 0.01477875 - outSlope: 0.01477875 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.999744 - value: 0.19066861 - inSlope: 0.014658049 - outSlope: 0.014658049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.01641 - value: 0.1909119 - inSlope: 0.014538242 - outSlope: 0.014538242 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.033077 - value: 0.19115321 - inSlope: 0.014417987 - outSlope: 0.014417987 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.049744 - value: 0.1913925 - inSlope: 0.014296839 - outSlope: 0.014296839 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.06641 - value: 0.19162977 - inSlope: 0.014175244 - outSlope: 0.014175244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.083076 - value: 0.191865 - inSlope: 0.014052754 - outSlope: 0.014052754 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.099743 - value: 0.19209819 - inSlope: 0.013930712 - outSlope: 0.013930712 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.11641 - value: 0.19232935 - inSlope: 0.013806881 - outSlope: 0.013806881 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.133076 - value: 0.19255841 - inSlope: 0.013683945 - outSlope: 0.013683945 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.149742 - value: 0.19278547 - inSlope: 0.013560561 - outSlope: 0.013560561 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.166409 - value: 0.19301042 - inSlope: 0.013434943 - outSlope: 0.013434943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.183075 - value: 0.1932333 - inSlope: 0.013310218 - outSlope: 0.013310218 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.199741 - value: 0.19345409 - inSlope: 0.013185494 - outSlope: 0.013185494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.216408 - value: 0.1936728 - inSlope: 0.013058981 - outSlope: 0.013058981 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.233074 - value: 0.19388938 - inSlope: 0.012932468 - outSlope: 0.012932468 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.24974 - value: 0.19410388 - inSlope: 0.012807297 - outSlope: 0.012807297 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.266407 - value: 0.19431628 - inSlope: 0.012678549 - outSlope: 0.012678549 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.283073 - value: 0.1945265 - inSlope: 0.012550248 - outSlope: 0.012550248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.29974 - value: 0.19473462 - inSlope: 0.012422394 - outSlope: 0.012422394 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.316406 - value: 0.19494057 - inSlope: 0.012293198 - outSlope: 0.012293198 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.333073 - value: 0.19514439 - inSlope: 0.01216445 - outSlope: 0.01216445 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.34974 - value: 0.19534604 - inSlope: 0.012034808 - outSlope: 0.012034808 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.366405 - value: 0.19554554 - inSlope: 0.011904719 - outSlope: 0.011904719 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.383072 - value: 0.19574286 - inSlope: 0.011774183 - outSlope: 0.011774183 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.399738 - value: 0.195938 - inSlope: 0.011641859 - outSlope: 0.011641859 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.416405 - value: 0.19613092 - inSlope: 0.011510429 - outSlope: 0.011510429 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.433071 - value: 0.19632168 - inSlope: 0.011378998 - outSlope: 0.011378998 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.449738 - value: 0.19651021 - inSlope: 0.01124578 - outSlope: 0.01124578 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.466404 - value: 0.19669653 - inSlope: 0.0111130085 - outSlope: 0.0111130085 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.48307 - value: 0.19688064 - inSlope: 0.010979343 - outSlope: 0.010979343 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.499737 - value: 0.1970625 - inSlope: 0.010844784 - outSlope: 0.010844784 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.516403 - value: 0.19724213 - inSlope: 0.010710672 - outSlope: 0.010710672 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.53307 - value: 0.19741952 - inSlope: 0.010575664 - outSlope: 0.010575664 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.549736 - value: 0.19759464 - inSlope: 0.010439764 - outSlope: 0.010439764 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.566402 - value: 0.19776751 - inSlope: 0.010303863 - outSlope: 0.010303863 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.583069 - value: 0.1979381 - inSlope: 0.010167068 - outSlope: 0.010167068 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.599735 - value: 0.19810641 - inSlope: 0.010029826 - outSlope: 0.010029826 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.616402 - value: 0.19827242 - inSlope: 0.009892585 - outSlope: 0.009892585 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.633068 - value: 0.19843616 - inSlope: 0.009755343 - outSlope: 0.009755343 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.649734 - value: 0.1985976 - inSlope: 0.0096163135 - outSlope: 0.0096163135 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.6664 - value: 0.1987567 - inSlope: 0.009476389 - outSlope: 0.009476389 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.683067 - value: 0.19891347 - inSlope: 0.009336912 - outSlope: 0.009336912 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.699734 - value: 0.19906792 - inSlope: 0.009197882 - outSlope: 0.009197882 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.7164 - value: 0.19922006 - inSlope: 0.009057511 - outSlope: 0.009057511 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.733067 - value: 0.19936983 - inSlope: 0.008915352 - outSlope: 0.008915352 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.749733 - value: 0.19951724 - inSlope: 0.00877364 - outSlope: 0.00877364 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.7664 - value: 0.19966228 - inSlope: 0.008632375 - outSlope: 0.008632375 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.783066 - value: 0.19980498 - inSlope: 0.008490215 - outSlope: 0.008490215 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.799732 - value: 0.19994529 - inSlope: 0.008347162 - outSlope: 0.008347162 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.816399 - value: 0.20008321 - inSlope: 0.008203661 - outSlope: 0.008203661 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.833065 - value: 0.20021874 - inSlope: 0.008059267 - outSlope: 0.008059267 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.849731 - value: 0.20035185 - inSlope: 0.007913979 - outSlope: 0.007913979 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.866398 - value: 0.20048253 - inSlope: 0.0077691367 - outSlope: 0.0077691367 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.883064 - value: 0.20061082 - inSlope: 0.0076238485 - outSlope: 0.0076238485 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.89973 - value: 0.20073666 - inSlope: 0.007478113 - outSlope: 0.007478113 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.916397 - value: 0.20086008 - inSlope: 0.00733193 - outSlope: 0.00733193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.933064 - value: 0.20098105 - inSlope: 0.007184854 - outSlope: 0.007184854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.94973 - value: 0.20109957 - inSlope: 0.0070364354 - outSlope: 0.0070364354 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.966396 - value: 0.2012156 - inSlope: 0.006888018 - outSlope: 0.006888018 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.983063 - value: 0.20132917 - inSlope: 0.0067404937 - outSlope: 0.0067404937 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.99973 - value: 0.20144027 - inSlope: 0.006590288 - outSlope: 0.006590288 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.016396 - value: 0.20154884 - inSlope: 0.006440082 - outSlope: 0.006440082 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.033062 - value: 0.20165494 - inSlope: 0.006291217 - outSlope: 0.006291217 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.049728 - value: 0.20175855 - inSlope: 0.0061405646 - outSlope: 0.0061405646 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.066395 - value: 0.20185962 - inSlope: 0.00598857 - outSlope: 0.00598857 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.083061 - value: 0.20195816 - inSlope: 0.0058370233 - outSlope: 0.0058370233 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.099728 - value: 0.20205419 - inSlope: 0.0056841346 - outSlope: 0.0056841346 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.116394 - value: 0.20214763 - inSlope: 0.0055307997 - outSlope: 0.0055307997 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.13306 - value: 0.20223854 - inSlope: 0.005378805 - outSlope: 0.005378805 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.149727 - value: 0.20232692 - inSlope: 0.005224576 - outSlope: 0.005224576 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.166393 - value: 0.2024127 - inSlope: 0.0050690053 - outSlope: 0.0050690053 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.18306 - value: 0.20249589 - inSlope: 0.004913882 - outSlope: 0.004913882 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.199726 - value: 0.20257649 - inSlope: 0.0047592055 - outSlope: 0.0047592055 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.216393 - value: 0.20265453 - inSlope: 0.0046031876 - outSlope: 0.0046031876 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.233059 - value: 0.20272993 - inSlope: 0.0044458294 - outSlope: 0.0044458294 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.249725 - value: 0.20280272 - inSlope: 0.0042893644 - outSlope: 0.0042893644 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.266392 - value: 0.2028729 - inSlope: 0.0041315593 - outSlope: 0.0041315593 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.283058 - value: 0.20294043 - inSlope: 0.003972412 - outSlope: 0.003972412 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.299725 - value: 0.20300531 - inSlope: 0.0038146065 - outSlope: 0.0038146065 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.316391 - value: 0.20306759 - inSlope: 0.0036554597 - outSlope: 0.0036554597 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.333057 - value: 0.20312716 - inSlope: 0.0034940776 - outSlope: 0.0034940776 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.349724 - value: 0.20318405 - inSlope: 0.0033340366 - outSlope: 0.0033340366 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.36639 - value: 0.2032383 - inSlope: 0.0031735487 - outSlope: 0.0031735487 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.383057 - value: 0.20328984 - inSlope: 0.0030117198 - outSlope: 0.0030117198 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.399723 - value: 0.20333868 - inSlope: 0.0028489963 - outSlope: 0.0028489963 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.41639 - value: 0.2033848 - inSlope: 0.0026867203 - outSlope: 0.0026867203 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.433056 - value: 0.20342824 - inSlope: 0.0025235503 - outSlope: 0.0025235503 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.449722 - value: 0.20346892 - inSlope: 0.0023594857 - outSlope: 0.0023594857 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.466389 - value: 0.20350689 - inSlope: 0.0021949746 - outSlope: 0.0021949746 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.483055 - value: 0.20354208 - inSlope: 0.002029122 - outSlope: 0.002029122 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.499722 - value: 0.20357452 - inSlope: 0.0018637166 - outSlope: 0.0018637166 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.516388 - value: 0.2036042 - inSlope: 0.0016978642 - outSlope: 0.0016978642 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.533054 - value: 0.20363112 - inSlope: 0.0015311177 - outSlope: 0.0015311177 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.54972 - value: 0.20365524 - inSlope: 0.0013639241 - outSlope: 0.0013639241 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.566387 - value: 0.20367658 - inSlope: 0.0011962835 - outSlope: 0.0011962835 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.583054 - value: 0.20369512 - inSlope: 0.0010273018 - outSlope: 0.0010273018 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.59972 - value: 0.20371082 - inSlope: 0.00085787295 - outSlope: 0.00085787295 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.616386 - value: 0.20372371 - inSlope: 0.00068755005 - outSlope: 0.00068755005 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.633053 - value: 0.20373374 - inSlope: 0.00051767426 - outSlope: 0.00051767426 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.64972 - value: 0.20374097 - inSlope: 0.00034735136 - outSlope: 0.00034735136 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.666386 - value: 0.20374532 - inSlope: 0.00017362142 - outSlope: 0.00017362142 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.683332 - value: 0.20374678 - inSlope: 0.00008617051 - outSlope: 0.00008617051 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalRotation.x - path: - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0.25381678 - inSlope: -0.00012159347 - outSlope: -0.00012159347 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.016666668 - value: 0.25381476 - inSlope: -0.00024229287 - outSlope: -0.00024229287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.033333335 - value: 0.2538087 - inSlope: -0.00048279756 - outSlope: -0.00048279756 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.050000004 - value: 0.25379866 - inSlope: -0.00072330236 - outSlope: -0.00072330236 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06666667 - value: 0.2537846 - inSlope: -0.0009620191 - outSlope: -0.0009620191 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.083333336 - value: 0.2537666 - inSlope: -0.0012016298 - outSlope: -0.0012016298 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1 - value: 0.25374454 - inSlope: -0.0014412404 - outSlope: -0.0014412404 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.11666667 - value: 0.25371855 - inSlope: -0.0016772745 - outSlope: -0.0016772745 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.13333334 - value: 0.25368863 - inSlope: -0.0019133089 - outSlope: -0.0019133089 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.15 - value: 0.25365478 - inSlope: -0.0021502378 - outSlope: -0.0021502378 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.16666667 - value: 0.25361696 - inSlope: -0.0023862722 - outSlope: -0.0023862722 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18333334 - value: 0.25357524 - inSlope: -0.0026214125 - outSlope: -0.0026214125 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2 - value: 0.25352958 - inSlope: -0.0028556588 - outSlope: -0.0028556588 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.21666667 - value: 0.25348005 - inSlope: -0.0030881169 - outSlope: -0.0030881169 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.23333333 - value: 0.25342664 - inSlope: -0.003320575 - outSlope: -0.003320575 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.25 - value: 0.25336936 - inSlope: -0.0035530315 - outSlope: -0.0035530315 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26666668 - value: 0.2533082 - inSlope: -0.0037854877 - outSlope: -0.0037854877 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.28333336 - value: 0.25324318 - inSlope: -0.0040152636 - outSlope: -0.0040152636 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30000004 - value: 0.25317436 - inSlope: -0.004244145 - outSlope: -0.004244145 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.31666672 - value: 0.2531017 - inSlope: -0.004473921 - outSlope: -0.004473921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3333334 - value: 0.25302523 - inSlope: -0.0047028027 - outSlope: -0.0047028027 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.35000008 - value: 0.25294495 - inSlope: -0.004929896 - outSlope: -0.004929896 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36666676 - value: 0.2528609 - inSlope: -0.0051569897 - outSlope: -0.0051569897 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.38333344 - value: 0.25277305 - inSlope: -0.005384083 - outSlope: -0.005384083 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40000013 - value: 0.25268143 - inSlope: -0.0056084944 - outSlope: -0.0056084944 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4166668 - value: 0.2525861 - inSlope: -0.005834694 - outSlope: -0.005834694 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4333335 - value: 0.25248694 - inSlope: -0.006060893 - outSlope: -0.006060893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.45000017 - value: 0.25238407 - inSlope: -0.0062826225 - outSlope: -0.0062826225 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46666685 - value: 0.25227752 - inSlope: -0.0065061394 - outSlope: -0.0065061394 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48333353 - value: 0.2521672 - inSlope: -0.006728769 - outSlope: -0.006728769 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5000002 - value: 0.25205323 - inSlope: -0.00694961 - outSlope: -0.00694961 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5166668 - value: 0.25193554 - inSlope: -0.0071713394 - outSlope: -0.0071713394 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5333335 - value: 0.2518142 - inSlope: -0.007391281 - outSlope: -0.007391281 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.55000013 - value: 0.25168917 - inSlope: -0.0076112226 - outSlope: -0.0076112226 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5666668 - value: 0.25156048 - inSlope: -0.00783027 - outSlope: -0.00783027 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.58333343 - value: 0.25142816 - inSlope: -0.008048423 - outSlope: -0.008048423 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6000001 - value: 0.2512922 - inSlope: -0.008265682 - outSlope: -0.008265682 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.61666673 - value: 0.25115263 - inSlope: -0.008482047 - outSlope: -0.008482047 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6333334 - value: 0.25100946 - inSlope: -0.0087002 - outSlope: -0.0087002 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.65000004 - value: 0.25086263 - inSlope: -0.008916565 - outSlope: -0.008916565 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6666667 - value: 0.25071225 - inSlope: -0.009129354 - outSlope: -0.009129354 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.68333334 - value: 0.25055832 - inSlope: -0.009343037 - outSlope: -0.009343037 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7 - value: 0.2504008 - inSlope: -0.009557614 - outSlope: -0.009557614 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71666664 - value: 0.25023973 - inSlope: -0.009771297 - outSlope: -0.009771297 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7333333 - value: 0.2500751 - inSlope: -0.009983191 - outSlope: -0.009983191 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.74999994 - value: 0.24990696 - inSlope: -0.010194639 - outSlope: -0.010194639 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7666666 - value: 0.24973528 - inSlope: -0.01040564 - outSlope: -0.01040564 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.78333324 - value: 0.2495601 - inSlope: -0.010616641 - outSlope: -0.010616641 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7999999 - value: 0.2493814 - inSlope: -0.010825853 - outSlope: -0.010825853 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81666654 - value: 0.24919924 - inSlope: -0.011033724 - outSlope: -0.011033724 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8333332 - value: 0.2490136 - inSlope: -0.011243384 - outSlope: -0.011243384 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.84999985 - value: 0.24882446 - inSlope: -0.011451703 - outSlope: -0.011451703 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8666665 - value: 0.24863188 - inSlope: -0.011656892 - outSlope: -0.011656892 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.88333315 - value: 0.2484359 - inSlope: -0.011864316 - outSlope: -0.011864316 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8999998 - value: 0.2482364 - inSlope: -0.012070399 - outSlope: -0.012070399 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.91666645 - value: 0.24803355 - inSlope: -0.012274247 - outSlope: -0.012274247 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9333331 - value: 0.24782726 - inSlope: -0.012479437 - outSlope: -0.012479437 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.94999975 - value: 0.24761757 - inSlope: -0.012682837 - outSlope: -0.012682837 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9666664 - value: 0.2474045 - inSlope: -0.012885791 - outSlope: -0.012885791 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.98333305 - value: 0.24718805 - inSlope: -0.013087852 - outSlope: -0.013087852 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9999997 - value: 0.24696824 - inSlope: -0.0132903345 - outSlope: -0.0132903345 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.0166664 - value: 0.24674504 - inSlope: -0.0134915 - outSlope: -0.0134915 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.0333331 - value: 0.24651852 - inSlope: -0.013691796 - outSlope: -0.013691796 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.0499997 - value: 0.24628864 - inSlope: -0.0138907265 - outSlope: -0.0138907265 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.0666664 - value: 0.2460555 - inSlope: -0.014089657 - outSlope: -0.014089657 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.083333 - value: 0.24581899 - inSlope: -0.0142894825 - outSlope: -0.0142894825 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.0999997 - value: 0.24557918 - inSlope: -0.014486178 - outSlope: -0.014486178 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.1166663 - value: 0.24533612 - inSlope: -0.014683767 - outSlope: -0.014683767 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.133333 - value: 0.24508972 - inSlope: -0.014881357 - outSlope: -0.014881357 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.1499996 - value: 0.24484007 - inSlope: -0.015076712 - outSlope: -0.015076712 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.1666663 - value: 0.24458717 - inSlope: -0.015270725 - outSlope: -0.015270725 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.1833329 - value: 0.24433105 - inSlope: -0.015465632 - outSlope: -0.015465632 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.1999996 - value: 0.24407165 - inSlope: -0.015661433 - outSlope: -0.015661433 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.2166662 - value: 0.243809 - inSlope: -0.015853658 - outSlope: -0.015853658 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.2333329 - value: 0.2435432 - inSlope: -0.016045883 - outSlope: -0.016045883 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.2499995 - value: 0.24327414 - inSlope: -0.016238555 - outSlope: -0.016238555 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.2666662 - value: 0.24300191 - inSlope: -0.016428992 - outSlope: -0.016428992 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.2833328 - value: 0.2427265 - inSlope: -0.016619876 - outSlope: -0.016619876 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.2999995 - value: 0.24244791 - inSlope: -0.016809868 - outSlope: -0.016809868 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.3166661 - value: 0.24216618 - inSlope: -0.01699941 - outSlope: -0.01699941 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.3333328 - value: 0.24188127 - inSlope: -0.017188506 - outSlope: -0.017188506 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.3499994 - value: 0.24159323 - inSlope: -0.01737626 - outSlope: -0.01737626 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.3666661 - value: 0.24130206 - inSlope: -0.017564015 - outSlope: -0.017564015 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.3833327 - value: 0.24100776 - inSlope: -0.017750429 - outSlope: -0.017750429 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.3999994 - value: 0.24071038 - inSlope: -0.017936395 - outSlope: -0.017936395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.416666 - value: 0.24040988 - inSlope: -0.018121915 - outSlope: -0.018121915 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.4333327 - value: 0.24010631 - inSlope: -0.01830654 - outSlope: -0.01830654 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.4499993 - value: 0.23979966 - inSlope: -0.018491615 - outSlope: -0.018491615 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.466666 - value: 0.23948993 - inSlope: -0.018674899 - outSlope: -0.018674899 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.4833326 - value: 0.23917717 - inSlope: -0.018857736 - outSlope: -0.018857736 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.4999993 - value: 0.23886134 - inSlope: -0.019040573 - outSlope: -0.019040573 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.5166659 - value: 0.23854248 - inSlope: -0.019221175 - outSlope: -0.019221175 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.5333326 - value: 0.23822063 - inSlope: -0.019402225 - outSlope: -0.019402225 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.5499992 - value: 0.23789574 - inSlope: -0.019582827 - outSlope: -0.019582827 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.5666659 - value: 0.23756787 - inSlope: -0.019762535 - outSlope: -0.019762535 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.5833325 - value: 0.23723699 - inSlope: -0.019941796 - outSlope: -0.019941796 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.5999992 - value: 0.23690315 - inSlope: -0.020120163 - outSlope: -0.020120163 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.6166658 - value: 0.23656632 - inSlope: -0.020298082 - outSlope: -0.020298082 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.6333325 - value: 0.23622654 - inSlope: -0.020475108 - outSlope: -0.020475108 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.6499991 - value: 0.23588382 - inSlope: -0.020651242 - outSlope: -0.020651242 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.6666658 - value: 0.23553817 - inSlope: -0.02082648 - outSlope: -0.02082648 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.6833324 - value: 0.2351896 - inSlope: -0.021002611 - outSlope: -0.021002611 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.6999991 - value: 0.23483808 - inSlope: -0.021177402 - outSlope: -0.021177402 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.7166657 - value: 0.23448369 - inSlope: -0.021350404 - outSlope: -0.021350404 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.7333324 - value: 0.2341264 - inSlope: -0.021523854 - outSlope: -0.021523854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.749999 - value: 0.23376623 - inSlope: -0.02169641 - outSlope: -0.02169641 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.7666657 - value: 0.23340319 - inSlope: -0.021868518 - outSlope: -0.021868518 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.7833323 - value: 0.23303728 - inSlope: -0.022039732 - outSlope: -0.022039732 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.799999 - value: 0.23266853 - inSlope: -0.022210052 - outSlope: -0.022210052 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.8166656 - value: 0.23229694 - inSlope: -0.022380821 - outSlope: -0.022380821 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.8333323 - value: 0.2319225 - inSlope: -0.022550248 - outSlope: -0.022550248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.849999 - value: 0.23154527 - inSlope: -0.022718333 - outSlope: -0.022718333 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.8666656 - value: 0.23116523 - inSlope: -0.022886418 - outSlope: -0.022886418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.8833323 - value: 0.23078239 - inSlope: -0.023054056 - outSlope: -0.023054056 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.8999989 - value: 0.23039676 - inSlope: -0.0232208 - outSlope: -0.0232208 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.9166656 - value: 0.23000836 - inSlope: -0.02338665 - outSlope: -0.02338665 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.9333322 - value: 0.22961721 - inSlope: -0.023552053 - outSlope: -0.023552053 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.9499989 - value: 0.2292233 - inSlope: -0.023717456 - outSlope: -0.023717456 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.9666655 - value: 0.22882663 - inSlope: -0.023881964 - outSlope: -0.023881964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.9833322 - value: 0.22842723 - inSlope: -0.024044685 - outSlope: -0.024044685 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.9999988 - value: 0.22802514 - inSlope: -0.024206959 - outSlope: -0.024206959 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.0166655 - value: 0.22762033 - inSlope: -0.024370126 - outSlope: -0.024370126 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.033332 - value: 0.2272128 - inSlope: -0.024532402 - outSlope: -0.024532402 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.0499988 - value: 0.22680259 - inSlope: -0.024691993 - outSlope: -0.024691993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.0666654 - value: 0.22638974 - inSlope: -0.024852032 - outSlope: -0.024852032 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.083332 - value: 0.22597419 - inSlope: -0.025012964 - outSlope: -0.025012964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.0999987 - value: 0.22555597 - inSlope: -0.025171662 - outSlope: -0.025171662 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.1166654 - value: 0.22513513 - inSlope: -0.025329465 - outSlope: -0.025329465 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.133332 - value: 0.22471166 - inSlope: -0.025487268 - outSlope: -0.025487268 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.1499987 - value: 0.22428556 - inSlope: -0.025644625 - outSlope: -0.025644625 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.1666653 - value: 0.22385684 - inSlope: -0.02580064 - outSlope: -0.02580064 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.183332 - value: 0.22342554 - inSlope: -0.025956208 - outSlope: -0.025956208 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.1999986 - value: 0.22299163 - inSlope: -0.026111776 - outSlope: -0.026111776 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.2166653 - value: 0.22255515 - inSlope: -0.026266003 - outSlope: -0.026266003 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.233332 - value: 0.2221161 - inSlope: -0.026419338 - outSlope: -0.026419338 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.2499986 - value: 0.2216745 - inSlope: -0.02657267 - outSlope: -0.02657267 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.2666652 - value: 0.22123034 - inSlope: -0.026726004 - outSlope: -0.026726004 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.2833319 - value: 0.22078364 - inSlope: -0.026877102 - outSlope: -0.026877102 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.2999985 - value: 0.22033444 - inSlope: -0.0270282 - outSlope: -0.0270282 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.3166652 - value: 0.2198827 - inSlope: -0.02717885 - outSlope: -0.02717885 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.3333318 - value: 0.21942848 - inSlope: -0.027327713 - outSlope: -0.027327713 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.3499985 - value: 0.21897177 - inSlope: -0.02747747 - outSlope: -0.02747747 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.3666651 - value: 0.21851256 - inSlope: -0.027626332 - outSlope: -0.027626332 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.3833318 - value: 0.2180509 - inSlope: -0.027773853 - outSlope: -0.027773853 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.3999984 - value: 0.21758677 - inSlope: -0.027921375 - outSlope: -0.027921375 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.416665 - value: 0.21712019 - inSlope: -0.028068002 - outSlope: -0.028068002 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.4333317 - value: 0.21665117 - inSlope: -0.028213736 - outSlope: -0.028213736 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.4499984 - value: 0.21617973 - inSlope: -0.028359469 - outSlope: -0.028359469 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.466665 - value: 0.21570586 - inSlope: -0.028503863 - outSlope: -0.028503863 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.4833317 - value: 0.2152296 - inSlope: -0.028646914 - outSlope: -0.028646914 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.4999983 - value: 0.21475096 - inSlope: -0.028790412 - outSlope: -0.028790412 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.516665 - value: 0.21426992 - inSlope: -0.02893257 - outSlope: -0.02893257 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.5333316 - value: 0.21378654 - inSlope: -0.029075174 - outSlope: -0.029075174 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.5499983 - value: 0.21330075 - inSlope: -0.029216884 - outSlope: -0.029216884 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.566665 - value: 0.21281265 - inSlope: -0.029356806 - outSlope: -0.029356806 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.5833316 - value: 0.21232219 - inSlope: -0.029497175 - outSlope: -0.029497175 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.5999982 - value: 0.21182941 - inSlope: -0.02963665 - outSlope: -0.02963665 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.616665 - value: 0.2113343 - inSlope: -0.029774783 - outSlope: -0.029774783 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.6333315 - value: 0.21083692 - inSlope: -0.029912023 - outSlope: -0.029912023 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.6499982 - value: 0.21033724 - inSlope: -0.03004971 - outSlope: -0.03004971 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.6666648 - value: 0.20983526 - inSlope: -0.030186502 - outSlope: -0.030186502 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.6833315 - value: 0.20933102 - inSlope: -0.030321956 - outSlope: -0.030321956 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.6999981 - value: 0.20882453 - inSlope: -0.03045696 - outSlope: -0.03045696 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.7166648 - value: 0.20831579 - inSlope: -0.030592412 - outSlope: -0.030592412 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.7333314 - value: 0.20780478 - inSlope: -0.03072697 - outSlope: -0.03072697 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.749998 - value: 0.20729156 - inSlope: -0.030859292 - outSlope: -0.030859292 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.7666647 - value: 0.20677614 - inSlope: -0.030991614 - outSlope: -0.030991614 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.7833314 - value: 0.2062585 - inSlope: -0.031123936 - outSlope: -0.031123936 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.799998 - value: 0.20573868 - inSlope: -0.031255364 - outSlope: -0.031255364 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.8166647 - value: 0.20521666 - inSlope: -0.03138545 - outSlope: -0.03138545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.8333313 - value: 0.2046925 - inSlope: -0.03151554 - outSlope: -0.03151554 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.849998 - value: 0.20416614 - inSlope: -0.03164473 - outSlope: -0.03164473 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.8666646 - value: 0.20363767 - inSlope: -0.031773478 - outSlope: -0.031773478 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.8833313 - value: 0.20310703 - inSlope: -0.03190133 - outSlope: -0.03190133 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.899998 - value: 0.2025743 - inSlope: -0.032028288 - outSlope: -0.032028288 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.9166646 - value: 0.20203942 - inSlope: -0.0321548 - outSlope: -0.0321548 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.9333313 - value: 0.20150247 - inSlope: -0.032280415 - outSlope: -0.032280415 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.949998 - value: 0.20096341 - inSlope: -0.032406032 - outSlope: -0.032406032 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.9666646 - value: 0.20042227 - inSlope: -0.03252986 - outSlope: -0.03252986 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.9833312 - value: 0.19987908 - inSlope: -0.032654136 - outSlope: -0.032654136 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.9999979 - value: 0.1993338 - inSlope: -0.032777518 - outSlope: -0.032777518 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.0166645 - value: 0.1987865 - inSlope: -0.03289956 - outSlope: -0.03289956 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.0333312 - value: 0.19823715 - inSlope: -0.0330216 - outSlope: -0.0330216 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.0499978 - value: 0.19768578 - inSlope: -0.0331423 - outSlope: -0.0331423 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.0666645 - value: 0.19713241 - inSlope: -0.03326255 - outSlope: -0.03326255 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.083331 - value: 0.19657703 - inSlope: -0.03338236 - outSlope: -0.03338236 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.0999978 - value: 0.19601966 - inSlope: -0.03350172 - outSlope: -0.03350172 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.1166644 - value: 0.1954603 - inSlope: -0.033620182 - outSlope: -0.033620182 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.133331 - value: 0.194899 - inSlope: -0.033737306 - outSlope: -0.033737306 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.1499977 - value: 0.19433573 - inSlope: -0.03385398 - outSlope: -0.03385398 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.1666644 - value: 0.19377053 - inSlope: -0.033970658 - outSlope: -0.033970658 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.183331 - value: 0.19320337 - inSlope: -0.03408644 - outSlope: -0.03408644 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.1999977 - value: 0.19263431 - inSlope: -0.03420088 - outSlope: -0.03420088 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.2166643 - value: 0.19206335 - inSlope: -0.03431532 - outSlope: -0.03431532 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.233331 - value: 0.19149047 - inSlope: -0.034429315 - outSlope: -0.034429315 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.2499976 - value: 0.1909157 - inSlope: -0.03454152 - outSlope: -0.03454152 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.2666643 - value: 0.19033909 - inSlope: -0.03465328 - outSlope: -0.03465328 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.283331 - value: 0.1897606 - inSlope: -0.03476459 - outSlope: -0.03476459 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.2999976 - value: 0.18918027 - inSlope: -0.03487635 - outSlope: -0.03487635 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.3166642 - value: 0.18859805 - inSlope: -0.034986768 - outSlope: -0.034986768 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.3333309 - value: 0.18801405 - inSlope: -0.035094503 - outSlope: -0.035094503 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.3499975 - value: 0.18742824 - inSlope: -0.035203133 - outSlope: -0.035203133 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.3666642 - value: 0.18684061 - inSlope: -0.035311762 - outSlope: -0.035311762 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.3833308 - value: 0.18625118 - inSlope: -0.03541905 - outSlope: -0.03541905 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.3999975 - value: 0.18565997 - inSlope: -0.035525445 - outSlope: -0.035525445 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.4166641 - value: 0.185067 - inSlope: -0.035631392 - outSlope: -0.035631392 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.4333308 - value: 0.18447226 - inSlope: -0.035736445 - outSlope: -0.035736445 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.4499974 - value: 0.18387578 - inSlope: -0.035840604 - outSlope: -0.035840604 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.466664 - value: 0.18327758 - inSlope: -0.03594387 - outSlope: -0.03594387 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.4833307 - value: 0.18267766 - inSlope: -0.03604758 - outSlope: -0.03604758 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.4999974 - value: 0.18207599 - inSlope: -0.0361504 - outSlope: -0.0361504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.516664 - value: 0.18147264 - inSlope: -0.036251877 - outSlope: -0.036251877 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.5333307 - value: 0.1808676 - inSlope: -0.03635246 - outSlope: -0.03635246 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.5499973 - value: 0.1802609 - inSlope: -0.036452595 - outSlope: -0.036452595 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.566664 - value: 0.17965251 - inSlope: -0.036552284 - outSlope: -0.036552284 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.5833306 - value: 0.17904249 - inSlope: -0.03665108 - outSlope: -0.03665108 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.5999973 - value: 0.17843081 - inSlope: -0.036748532 - outSlope: -0.036748532 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.616664 - value: 0.17781754 - inSlope: -0.036846433 - outSlope: -0.036846433 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.6333306 - value: 0.1772026 - inSlope: -0.03694344 - outSlope: -0.03694344 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.6499972 - value: 0.17658609 - inSlope: -0.037039105 - outSlope: -0.037039105 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.666664 - value: 0.17596796 - inSlope: -0.037134327 - outSlope: -0.037134327 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.6833305 - value: 0.17534828 - inSlope: -0.03722865 - outSlope: -0.03722865 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.6999972 - value: 0.17472701 - inSlope: -0.037322976 - outSlope: -0.037322976 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.7166638 - value: 0.17410418 - inSlope: -0.037414618 - outSlope: -0.037414618 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.7333305 - value: 0.17347986 - inSlope: -0.037507154 - outSlope: -0.037507154 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.7499971 - value: 0.17285395 - inSlope: -0.03759969 - outSlope: -0.03759969 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.7666638 - value: 0.17222653 - inSlope: -0.037690885 - outSlope: -0.037690885 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.7833304 - value: 0.17159759 - inSlope: -0.03778074 - outSlope: -0.03778074 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.799997 - value: 0.17096718 - inSlope: -0.037870146 - outSlope: -0.037870146 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.8166637 - value: 0.17033525 - inSlope: -0.037959106 - outSlope: -0.037959106 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.8333304 - value: 0.16970187 - inSlope: -0.038046725 - outSlope: -0.038046725 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.849997 - value: 0.16906703 - inSlope: -0.038134344 - outSlope: -0.038134344 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.8666637 - value: 0.16843073 - inSlope: -0.03822107 - outSlope: -0.03822107 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.8833303 - value: 0.16779299 - inSlope: -0.0383069 - outSlope: -0.0383069 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.899997 - value: 0.16715384 - inSlope: -0.038391836 - outSlope: -0.038391836 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.9166636 - value: 0.16651326 - inSlope: -0.038476326 - outSlope: -0.038476326 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.9333303 - value: 0.16587129 - inSlope: -0.03855992 - outSlope: -0.03855992 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.949997 - value: 0.16522793 - inSlope: -0.038642175 - outSlope: -0.038642175 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.9666636 - value: 0.16458322 - inSlope: -0.038724877 - outSlope: -0.038724877 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.9833302 - value: 0.1639371 - inSlope: -0.03880758 - outSlope: -0.03880758 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.999997 - value: 0.16328964 - inSlope: -0.03888849 - outSlope: -0.03888849 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.0166636 - value: 0.16264082 - inSlope: -0.03896823 - outSlope: -0.03896823 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.0333304 - value: 0.16199069 - inSlope: -0.039045736 - outSlope: -0.039045736 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.0499973 - value: 0.16133928 - inSlope: -0.03912486 - outSlope: -0.03912486 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.066664 - value: 0.16068651 - inSlope: -0.039203987 - outSlope: -0.039203987 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.083331 - value: 0.16003247 - inSlope: -0.039280426 - outSlope: -0.039280426 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.099998 - value: 0.15937714 - inSlope: -0.03935642 - outSlope: -0.03935642 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.116665 - value: 0.15872057 - inSlope: -0.039432865 - outSlope: -0.039432865 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.133332 - value: 0.1580627 - inSlope: -0.039507963 - outSlope: -0.039507963 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.1499987 - value: 0.15740362 - inSlope: -0.03958083 - outSlope: -0.03958083 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.1666656 - value: 0.15674332 - inSlope: -0.039655037 - outSlope: -0.039655037 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.1833324 - value: 0.15608177 - inSlope: -0.03972835 - outSlope: -0.03972835 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.1999993 - value: 0.15541902 - inSlope: -0.03979898 - outSlope: -0.03979898 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.216666 - value: 0.15475512 - inSlope: -0.039870057 - outSlope: -0.039870057 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.233333 - value: 0.15409 - inSlope: -0.039942477 - outSlope: -0.039942477 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.25 - value: 0.15342368 - inSlope: -0.040011764 - outSlope: -0.040011764 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.266667 - value: 0.15275626 - inSlope: -0.04007882 - outSlope: -0.04007882 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.283334 - value: 0.1520877 - inSlope: -0.040148556 - outSlope: -0.040148556 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.3000007 - value: 0.15141796 - inSlope: -0.04021561 - outSlope: -0.04021561 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.3166676 - value: 0.15074717 - inSlope: -0.04028222 - outSlope: -0.04028222 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.3333344 - value: 0.1500752 - inSlope: -0.040348828 - outSlope: -0.040348828 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.3500013 - value: 0.14940219 - inSlope: -0.040413644 - outSlope: -0.040413644 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.366668 - value: 0.14872806 - inSlope: -0.040478464 - outSlope: -0.040478464 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.383335 - value: 0.14805289 - inSlope: -0.040541943 - outSlope: -0.040541943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.400002 - value: 0.14737664 - inSlope: -0.04060542 - outSlope: -0.04060542 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.416669 - value: 0.14669935 - inSlope: -0.040667556 - outSlope: -0.040667556 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.433336 - value: 0.14602104 - inSlope: -0.040727906 - outSlope: -0.040727906 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.4500027 - value: 0.14534174 - inSlope: -0.04078915 - outSlope: -0.04078915 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.4666696 - value: 0.14466138 - inSlope: -0.040849946 - outSlope: -0.040849946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.4833364 - value: 0.14398006 - inSlope: -0.040908504 - outSlope: -0.040908504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.5000033 - value: 0.14329775 - inSlope: -0.040967513 - outSlope: -0.040967513 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.51667 - value: 0.14261445 - inSlope: -0.04102518 - outSlope: -0.04102518 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.533337 - value: 0.14193022 - inSlope: -0.041081954 - outSlope: -0.041081954 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.550004 - value: 0.14124504 - inSlope: -0.04113783 - outSlope: -0.04113783 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.566671 - value: 0.14055894 - inSlope: -0.04119371 - outSlope: -0.04119371 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.583338 - value: 0.1398719 - inSlope: -0.04124914 - outSlope: -0.04124914 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.6000047 - value: 0.13918395 - inSlope: -0.04130189 - outSlope: -0.04130189 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.6166716 - value: 0.13849515 - inSlope: -0.041355535 - outSlope: -0.041355535 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.6333385 - value: 0.13780542 - inSlope: -0.041408733 - outSlope: -0.041408733 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.6500053 - value: 0.13711484 - inSlope: -0.04145969 - outSlope: -0.04145969 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.666672 - value: 0.13642341 - inSlope: -0.041510206 - outSlope: -0.041510206 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.683339 - value: 0.13573115 - inSlope: -0.04156072 - outSlope: -0.04156072 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.700006 - value: 0.13503803 - inSlope: -0.04161034 - outSlope: -0.04161034 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.716673 - value: 0.13434412 - inSlope: -0.04165862 - outSlope: -0.04165862 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.73334 - value: 0.1336494 - inSlope: -0.041706003 - outSlope: -0.041706003 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.7500067 - value: 0.1329539 - inSlope: -0.041752942 - outSlope: -0.041752942 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.7666736 - value: 0.13225761 - inSlope: -0.041800328 - outSlope: -0.041800328 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.7833405 - value: 0.13156053 - inSlope: -0.041845925 - outSlope: -0.041845925 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.8000073 - value: 0.13086273 - inSlope: -0.04189018 - outSlope: -0.04189018 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.816674 - value: 0.13016418 - inSlope: -0.04193399 - outSlope: -0.04193399 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.833341 - value: 0.12946491 - inSlope: -0.041976906 - outSlope: -0.041976906 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.850008 - value: 0.12876493 - inSlope: -0.042019818 - outSlope: -0.042019818 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.866675 - value: 0.12806423 - inSlope: -0.042061392 - outSlope: -0.042061392 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.883342 - value: 0.12736286 - inSlope: -0.04210252 - outSlope: -0.04210252 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.9000087 - value: 0.1266608 - inSlope: -0.0421432 - outSlope: -0.0421432 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.9166756 - value: 0.12595807 - inSlope: -0.042181645 - outSlope: -0.042181645 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.9333425 - value: 0.12525472 - inSlope: -0.042219866 - outSlope: -0.042219866 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.9500093 - value: 0.12455072 - inSlope: -0.04225853 - outSlope: -0.04225853 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.966676 - value: 0.123846084 - inSlope: -0.04229541 - outSlope: -0.04229541 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.983343 - value: 0.12314086 - inSlope: -0.042331845 - outSlope: -0.042331845 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.00001 - value: 0.122435 - inSlope: -0.042367607 - outSlope: -0.042367607 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.016677 - value: 0.121728584 - inSlope: -0.04240203 - outSlope: -0.04240203 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.033344 - value: 0.12102158 - inSlope: -0.042436004 - outSlope: -0.042436004 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.0500107 - value: 0.12031403 - inSlope: -0.042468637 - outSlope: -0.042468637 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.0666776 - value: 0.11960594 - inSlope: -0.04250127 - outSlope: -0.04250127 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.0833445 - value: 0.118897304 - inSlope: -0.042533457 - outSlope: -0.042533457 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.1000113 - value: 0.11818814 - inSlope: -0.042563856 - outSlope: -0.042563856 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.116678 - value: 0.11747849 - inSlope: -0.04259291 - outSlope: -0.04259291 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.133345 - value: 0.11676836 - inSlope: -0.042623755 - outSlope: -0.042623755 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.150012 - value: 0.11605768 - inSlope: -0.042652365 - outSlope: -0.042652365 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.166679 - value: 0.115346596 - inSlope: -0.04267874 - outSlope: -0.04267874 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.183346 - value: 0.114635035 - inSlope: -0.04270601 - outSlope: -0.04270601 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.2000127 - value: 0.11392304 - inSlope: -0.04273216 - outSlope: -0.04273216 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.2166796 - value: 0.11321061 - inSlope: -0.04275764 - outSlope: -0.04275764 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.2333465 - value: 0.11249777 - inSlope: -0.042782675 - outSlope: -0.042782675 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.2500134 - value: 0.1117845 - inSlope: -0.04280659 - outSlope: -0.04280659 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.2666802 - value: 0.111070864 - inSlope: -0.042828716 - outSlope: -0.042828716 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.283347 - value: 0.11035686 - inSlope: -0.04285062 - outSlope: -0.04285062 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.300014 - value: 0.10964249 - inSlope: -0.042872973 - outSlope: -0.042872973 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.316681 - value: 0.10892774 - inSlope: -0.04289309 - outSlope: -0.04289309 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.333348 - value: 0.1082127 - inSlope: -0.042912535 - outSlope: -0.042912535 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.3500147 - value: 0.107497305 - inSlope: -0.042932875 - outSlope: -0.042932875 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.3666816 - value: 0.10678159 - inSlope: -0.042950757 - outSlope: -0.042950757 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.3833485 - value: 0.10606559 - inSlope: -0.042967074 - outSlope: -0.042967074 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.4000154 - value: 0.10534933 - inSlope: -0.042984284 - outSlope: -0.042984284 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.4166822 - value: 0.104632765 - inSlope: -0.043000825 - outSlope: -0.043000825 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.433349 - value: 0.10391595 - inSlope: -0.0430158 - outSlope: -0.0430158 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.450016 - value: 0.103198886 - inSlope: -0.04302921 - outSlope: -0.04302921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.466683 - value: 0.102481626 - inSlope: -0.04304307 - outSlope: -0.04304307 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.48335 - value: 0.1017641 - inSlope: -0.04305648 - outSlope: -0.04305648 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.5000167 - value: 0.10104639 - inSlope: -0.043067433 - outSlope: -0.043067433 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.5166836 - value: 0.1003285 - inSlope: -0.043078832 - outSlope: -0.043078832 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.5333505 - value: 0.09961041 - inSlope: -0.043089785 - outSlope: -0.043089785 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.5500174 - value: 0.09889215 - inSlope: -0.043098725 - outSlope: -0.043098725 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.5666842 - value: 0.09817377 - inSlope: -0.043106996 - outSlope: -0.043106996 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.583351 - value: 0.09745523 - inSlope: -0.043115932 - outSlope: -0.043115932 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.600018 - value: 0.09673655 - inSlope: -0.043123085 - outSlope: -0.043123085 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.616685 - value: 0.09601778 - inSlope: -0.043128673 - outSlope: -0.043128673 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.633352 - value: 0.09529891 - inSlope: -0.043134708 - outSlope: -0.043134708 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.6500187 - value: 0.094579935 - inSlope: -0.04313918 - outSlope: -0.04313918 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.6666856 - value: 0.09386092 - inSlope: -0.043142755 - outSlope: -0.043142755 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.6833525 - value: 0.093141824 - inSlope: -0.04314633 - outSlope: -0.04314633 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.7000194 - value: 0.09242269 - inSlope: -0.043148566 - outSlope: -0.043148566 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.7166862 - value: 0.09170352 - inSlope: -0.043150354 - outSlope: -0.043150354 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.733353 - value: 0.09098432 - inSlope: -0.043151025 - outSlope: -0.043151025 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.75002 - value: 0.09026513 - inSlope: -0.04315125 - outSlope: -0.04315125 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.766687 - value: 0.08954593 - inSlope: -0.043149684 - outSlope: -0.043149684 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.783354 - value: 0.08882679 - inSlope: -0.043147895 - outSlope: -0.043147895 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.8000207 - value: 0.088107646 - inSlope: -0.043146554 - outSlope: -0.043146554 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.8166876 - value: 0.08738855 - inSlope: -0.043142755 - outSlope: -0.043142755 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.8333545 - value: 0.086669534 - inSlope: -0.043137614 - outSlope: -0.043137614 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.8500214 - value: 0.08595061 - inSlope: -0.043133143 - outSlope: -0.043133143 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.8666883 - value: 0.085231744 - inSlope: -0.04312912 - outSlope: -0.04312912 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.883355 - value: 0.08451296 - inSlope: -0.04312152 - outSlope: -0.04312152 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.900022 - value: 0.08379434 - inSlope: -0.043113474 - outSlope: -0.043113474 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.916689 - value: 0.08307582 - inSlope: -0.04310655 - outSlope: -0.04310655 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.933356 - value: 0.08235744 - inSlope: -0.043097384 - outSlope: -0.043097384 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.9500227 - value: 0.08163922 - inSlope: -0.043087102 - outSlope: -0.043087102 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.9666896 - value: 0.08092118 - inSlope: -0.04307682 - outSlope: -0.04307682 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.9833565 - value: 0.08020331 - inSlope: -0.04306654 - outSlope: -0.04306654 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.0000234 - value: 0.07948561 - inSlope: -0.043054022 - outSlope: -0.043054022 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.0166903 - value: 0.07876816 - inSlope: -0.04303994 - outSlope: -0.04303994 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.033357 - value: 0.07805093 - inSlope: -0.043026753 - outSlope: -0.043026753 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.050024 - value: 0.07733391 - inSlope: -0.043012895 - outSlope: -0.043012895 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.066691 - value: 0.076617144 - inSlope: -0.0429968 - outSlope: -0.0429968 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.083358 - value: 0.07590067 - inSlope: -0.04298093 - outSlope: -0.04298093 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.1000247 - value: 0.07518443 - inSlope: -0.042964615 - outSlope: -0.042964615 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.1166916 - value: 0.07446849 - inSlope: -0.04294517 - outSlope: -0.04294517 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.1333585 - value: 0.0737529 - inSlope: -0.042927288 - outSlope: -0.042927288 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.1500254 - value: 0.073037565 - inSlope: -0.04290896 - outSlope: -0.04290896 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.1666923 - value: 0.072322585 - inSlope: -0.042887725 - outSlope: -0.042887725 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.183359 - value: 0.071607955 - inSlope: -0.042866938 - outSlope: -0.042866938 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.200026 - value: 0.07089367 - inSlope: -0.042845257 - outSlope: -0.042845257 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.216693 - value: 0.07017976 - inSlope: -0.04282201 - outSlope: -0.04282201 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.23336 - value: 0.06946625 - inSlope: -0.04279832 - outSlope: -0.04279832 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.2500267 - value: 0.06875313 - inSlope: -0.042774852 - outSlope: -0.042774852 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.2666936 - value: 0.0680404 - inSlope: -0.042750265 - outSlope: -0.042750265 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.2833605 - value: 0.0673281 - inSlope: -0.04272389 - outSlope: -0.04272389 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.3000274 - value: 0.06661625 - inSlope: -0.04269662 - outSlope: -0.04269662 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.3166943 - value: 0.06590486 - inSlope: -0.042669576 - outSlope: -0.042669576 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.333361 - value: 0.065193914 - inSlope: -0.042641412 - outSlope: -0.042641412 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.350028 - value: 0.064483464 - inSlope: -0.04261191 - outSlope: -0.04261191 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.366695 - value: 0.0637735 - inSlope: -0.04258218 - outSlope: -0.04258218 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.383362 - value: 0.06306404 - inSlope: -0.042551227 - outSlope: -0.042551227 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.4000287 - value: 0.062355105 - inSlope: -0.042519376 - outSlope: -0.042519376 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.4166956 - value: 0.061646707 - inSlope: -0.042487524 - outSlope: -0.042487524 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.4333625 - value: 0.060938835 - inSlope: -0.042455226 - outSlope: -0.042455226 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.4500294 - value: 0.060231514 - inSlope: -0.04242047 - outSlope: -0.04242047 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.4666963 - value: 0.0595248 - inSlope: -0.042384706 - outSlope: -0.042384706 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.483363 - value: 0.05881867 - inSlope: -0.042349838 - outSlope: -0.042349838 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.50003 - value: 0.05811312 - inSlope: -0.042313516 - outSlope: -0.042313516 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.516697 - value: 0.057408202 - inSlope: -0.042275853 - outSlope: -0.042275853 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.533364 - value: 0.056703907 - inSlope: -0.042238306 - outSlope: -0.042238306 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.5500307 - value: 0.05600024 - inSlope: -0.042199638 - outSlope: -0.042199638 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.5666976 - value: 0.055297233 - inSlope: -0.04215918 - outSlope: -0.04215918 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.5833645 - value: 0.054594915 - inSlope: -0.042118277 - outSlope: -0.042118277 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.6000314 - value: 0.05389327 - inSlope: -0.04207771 - outSlope: -0.04207771 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.6166983 - value: 0.053192306 - inSlope: -0.042035576 - outSlope: -0.042035576 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.633365 - value: 0.052492067 - inSlope: -0.041991882 - outSlope: -0.041991882 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.650032 - value: 0.05179256 - inSlope: -0.041948855 - outSlope: -0.041948855 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.666699 - value: 0.051093753 - inSlope: -0.041904375 - outSlope: -0.041904375 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.683366 - value: 0.050395727 - inSlope: -0.041857883 - outSlope: -0.041857883 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.7000327 - value: 0.049698472 - inSlope: -0.041812956 - outSlope: -0.041812956 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.7166996 - value: 0.049001943 - inSlope: -0.0417668 - outSlope: -0.0417668 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.7333665 - value: 0.048306227 - inSlope: -0.04171729 - outSlope: -0.04171729 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.7500334 - value: 0.04761135 - inSlope: -0.04166801 - outSlope: -0.04166801 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.7667003 - value: 0.046917275 - inSlope: -0.04161973 - outSlope: -0.04161973 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.783367 - value: 0.046224006 - inSlope: -0.04156966 - outSlope: -0.04156966 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.800034 - value: 0.0455316 - inSlope: -0.04151758 - outSlope: -0.04151758 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.816701 - value: 0.044840068 - inSlope: -0.04146606 - outSlope: -0.04146606 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.833368 - value: 0.04414938 - inSlope: -0.041414097 - outSlope: -0.041414097 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.8500347 - value: 0.04345958 - inSlope: -0.04135889 - outSlope: -0.04135889 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.8667016 - value: 0.042770732 - inSlope: -0.041304685 - outSlope: -0.041304685 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.8833685 - value: 0.042082738 - inSlope: -0.04125104 - outSlope: -0.04125104 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.9000354 - value: 0.04139568 - inSlope: -0.041193932 - outSlope: -0.041193932 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.9167023 - value: 0.04070959 - inSlope: -0.04113671 - outSlope: -0.04113671 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.933369 - value: 0.040024437 - inSlope: -0.04108039 - outSlope: -0.04108039 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.950036 - value: 0.039340224 - inSlope: -0.041021492 - outSlope: -0.041021492 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.966703 - value: 0.038657036 - inSlope: -0.040961143 - outSlope: -0.040961143 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.98337 - value: 0.037974834 - inSlope: -0.040902138 - outSlope: -0.040902138 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.0000367 - value: 0.037293613 - inSlope: -0.040841788 - outSlope: -0.040841788 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.0167036 - value: 0.036613423 - inSlope: -0.040779427 - outSlope: -0.040779427 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.0333705 - value: 0.03593428 - inSlope: -0.040716283 - outSlope: -0.040716283 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.0500374 - value: 0.035256196 - inSlope: -0.04065325 - outSlope: -0.04065325 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.0667043 - value: 0.034579154 - inSlope: -0.04058966 - outSlope: -0.04058966 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.083371 - value: 0.03390319 - inSlope: -0.040523503 - outSlope: -0.040523503 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.100038 - value: 0.033228353 - inSlope: -0.04045779 - outSlope: -0.04045779 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.116705 - value: 0.032554578 - inSlope: -0.040392745 - outSlope: -0.040392745 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.133372 - value: 0.03188191 - inSlope: -0.040324517 - outSlope: -0.040324517 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.1500387 - value: 0.03121041 - inSlope: -0.04025618 - outSlope: -0.04025618 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.1667056 - value: 0.03054002 - inSlope: -0.04018795 - outSlope: -0.04018795 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.1833725 - value: 0.029870793 - inSlope: -0.04011704 - outSlope: -0.04011704 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.2000394 - value: 0.029202767 - inSlope: -0.040045686 - outSlope: -0.040045686 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.2167063 - value: 0.02853592 - inSlope: -0.039975334 - outSlope: -0.039975334 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.233373 - value: 0.027870238 - inSlope: -0.039902747 - outSlope: -0.039902747 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.25004 - value: 0.02720581 - inSlope: -0.039828762 - outSlope: -0.039828762 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.266707 - value: 0.026542595 - inSlope: -0.039755844 - outSlope: -0.039755844 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.283374 - value: 0.025880598 - inSlope: -0.039681803 - outSlope: -0.039681803 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.3000407 - value: 0.02521985 - inSlope: -0.03960564 - outSlope: -0.03960564 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.3167076 - value: 0.024560392 - inSlope: -0.03952847 - outSlope: -0.03952847 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.3333745 - value: 0.023902217 - inSlope: -0.03945186 - outSlope: -0.03945186 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.3500414 - value: 0.023245312 - inSlope: -0.039373744 - outSlope: -0.039373744 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.3667083 - value: 0.022589741 - inSlope: -0.03929445 - outSlope: -0.03929445 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.383375 - value: 0.02193548 - inSlope: -0.039215103 - outSlope: -0.039215103 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.400042 - value: 0.021282554 - inSlope: -0.039134864 - outSlope: -0.039134864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.416709 - value: 0.020630967 - inSlope: -0.039053056 - outSlope: -0.039053056 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.433376 - value: 0.019980768 - inSlope: -0.038971696 - outSlope: -0.038971696 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.4500427 - value: 0.019331893 - inSlope: -0.03888972 - outSlope: -0.03888972 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.4667096 - value: 0.018684426 - inSlope: -0.03880479 - outSlope: -0.03880479 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.4833765 - value: 0.018038383 - inSlope: -0.0387203 - outSlope: -0.0387203 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.5000434 - value: 0.017393732 - inSlope: -0.0386343 - outSlope: -0.0386343 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.5167103 - value: 0.016750555 - inSlope: -0.03854825 - outSlope: -0.03854825 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.533377 - value: 0.016108774 - inSlope: -0.038462196 - outSlope: -0.038462196 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.550044 - value: 0.015468465 - inSlope: -0.038374133 - outSlope: -0.038374133 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.566711 - value: 0.014829619 - inSlope: -0.0382859 - outSlope: -0.0382859 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.583378 - value: 0.0141922515 - inSlope: -0.038195737 - outSlope: -0.038195737 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.6000447 - value: 0.013556411 - inSlope: -0.038105577 - outSlope: -0.038105577 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.6167116 - value: 0.012922049 - inSlope: -0.038014777 - outSlope: -0.038014777 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.6333785 - value: 0.012289234 - inSlope: -0.037922993 - outSlope: -0.037922993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.6500454 - value: 0.011657932 - inSlope: -0.037831217 - outSlope: -0.037831217 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.6667123 - value: 0.011028177 - inSlope: -0.037736837 - outSlope: -0.037736837 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.683379 - value: 0.0104000205 - inSlope: -0.03764201 - outSlope: -0.03764201 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.700046 - value: 0.009773427 - inSlope: -0.037547603 - outSlope: -0.037547603 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.716713 - value: 0.009148417 - inSlope: -0.037452135 - outSlope: -0.037452135 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.73338 - value: 0.008525006 - inSlope: -0.037355155 - outSlope: -0.037355155 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.7500467 - value: 0.0079032285 - inSlope: -0.037257157 - outSlope: -0.037257157 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.7667136 - value: 0.0072830836 - inSlope: -0.03715965 - outSlope: -0.03715965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.7833805 - value: 0.006664557 - inSlope: -0.03706009 - outSlope: -0.03706009 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.8000474 - value: 0.006047731 - inSlope: -0.03695949 - outSlope: -0.03695949 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.8167143 - value: 0.0054325573 - inSlope: -0.03685935 - outSlope: -0.03685935 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.833381 - value: 0.0048190695 - inSlope: -0.036758207 - outSlope: -0.036758207 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.850048 - value: 0.0042072674 - inSlope: -0.03665553 - outSlope: -0.03665553 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.866715 - value: 0.0035972022 - inSlope: -0.03655182 - outSlope: -0.03655182 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.883382 - value: 0.0029888572 - inSlope: -0.036448073 - outSlope: -0.036448073 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.9000487 - value: 0.0023822503 - inSlope: -0.036343284 - outSlope: -0.036343284 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.9167156 - value: 0.0017773982 - inSlope: -0.036237985 - outSlope: -0.036237985 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.9333825 - value: 0.0011743014 - inSlope: -0.036131658 - outSlope: -0.036131658 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.9500494 - value: 0.0005729935 - inSlope: -0.0360243 - outSlope: -0.0360243 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.9667163 - value: -0.000026524658 - inSlope: -0.03591591 - outSlope: -0.03591591 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.983383 - value: -0.0006242196 - inSlope: -0.035807017 - outSlope: -0.035807017 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.00005 - value: -0.0012200908 - inSlope: -0.035698574 - outSlope: -0.035698574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.016716 - value: -0.0018141539 - inSlope: -0.035587117 - outSlope: -0.035587117 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.033382 - value: -0.0024063098 - inSlope: -0.03547512 - outSlope: -0.03547512 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.050049 - value: -0.0029966398 - inSlope: -0.035364565 - outSlope: -0.035364565 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.066715 - value: -0.0035851107 - inSlope: -0.035251528 - outSlope: -0.035251528 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.083382 - value: -0.0041716727 - inSlope: -0.035137437 - outSlope: -0.035137437 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.100048 - value: -0.0047563408 - inSlope: -0.03502331 - outSlope: -0.03502331 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.1167145 - value: -0.0053390986 - inSlope: -0.034907695 - outSlope: -0.034907695 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.133381 - value: -0.005919913 - inSlope: -0.034791045 - outSlope: -0.034791045 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.150047 - value: -0.0064987824 - inSlope: -0.034675024 - outSlope: -0.034675024 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.166714 - value: -0.0070757293 - inSlope: -0.034624398 - outSlope: -0.034624398 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.18338 - value: -0.0076529114 - inSlope: -0.034704667 - outSlope: -0.034704667 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.200047 - value: -0.008232534 - inSlope: -0.03485067 - outSlope: -0.03485067 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.216713 - value: -0.008814583 - inSlope: -0.034995817 - outSlope: -0.034995817 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.233379 - value: -0.009399043 - inSlope: -0.03514024 - outSlope: -0.03514024 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.250046 - value: -0.009985906 - inSlope: -0.035283826 - outSlope: -0.035283826 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.266712 - value: -0.010575153 - inSlope: -0.035426598 - outSlope: -0.035426598 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.283379 - value: -0.011166775 - inSlope: -0.03556856 - outSlope: -0.03556856 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.300045 - value: -0.011760754 - inSlope: -0.035709605 - outSlope: -0.035709605 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.316711 - value: -0.012357077 - inSlope: -0.035849947 - outSlope: -0.035849947 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.333378 - value: -0.012955734 - inSlope: -0.03598948 - outSlope: -0.03598948 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.350044 - value: -0.013556708 - inSlope: -0.03612812 - outSlope: -0.03612812 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.366711 - value: -0.014159986 - inSlope: -0.03626606 - outSlope: -0.03626606 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.383377 - value: -0.014765558 - inSlope: -0.03640316 - outSlope: -0.03640316 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.4000435 - value: -0.015373406 - inSlope: -0.03653937 - outSlope: -0.03653937 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.41671 - value: -0.015983518 - inSlope: -0.03667488 - outSlope: -0.03667488 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.433376 - value: -0.016595883 - inSlope: -0.036809467 - outSlope: -0.036809467 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.450043 - value: -0.017210482 - inSlope: -0.03694319 - outSlope: -0.03694319 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.466709 - value: -0.017827304 - inSlope: -0.037076183 - outSlope: -0.037076183 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.483376 - value: -0.018446336 - inSlope: -0.037208505 - outSlope: -0.037208505 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.500042 - value: -0.019067569 - inSlope: -0.037339825 - outSlope: -0.037339825 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.516708 - value: -0.019690977 - inSlope: -0.037470363 - outSlope: -0.037470363 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.533375 - value: -0.020316562 - inSlope: -0.03760017 - outSlope: -0.03760017 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.550041 - value: -0.020944297 - inSlope: -0.03772892 - outSlope: -0.03772892 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.566708 - value: -0.021574173 - inSlope: -0.037857052 - outSlope: -0.037857052 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.583374 - value: -0.02220618 - inSlope: -0.03798435 - outSlope: -0.03798435 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.60004 - value: -0.022840299 - inSlope: -0.038110804 - outSlope: -0.038110804 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.616707 - value: -0.02347652 - inSlope: -0.038236536 - outSlope: -0.038236536 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.633373 - value: -0.02411483 - inSlope: -0.038361315 - outSlope: -0.038361315 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.65004 - value: -0.024755212 - inSlope: -0.03848531 - outSlope: -0.03848531 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.666706 - value: -0.025397655 - inSlope: -0.03860864 - outSlope: -0.03860864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.6833725 - value: -0.026042147 - inSlope: -0.038730852 - outSlope: -0.038730852 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.700039 - value: -0.026688663 - inSlope: -0.03885239 - outSlope: -0.03885239 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.716705 - value: -0.027337207 - inSlope: -0.038973257 - outSlope: -0.038973257 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.733372 - value: -0.027987752 - inSlope: -0.03909301 - outSlope: -0.03909301 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.750038 - value: -0.028640287 - inSlope: -0.039212145 - outSlope: -0.039212145 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.766705 - value: -0.029294804 - inSlope: -0.039330445 - outSlope: -0.039330445 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.783371 - value: -0.029951282 - inSlope: -0.039447963 - outSlope: -0.039447963 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.800037 - value: -0.030609716 - inSlope: -0.03956464 - outSlope: -0.03956464 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.816704 - value: -0.031270083 - inSlope: -0.03968031 - outSlope: -0.03968031 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.83337 - value: -0.031932373 - inSlope: -0.039795313 - outSlope: -0.039795313 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.850037 - value: -0.032596573 - inSlope: -0.039909422 - outSlope: -0.039909422 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.866703 - value: -0.033262666 - inSlope: -0.040022857 - outSlope: -0.040022857 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.883369 - value: -0.033930648 - inSlope: -0.04013551 - outSlope: -0.04013551 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.900036 - value: -0.034600496 - inSlope: -0.04024705 - outSlope: -0.04024705 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.916702 - value: -0.035272196 - inSlope: -0.040357918 - outSlope: -0.040357918 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.933369 - value: -0.03594574 - inSlope: -0.040468 - outSlope: -0.040468 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.950035 - value: -0.03662111 - inSlope: -0.0405773 - outSlope: -0.0405773 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.9667015 - value: -0.037298296 - inSlope: -0.040685594 - outSlope: -0.040685594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.983368 - value: -0.037977275 - inSlope: -0.04079311 - outSlope: -0.04079311 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.000034 - value: -0.038658045 - inSlope: -0.040899955 - outSlope: -0.040899955 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.016701 - value: -0.039340585 - inSlope: -0.041005902 - outSlope: -0.041005902 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.033367 - value: -0.040024888 - inSlope: -0.04111118 - outSlope: -0.04111118 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.050034 - value: -0.040710937 - inSlope: -0.04121534 - outSlope: -0.04121534 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.0667 - value: -0.04139871 - inSlope: -0.04131883 - outSlope: -0.04131883 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.083366 - value: -0.04208821 - inSlope: -0.04142143 - outSlope: -0.04142143 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.100033 - value: -0.042779405 - inSlope: -0.04152313 - outSlope: -0.04152313 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.116699 - value: -0.043472294 - inSlope: -0.04162416 - outSlope: -0.04162416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.133366 - value: -0.044166856 - inSlope: -0.0417243 - outSlope: -0.0417243 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.150032 - value: -0.044863082 - inSlope: -0.04182388 - outSlope: -0.04182388 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.166698 - value: -0.045560963 - inSlope: -0.04192234 - outSlope: -0.04192234 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.183365 - value: -0.046260472 - inSlope: -0.04201968 - outSlope: -0.04201968 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.200031 - value: -0.046961598 - inSlope: -0.042116575 - outSlope: -0.042116575 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.216698 - value: -0.047664337 - inSlope: -0.042212803 - outSlope: -0.042212803 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.233364 - value: -0.04836867 - inSlope: -0.042308133 - outSlope: -0.042308133 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.2500305 - value: -0.049074586 - inSlope: -0.04240246 - outSlope: -0.04240246 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.266697 - value: -0.049782064 - inSlope: -0.04249578 - outSlope: -0.04249578 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.283363 - value: -0.05049109 - inSlope: -0.042588428 - outSlope: -0.042588428 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.30003 - value: -0.051201656 - inSlope: -0.04268052 - outSlope: -0.04268052 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.316696 - value: -0.051913753 - inSlope: -0.042771604 - outSlope: -0.042771604 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.333363 - value: -0.052627355 - inSlope: -0.042861797 - outSlope: -0.042861797 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.350029 - value: -0.053342458 - inSlope: -0.042951204 - outSlope: -0.042951204 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.366695 - value: -0.05405904 - inSlope: -0.043039605 - outSlope: -0.043039605 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.383362 - value: -0.05477709 - inSlope: -0.043127336 - outSlope: -0.043127336 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.400028 - value: -0.055496596 - inSlope: -0.0432144 - outSlope: -0.0432144 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.416695 - value: -0.056217548 - inSlope: -0.043300457 - outSlope: -0.043300457 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.433361 - value: -0.056939922 - inSlope: -0.04338573 - outSlope: -0.04338573 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.450027 - value: -0.057663716 - inSlope: -0.043470442 - outSlope: -0.043470442 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.466694 - value: -0.058388915 - inSlope: -0.043553926 - outSlope: -0.043553926 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.48336 - value: -0.05911549 - inSlope: -0.043636296 - outSlope: -0.043636296 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.500027 - value: -0.059843436 - inSlope: -0.04371844 - outSlope: -0.04371844 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.516693 - value: -0.06057275 - inSlope: -0.043799914 - outSlope: -0.043799914 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.53336 - value: -0.06130341 - inSlope: -0.043879934 - outSlope: -0.043879934 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.550026 - value: -0.062035393 - inSlope: -0.043959282 - outSlope: -0.043959282 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.566692 - value: -0.0627687 - inSlope: -0.04403796 - outSlope: -0.04403796 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.583359 - value: -0.0635033 - inSlope: -0.04411586 - outSlope: -0.04411586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.600025 - value: -0.064239204 - inSlope: -0.044192974 - outSlope: -0.044192974 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.616692 - value: -0.06497638 - inSlope: -0.044268522 - outSlope: -0.044268522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.633358 - value: -0.0657148 - inSlope: -0.044344075 - outSlope: -0.044344075 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.650024 - value: -0.06645449 - inSlope: -0.04441873 - outSlope: -0.04441873 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.666691 - value: -0.0671954 - inSlope: -0.044492267 - outSlope: -0.044492267 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.683357 - value: -0.067937545 - inSlope: -0.044565134 - outSlope: -0.044565134 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.700024 - value: -0.06868088 - inSlope: -0.044636887 - outSlope: -0.044636887 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.71669 - value: -0.06942542 - inSlope: -0.044708412 - outSlope: -0.044708412 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.733356 - value: -0.07017114 - inSlope: -0.0447786 - outSlope: -0.0447786 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.750023 - value: -0.070918016 - inSlope: -0.044848114 - outSlope: -0.044848114 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.766689 - value: -0.071666054 - inSlope: -0.044916958 - outSlope: -0.044916958 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.783356 - value: -0.072415225 - inSlope: -0.04498446 - outSlope: -0.04498446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.800022 - value: -0.07316551 - inSlope: -0.04505129 - outSlope: -0.04505129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.816689 - value: -0.07391691 - inSlope: -0.04511768 - outSlope: -0.04511768 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.833355 - value: -0.07466941 - inSlope: -0.04518317 - outSlope: -0.04518317 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.850021 - value: -0.075422995 - inSlope: -0.045247767 - outSlope: -0.045247767 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.866688 - value: -0.07617765 - inSlope: -0.045311026 - outSlope: -0.045311026 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.883354 - value: -0.07693334 - inSlope: -0.04537406 - outSlope: -0.04537406 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.900021 - value: -0.077690095 - inSlope: -0.04543642 - outSlope: -0.04543642 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.916687 - value: -0.07844786 - inSlope: -0.045497216 - outSlope: -0.045497216 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.933353 - value: -0.079206645 - inSlope: -0.045557566 - outSlope: -0.045557566 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.95002 - value: -0.079966426 - inSlope: -0.045617025 - outSlope: -0.045617025 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.966686 - value: -0.08072719 - inSlope: -0.045675587 - outSlope: -0.045675587 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.983353 - value: -0.08148892 - inSlope: -0.045733478 - outSlope: -0.045733478 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.000019 - value: -0.082251616 - inSlope: -0.045790702 - outSlope: -0.045790702 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.0166855 - value: -0.083015256 - inSlope: -0.04584703 - outSlope: -0.04584703 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.033352 - value: -0.08377983 - inSlope: -0.04590246 - outSlope: -0.04590246 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.050018 - value: -0.084545314 - inSlope: -0.045956776 - outSlope: -0.045956776 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.066685 - value: -0.085311696 - inSlope: -0.046010643 - outSlope: -0.046010643 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.083351 - value: -0.08607898 - inSlope: -0.04606362 - outSlope: -0.04606362 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.100018 - value: -0.08684713 - inSlope: -0.046115253 - outSlope: -0.046115253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.116684 - value: -0.08761613 - inSlope: -0.04616644 - outSlope: -0.04616644 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.13335 - value: -0.088385984 - inSlope: -0.046217177 - outSlope: -0.046217177 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.150017 - value: -0.08915668 - inSlope: -0.046266355 - outSlope: -0.046266355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.166683 - value: -0.08992817 - inSlope: -0.04631508 - outSlope: -0.04631508 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.18335 - value: -0.09070049 - inSlope: -0.04636336 - outSlope: -0.04636336 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.200016 - value: -0.091473594 - inSlope: -0.0464103 - outSlope: -0.0464103 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.216682 - value: -0.09224748 - inSlope: -0.046456344 - outSlope: -0.046456344 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.233349 - value: -0.093022116 - inSlope: -0.04650172 - outSlope: -0.04650172 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.250015 - value: -0.09379751 - inSlope: -0.046546426 - outSlope: -0.046546426 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.266682 - value: -0.09457364 - inSlope: -0.046590235 - outSlope: -0.046590235 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.283348 - value: -0.0953505 - inSlope: -0.046633374 - outSlope: -0.046633374 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.3000145 - value: -0.09612806 - inSlope: -0.046675395 - outSlope: -0.046675395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.316681 - value: -0.09690632 - inSlope: -0.0467163 - outSlope: -0.0467163 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.333347 - value: -0.09768525 - inSlope: -0.046756536 - outSlope: -0.046756536 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.350014 - value: -0.09846485 - inSlope: -0.046796322 - outSlope: -0.046796322 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.36668 - value: -0.0992451 - inSlope: -0.046835437 - outSlope: -0.046835437 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.383347 - value: -0.100026004 - inSlope: -0.046873882 - outSlope: -0.046873882 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.400013 - value: -0.10080754 - inSlope: -0.04691054 - outSlope: -0.04691054 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.416679 - value: -0.101589665 - inSlope: -0.04694608 - outSlope: -0.04694608 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.433346 - value: -0.102372386 - inSlope: -0.046982065 - outSlope: -0.046982065 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.450012 - value: -0.10315571 - inSlope: -0.047016714 - outSlope: -0.047016714 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.466679 - value: -0.103939585 - inSlope: -0.047050018 - outSlope: -0.047050018 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.483345 - value: -0.10472402 - inSlope: -0.047083545 - outSlope: -0.047083545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.500011 - value: -0.10550901 - inSlope: -0.047115732 - outSlope: -0.047115732 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.516678 - value: -0.10629452 - inSlope: -0.0471468 - outSlope: -0.0471468 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.533344 - value: -0.10708055 - inSlope: -0.0471772 - outSlope: -0.0471772 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.550011 - value: -0.10786707 - inSlope: -0.047206927 - outSlope: -0.047206927 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.566677 - value: -0.10865409 - inSlope: -0.047235765 - outSlope: -0.047235765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.5833435 - value: -0.10944157 - inSlope: -0.047263928 - outSlope: -0.047263928 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.60001 - value: -0.11022953 - inSlope: -0.047291197 - outSlope: -0.047291197 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.616676 - value: -0.11101792 - inSlope: -0.047317572 - outSlope: -0.047317572 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.633343 - value: -0.11180676 - inSlope: -0.047343053 - outSlope: -0.047343053 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.650009 - value: -0.112596 - inSlope: -0.047367416 - outSlope: -0.047367416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.666676 - value: -0.11338565 - inSlope: -0.047391556 - outSlope: -0.047391556 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.683342 - value: -0.11417569 - inSlope: -0.047414355 - outSlope: -0.047414355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.700008 - value: -0.1149661 - inSlope: -0.04743693 - outSlope: -0.04743693 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.716675 - value: -0.1157569 - inSlope: -0.047458388 - outSlope: -0.047458388 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.733341 - value: -0.116548024 - inSlope: -0.047478504 - outSlope: -0.047478504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.750008 - value: -0.11733949 - inSlope: -0.04749885 - outSlope: -0.04749885 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.766674 - value: -0.118131295 - inSlope: -0.0475174 - outSlope: -0.0475174 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.78334 - value: -0.11892338 - inSlope: -0.047535952 - outSlope: -0.047535952 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.800007 - value: -0.1197158 - inSlope: -0.047553163 - outSlope: -0.047553163 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.816673 - value: -0.12050846 - inSlope: -0.04756881 - outSlope: -0.04756881 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.83334 - value: -0.121301405 - inSlope: -0.047585573 - outSlope: -0.047585573 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.850006 - value: -0.122094624 - inSlope: -0.04759988 - outSlope: -0.04759988 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.8666725 - value: -0.12288804 - inSlope: -0.047613736 - outSlope: -0.047613736 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.883339 - value: -0.123681724 - inSlope: -0.047626924 - outSlope: -0.047626924 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.900005 - value: -0.12447558 - inSlope: -0.04763944 - outSlope: -0.04763944 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.916672 - value: -0.12526968 - inSlope: -0.04765151 - outSlope: -0.04765151 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.933338 - value: -0.12606394 - inSlope: -0.047661792 - outSlope: -0.047661792 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.950005 - value: -0.12685838 - inSlope: -0.047672074 - outSlope: -0.047672074 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.966671 - value: -0.12765299 - inSlope: -0.04768012 - outSlope: -0.04768012 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.983337 - value: -0.1284477 - inSlope: -0.047688615 - outSlope: -0.047688615 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.000004 - value: -0.12924258 - inSlope: -0.04769666 - outSlope: -0.04769666 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.01667 - value: -0.13003756 - inSlope: -0.047703367 - outSlope: -0.047703367 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.033337 - value: -0.13083267 - inSlope: -0.04770918 - outSlope: -0.04770918 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.050003 - value: -0.13162784 - inSlope: -0.047714096 - outSlope: -0.047714096 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.066669 - value: -0.13242312 - inSlope: -0.04771812 - outSlope: -0.04771812 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.083336 - value: -0.13321842 - inSlope: -0.047721248 - outSlope: -0.047721248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.100002 - value: -0.1340138 - inSlope: -0.047724377 - outSlope: -0.047724377 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.116669 - value: -0.13480921 - inSlope: -0.04772527 - outSlope: -0.04772527 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.133335 - value: -0.13560462 - inSlope: -0.047726166 - outSlope: -0.047726166 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.150002 - value: -0.13640006 - inSlope: -0.04772706 - outSlope: -0.04772706 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.166668 - value: -0.1371955 - inSlope: -0.047726613 - outSlope: -0.047726613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.183334 - value: -0.13799092 - inSlope: -0.047724824 - outSlope: -0.047724824 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.200001 - value: -0.1387863 - inSlope: -0.047722142 - outSlope: -0.047722142 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.216667 - value: -0.13958164 - inSlope: -0.047719013 - outSlope: -0.047719013 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.233334 - value: -0.14037691 - inSlope: -0.04771499 - outSlope: -0.04771499 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.25 - value: -0.14117211 - inSlope: -0.04771052 - outSlope: -0.04771052 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.266666 - value: -0.14196724 - inSlope: -0.047704708 - outSlope: -0.047704708 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.283333 - value: -0.14276224 - inSlope: -0.047698002 - outSlope: -0.047698002 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.299999 - value: -0.14355715 - inSlope: -0.047691297 - outSlope: -0.047691297 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.316666 - value: -0.14435193 - inSlope: -0.04768325 - outSlope: -0.04768325 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.333332 - value: -0.14514656 - inSlope: -0.04767431 - outSlope: -0.04767431 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.349998 - value: -0.14594105 - inSlope: -0.04766492 - outSlope: -0.04766492 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.366665 - value: -0.14673537 - inSlope: -0.047654193 - outSlope: -0.047654193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.383331 - value: -0.1475295 - inSlope: -0.04764257 - outSlope: -0.04764257 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.399998 - value: -0.14832343 - inSlope: -0.047630947 - outSlope: -0.047630947 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.416664 - value: -0.14911717 - inSlope: -0.047617983 - outSlope: -0.047617983 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.433331 - value: -0.14991067 - inSlope: -0.047604125 - outSlope: -0.047604125 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.449997 - value: -0.15070395 - inSlope: -0.047590267 - outSlope: -0.047590267 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.466663 - value: -0.15149699 - inSlope: -0.047575068 - outSlope: -0.047575068 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.48333 - value: -0.15228976 - inSlope: -0.047558527 - outSlope: -0.047558527 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.499996 - value: -0.15308225 - inSlope: -0.04754154 - outSlope: -0.04754154 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.516663 - value: -0.15387446 - inSlope: -0.047524553 - outSlope: -0.047524553 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.533329 - value: -0.15466638 - inSlope: -0.047506224 - outSlope: -0.047506224 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.549995 - value: -0.15545797 - inSlope: -0.047486104 - outSlope: -0.047486104 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.566662 - value: -0.15624923 - inSlope: -0.047465093 - outSlope: -0.047465093 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.583328 - value: -0.15704012 - inSlope: -0.047444977 - outSlope: -0.047444977 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.599995 - value: -0.1578307 - inSlope: -0.047424413 - outSlope: -0.047424413 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.616661 - value: -0.15862091 - inSlope: -0.04740072 - outSlope: -0.04740072 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.6333275 - value: -0.1594107 - inSlope: -0.047377475 - outSlope: -0.047377475 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.649994 - value: -0.16020013 - inSlope: -0.04735378 - outSlope: -0.04735378 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.66666 - value: -0.16098914 - inSlope: -0.047329195 - outSlope: -0.047329195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.683327 - value: -0.16177775 - inSlope: -0.047303267 - outSlope: -0.047303267 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.699993 - value: -0.16256589 - inSlope: -0.047275998 - outSlope: -0.047275998 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.71666 - value: -0.16335359 - inSlope: -0.047249176 - outSlope: -0.047249176 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.733326 - value: -0.16414084 - inSlope: -0.047221903 - outSlope: -0.047221903 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.749992 - value: -0.16492763 - inSlope: -0.0471924 - outSlope: -0.0471924 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.766659 - value: -0.16571389 - inSlope: -0.047162 - outSlope: -0.047162 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.783325 - value: -0.16649967 - inSlope: -0.04713205 - outSlope: -0.04713205 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.799992 - value: -0.16728494 - inSlope: -0.047100756 - outSlope: -0.047100756 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.816658 - value: -0.16806968 - inSlope: -0.047069017 - outSlope: -0.047069017 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.833324 - value: -0.16885388 - inSlope: -0.047036383 - outSlope: -0.047036383 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.849991 - value: -0.16963753 - inSlope: -0.047002852 - outSlope: -0.047002852 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.866657 - value: -0.17042062 - inSlope: -0.046967536 - outSlope: -0.046967536 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.883324 - value: -0.17120309 - inSlope: -0.046933115 - outSlope: -0.046933115 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.89999 - value: -0.17198503 - inSlope: -0.046896905 - outSlope: -0.046896905 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.9166565 - value: -0.1727663 - inSlope: -0.046859354 - outSlope: -0.046859354 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.933323 - value: -0.17354698 - inSlope: -0.046822697 - outSlope: -0.046822697 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.949989 - value: -0.17432703 - inSlope: -0.046783805 - outSlope: -0.046783805 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.966656 - value: -0.17510642 - inSlope: -0.046744913 - outSlope: -0.046744913 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.983322 - value: -0.17588517 - inSlope: -0.046704676 - outSlope: -0.046704676 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.999989 - value: -0.17666322 - inSlope: -0.046663996 - outSlope: -0.046663996 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.016655 - value: -0.17744061 - inSlope: -0.04662287 - outSlope: -0.04662287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.033321 - value: -0.17821729 - inSlope: -0.0465804 - outSlope: -0.0465804 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.049988 - value: -0.17899327 - inSlope: -0.046537932 - outSlope: -0.046537932 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.066654 - value: -0.17976853 - inSlope: -0.04649367 - outSlope: -0.04649367 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.083321 - value: -0.18054304 - inSlope: -0.046449415 - outSlope: -0.046449415 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.099987 - value: -0.18131682 - inSlope: -0.046403818 - outSlope: -0.046403818 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.116653 - value: -0.1820898 - inSlope: -0.046356432 - outSlope: -0.046356432 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.13332 - value: -0.18286201 - inSlope: -0.04630994 - outSlope: -0.04630994 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.149986 - value: -0.18363345 - inSlope: -0.046263 - outSlope: -0.046263 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.166653 - value: -0.18440409 - inSlope: -0.046213824 - outSlope: -0.046213824 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.183319 - value: -0.18517388 - inSlope: -0.04616465 - outSlope: -0.04616465 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.1999855 - value: -0.18594289 - inSlope: -0.046115477 - outSlope: -0.046115477 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.216652 - value: -0.18671104 - inSlope: -0.046064068 - outSlope: -0.046064068 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.233318 - value: -0.18747833 - inSlope: -0.046012655 - outSlope: -0.046012655 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.249985 - value: -0.18824477 - inSlope: -0.04595901 - outSlope: -0.04595901 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.266651 - value: -0.18901028 - inSlope: -0.045905814 - outSlope: -0.045905814 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.283318 - value: -0.18977495 - inSlope: -0.04585351 - outSlope: -0.04585351 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.299984 - value: -0.1905387 - inSlope: -0.045798525 - outSlope: -0.045798525 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.31665 - value: -0.19130154 - inSlope: -0.045741748 - outSlope: -0.045741748 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.333317 - value: -0.1920634 - inSlope: -0.045686316 - outSlope: -0.045686316 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.349983 - value: -0.1928244 - inSlope: -0.04562999 - outSlope: -0.04562999 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.36665 - value: -0.19358438 - inSlope: -0.04557098 - outSlope: -0.04557098 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.383316 - value: -0.1943434 - inSlope: -0.045512863 - outSlope: -0.045512863 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.399982 - value: -0.19510145 - inSlope: -0.045453407 - outSlope: -0.045453407 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.416649 - value: -0.1958585 - inSlope: -0.045393057 - outSlope: -0.045393057 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.433315 - value: -0.19661453 - inSlope: -0.045332707 - outSlope: -0.045332707 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.449982 - value: -0.19736956 - inSlope: -0.045271017 - outSlope: -0.045271017 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.466648 - value: -0.19812354 - inSlope: -0.045208875 - outSlope: -0.045208875 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.4833145 - value: -0.1988765 - inSlope: -0.045145396 - outSlope: -0.045145396 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.499981 - value: -0.19962837 - inSlope: -0.045081023 - outSlope: -0.045081023 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.516647 - value: -0.20037918 - inSlope: -0.045016646 - outSlope: -0.045016646 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.533314 - value: -0.2011289 - inSlope: -0.04495138 - outSlope: -0.04495138 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.54998 - value: -0.20187753 - inSlope: -0.044886112 - outSlope: -0.044886112 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.566647 - value: -0.20262508 - inSlope: -0.044819057 - outSlope: -0.044819057 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.583313 - value: -0.20337148 - inSlope: -0.044749316 - outSlope: -0.044749316 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.599979 - value: -0.2041167 - inSlope: -0.044681367 - outSlope: -0.044681367 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.616646 - value: -0.20486084 - inSlope: -0.044613417 - outSlope: -0.044613417 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.633312 - value: -0.2056038 - inSlope: -0.044542782 - outSlope: -0.044542782 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.649979 - value: -0.20634557 - inSlope: -0.044472598 - outSlope: -0.044472598 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.666645 - value: -0.20708619 - inSlope: -0.044400625 - outSlope: -0.044400625 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.683311 - value: -0.20782557 - inSlope: -0.044328652 - outSlope: -0.044328652 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.699978 - value: -0.20856379 - inSlope: -0.04425623 - outSlope: -0.04425623 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.716644 - value: -0.20930076 - inSlope: -0.044181127 - outSlope: -0.044181127 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.733311 - value: -0.21003647 - inSlope: -0.044106472 - outSlope: -0.044106472 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.749977 - value: -0.21077095 - inSlope: -0.04403226 - outSlope: -0.04403226 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.766644 - value: -0.21150419 - inSlope: -0.043956265 - outSlope: -0.043956265 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.78331 - value: -0.21223614 - inSlope: -0.043879375 - outSlope: -0.043879375 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.799976 - value: -0.21296681 - inSlope: -0.043802038 - outSlope: -0.043802038 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.816643 - value: -0.21369618 - inSlope: -0.043723356 - outSlope: -0.043723356 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.833309 - value: -0.21442424 - inSlope: -0.043644678 - outSlope: -0.043644678 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.849976 - value: -0.21515098 - inSlope: -0.043564655 - outSlope: -0.043564655 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.866642 - value: -0.21587637 - inSlope: -0.04348374 - outSlope: -0.04348374 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.883308 - value: -0.21660042 - inSlope: -0.043403722 - outSlope: -0.043403722 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.899975 - value: -0.21732314 - inSlope: -0.043321915 - outSlope: -0.043321915 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.916641 - value: -0.21804446 - inSlope: -0.043238316 - outSlope: -0.043238316 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.933308 - value: -0.2187644 - inSlope: -0.043155167 - outSlope: -0.043155167 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.949974 - value: -0.21948294 - inSlope: -0.043070674 - outSlope: -0.043070674 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.96664 - value: -0.22020006 - inSlope: -0.042986184 - outSlope: -0.042986184 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.983307 - value: -0.2209158 - inSlope: -0.042901695 - outSlope: -0.042901695 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.999973 - value: -0.2216301 - inSlope: -0.042814076 - outSlope: -0.042814076 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.01664 - value: -0.22234291 - inSlope: -0.042726006 - outSlope: -0.042726006 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.033306 - value: -0.22305427 - inSlope: -0.042639278 - outSlope: -0.042639278 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.049973 - value: -0.2237642 - inSlope: -0.042550765 - outSlope: -0.042550765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.066639 - value: -0.22447261 - inSlope: -0.042461358 - outSlope: -0.042461358 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.083305 - value: -0.22517955 - inSlope: -0.042371057 - outSlope: -0.042371057 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.099972 - value: -0.22588496 - inSlope: -0.042280305 - outSlope: -0.042280305 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.116638 - value: -0.22658888 - inSlope: -0.042189557 - outSlope: -0.042189557 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.133305 - value: -0.22729126 - inSlope: -0.042096123 - outSlope: -0.042096123 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.149971 - value: -0.22799206 - inSlope: -0.04200314 - outSlope: -0.04200314 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.166637 - value: -0.22869134 - inSlope: -0.041910604 - outSlope: -0.041910604 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.183304 - value: -0.22938906 - inSlope: -0.04181583 - outSlope: -0.04181583 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.19997 - value: -0.23008518 - inSlope: -0.04172061 - outSlope: -0.04172061 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.216637 - value: -0.23077972 - inSlope: -0.04162494 - outSlope: -0.04162494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.233303 - value: -0.23147266 - inSlope: -0.041527934 - outSlope: -0.041527934 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.2499695 - value: -0.23216397 - inSlope: -0.041430928 - outSlope: -0.041430928 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.266636 - value: -0.23285367 - inSlope: -0.041333027 - outSlope: -0.041333027 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.283302 - value: -0.23354171 - inSlope: -0.041232888 - outSlope: -0.041232888 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.299969 - value: -0.23422807 - inSlope: -0.04113409 - outSlope: -0.04113409 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.316635 - value: -0.23491283 - inSlope: -0.0410344 - outSlope: -0.0410344 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.333302 - value: -0.23559587 - inSlope: -0.040932924 - outSlope: -0.040932924 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.349968 - value: -0.23627724 - inSlope: -0.04083189 - outSlope: -0.04083189 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.366634 - value: -0.23695691 - inSlope: -0.04072952 - outSlope: -0.04072952 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.383301 - value: -0.23763487 - inSlope: -0.040627144 - outSlope: -0.040627144 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.399967 - value: -0.23831113 - inSlope: -0.040523432 - outSlope: -0.040523432 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.416634 - value: -0.23898563 - inSlope: -0.040417932 - outSlope: -0.040417932 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.4333 - value: -0.23965837 - inSlope: -0.040312428 - outSlope: -0.040312428 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.449966 - value: -0.24032936 - inSlope: -0.04020603 - outSlope: -0.04020603 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.466633 - value: -0.24099855 - inSlope: -0.040099636 - outSlope: -0.040099636 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.483299 - value: -0.24166599 - inSlope: -0.039992794 - outSlope: -0.039992794 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.499966 - value: -0.24233162 - inSlope: -0.039884612 - outSlope: -0.039884612 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.516632 - value: -0.24299546 - inSlope: -0.03977598 - outSlope: -0.03977598 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.5332985 - value: -0.24365747 - inSlope: -0.03966645 - outSlope: -0.03966645 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.549965 - value: -0.24431765 - inSlope: -0.039556034 - outSlope: -0.039556034 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.566631 - value: -0.24497598 - inSlope: -0.039445616 - outSlope: -0.039445616 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.583298 - value: -0.24563248 - inSlope: -0.039335195 - outSlope: -0.039335195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.599964 - value: -0.24628714 - inSlope: -0.03922209 - outSlope: -0.03922209 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.616631 - value: -0.24693987 - inSlope: -0.03910765 - outSlope: -0.03910765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.633297 - value: -0.2475907 - inSlope: -0.03899455 - outSlope: -0.03899455 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.649963 - value: -0.24823967 - inSlope: -0.038880106 - outSlope: -0.038880106 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.66663 - value: -0.24888669 - inSlope: -0.038764324 - outSlope: -0.038764324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.683296 - value: -0.24953179 - inSlope: -0.038648985 - outSlope: -0.038648985 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.699963 - value: -0.25017497 - inSlope: -0.03853365 - outSlope: -0.03853365 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.716629 - value: -0.25081623 - inSlope: -0.03841608 - outSlope: -0.03841608 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.733295 - value: -0.2514555 - inSlope: -0.038297165 - outSlope: -0.038297165 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.749962 - value: -0.25209278 - inSlope: -0.038179144 - outSlope: -0.038179144 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.766628 - value: -0.2527281 - inSlope: -0.03805934 - outSlope: -0.03805934 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.783295 - value: -0.2533614 - inSlope: -0.037939534 - outSlope: -0.037939534 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.799961 - value: -0.25399274 - inSlope: -0.037819725 - outSlope: -0.037819725 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.8166275 - value: -0.25462204 - inSlope: -0.037698127 - outSlope: -0.037698127 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.833294 - value: -0.25524932 - inSlope: -0.03757564 - outSlope: -0.03757564 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.84996 - value: -0.25587454 - inSlope: -0.037453152 - outSlope: -0.037453152 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.866627 - value: -0.25649774 - inSlope: -0.037328873 - outSlope: -0.037328873 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.883293 - value: -0.25711882 - inSlope: -0.037204593 - outSlope: -0.037204593 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.89996 - value: -0.25773787 - inSlope: -0.037080318 - outSlope: -0.037080318 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.916626 - value: -0.2583548 - inSlope: -0.036954254 - outSlope: -0.036954254 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.933292 - value: -0.25896966 - inSlope: -0.036827292 - outSlope: -0.036827292 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.949959 - value: -0.25958237 - inSlope: -0.036701225 - outSlope: -0.036701225 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.966625 - value: -0.26019302 - inSlope: -0.036574267 - outSlope: -0.036574267 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.983292 - value: -0.2608015 - inSlope: -0.036444627 - outSlope: -0.036444627 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.999958 - value: -0.26140782 - inSlope: -0.036315873 - outSlope: -0.036315873 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.016624 - value: -0.262012 - inSlope: -0.036187127 - outSlope: -0.036187127 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.033291 - value: -0.26261404 - inSlope: -0.036057487 - outSlope: -0.036057487 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.049957 - value: -0.2632139 - inSlope: -0.035924267 - outSlope: -0.035924267 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.066624 - value: -0.2638115 - inSlope: -0.03579373 - outSlope: -0.03579373 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.08329 - value: -0.264407 - inSlope: -0.0356623 - outSlope: -0.0356623 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.0999565 - value: -0.26500022 - inSlope: -0.035527296 - outSlope: -0.035527296 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.116623 - value: -0.26559123 - inSlope: -0.035393182 - outSlope: -0.035393182 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.133289 - value: -0.26617998 - inSlope: -0.035259068 - outSlope: -0.035259068 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.149956 - value: -0.26676652 - inSlope: -0.035124063 - outSlope: -0.035124063 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.166622 - value: -0.26735076 - inSlope: -0.034988165 - outSlope: -0.034988165 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.183289 - value: -0.26793277 - inSlope: -0.034853153 - outSlope: -0.034853153 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.199955 - value: -0.26851252 - inSlope: -0.034715466 - outSlope: -0.034715466 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.216621 - value: -0.26908994 - inSlope: -0.034576885 - outSlope: -0.034576885 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.233288 - value: -0.26966506 - inSlope: -0.034437407 - outSlope: -0.034437407 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.249954 - value: -0.27023783 - inSlope: -0.034299716 - outSlope: -0.034299716 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.266621 - value: -0.27080837 - inSlope: -0.03416024 - outSlope: -0.03416024 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.283287 - value: -0.2713765 - inSlope: -0.034018084 - outSlope: -0.034018084 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.299953 - value: -0.2719423 - inSlope: -0.033877708 - outSlope: -0.033877708 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.31662 - value: -0.27250573 - inSlope: -0.03373555 - outSlope: -0.03373555 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.333286 - value: -0.2730668 - inSlope: -0.0335925 - outSlope: -0.0335925 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.349953 - value: -0.27362546 - inSlope: -0.03344855 - outSlope: -0.03344855 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.366619 - value: -0.27418172 - inSlope: -0.03330639 - outSlope: -0.03330639 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.3832855 - value: -0.27473566 - inSlope: -0.03316155 - outSlope: -0.03316155 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.399952 - value: -0.2752871 - inSlope: -0.033014923 - outSlope: -0.033014923 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.416618 - value: -0.27583614 - inSlope: -0.032870077 - outSlope: -0.032870077 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.433285 - value: -0.27638274 - inSlope: -0.03272345 - outSlope: -0.03272345 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.449951 - value: -0.2769269 - inSlope: -0.03257682 - outSlope: -0.03257682 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.466618 - value: -0.27746862 - inSlope: -0.03242751 - outSlope: -0.03242751 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.483284 - value: -0.2780078 - inSlope: -0.032278195 - outSlope: -0.032278195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.49995 - value: -0.27854455 - inSlope: -0.03212978 - outSlope: -0.03212978 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.516617 - value: -0.27907878 - inSlope: -0.031979572 - outSlope: -0.031979572 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.533283 - value: -0.2796105 - inSlope: -0.031829365 - outSlope: -0.031829365 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.54995 - value: -0.28013974 - inSlope: -0.031678267 - outSlope: -0.031678267 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.566616 - value: -0.28066644 - inSlope: -0.031527165 - outSlope: -0.031527165 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.583282 - value: -0.28119063 - inSlope: -0.031374276 - outSlope: -0.031374276 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.599949 - value: -0.28171223 - inSlope: -0.031219602 - outSlope: -0.031219602 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.616615 - value: -0.28223127 - inSlope: -0.031066712 - outSlope: -0.031066712 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.633282 - value: -0.28274778 - inSlope: -0.030912038 - outSlope: -0.030912038 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.649948 - value: -0.28326166 - inSlope: -0.030755572 - outSlope: -0.030755572 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.666615 - value: -0.28377295 - inSlope: -0.030599106 - outSlope: -0.030599106 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.683281 - value: -0.2842816 - inSlope: -0.030443538 - outSlope: -0.030443538 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.699947 - value: -0.2847877 - inSlope: -0.030287966 - outSlope: -0.030287966 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.716614 - value: -0.2852912 - inSlope: -0.030128818 - outSlope: -0.030128818 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.73328 - value: -0.285792 - inSlope: -0.029969674 - outSlope: -0.029969674 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.749947 - value: -0.28629017 - inSlope: -0.02981142 - outSlope: -0.02981142 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.766613 - value: -0.2867857 - inSlope: -0.029650485 - outSlope: -0.029650485 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.783279 - value: -0.2872785 - inSlope: -0.02948955 - outSlope: -0.02948955 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.799946 - value: -0.28776866 - inSlope: -0.029328614 - outSlope: -0.029328614 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.816612 - value: -0.2882561 - inSlope: -0.029166786 - outSlope: -0.029166786 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.833279 - value: -0.28874087 - inSlope: -0.029005852 - outSlope: -0.029005852 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.849945 - value: -0.28922296 - inSlope: -0.028841339 - outSlope: -0.028841339 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.8666115 - value: -0.28970224 - inSlope: -0.028676828 - outSlope: -0.028676828 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.883278 - value: -0.29017884 - inSlope: -0.028513212 - outSlope: -0.028513212 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.899944 - value: -0.29065266 - inSlope: -0.028346911 - outSlope: -0.028346911 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.916611 - value: -0.29112372 - inSlope: -0.028181506 - outSlope: -0.028181506 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.933277 - value: -0.29159203 - inSlope: -0.028014313 - outSlope: -0.028014313 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.949944 - value: -0.2920575 - inSlope: -0.027848013 - outSlope: -0.027848013 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.96661 - value: -0.29252028 - inSlope: -0.027682606 - outSlope: -0.027682606 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.983276 - value: -0.29298025 - inSlope: -0.027511839 - outSlope: -0.027511839 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.999943 - value: -0.29343733 - inSlope: -0.027342856 - outSlope: -0.027342856 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.016609 - value: -0.29389167 - inSlope: -0.027172979 - outSlope: -0.027172979 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.033276 - value: -0.29434308 - inSlope: -0.027002212 - outSlope: -0.027002212 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.049942 - value: -0.29479173 - inSlope: -0.026832335 - outSlope: -0.026832335 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.066608 - value: -0.29523748 - inSlope: -0.02666067 - outSlope: -0.02666067 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.083275 - value: -0.2956804 - inSlope: -0.026488112 - outSlope: -0.026488112 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.099941 - value: -0.2961204 - inSlope: -0.02631466 - outSlope: -0.02631466 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.116608 - value: -0.29655755 - inSlope: -0.026142102 - outSlope: -0.026142102 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.133274 - value: -0.2969918 - inSlope: -0.025965072 - outSlope: -0.025965072 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.1499405 - value: -0.29742303 - inSlope: -0.025790729 - outSlope: -0.025790729 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.166607 - value: -0.29785147 - inSlope: -0.025617275 - outSlope: -0.025617275 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.183273 - value: -0.29827693 - inSlope: -0.025440246 - outSlope: -0.025440246 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.19994 - value: -0.29869947 - inSlope: -0.025262324 - outSlope: -0.025262324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.216606 - value: -0.299119 - inSlope: -0.025084402 - outSlope: -0.025084402 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.233273 - value: -0.2995356 - inSlope: -0.024907373 - outSlope: -0.024907373 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.249939 - value: -0.29994923 - inSlope: -0.024728555 - outSlope: -0.024728555 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.266605 - value: -0.30035987 - inSlope: -0.024547951 - outSlope: -0.024547951 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.283272 - value: -0.30076748 - inSlope: -0.024368241 - outSlope: -0.024368241 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.299938 - value: -0.30117214 - inSlope: -0.024186742 - outSlope: -0.024186742 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.316605 - value: -0.3015737 - inSlope: -0.024006136 - outSlope: -0.024006136 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.333271 - value: -0.30197233 - inSlope: -0.023825532 - outSlope: -0.023825532 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.349937 - value: -0.30236787 - inSlope: -0.023639563 - outSlope: -0.023639563 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.366604 - value: -0.3027603 - inSlope: -0.023456275 - outSlope: -0.023456275 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.38327 - value: -0.30314973 - inSlope: -0.023274776 - outSlope: -0.023274776 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.399937 - value: -0.30353612 - inSlope: -0.023087913 - outSlope: -0.023087913 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.416603 - value: -0.30391932 - inSlope: -0.022902839 - outSlope: -0.022902839 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.4332695 - value: -0.30429953 - inSlope: -0.022717763 - outSlope: -0.022717763 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.449936 - value: -0.30467656 - inSlope: -0.022530004 - outSlope: -0.022530004 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.466602 - value: -0.30505052 - inSlope: -0.022343142 - outSlope: -0.022343142 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.483269 - value: -0.30542132 - inSlope: -0.022154491 - outSlope: -0.022154491 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.499935 - value: -0.305789 - inSlope: -0.021967627 - outSlope: -0.021967627 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.516602 - value: -0.30615357 - inSlope: -0.02177808 - outSlope: -0.02177808 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.533268 - value: -0.30651492 - inSlope: -0.021585854 - outSlope: -0.021585854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.549934 - value: -0.30687308 - inSlope: -0.02139631 - outSlope: -0.02139631 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.566601 - value: -0.30722812 - inSlope: -0.021204975 - outSlope: -0.021204975 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.583267 - value: -0.3075799 - inSlope: -0.021012746 - outSlope: -0.021012746 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.599934 - value: -0.30792853 - inSlope: -0.020822305 - outSlope: -0.020822305 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.6166 - value: -0.30827397 - inSlope: -0.020627396 - outSlope: -0.020627396 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.633266 - value: -0.3086161 - inSlope: -0.020433381 - outSlope: -0.020433381 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.649933 - value: -0.30895507 - inSlope: -0.020240258 - outSlope: -0.020240258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.666599 - value: -0.30929077 - inSlope: -0.020042665 - outSlope: -0.020042665 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.683266 - value: -0.30962315 - inSlope: -0.019847754 - outSlope: -0.019847754 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.699932 - value: -0.30995235 - inSlope: -0.019651951 - outSlope: -0.019651951 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.7165985 - value: -0.3102782 - inSlope: -0.019453466 - outSlope: -0.019453466 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.733265 - value: -0.3106008 - inSlope: -0.019256767 - outSlope: -0.019256767 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.749931 - value: -0.3109201 - inSlope: -0.019060068 - outSlope: -0.019060068 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.766598 - value: -0.3112361 - inSlope: -0.018859793 - outSlope: -0.018859793 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.783264 - value: -0.31154874 - inSlope: -0.018658625 - outSlope: -0.018658625 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.799931 - value: -0.31185806 - inSlope: -0.01845835 - outSlope: -0.01845835 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.816597 - value: -0.312164 - inSlope: -0.018258076 - outSlope: -0.018258076 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.833263 - value: -0.31246665 - inSlope: -0.018056013 - outSlope: -0.018056013 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.84993 - value: -0.31276587 - inSlope: -0.01785395 - outSlope: -0.01785395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.866596 - value: -0.31306177 - inSlope: -0.017651886 - outSlope: -0.017651886 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.883263 - value: -0.31335425 - inSlope: -0.017448036 - outSlope: -0.017448036 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.899929 - value: -0.31364337 - inSlope: -0.017242396 - outSlope: -0.017242396 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.916595 - value: -0.313929 - inSlope: -0.017035864 - outSlope: -0.017035864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.933262 - value: -0.31421122 - inSlope: -0.016832013 - outSlope: -0.016832013 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.949928 - value: -0.31449005 - inSlope: -0.016626373 - outSlope: -0.016626373 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.966595 - value: -0.31476542 - inSlope: -0.016418945 - outSlope: -0.016418945 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.983261 - value: -0.31503734 - inSlope: -0.016211519 - outSlope: -0.016211519 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.9999275 - value: -0.3153058 - inSlope: -0.016003197 - outSlope: -0.016003197 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.016594 - value: -0.31557077 - inSlope: -0.015793983 - outSlope: -0.015793983 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.03326 - value: -0.31583226 - inSlope: -0.015583873 - outSlope: -0.015583873 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.049927 - value: -0.31609023 - inSlope: -0.015374657 - outSlope: -0.015374657 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.066593 - value: -0.31634474 - inSlope: -0.015164547 - outSlope: -0.015164547 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.08326 - value: -0.3165957 - inSlope: -0.014951755 - outSlope: -0.014951755 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.099926 - value: -0.31684312 - inSlope: -0.014738964 - outSlope: -0.014738964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.116592 - value: -0.317087 - inSlope: -0.014527066 - outSlope: -0.014527066 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.133259 - value: -0.31732735 - inSlope: -0.014314273 - outSlope: -0.014314273 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.149925 - value: -0.31756413 - inSlope: -0.0140988 - outSlope: -0.0140988 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.166592 - value: -0.3177973 - inSlope: -0.013883326 - outSlope: -0.013883326 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.183258 - value: -0.3180269 - inSlope: -0.013668746 - outSlope: -0.013668746 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.199924 - value: -0.31825292 - inSlope: -0.013453271 - outSlope: -0.013453271 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.21659 - value: -0.31847534 - inSlope: -0.013235115 - outSlope: -0.013235115 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.233257 - value: -0.31869408 - inSlope: -0.013017854 - outSlope: -0.013017854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.249924 - value: -0.31890926 - inSlope: -0.012799697 - outSlope: -0.012799697 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.26659 - value: -0.31912073 - inSlope: -0.012579752 - outSlope: -0.012579752 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.283257 - value: -0.31932858 - inSlope: -0.012360701 - outSlope: -0.012360701 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.299923 - value: -0.31953275 - inSlope: -0.012140757 - outSlope: -0.012140757 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.31659 - value: -0.31973326 - inSlope: -0.0119199185 - outSlope: -0.0119199185 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.333256 - value: -0.31993008 - inSlope: -0.011698186 - outSlope: -0.011698186 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.349922 - value: -0.3201232 - inSlope: -0.011476453 - outSlope: -0.011476453 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.366589 - value: -0.32031262 - inSlope: -0.011253826 - outSlope: -0.011253826 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.383255 - value: -0.32049832 - inSlope: -0.011030306 - outSlope: -0.011030306 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.399921 - value: -0.3206803 - inSlope: -0.010806785 - outSlope: -0.010806785 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.416588 - value: -0.32085854 - inSlope: -0.0105787935 - outSlope: -0.0105787935 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.433254 - value: -0.3210329 - inSlope: -0.010354379 - outSlope: -0.010354379 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.44992 - value: -0.32120368 - inSlope: -0.010129964 - outSlope: -0.010129964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.466587 - value: -0.32137057 - inSlope: -0.009901078 - outSlope: -0.009901078 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.483253 - value: -0.3215337 - inSlope: -0.009674875 - outSlope: -0.009674875 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.49992 - value: -0.32169306 - inSlope: -0.009445096 - outSlope: -0.009445096 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.516586 - value: -0.32184854 - inSlope: -0.009216211 - outSlope: -0.009216211 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.533253 - value: -0.32200027 - inSlope: -0.008988219 - outSlope: -0.008988219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.54992 - value: -0.32214814 - inSlope: -0.0087566525 - outSlope: -0.0087566525 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.566586 - value: -0.32229215 - inSlope: -0.008525979 - outSlope: -0.008525979 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.583252 - value: -0.32243234 - inSlope: -0.008294411 - outSlope: -0.008294411 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.599918 - value: -0.32256863 - inSlope: -0.008061055 - outSlope: -0.008061055 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.616585 - value: -0.32270104 - inSlope: -0.007828593 - outSlope: -0.007828593 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.633251 - value: -0.32282957 - inSlope: -0.007595238 - outSlope: -0.007595238 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.649918 - value: -0.3229542 - inSlope: -0.0073600938 - outSlope: -0.0073600938 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.666584 - value: -0.3230749 - inSlope: -0.00712495 - outSlope: -0.00712495 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.68325 - value: -0.3231917 - inSlope: -0.006888912 - outSlope: -0.006888912 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.699917 - value: -0.32330453 - inSlope: -0.006652874 - outSlope: -0.006652874 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.716583 - value: -0.32341346 - inSlope: -0.006416836 - outSlope: -0.006416836 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.73325 - value: -0.32351843 - inSlope: -0.0061772214 - outSlope: -0.0061772214 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.749916 - value: -0.32361937 - inSlope: -0.005937607 - outSlope: -0.005937607 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.766582 - value: -0.32371634 - inSlope: -0.0057006753 - outSlope: -0.0057006753 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.783249 - value: -0.3238094 - inSlope: -0.005459273 - outSlope: -0.005459273 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.799915 - value: -0.32389832 - inSlope: -0.0052187643 - outSlope: -0.0052187643 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.816582 - value: -0.32398334 - inSlope: -0.004978256 - outSlope: -0.004978256 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.833248 - value: -0.32406425 - inSlope: -0.004735959 - outSlope: -0.004735959 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.849915 - value: -0.3241412 - inSlope: -0.0044936626 - outSlope: -0.0044936626 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.866581 - value: -0.32421404 - inSlope: -0.004249578 - outSlope: -0.004249578 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.883247 - value: -0.32428285 - inSlope: -0.004004599 - outSlope: -0.004004599 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.899914 - value: -0.32434753 - inSlope: -0.0037605143 - outSlope: -0.0037605143 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.91658 - value: -0.3244082 - inSlope: -0.0035155355 - outSlope: -0.0035155355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.933247 - value: -0.3244647 - inSlope: -0.0032687685 - outSlope: -0.0032687685 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.949913 - value: -0.32451716 - inSlope: -0.0030211075 - outSlope: -0.0030211075 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.96658 - value: -0.3245654 - inSlope: -0.0027716584 - outSlope: -0.0027716584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.983246 - value: -0.32460955 - inSlope: -0.0025248914 - outSlope: -0.0025248914 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.999912 - value: -0.32464957 - inSlope: -0.0022772301 - outSlope: -0.0022772301 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.016579 - value: -0.32468545 - inSlope: -0.002026887 - outSlope: -0.002026887 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.033245 - value: -0.32471713 - inSlope: -0.0017747553 - outSlope: -0.0017747553 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.049911 - value: -0.3247446 - inSlope: -0.0015226239 - outSlope: -0.0015226239 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.066578 - value: -0.3247679 - inSlope: -0.0012722805 - outSlope: -0.0012722805 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.083244 - value: -0.32478702 - inSlope: -0.0010210432 - outSlope: -0.0010210432 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.09991 - value: -0.32480192 - inSlope: -0.00076622935 - outSlope: -0.00076622935 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.116577 - value: -0.32481256 - inSlope: -0.00051141565 - outSlope: -0.00051141565 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.133244 - value: -0.32481897 - inSlope: -0.00025660192 - outSlope: -0.00025660192 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.14991 - value: -0.3248211 - inSlope: 0.00026911907 - outSlope: 0.00026911907 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.166576 - value: -0.32481 - inSlope: 0.0013393369 - outSlope: 0.0013393369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.183243 - value: -0.32477647 - inSlope: 0.0026759915 - outSlope: 0.0026759915 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.19991 - value: -0.3247208 - inSlope: 0.0040001287 - outSlope: 0.0040001287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.216576 - value: -0.32464314 - inSlope: 0.005310855 - outSlope: 0.005310855 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.233242 - value: -0.32454377 - inSlope: 0.0066090636 - outSlope: 0.0066090636 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.249908 - value: -0.32442284 - inSlope: 0.0078974385 - outSlope: 0.0078974385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.266575 - value: -0.32428053 - inSlope: 0.0091724 - outSlope: 0.0091724 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.283241 - value: -0.3241171 - inSlope: 0.010434846 - outSlope: 0.010434846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.299908 - value: -0.3239327 - inSlope: 0.0116865635 - outSlope: 0.0116865635 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.316574 - value: -0.32372755 - inSlope: 0.012928445 - outSlope: 0.012928445 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.33324 - value: -0.32350177 - inSlope: 0.014156915 - outSlope: 0.014156915 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.349907 - value: -0.32325566 - inSlope: 0.015373763 - outSlope: 0.015373763 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.366573 - value: -0.3229893 - inSlope: 0.016578987 - outSlope: 0.016578987 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.38324 - value: -0.32270303 - inSlope: 0.017773483 - outSlope: 0.017773483 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.399906 - value: -0.32239687 - inSlope: 0.018958142 - outSlope: 0.018958142 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.416573 - value: -0.3220711 - inSlope: 0.02013118 - outSlope: 0.02013118 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.433239 - value: -0.32172585 - inSlope: 0.021293487 - outSlope: 0.021293487 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.449905 - value: -0.32136133 - inSlope: 0.02244328 - outSlope: 0.02244328 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.466572 - value: -0.32097775 - inSlope: 0.023582343 - outSlope: 0.023582343 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.483238 - value: -0.32057527 - inSlope: 0.024711568 - outSlope: 0.024711568 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.499905 - value: -0.32015404 - inSlope: 0.025830962 - outSlope: 0.025830962 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.516571 - value: -0.31971425 - inSlope: 0.026939623 - outSlope: 0.026939623 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.533237 - value: -0.31925607 - inSlope: 0.028035771 - outSlope: 0.028035771 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.549904 - value: -0.31877974 - inSlope: 0.029120293 - outSlope: 0.029120293 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.56657 - value: -0.3182854 - inSlope: 0.030196771 - outSlope: 0.030196771 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.583237 - value: -0.3177732 - inSlope: 0.031264305 - outSlope: 0.031264305 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.599903 - value: -0.31724328 - inSlope: 0.03231843 - outSlope: 0.03231843 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.61657 - value: -0.31669593 - inSlope: 0.033360932 - outSlope: 0.033360932 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.633236 - value: -0.31613126 - inSlope: 0.03439449 - outSlope: 0.03439449 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.649902 - value: -0.31554946 - inSlope: 0.03541911 - outSlope: 0.03541911 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.666569 - value: -0.31495064 - inSlope: 0.036432106 - outSlope: 0.036432106 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.683235 - value: -0.31433508 - inSlope: 0.03743348 - outSlope: 0.03743348 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.699902 - value: -0.31370288 - inSlope: 0.038425017 - outSlope: 0.038425017 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.716568 - value: -0.31305426 - inSlope: 0.03940672 - outSlope: 0.03940672 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.733234 - value: -0.31238934 - inSlope: 0.040375907 - outSlope: 0.040375907 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.7499 - value: -0.31170842 - inSlope: 0.04133526 - outSlope: 0.04133526 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.766567 - value: -0.31101152 - inSlope: 0.042286564 - outSlope: 0.042286564 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.783234 - value: -0.3102989 - inSlope: 0.04322535 - outSlope: 0.04322535 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.7999 - value: -0.3095707 - inSlope: 0.04415341 - outSlope: 0.04415341 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.816566 - value: -0.30882713 - inSlope: 0.045069844 - outSlope: 0.045069844 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.833233 - value: -0.3080684 - inSlope: 0.045976445 - outSlope: 0.045976445 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.8499 - value: -0.3072946 - inSlope: 0.046874106 - outSlope: 0.046874106 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.866566 - value: -0.30650595 - inSlope: 0.04775925 - outSlope: 0.04775925 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.883232 - value: -0.30570266 - inSlope: 0.04863366 - outSlope: 0.04863366 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.899899 - value: -0.30488485 - inSlope: 0.049497344 - outSlope: 0.049497344 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.916565 - value: -0.30405277 - inSlope: 0.050348513 - outSlope: 0.050348513 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.933231 - value: -0.3032066 - inSlope: 0.051191635 - outSlope: 0.051191635 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.949898 - value: -0.3023464 - inSlope: 0.05202313 - outSlope: 0.05202313 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.966564 - value: -0.3014725 - inSlope: 0.052841216 - outSlope: 0.052841216 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.98323 - value: -0.30058506 - inSlope: 0.05364947 - outSlope: 0.05364947 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.999897 - value: -0.29968423 - inSlope: 0.054447886 - outSlope: 0.054447886 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.016563 - value: -0.29877016 - inSlope: 0.055233784 - outSlope: 0.055233784 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.03323 - value: -0.29784313 - inSlope: 0.056008063 - outSlope: 0.056008063 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.049896 - value: -0.29690325 - inSlope: 0.0567725 - outSlope: 0.0567725 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.066563 - value: -0.29595074 - inSlope: 0.057523534 - outSlope: 0.057523534 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.08323 - value: -0.29498583 - inSlope: 0.05826383 - outSlope: 0.05826383 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.099895 - value: -0.29400864 - inSlope: 0.058992513 - outSlope: 0.058992513 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.116562 - value: -0.29301944 - inSlope: 0.05970867 - outSlope: 0.05970867 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.133228 - value: -0.29201838 - inSlope: 0.060415 - outSlope: 0.060415 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.149895 - value: -0.29100564 - inSlope: 0.06110791 - outSlope: 0.06110791 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.166561 - value: -0.28998148 - inSlope: 0.061789203 - outSlope: 0.061789203 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.183228 - value: -0.28894603 - inSlope: 0.062459767 - outSlope: 0.062459767 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.199894 - value: -0.28789952 - inSlope: 0.06311603 - outSlope: 0.06311603 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.21656 - value: -0.2868422 - inSlope: 0.06376065 - outSlope: 0.06376065 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.233227 - value: -0.2857742 - inSlope: 0.06439456 - outSlope: 0.06439456 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.249893 - value: -0.28469574 - inSlope: 0.06501417 - outSlope: 0.06501417 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.26656 - value: -0.2836071 - inSlope: 0.06562124 - outSlope: 0.06562124 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.283226 - value: -0.2825084 - inSlope: 0.066218495 - outSlope: 0.066218495 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.299892 - value: -0.28139985 - inSlope: 0.06680143 - outSlope: 0.06680143 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.316559 - value: -0.28028172 - inSlope: 0.06737007 - outSlope: 0.06737007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.333225 - value: -0.2791542 - inSlope: 0.06792799 - outSlope: 0.06792799 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.349892 - value: -0.2780175 - inSlope: 0.06847337 - outSlope: 0.06847337 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.366558 - value: -0.2768718 - inSlope: 0.06900446 - outSlope: 0.06900446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.383224 - value: -0.27571738 - inSlope: 0.06952213 - outSlope: 0.06952213 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.39989 - value: -0.27455443 - inSlope: 0.07002908 - outSlope: 0.07002908 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.416557 - value: -0.2733831 - inSlope: 0.07052171 - outSlope: 0.07052171 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.433224 - value: -0.27220374 - inSlope: 0.071000054 - outSlope: 0.071000054 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.44989 - value: -0.27101648 - inSlope: 0.07146497 - outSlope: 0.07146497 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.466557 - value: -0.2698216 - inSlope: 0.071917385 - outSlope: 0.071917385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.483223 - value: -0.26861927 - inSlope: 0.07235548 - outSlope: 0.07235548 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.49989 - value: -0.2674098 - inSlope: 0.072779275 - outSlope: 0.072779275 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.516556 - value: -0.26619333 - inSlope: 0.07319145 - outSlope: 0.07319145 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.533222 - value: -0.26497012 - inSlope: 0.07358931 - outSlope: 0.07358931 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.549889 - value: -0.2637404 - inSlope: 0.07397199 - outSlope: 0.07397199 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.566555 - value: -0.26250443 - inSlope: 0.07434124 - outSlope: 0.07434124 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.583221 - value: -0.2612624 - inSlope: 0.074697085 - outSlope: 0.074697085 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.599888 - value: -0.26001456 - inSlope: 0.07503773 - outSlope: 0.07503773 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.616554 - value: -0.25876117 - inSlope: 0.07536407 - outSlope: 0.07536407 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.63322 - value: -0.25750247 - inSlope: 0.075677 - outSlope: 0.075677 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.649887 - value: -0.25623864 - inSlope: 0.07597563 - outSlope: 0.07597563 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.666553 - value: -0.25496998 - inSlope: 0.07625905 - outSlope: 0.07625905 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.68322 - value: -0.2536967 - inSlope: 0.076529056 - outSlope: 0.076529056 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.699886 - value: -0.25241905 - inSlope: 0.07678388 - outSlope: 0.07678388 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.716553 - value: -0.2511373 - inSlope: 0.07702215 - outSlope: 0.07702215 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.73322 - value: -0.24985169 - inSlope: 0.07724656 - outSlope: 0.07724656 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.749886 - value: -0.24856244 - inSlope: 0.077458456 - outSlope: 0.077458456 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.766552 - value: -0.24726978 - inSlope: 0.077654265 - outSlope: 0.077654265 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.783218 - value: -0.245974 - inSlope: 0.07783443 - outSlope: 0.07783443 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.799885 - value: -0.24467534 - inSlope: 0.07799938 - outSlope: 0.07799938 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.816551 - value: -0.24337406 - inSlope: 0.07814869 - outSlope: 0.07814869 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.833218 - value: -0.24207042 - inSlope: 0.07828459 - outSlope: 0.07828459 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.849884 - value: -0.24076462 - inSlope: 0.078404844 - outSlope: 0.078404844 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.86655 - value: -0.23945697 - inSlope: 0.07850946 - outSlope: 0.07850946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.883217 - value: -0.23814768 - inSlope: 0.07859842 - outSlope: 0.07859842 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.899883 - value: -0.23683706 - inSlope: 0.07867173 - outSlope: 0.07867173 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.91655 - value: -0.23552532 - inSlope: 0.07873029 - outSlope: 0.07873029 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.933216 - value: -0.23421276 - inSlope: 0.078773655 - outSlope: 0.078773655 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.949883 - value: -0.23289958 - inSlope: 0.07880182 - outSlope: 0.07880182 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.966549 - value: -0.23158607 - inSlope: 0.078812994 - outSlope: 0.078812994 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.983215 - value: -0.23027252 - inSlope: 0.07880852 - outSlope: 0.07880852 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.999882 - value: -0.22895916 - inSlope: 0.0787893 - outSlope: 0.0787893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.016548 - value: -0.22764625 - inSlope: 0.07875488 - outSlope: 0.07875488 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.033215 - value: -0.22633404 - inSlope: 0.07870347 - outSlope: 0.07870347 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.049881 - value: -0.22502284 - inSlope: 0.078636415 - outSlope: 0.078636415 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.066547 - value: -0.22371286 - inSlope: 0.078553714 - outSlope: 0.078553714 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.083214 - value: -0.22240442 - inSlope: 0.07845447 - outSlope: 0.07845447 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.09988 - value: -0.22109775 - inSlope: 0.078340024 - outSlope: 0.078340024 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.116547 - value: -0.21979313 - inSlope: 0.07820949 - outSlope: 0.07820949 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.133213 - value: -0.21849081 - inSlope: 0.07806331 - outSlope: 0.07806331 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.14988 - value: -0.21719106 - inSlope: 0.07790148 - outSlope: 0.07790148 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.166546 - value: -0.21589413 - inSlope: 0.07772177 - outSlope: 0.07772177 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.183212 - value: -0.21460037 - inSlope: 0.07752686 - outSlope: 0.07752686 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.199879 - value: -0.21330994 - inSlope: 0.0773163 - outSlope: 0.0773163 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.216545 - value: -0.2120232 - inSlope: 0.07708965 - outSlope: 0.07708965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.233212 - value: -0.21074033 - inSlope: 0.07684691 - outSlope: 0.07684691 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.249878 - value: -0.20946167 - inSlope: 0.076587625 - outSlope: 0.076587625 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.266544 - value: -0.20818745 - inSlope: 0.07631314 - outSlope: 0.07631314 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.28321 - value: -0.20691794 - inSlope: 0.076021224 - outSlope: 0.076021224 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.299877 - value: -0.20565344 - inSlope: 0.07571366 - outSlope: 0.07571366 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.316544 - value: -0.20439419 - inSlope: 0.0753891 - outSlope: 0.0753891 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.33321 - value: -0.20314051 - inSlope: 0.07504891 - outSlope: 0.07504891 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.349876 - value: -0.2018926 - inSlope: 0.07469306 - outSlope: 0.07469306 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.366543 - value: -0.20065078 - inSlope: 0.074320674 - outSlope: 0.074320674 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.38321 - value: -0.19941528 - inSlope: 0.07393131 - outSlope: 0.07393131 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.399876 - value: -0.19818644 - inSlope: 0.07352583 - outSlope: 0.07352583 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.416542 - value: -0.19696446 - inSlope: 0.07310562 - outSlope: 0.07310562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.433208 - value: -0.19574963 - inSlope: 0.07266751 - outSlope: 0.07266751 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.449875 - value: -0.19454224 - inSlope: 0.07221332 - outSlope: 0.07221332 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.466541 - value: -0.19334255 - inSlope: 0.07174347 - outSlope: 0.07174347 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.483208 - value: -0.19215083 - inSlope: 0.07125665 - outSlope: 0.07125665 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.499874 - value: -0.19096737 - inSlope: 0.070755064 - outSlope: 0.070755064 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.51654 - value: -0.18979236 - inSlope: 0.07023606 - outSlope: 0.07023606 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.533207 - value: -0.1886262 - inSlope: 0.06970094 - outSlope: 0.06970094 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.549873 - value: -0.18746904 - inSlope: 0.069150195 - outSlope: 0.069150195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.56654 - value: -0.18632123 - inSlope: 0.068582445 - outSlope: 0.068582445 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.583206 - value: -0.18518299 - inSlope: 0.06799862 - outSlope: 0.06799862 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.599873 - value: -0.18405464 - inSlope: 0.06739913 - outSlope: 0.06739913 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.616539 - value: -0.18293639 - inSlope: 0.06678355 - outSlope: 0.06678355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.633205 - value: -0.18182856 - inSlope: 0.06615099 - outSlope: 0.06615099 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.649872 - value: -0.18073139 - inSlope: 0.06550278 - outSlope: 0.06550278 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.666538 - value: -0.17964517 - inSlope: 0.06483847 - outSlope: 0.06483847 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.683205 - value: -0.17857014 - inSlope: 0.06415808 - outSlope: 0.06415808 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.699871 - value: -0.1775066 - inSlope: 0.063462034 - outSlope: 0.063462034 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.716537 - value: -0.17645477 - inSlope: 0.062749445 - outSlope: 0.062749445 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.733204 - value: -0.17541498 - inSlope: 0.06202077 - outSlope: 0.06202077 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.74987 - value: -0.17438744 - inSlope: 0.061276894 - outSlope: 0.061276894 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.766537 - value: -0.17337245 - inSlope: 0.060515583 - outSlope: 0.060515583 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.783203 - value: -0.17237028 - inSlope: 0.05973907 - outSlope: 0.05973907 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.79987 - value: -0.17138118 - inSlope: 0.058946915 - outSlope: 0.058946915 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.816536 - value: -0.17040542 - inSlope: 0.05813866 - outSlope: 0.05813866 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.833202 - value: -0.16944325 - inSlope: 0.05731476 - outSlope: 0.05731476 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.849869 - value: -0.16849495 - inSlope: 0.05647388 - outSlope: 0.05647388 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.866535 - value: -0.16756082 - inSlope: 0.055617794 - outSlope: 0.055617794 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.883202 - value: -0.16664106 - inSlope: 0.05474606 - outSlope: 0.05474606 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.899868 - value: -0.16573597 - inSlope: 0.05385913 - outSlope: 0.05385913 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.916534 - value: -0.16484578 - inSlope: 0.052956108 - outSlope: 0.052956108 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.9332 - value: -0.1639708 - inSlope: 0.05203699 - outSlope: 0.05203699 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.949867 - value: -0.16311124 - inSlope: 0.051102225 - outSlope: 0.051102225 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.966534 - value: -0.16226742 - inSlope: 0.050151814 - outSlope: 0.050151814 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.9832 - value: -0.16143954 - inSlope: 0.049187098 - outSlope: 0.049187098 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.999866 - value: -0.16062787 - inSlope: 0.0482045 - outSlope: 0.0482045 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.016533 - value: -0.15983275 - inSlope: 0.047487892 - outSlope: 0.047487892 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.0332 - value: -0.15904497 - inSlope: 0.04733009 - outSlope: 0.04733009 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.049866 - value: -0.1582551 - inSlope: 0.047457494 - outSlope: 0.047457494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.066532 - value: -0.15746307 - inSlope: 0.04758401 - outSlope: 0.04758401 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.083199 - value: -0.15666899 - inSlope: 0.047708288 - outSlope: 0.047708288 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.099865 - value: -0.15587282 - inSlope: 0.04783435 - outSlope: 0.04783435 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.116531 - value: -0.15507454 - inSlope: 0.04795952 - outSlope: 0.04795952 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.133198 - value: -0.1542742 - inSlope: 0.04808246 - outSlope: 0.04808246 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.149864 - value: -0.15347181 - inSlope: 0.048205845 - outSlope: 0.048205845 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.16653 - value: -0.15266736 - inSlope: 0.048328333 - outSlope: 0.048328333 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.183197 - value: -0.1518609 - inSlope: 0.048449926 - outSlope: 0.048449926 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.199863 - value: -0.15105239 - inSlope: 0.048571523 - outSlope: 0.048571523 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.21653 - value: -0.15024187 - inSlope: 0.048690885 - outSlope: 0.048690885 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.233196 - value: -0.14942938 - inSlope: 0.04881069 - outSlope: 0.04881069 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.249863 - value: -0.14861487 - inSlope: 0.04893005 - outSlope: 0.04893005 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.26653 - value: -0.1477984 - inSlope: 0.049047623 - outSlope: 0.049047623 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.283195 - value: -0.14697997 - inSlope: 0.04916609 - outSlope: 0.04916609 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.299862 - value: -0.14615956 - inSlope: 0.04928232 - outSlope: 0.04928232 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.316528 - value: -0.14533725 - inSlope: 0.049398102 - outSlope: 0.049398102 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.333195 - value: -0.14451298 - inSlope: 0.049514335 - outSlope: 0.049514335 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.349861 - value: -0.1436868 - inSlope: 0.049628332 - outSlope: 0.049628332 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.366528 - value: -0.14285873 - inSlope: 0.049742326 - outSlope: 0.049742326 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.383194 - value: -0.14202875 - inSlope: 0.049855426 - outSlope: 0.049855426 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.39986 - value: -0.1411969 - inSlope: 0.049968526 - outSlope: 0.049968526 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.416527 - value: -0.14036316 - inSlope: 0.05007984 - outSlope: 0.05007984 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.433193 - value: -0.1395276 - inSlope: 0.05019071 - outSlope: 0.05019071 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.44986 - value: -0.13869016 - inSlope: 0.050301574 - outSlope: 0.050301574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.466526 - value: -0.13785091 - inSlope: 0.05041065 - outSlope: 0.05041065 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.483192 - value: -0.13700983 - inSlope: 0.050520178 - outSlope: 0.050520178 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.499859 - value: -0.13616693 - inSlope: 0.050628364 - outSlope: 0.050628364 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.516525 - value: -0.13532224 - inSlope: 0.0507361 - outSlope: 0.0507361 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.533192 - value: -0.13447575 - inSlope: 0.05084294 - outSlope: 0.05084294 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.549858 - value: -0.1336275 - inSlope: 0.050948888 - outSlope: 0.050948888 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.566525 - value: -0.13277748 - inSlope: 0.05105484 - outSlope: 0.05105484 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.58319 - value: -0.1319257 - inSlope: 0.05115945 - outSlope: 0.05115945 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.599857 - value: -0.1310722 - inSlope: 0.051263608 - outSlope: 0.051263608 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.616524 - value: -0.13021694 - inSlope: 0.051366426 - outSlope: 0.051366426 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.63319 - value: -0.12936 - inSlope: 0.051467907 - outSlope: 0.051467907 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.649857 - value: -0.12850137 - inSlope: 0.051570725 - outSlope: 0.051570725 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.666523 - value: -0.127641 - inSlope: 0.05167176 - outSlope: 0.05167176 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.68319 - value: -0.126779 - inSlope: 0.05177234 - outSlope: 0.05177234 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.699856 - value: -0.12591529 - inSlope: 0.051872477 - outSlope: 0.051872477 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.716522 - value: -0.12504995 - inSlope: 0.051970605 - outSlope: 0.051970605 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.733189 - value: -0.12418296 - inSlope: 0.052069176 - outSlope: 0.052069176 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.749855 - value: -0.123314336 - inSlope: 0.05216641 - outSlope: 0.05216641 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.766521 - value: -0.12244411 - inSlope: 0.052263193 - outSlope: 0.052263193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.783188 - value: -0.121572256 - inSlope: 0.052359305 - outSlope: 0.052359305 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.799854 - value: -0.120698825 - inSlope: 0.05245475 - outSlope: 0.05245475 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.81652 - value: -0.11982379 - inSlope: 0.052549746 - outSlope: 0.052549746 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.833187 - value: -0.11894719 - inSlope: 0.05264318 - outSlope: 0.05264318 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.849854 - value: -0.118069045 - inSlope: 0.052736163 - outSlope: 0.052736163 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.86652 - value: -0.11718935 - inSlope: 0.0528287 - outSlope: 0.0528287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.883186 - value: -0.116308115 - inSlope: 0.05292012 - outSlope: 0.05292012 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.899853 - value: -0.11542537 - inSlope: 0.053011317 - outSlope: 0.053011317 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.91652 - value: -0.1145411 - inSlope: 0.05310162 - outSlope: 0.05310162 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.933186 - value: -0.11365534 - inSlope: 0.053191252 - outSlope: 0.053191252 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.949852 - value: -0.112768084 - inSlope: 0.05327999 - outSlope: 0.05327999 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.966518 - value: -0.11187937 - inSlope: 0.053368054 - outSlope: 0.053368054 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.983185 - value: -0.110989176 - inSlope: 0.05345523 - outSlope: 0.05345523 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.999851 - value: -0.11009756 - inSlope: 0.05354173 - outSlope: 0.05354173 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.016518 - value: -0.10920448 - inSlope: 0.05362779 - outSlope: 0.05362779 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.033184 - value: -0.10830999 - inSlope: 0.05371228 - outSlope: 0.05371228 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.04985 - value: -0.1074141 - inSlope: 0.05379677 - outSlope: 0.05379677 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.066517 - value: -0.10651679 - inSlope: 0.053880814 - outSlope: 0.053880814 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.083183 - value: -0.1056181 - inSlope: 0.05396374 - outSlope: 0.05396374 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.09985 - value: -0.10471803 - inSlope: 0.054045327 - outSlope: 0.054045327 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.116516 - value: -0.10381661 - inSlope: 0.05412691 - outSlope: 0.05412691 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.133183 - value: -0.10291383 - inSlope: 0.0542076 - outSlope: 0.0542076 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.149849 - value: -0.10200972 - inSlope: 0.054287396 - outSlope: 0.054287396 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.166515 - value: -0.101104274 - inSlope: 0.05436675 - outSlope: 0.05436675 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.183182 - value: -0.100197524 - inSlope: 0.054445203 - outSlope: 0.054445203 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.199848 - value: -0.09928946 - inSlope: 0.054522987 - outSlope: 0.054522987 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.216515 - value: -0.09838012 - inSlope: 0.054599434 - outSlope: 0.054599434 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.233181 - value: -0.09746951 - inSlope: 0.05467543 - outSlope: 0.05467543 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.249847 - value: -0.09655763 - inSlope: 0.05475165 - outSlope: 0.05475165 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.266514 - value: -0.09564448 - inSlope: 0.05482608 - outSlope: 0.05482608 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.28318 - value: -0.094730124 - inSlope: 0.054899845 - outSlope: 0.054899845 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.299847 - value: -0.093814515 - inSlope: 0.054973383 - outSlope: 0.054973383 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.316513 - value: -0.092897706 - inSlope: 0.05504491 - outSlope: 0.05504491 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.33318 - value: -0.09197971 - inSlope: 0.055116884 - outSlope: 0.055116884 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.349846 - value: -0.091060504 - inSlope: 0.05518841 - outSlope: 0.05518841 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.366512 - value: -0.09014013 - inSlope: 0.05525837 - outSlope: 0.05525837 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.383179 - value: -0.08921859 - inSlope: 0.05532766 - outSlope: 0.05532766 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.399845 - value: -0.0882959 - inSlope: 0.055396285 - outSlope: 0.055396285 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.416512 - value: -0.08737207 - inSlope: 0.055464234 - outSlope: 0.055464234 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.433178 - value: -0.08644712 - inSlope: 0.05553174 - outSlope: 0.05553174 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.449844 - value: -0.08552104 - inSlope: 0.055598125 - outSlope: 0.055598125 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.46651 - value: -0.08459388 - inSlope: 0.055662945 - outSlope: 0.055662945 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.483177 - value: -0.08366564 - inSlope: 0.05572799 - outSlope: 0.05572799 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.499844 - value: -0.082736306 - inSlope: 0.05579281 - outSlope: 0.05579281 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.51651 - value: -0.08180591 - inSlope: 0.055855844 - outSlope: 0.055855844 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.533176 - value: -0.08087447 - inSlope: 0.05591843 - outSlope: 0.05591843 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.549843 - value: -0.07994199 - inSlope: 0.055980343 - outSlope: 0.055980343 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.56651 - value: -0.07900849 - inSlope: 0.056041144 - outSlope: 0.056041144 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.583176 - value: -0.07807398 - inSlope: 0.056101494 - outSlope: 0.056101494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.599842 - value: -0.07713847 - inSlope: 0.056161173 - outSlope: 0.056161173 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.616508 - value: -0.07620197 - inSlope: 0.056219958 - outSlope: 0.056219958 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.633175 - value: -0.0752645 - inSlope: 0.056278072 - outSlope: 0.056278072 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.649841 - value: -0.07432606 - inSlope: 0.056335296 - outSlope: 0.056335296 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.666508 - value: -0.073386684 - inSlope: 0.0563914 - outSlope: 0.0563914 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.683174 - value: -0.072446376 - inSlope: 0.05644728 - outSlope: 0.05644728 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.69984 - value: -0.07150514 - inSlope: 0.056502268 - outSlope: 0.056502268 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.716507 - value: -0.070562996 - inSlope: 0.05655636 - outSlope: 0.05655636 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.733173 - value: -0.06961995 - inSlope: 0.05660978 - outSlope: 0.05660978 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.74984 - value: -0.06867603 - inSlope: 0.05666253 - outSlope: 0.05666253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.766506 - value: -0.06773123 - inSlope: 0.056714386 - outSlope: 0.056714386 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.783173 - value: -0.06678558 - inSlope: 0.0567649 - outSlope: 0.0567649 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.799839 - value: -0.0658391 - inSlope: 0.056815196 - outSlope: 0.056815196 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.816505 - value: -0.06489177 - inSlope: 0.056865487 - outSlope: 0.056865487 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.833172 - value: -0.06394361 - inSlope: 0.05691399 - outSlope: 0.05691399 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.849838 - value: -0.06299467 - inSlope: 0.05696171 - outSlope: 0.05696171 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.866505 - value: -0.062044915 - inSlope: 0.057009213 - outSlope: 0.057009213 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.883171 - value: -0.06109439 - inSlope: 0.05705548 - outSlope: 0.05705548 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.899837 - value: -0.060143095 - inSlope: 0.05710108 - outSlope: 0.05710108 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.916504 - value: -0.05919105 - inSlope: 0.057146005 - outSlope: 0.057146005 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.93317 - value: -0.058238257 - inSlope: 0.057189927 - outSlope: 0.057189927 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.949837 - value: -0.057284746 - inSlope: 0.0572334 - outSlope: 0.0572334 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.966503 - value: -0.056330506 - inSlope: 0.057275984 - outSlope: 0.057275984 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.98317 - value: -0.055375576 - inSlope: 0.05731756 - outSlope: 0.05731756 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.999836 - value: -0.05441995 - inSlope: 0.05735835 - outSlope: 0.05735835 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.016502 - value: -0.05346366 - inSlope: 0.057398584 - outSlope: 0.057398584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.033169 - value: -0.052506693 - inSlope: 0.057438146 - outSlope: 0.057438146 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.049835 - value: -0.051549084 - inSlope: 0.057476483 - outSlope: 0.057476483 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.066502 - value: -0.05059084 - inSlope: 0.05751448 - outSlope: 0.05751448 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.083168 - value: -0.049631964 - inSlope: 0.057551585 - outSlope: 0.057551585 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.099834 - value: -0.048672482 - inSlope: 0.057587683 - outSlope: 0.057587683 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.1165 - value: -0.047712404 - inSlope: 0.05762311 - outSlope: 0.05762311 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.133167 - value: -0.04675174 - inSlope: 0.057657756 - outSlope: 0.057657756 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.149834 - value: -0.04579051 - inSlope: 0.05769162 - outSlope: 0.05769162 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.1665 - value: -0.044828717 - inSlope: 0.05772481 - outSlope: 0.05772481 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.183167 - value: -0.043866377 - inSlope: 0.057757337 - outSlope: 0.057757337 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.199833 - value: -0.0429035 - inSlope: 0.05778874 - outSlope: 0.05778874 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.2165 - value: -0.041940115 - inSlope: 0.05781914 - outSlope: 0.05781914 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.233166 - value: -0.040976226 - inSlope: 0.05784898 - outSlope: 0.05784898 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.249832 - value: -0.040011846 - inSlope: 0.057878595 - outSlope: 0.057878595 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.266499 - value: -0.03904697 - inSlope: 0.05790698 - outSlope: 0.05790698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.283165 - value: -0.038081642 - inSlope: 0.057933915 - outSlope: 0.057933915 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.299831 - value: -0.03711587 - inSlope: 0.05796096 - outSlope: 0.05796096 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.316498 - value: -0.03614964 - inSlope: 0.057987005 - outSlope: 0.057987005 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.333164 - value: -0.035182998 - inSlope: 0.058011927 - outSlope: 0.058011927 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.34983 - value: -0.03421594 - inSlope: 0.058036402 - outSlope: 0.058036402 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.366497 - value: -0.03324848 - inSlope: 0.05805987 - outSlope: 0.05805987 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.383163 - value: -0.03228064 - inSlope: 0.058082893 - outSlope: 0.058082893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.39983 - value: -0.031312414 - inSlope: 0.058104575 - outSlope: 0.058104575 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.416496 - value: -0.03034385 - inSlope: 0.058125585 - outSlope: 0.058125585 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.433163 - value: -0.029374924 - inSlope: 0.058146596 - outSlope: 0.058146596 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.44983 - value: -0.028405659 - inSlope: 0.05816593 - outSlope: 0.05816593 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.466496 - value: -0.027436089 - inSlope: 0.058184426 - outSlope: 0.058184426 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.483162 - value: -0.026466208 - inSlope: 0.058202755 - outSlope: 0.058202755 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.499828 - value: -0.025496027 - inSlope: 0.05822002 - outSlope: 0.05822002 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.516495 - value: -0.02452557 - inSlope: 0.05823623 - outSlope: 0.05823623 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.533161 - value: -0.023554849 - inSlope: 0.058251653 - outSlope: 0.058251653 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.549828 - value: -0.022583878 - inSlope: 0.05826646 - outSlope: 0.05826646 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.566494 - value: -0.021612663 - inSlope: 0.058280487 - outSlope: 0.058280487 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.58316 - value: -0.020641224 - inSlope: 0.058294177 - outSlope: 0.058294177 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.599827 - value: -0.019669553 - inSlope: 0.05830591 - outSlope: 0.05830591 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.616493 - value: -0.018697724 - inSlope: 0.058317088 - outSlope: 0.058317088 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.63316 - value: -0.01772568 - inSlope: 0.058328766 - outSlope: 0.058328766 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.649826 - value: -0.016753461 - inSlope: 0.058338825 - outSlope: 0.058338825 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.666492 - value: -0.015781082 - inSlope: 0.058347654 - outSlope: 0.058347654 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.683159 - value: -0.014808569 - inSlope: 0.05835598 - outSlope: 0.05835598 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.699825 - value: -0.013835913 - inSlope: 0.058363773 - outSlope: 0.058363773 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.716492 - value: -0.01286314 - inSlope: 0.058370367 - outSlope: 0.058370367 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.733158 - value: -0.011890263 - inSlope: 0.05837593 - outSlope: 0.05837593 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.749825 - value: -0.010917305 - inSlope: 0.058380872 - outSlope: 0.058380872 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.76649 - value: -0.009944264 - inSlope: 0.05838579 - outSlope: 0.05838579 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.783157 - value: -0.008971142 - inSlope: 0.058389507 - outSlope: 0.058389507 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.799824 - value: -0.007997977 - inSlope: 0.05839216 - outSlope: 0.05839216 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.81649 - value: -0.007024766 - inSlope: 0.058393754 - outSlope: 0.058393754 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.833157 - value: -0.006051548 - inSlope: 0.058394704 - outSlope: 0.058394704 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.849823 - value: -0.0050783055 - inSlope: 0.058395598 - outSlope: 0.058395598 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.86649 - value: -0.0041050576 - inSlope: 0.058394864 - outSlope: 0.058394864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.883156 - value: -0.0031318397 - inSlope: 0.058393545 - outSlope: 0.058393545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.899822 - value: -0.0021586358 - inSlope: 0.05839164 - outSlope: 0.05839164 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.916489 - value: -0.0011854813 - inSlope: 0.058388133 - outSlope: 0.058388133 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.933155 - value: -0.00021239441 - inSlope: 0.058384523 - outSlope: 0.058384523 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.949821 - value: 0.0007606397 - inSlope: 0.058380317 - outSlope: 0.058380317 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.966488 - value: 0.0017335864 - inSlope: 0.058375016 - outSlope: 0.058375016 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.983154 - value: 0.002706444 - inSlope: 0.05836911 - outSlope: 0.05836911 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.99982 - value: 0.0036791938 - inSlope: 0.058361612 - outSlope: 0.058361612 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.016487 - value: 0.004651801 - inSlope: 0.05835353 - outSlope: 0.05835353 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.033154 - value: 0.0056242817 - inSlope: 0.058345333 - outSlope: 0.058345333 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.04982 - value: 0.006596616 - inSlope: 0.05833603 - outSlope: 0.05833603 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.066486 - value: 0.0075687864 - inSlope: 0.058326155 - outSlope: 0.058326155 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.083153 - value: 0.008540791 - inSlope: 0.058315173 - outSlope: 0.058315173 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.09982 - value: 0.009512596 - inSlope: 0.058303565 - outSlope: 0.058303565 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.116486 - value: 0.010484214 - inSlope: 0.058290377 - outSlope: 0.058290377 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.133152 - value: 0.011455579 - inSlope: 0.058277108 - outSlope: 0.058277108 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.149818 - value: 0.012426754 - inSlope: 0.05826322 - outSlope: 0.05826322 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.166485 - value: 0.013397656 - inSlope: 0.05824727 - outSlope: 0.05824727 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.183151 - value: 0.0143683 - inSlope: 0.058232203 - outSlope: 0.058232203 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.199818 - value: 0.0153387 - inSlope: 0.058216028 - outSlope: 0.058216028 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.216484 - value: 0.016308805 - inSlope: 0.05819778 - outSlope: 0.05819778 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.23315 - value: 0.017278597 - inSlope: 0.058179397 - outSlope: 0.058179397 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.249817 - value: 0.018248089 - inSlope: 0.0581609 - outSlope: 0.0581609 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.266483 - value: 0.019217264 - inSlope: 0.058140896 - outSlope: 0.058140896 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.28315 - value: 0.020186089 - inSlope: 0.058119718 - outSlope: 0.058119718 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.299816 - value: 0.021154558 - inSlope: 0.058098875 - outSlope: 0.058098875 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.316483 - value: 0.022122689 - inSlope: 0.05807658 - outSlope: 0.05807658 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.333149 - value: 0.023090415 - inSlope: 0.05805322 - outSlope: 0.05805322 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.349815 - value: 0.024057766 - inSlope: 0.058029696 - outSlope: 0.058029696 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.366482 - value: 0.025024708 - inSlope: 0.05800444 - outSlope: 0.05800444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.383148 - value: 0.025991218 - inSlope: 0.05797918 - outSlope: 0.05797918 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.399815 - value: 0.026957318 - inSlope: 0.05795297 - outSlope: 0.05795297 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.416481 - value: 0.027922954 - inSlope: 0.05792598 - outSlope: 0.05792598 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.433147 - value: 0.028888155 - inSlope: 0.057897985 - outSlope: 0.057897985 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.449814 - value: 0.029852858 - inSlope: 0.057868425 - outSlope: 0.057868425 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.46648 - value: 0.030817073 - inSlope: 0.057839647 - outSlope: 0.057839647 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.483147 - value: 0.031780817 - inSlope: 0.057809528 - outSlope: 0.057809528 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.499813 - value: 0.032744028 - inSlope: 0.05777846 - outSlope: 0.05777846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.51648 - value: 0.033706736 - inSlope: 0.057746492 - outSlope: 0.057746492 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.533146 - value: 0.03466888 - inSlope: 0.057713524 - outSlope: 0.057713524 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.549812 - value: 0.03563049 - inSlope: 0.057680108 - outSlope: 0.057680108 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.566479 - value: 0.036591522 - inSlope: 0.05764535 - outSlope: 0.05764535 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.583145 - value: 0.037551973 - inSlope: 0.057610594 - outSlope: 0.057610594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.599812 - value: 0.038511846 - inSlope: 0.05757416 - outSlope: 0.05757416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.616478 - value: 0.039471082 - inSlope: 0.057537615 - outSlope: 0.057537615 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.633144 - value: 0.040429737 - inSlope: 0.057500623 - outSlope: 0.057500623 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.64981 - value: 0.04138774 - inSlope: 0.057461727 - outSlope: 0.057461727 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.666477 - value: 0.0423451 - inSlope: 0.05742306 - outSlope: 0.05742306 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.683144 - value: 0.043301813 - inSlope: 0.057382602 - outSlope: 0.057382602 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.69981 - value: 0.044257823 - inSlope: 0.057342034 - outSlope: 0.057342034 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.716476 - value: 0.045213185 - inSlope: 0.05730057 - outSlope: 0.05730057 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.733143 - value: 0.046167813 - inSlope: 0.057257764 - outSlope: 0.057257764 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.74981 - value: 0.04712175 - inSlope: 0.05721563 - outSlope: 0.05721563 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.766476 - value: 0.048074972 - inSlope: 0.057171375 - outSlope: 0.057171375 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.783142 - value: 0.04902743 - inSlope: 0.057126448 - outSlope: 0.057126448 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.799809 - value: 0.049979158 - inSlope: 0.05708074 - outSlope: 0.05708074 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.816475 - value: 0.050930094 - inSlope: 0.057034247 - outSlope: 0.057034247 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.833141 - value: 0.05188027 - inSlope: 0.056987755 - outSlope: 0.056987755 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.849808 - value: 0.052829657 - inSlope: 0.056939807 - outSlope: 0.056939807 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.866474 - value: 0.053778235 - inSlope: 0.05689041 - outSlope: 0.05689041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.88314 - value: 0.054725975 - inSlope: 0.056841124 - outSlope: 0.056841124 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.899807 - value: 0.05567291 - inSlope: 0.056791503 - outSlope: 0.056791503 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.916473 - value: 0.056618996 - inSlope: 0.056740426 - outSlope: 0.056740426 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.93314 - value: 0.05756423 - inSlope: 0.056687787 - outSlope: 0.056687787 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.949806 - value: 0.05850856 - inSlope: 0.056635484 - outSlope: 0.056635484 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.966473 - value: 0.05945205 - inSlope: 0.056582734 - outSlope: 0.056582734 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.983139 - value: 0.060394622 - inSlope: 0.05652775 - outSlope: 0.05652775 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.999805 - value: 0.06133628 - inSlope: 0.05647287 - outSlope: 0.05647287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.016472 - value: 0.062277023 - inSlope: 0.05641688 - outSlope: 0.05641688 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.033138 - value: 0.06321681 - inSlope: 0.05636022 - outSlope: 0.05636022 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.049805 - value: 0.06415567 - inSlope: 0.056303333 - outSlope: 0.056303333 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.066471 - value: 0.06509356 - inSlope: 0.05624544 - outSlope: 0.05624544 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.083138 - value: 0.06603049 - inSlope: 0.056186654 - outSlope: 0.056186654 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.099804 - value: 0.06696642 - inSlope: 0.05612608 - outSlope: 0.05612608 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.11647 - value: 0.06790133 - inSlope: 0.05606506 - outSlope: 0.05606506 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.133137 - value: 0.06883523 - inSlope: 0.056004934 - outSlope: 0.056004934 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.149803 - value: 0.06976813 - inSlope: 0.05594324 - outSlope: 0.05594324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.16647 - value: 0.070699975 - inSlope: 0.055879537 - outSlope: 0.055879537 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.183136 - value: 0.07163075 - inSlope: 0.05581583 - outSlope: 0.05581583 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.199802 - value: 0.072560474 - inSlope: 0.05575168 - outSlope: 0.05575168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.216469 - value: 0.073489115 - inSlope: 0.055686414 - outSlope: 0.055686414 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.233135 - value: 0.07441666 - inSlope: 0.055620924 - outSlope: 0.055620924 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.249802 - value: 0.07534312 - inSlope: 0.055554762 - outSlope: 0.055554762 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.266468 - value: 0.07626846 - inSlope: 0.05548614 - outSlope: 0.05548614 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.283134 - value: 0.07719263 - inSlope: 0.055417966 - outSlope: 0.055417966 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.2998 - value: 0.078115694 - inSlope: 0.055349123 - outSlope: 0.055349123 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.316467 - value: 0.07903757 - inSlope: 0.055279158 - outSlope: 0.055279158 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.333134 - value: 0.079958305 - inSlope: 0.05520942 - outSlope: 0.05520942 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.3498 - value: 0.080877855 - inSlope: 0.055137895 - outSlope: 0.055137895 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.366467 - value: 0.08179621 - inSlope: 0.05506503 - outSlope: 0.05506503 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.383133 - value: 0.08271333 - inSlope: 0.05499238 - outSlope: 0.05499238 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.3998 - value: 0.08362926 - inSlope: 0.054919515 - outSlope: 0.054919515 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.416466 - value: 0.08454395 - inSlope: 0.054844856 - outSlope: 0.054844856 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.433132 - value: 0.08545739 - inSlope: 0.05476886 - outSlope: 0.05476886 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.449799 - value: 0.08636955 - inSlope: 0.054692864 - outSlope: 0.054692864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.466465 - value: 0.08728046 - inSlope: 0.054616645 - outSlope: 0.054616645 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.483131 - value: 0.08819008 - inSlope: 0.054539084 - outSlope: 0.054539084 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.499798 - value: 0.0890984 - inSlope: 0.054461744 - outSlope: 0.054461744 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.516464 - value: 0.09000544 - inSlope: 0.05438262 - outSlope: 0.05438262 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.53313 - value: 0.09091113 - inSlope: 0.054302596 - outSlope: 0.054302596 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.549797 - value: 0.0918155 - inSlope: 0.054222353 - outSlope: 0.054222353 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.566463 - value: 0.09271851 - inSlope: 0.05414077 - outSlope: 0.05414077 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.58313 - value: 0.093620166 - inSlope: 0.054058515 - outSlope: 0.054058515 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.599796 - value: 0.094520435 - inSlope: 0.053976033 - outSlope: 0.053976033 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.616463 - value: 0.09541934 - inSlope: 0.05389266 - outSlope: 0.05389266 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.63313 - value: 0.09631683 - inSlope: 0.053807944 - outSlope: 0.053807944 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.649796 - value: 0.09721291 - inSlope: 0.053723007 - outSlope: 0.053723007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.666462 - value: 0.09810757 - inSlope: 0.053637847 - outSlope: 0.053637847 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.683128 - value: 0.09900081 - inSlope: 0.053551123 - outSlope: 0.053551123 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.699795 - value: 0.09989258 - inSlope: 0.053463724 - outSlope: 0.053463724 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.716461 - value: 0.10078291 - inSlope: 0.053376324 - outSlope: 0.053376324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.733128 - value: 0.10167176 - inSlope: 0.05328714 - outSlope: 0.05328714 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.749794 - value: 0.10255912 - inSlope: 0.053197958 - outSlope: 0.053197958 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.76646 - value: 0.103445 - inSlope: 0.05310788 - outSlope: 0.05310788 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.783127 - value: 0.104329355 - inSlope: 0.053016905 - outSlope: 0.053016905 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.799793 - value: 0.105212204 - inSlope: 0.05292504 - outSlope: 0.05292504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.81646 - value: 0.106093496 - inSlope: 0.052832946 - outSlope: 0.052832946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.833126 - value: 0.106973276 - inSlope: 0.05274041 - outSlope: 0.05274041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.849792 - value: 0.10785148 - inSlope: 0.05264564 - outSlope: 0.05264564 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.866459 - value: 0.1087281 - inSlope: 0.05255064 - outSlope: 0.05255064 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.883125 - value: 0.109603144 - inSlope: 0.052456092 - outSlope: 0.052456092 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.899792 - value: 0.11047661 - inSlope: 0.052360646 - outSlope: 0.052360646 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.916458 - value: 0.11134847 - inSlope: 0.052263416 - outSlope: 0.052263416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.933125 - value: 0.1122187 - inSlope: 0.05216507 - outSlope: 0.05216507 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.949791 - value: 0.11308728 - inSlope: 0.052067164 - outSlope: 0.052067164 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.966457 - value: 0.113954246 - inSlope: 0.051968817 - outSlope: 0.051968817 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.983124 - value: 0.11481955 - inSlope: 0.051868454 - outSlope: 0.051868454 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.99979 - value: 0.11568317 - inSlope: 0.05176899 - outSlope: 0.05176899 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.016457 - value: 0.116545156 - inSlope: 0.051667735 - outSlope: 0.051667735 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.033123 - value: 0.1174054 - inSlope: 0.051564913 - outSlope: 0.051564913 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.04979 - value: 0.11826396 - inSlope: 0.05146366 - outSlope: 0.05146366 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.066456 - value: 0.11912083 - inSlope: 0.05136039 - outSlope: 0.05136039 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.083122 - value: 0.11997595 - inSlope: 0.051255785 - outSlope: 0.051255785 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.099789 - value: 0.12082933 - inSlope: 0.05115073 - outSlope: 0.05115073 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.116455 - value: 0.121680945 - inSlope: 0.0510459 - outSlope: 0.0510459 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.133121 - value: 0.12253083 - inSlope: 0.05094017 - outSlope: 0.05094017 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.149788 - value: 0.123378925 - inSlope: 0.05083199 - outSlope: 0.05083199 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.166454 - value: 0.12422521 - inSlope: 0.050725147 - outSlope: 0.050725147 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.18312 - value: 0.12506974 - inSlope: 0.05061786 - outSlope: 0.05061786 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.199787 - value: 0.12591244 - inSlope: 0.050508555 - outSlope: 0.050508555 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.216454 - value: 0.12675333 - inSlope: 0.050399028 - outSlope: 0.050399028 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.23312 - value: 0.12759238 - inSlope: 0.050288163 - outSlope: 0.050288163 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.249786 - value: 0.12842958 - inSlope: 0.05017685 - outSlope: 0.05017685 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.266453 - value: 0.12926492 - inSlope: 0.050065983 - outSlope: 0.050065983 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.28312 - value: 0.13009842 - inSlope: 0.049953327 - outSlope: 0.049953327 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.299786 - value: 0.13093 - inSlope: 0.049840227 - outSlope: 0.049840227 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.316452 - value: 0.13175973 - inSlope: 0.049727127 - outSlope: 0.049727127 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.333118 - value: 0.13258755 - inSlope: 0.049612235 - outSlope: 0.049612235 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.349785 - value: 0.13341345 - inSlope: 0.049497347 - outSlope: 0.049497347 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.366451 - value: 0.13423744 - inSlope: 0.049381115 - outSlope: 0.049381115 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.383118 - value: 0.13505946 - inSlope: 0.04926399 - outSlope: 0.04926399 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.399784 - value: 0.13587955 - inSlope: 0.04914642 - outSlope: 0.04914642 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.41645 - value: 0.13669765 - inSlope: 0.049029294 - outSlope: 0.049029294 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.433117 - value: 0.13751383 - inSlope: 0.048912168 - outSlope: 0.048912168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.449783 - value: 0.13832803 - inSlope: 0.04879102 - outSlope: 0.04879102 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.46645 - value: 0.13914017 - inSlope: 0.048671663 - outSlope: 0.048671663 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.483116 - value: 0.1399504 - inSlope: 0.048551407 - outSlope: 0.048551407 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.499783 - value: 0.14075853 - inSlope: 0.048429362 - outSlope: 0.048429362 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.516449 - value: 0.14156468 - inSlope: 0.048308216 - outSlope: 0.048308216 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.533115 - value: 0.14236878 - inSlope: 0.04818528 - outSlope: 0.04818528 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.549782 - value: 0.14317083 - inSlope: 0.048061896 - outSlope: 0.048061896 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.566448 - value: 0.14397082 - inSlope: 0.047937617 - outSlope: 0.047937617 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.583115 - value: 0.14476873 - inSlope: 0.047813788 - outSlope: 0.047813788 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.599781 - value: 0.14556459 - inSlope: 0.04768862 - outSlope: 0.04768862 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.616447 - value: 0.14635833 - inSlope: 0.04756121 - outSlope: 0.04756121 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.633114 - value: 0.14714994 - inSlope: 0.047435142 - outSlope: 0.047435142 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.64978 - value: 0.14793947 - inSlope: 0.047307737 - outSlope: 0.047307737 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.666447 - value: 0.14872684 - inSlope: 0.047180332 - outSlope: 0.047180332 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.683113 - value: 0.14951213 - inSlope: 0.04705292 - outSlope: 0.04705292 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.69978 - value: 0.15029524 - inSlope: 0.046922386 - outSlope: 0.046922386 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.716446 - value: 0.15107618 - inSlope: 0.046792746 - outSlope: 0.046792746 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.733112 - value: 0.15185498 - inSlope: 0.046662208 - outSlope: 0.046662208 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.749779 - value: 0.15263157 - inSlope: 0.04653033 - outSlope: 0.04653033 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.766445 - value: 0.15340596 - inSlope: 0.046398453 - outSlope: 0.046398453 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.783112 - value: 0.15417816 - inSlope: 0.04626613 - outSlope: 0.04626613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.799778 - value: 0.15494815 - inSlope: 0.046133805 - outSlope: 0.046133805 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.816444 - value: 0.15571593 - inSlope: 0.046000585 - outSlope: 0.046000585 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.83311 - value: 0.15648147 - inSlope: 0.04586558 - outSlope: 0.04586558 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.849777 - value: 0.15724476 - inSlope: 0.04572968 - outSlope: 0.04572968 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.866444 - value: 0.15800577 - inSlope: 0.045594223 - outSlope: 0.045594223 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.88311 - value: 0.15876454 - inSlope: 0.045458324 - outSlope: 0.045458324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.899776 - value: 0.15952103 - inSlope: 0.045321085 - outSlope: 0.045321085 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.916443 - value: 0.16027522 - inSlope: 0.045183394 - outSlope: 0.045183394 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.93311 - value: 0.16102712 - inSlope: 0.045045704 - outSlope: 0.045045704 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.949776 - value: 0.16177672 - inSlope: 0.04490578 - outSlope: 0.04490578 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.966442 - value: 0.16252396 - inSlope: 0.0447672 - outSlope: 0.0447672 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.983109 - value: 0.16326894 - inSlope: 0.04462727 - outSlope: 0.04462727 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.999775 - value: 0.16401151 - inSlope: 0.04448601 - outSlope: 0.04448601 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.016441 - value: 0.16475178 - inSlope: 0.044345193 - outSlope: 0.044345193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.033108 - value: 0.16548966 - inSlope: 0.044202585 - outSlope: 0.044202585 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.049774 - value: 0.16622518 - inSlope: 0.044060424 - outSlope: 0.044060424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.06644 - value: 0.16695832 - inSlope: 0.04391603 - outSlope: 0.04391603 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.083107 - value: 0.16768903 - inSlope: 0.04377298 - outSlope: 0.04377298 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.099773 - value: 0.1684174 - inSlope: 0.043629475 - outSlope: 0.043629475 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.11644 - value: 0.16914332 - inSlope: 0.043483295 - outSlope: 0.043483295 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.133106 - value: 0.16986682 - inSlope: 0.04333756 - outSlope: 0.04333756 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.149773 - value: 0.17058788 - inSlope: 0.043191824 - outSlope: 0.043191824 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.16644 - value: 0.17130652 - inSlope: 0.043045193 - outSlope: 0.043045193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.183105 - value: 0.1720227 - inSlope: 0.04289633 - outSlope: 0.04289633 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.199772 - value: 0.17273638 - inSlope: 0.042748805 - outSlope: 0.042748805 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.216438 - value: 0.17344764 - inSlope: 0.042600833 - outSlope: 0.042600833 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.233105 - value: 0.17415638 - inSlope: 0.042451523 - outSlope: 0.042451523 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.249771 - value: 0.17486267 - inSlope: 0.042301767 - outSlope: 0.042301767 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.266438 - value: 0.17556642 - inSlope: 0.042150214 - outSlope: 0.042150214 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.283104 - value: 0.17626765 - inSlope: 0.04200001 - outSlope: 0.04200001 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.29977 - value: 0.1769664 - inSlope: 0.04184802 - outSlope: 0.04184802 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.316437 - value: 0.17766257 - inSlope: 0.041695125 - outSlope: 0.041695125 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.333103 - value: 0.17835622 - inSlope: 0.041542687 - outSlope: 0.041542687 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.34977 - value: 0.1790473 - inSlope: 0.0413898 - outSlope: 0.0413898 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.366436 - value: 0.17973585 - inSlope: 0.041235123 - outSlope: 0.041235123 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.383102 - value: 0.18042178 - inSlope: 0.04107955 - outSlope: 0.04107955 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.399769 - value: 0.18110515 - inSlope: 0.040924877 - outSlope: 0.040924877 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.416435 - value: 0.18178593 - inSlope: 0.04076841 - outSlope: 0.04076841 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.433102 - value: 0.18246408 - inSlope: 0.040613286 - outSlope: 0.040613286 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.449768 - value: 0.18313968 - inSlope: 0.040456824 - outSlope: 0.040456824 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.466434 - value: 0.18381262 - inSlope: 0.04029723 - outSlope: 0.04029723 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.4831 - value: 0.1844829 - inSlope: 0.04013942 - outSlope: 0.04013942 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.499767 - value: 0.18515058 - inSlope: 0.03998162 - outSlope: 0.03998162 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.516434 - value: 0.1858156 - inSlope: 0.039822023 - outSlope: 0.039822023 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.5331 - value: 0.18647796 - inSlope: 0.03966198 - outSlope: 0.03966198 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.549767 - value: 0.18713765 - inSlope: 0.039501943 - outSlope: 0.039501943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.566433 - value: 0.18779467 - inSlope: 0.039341453 - outSlope: 0.039341453 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.5831 - value: 0.18844901 - inSlope: 0.03917873 - outSlope: 0.03917873 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.599766 - value: 0.18910061 - inSlope: 0.039016455 - outSlope: 0.039016455 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.616432 - value: 0.18974954 - inSlope: 0.038853284 - outSlope: 0.038853284 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.633099 - value: 0.1903957 - inSlope: 0.038690113 - outSlope: 0.038690113 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.649765 - value: 0.19103919 - inSlope: 0.03852784 - outSlope: 0.03852784 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.666431 - value: 0.19167994 - inSlope: 0.038362432 - outSlope: 0.038362432 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.683098 - value: 0.19231792 - inSlope: 0.038197026 - outSlope: 0.038197026 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.699764 - value: 0.19295315 - inSlope: 0.038031623 - outSlope: 0.038031623 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.71643 - value: 0.19358562 - inSlope: 0.037866216 - outSlope: 0.037866216 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.733097 - value: 0.19421534 - inSlope: 0.03769902 - outSlope: 0.03769902 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.749763 - value: 0.19484223 - inSlope: 0.03753049 - outSlope: 0.03753049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.76643 - value: 0.19546634 - inSlope: 0.037365083 - outSlope: 0.037365083 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.783096 - value: 0.19608772 - inSlope: 0.037196547 - outSlope: 0.037196547 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.799763 - value: 0.1967062 - inSlope: 0.037026227 - outSlope: 0.037026227 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.81643 - value: 0.1973219 - inSlope: 0.03685769 - outSlope: 0.03685769 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.833096 - value: 0.19793478 - inSlope: 0.036687814 - outSlope: 0.036687814 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.849762 - value: 0.19854482 - inSlope: 0.036517046 - outSlope: 0.036517046 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.866428 - value: 0.199152 - inSlope: 0.036344934 - outSlope: 0.036344934 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.883095 - value: 0.1997563 - inSlope: 0.036173716 - outSlope: 0.036173716 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.899761 - value: 0.20035776 - inSlope: 0.036001608 - outSlope: 0.036001608 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.916428 - value: 0.20095633 - inSlope: 0.035828598 - outSlope: 0.035828598 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.933094 - value: 0.20155203 - inSlope: 0.035657384 - outSlope: 0.035657384 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.94976 - value: 0.20214489 - inSlope: 0.035482593 - outSlope: 0.035482593 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.966427 - value: 0.20273477 - inSlope: 0.035307795 - outSlope: 0.035307795 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.983093 - value: 0.2033218 - inSlope: 0.035132557 - outSlope: 0.035132557 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.99976 - value: 0.20390584 - inSlope: 0.034956872 - outSlope: 0.034956872 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.016426 - value: 0.20448701 - inSlope: 0.034782074 - outSlope: 0.034782074 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.033092 - value: 0.20506522 - inSlope: 0.0346046 - outSlope: 0.0346046 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.049759 - value: 0.20564048 - inSlope: 0.034428466 - outSlope: 0.034428466 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.066425 - value: 0.20621282 - inSlope: 0.03425099 - outSlope: 0.03425099 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.083092 - value: 0.20678216 - inSlope: 0.03407173 - outSlope: 0.03407173 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.099758 - value: 0.20734853 - inSlope: 0.03389425 - outSlope: 0.03389425 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.116425 - value: 0.20791195 - inSlope: 0.033714093 - outSlope: 0.033714093 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.133091 - value: 0.20847231 - inSlope: 0.03353394 - outSlope: 0.03353394 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.149757 - value: 0.20902973 - inSlope: 0.033356458 - outSlope: 0.033356458 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.166424 - value: 0.20958418 - inSlope: 0.033174515 - outSlope: 0.033174515 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.18309 - value: 0.21013553 - inSlope: 0.032992125 - outSlope: 0.032992125 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.199757 - value: 0.2106839 - inSlope: 0.032809727 - outSlope: 0.032809727 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.216423 - value: 0.21122918 - inSlope: 0.032629125 - outSlope: 0.032629125 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.23309 - value: 0.21177152 - inSlope: 0.03244673 - outSlope: 0.03244673 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.249756 - value: 0.21231072 - inSlope: 0.032261208 - outSlope: 0.032261208 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.266422 - value: 0.21284688 - inSlope: 0.032079265 - outSlope: 0.032079265 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.283089 - value: 0.21338001 - inSlope: 0.03189463 - outSlope: 0.03189463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.299755 - value: 0.21391001 - inSlope: 0.031708665 - outSlope: 0.031708665 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.316422 - value: 0.21443695 - inSlope: 0.031524934 - outSlope: 0.031524934 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.333088 - value: 0.21496083 - inSlope: 0.031338066 - outSlope: 0.031338066 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.349754 - value: 0.21548153 - inSlope: 0.03115031 - outSlope: 0.03115031 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.36642 - value: 0.21599916 - inSlope: 0.030965682 - outSlope: 0.030965682 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.383087 - value: 0.21651371 - inSlope: 0.030777924 - outSlope: 0.030777924 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.399754 - value: 0.21702507 - inSlope: 0.030588824 - outSlope: 0.030588824 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.41642 - value: 0.21753332 - inSlope: 0.03040062 - outSlope: 0.03040062 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.433086 - value: 0.21803841 - inSlope: 0.03021063 - outSlope: 0.03021063 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.449753 - value: 0.21854033 - inSlope: 0.030022424 - outSlope: 0.030022424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.46642 - value: 0.21903914 - inSlope: 0.029832877 - outSlope: 0.029832877 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.483086 - value: 0.21953474 - inSlope: 0.02964065 - outSlope: 0.02964065 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.499752 - value: 0.22002715 - inSlope: 0.02945021 - outSlope: 0.02945021 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.516418 - value: 0.2205164 - inSlope: 0.029259771 - outSlope: 0.029259771 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.533085 - value: 0.22100246 - inSlope: 0.029067542 - outSlope: 0.029067542 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.549751 - value: 0.2214853 - inSlope: 0.02887442 - outSlope: 0.02887442 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.566418 - value: 0.22196493 - inSlope: 0.028681746 - outSlope: 0.028681746 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.583084 - value: 0.22244135 - inSlope: 0.028488178 - outSlope: 0.028488178 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.59975 - value: 0.22291452 - inSlope: 0.02829282 - outSlope: 0.02829282 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.616417 - value: 0.22338443 - inSlope: 0.02809925 - outSlope: 0.02809925 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.633083 - value: 0.22385114 - inSlope: 0.02790434 - outSlope: 0.02790434 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.64975 - value: 0.22431456 - inSlope: 0.027707195 - outSlope: 0.027707195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.666416 - value: 0.2247747 - inSlope: 0.027511839 - outSlope: 0.027511839 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.683083 - value: 0.2252316 - inSlope: 0.02731648 - outSlope: 0.02731648 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.699749 - value: 0.22568524 - inSlope: 0.027119335 - outSlope: 0.027119335 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.716415 - value: 0.22613557 - inSlope: 0.0269204 - outSlope: 0.0269204 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.733082 - value: 0.22658257 - inSlope: 0.026722362 - outSlope: 0.026722362 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.749748 - value: 0.2270263 - inSlope: 0.026523875 - outSlope: 0.026523875 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.766415 - value: 0.22746669 - inSlope: 0.026324943 - outSlope: 0.026324943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.783081 - value: 0.22790378 - inSlope: 0.026126456 - outSlope: 0.026126456 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.799747 - value: 0.22833756 - inSlope: 0.025925286 - outSlope: 0.025925286 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.816414 - value: 0.22876795 - inSlope: 0.025725013 - outSlope: 0.025725013 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.83308 - value: 0.22919504 - inSlope: 0.025524737 - outSlope: 0.025524737 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.849747 - value: 0.22961876 - inSlope: 0.025322676 - outSlope: 0.025322676 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.866413 - value: 0.23003912 - inSlope: 0.025119718 - outSlope: 0.025119718 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.88308 - value: 0.23045607 - inSlope: 0.024916314 - outSlope: 0.024916314 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.899746 - value: 0.23086965 - inSlope: 0.024714697 - outSlope: 0.024714697 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.916412 - value: 0.23127988 - inSlope: 0.024510847 - outSlope: 0.024510847 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.933079 - value: 0.23168667 - inSlope: 0.024306549 - outSlope: 0.024306549 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.949745 - value: 0.23209009 - inSlope: 0.024102252 - outSlope: 0.024102252 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.966412 - value: 0.23249006 - inSlope: 0.023896612 - outSlope: 0.023896612 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.983078 - value: 0.23288663 - inSlope: 0.023691867 - outSlope: 0.023691867 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.999744 - value: 0.23327978 - inSlope: 0.02348578 - outSlope: 0.02348578 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.01641 - value: 0.23366947 - inSlope: 0.023278354 - outSlope: 0.023278354 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.033077 - value: 0.23405571 - inSlope: 0.02307182 - outSlope: 0.02307182 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.049744 - value: 0.23443852 - inSlope: 0.022864839 - outSlope: 0.022864839 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.06641 - value: 0.23481786 - inSlope: 0.022656072 - outSlope: 0.022656072 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.083076 - value: 0.23519371 - inSlope: 0.022447303 - outSlope: 0.022447303 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.099743 - value: 0.2355661 - inSlope: 0.022238981 - outSlope: 0.022238981 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.11641 - value: 0.235935 - inSlope: 0.022029318 - outSlope: 0.022029318 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.133076 - value: 0.2363004 - inSlope: 0.021818763 - outSlope: 0.021818763 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.149742 - value: 0.23666228 - inSlope: 0.0216091 - outSlope: 0.0216091 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.166409 - value: 0.23702069 - inSlope: 0.021397648 - outSlope: 0.021397648 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.183075 - value: 0.23737553 - inSlope: 0.021185752 - outSlope: 0.021185752 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.199741 - value: 0.23772687 - inSlope: 0.020973407 - outSlope: 0.020973407 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.216408 - value: 0.23807463 - inSlope: 0.020761061 - outSlope: 0.020761061 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.233074 - value: 0.23841889 - inSlope: 0.020548716 - outSlope: 0.020548716 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.24974 - value: 0.23875958 - inSlope: 0.020333689 - outSlope: 0.020333689 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.266407 - value: 0.23909667 - inSlope: 0.02012224 - outSlope: 0.02012224 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.283073 - value: 0.23943031 - inSlope: 0.019908553 - outSlope: 0.019908553 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.29974 - value: 0.23976028 - inSlope: 0.01968995 - outSlope: 0.01968995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.316406 - value: 0.24008663 - inSlope: 0.019474477 - outSlope: 0.019474477 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.333073 - value: 0.24040942 - inSlope: 0.019259896 - outSlope: 0.019259896 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.34974 - value: 0.24072862 - inSlope: 0.019042633 - outSlope: 0.019042633 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.366405 - value: 0.24104416 - inSlope: 0.018824924 - outSlope: 0.018824924 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.383072 - value: 0.2413561 - inSlope: 0.018608108 - outSlope: 0.018608108 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.399738 - value: 0.24166442 - inSlope: 0.0183904 - outSlope: 0.0183904 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.416405 - value: 0.24196911 - inSlope: 0.01817269 - outSlope: 0.01817269 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.433071 - value: 0.24227017 - inSlope: 0.017953193 - outSlope: 0.017953193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.449738 - value: 0.24256754 - inSlope: 0.017733248 - outSlope: 0.017733248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.466404 - value: 0.24286127 - inSlope: 0.017513305 - outSlope: 0.017513305 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.48307 - value: 0.2431513 - inSlope: 0.017293807 - outSlope: 0.017293807 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.499737 - value: 0.24343772 - inSlope: 0.017072521 - outSlope: 0.017072521 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.516403 - value: 0.24372038 - inSlope: 0.016849 - outSlope: 0.016849 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.53307 - value: 0.24399935 - inSlope: 0.016627267 - outSlope: 0.016627267 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.549736 - value: 0.24427462 - inSlope: 0.016405534 - outSlope: 0.016405534 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.566402 - value: 0.24454619 - inSlope: 0.016182013 - outSlope: 0.016182013 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.583069 - value: 0.24481401 - inSlope: 0.015956705 - outSlope: 0.015956705 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.599735 - value: 0.24507807 - inSlope: 0.015734972 - outSlope: 0.015734972 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.616402 - value: 0.2453385 - inSlope: 0.015511451 - outSlope: 0.015511451 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.633068 - value: 0.24559511 - inSlope: 0.015282566 - outSlope: 0.015282566 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.649734 - value: 0.24584791 - inSlope: 0.0150590455 - outSlope: 0.0150590455 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.6664 - value: 0.24609707 - inSlope: 0.01483463 - outSlope: 0.01483463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.683067 - value: 0.24634239 - inSlope: 0.014606192 - outSlope: 0.014606192 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.699734 - value: 0.24658394 - inSlope: 0.014378201 - outSlope: 0.014378201 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.7164 - value: 0.24682166 - inSlope: 0.014151104 - outSlope: 0.014151104 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.733067 - value: 0.24705563 - inSlope: 0.013923112 - outSlope: 0.013923112 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.749733 - value: 0.24728575 - inSlope: 0.013694227 - outSlope: 0.013694227 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.7664 - value: 0.2475121 - inSlope: 0.013465789 - outSlope: 0.013465789 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.783066 - value: 0.2477346 - inSlope: 0.013234668 - outSlope: 0.013234668 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.799732 - value: 0.24795325 - inSlope: 0.013003995 - outSlope: 0.013003995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.816399 - value: 0.24816807 - inSlope: 0.012773768 - outSlope: 0.012773768 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.833065 - value: 0.24837904 - inSlope: 0.012542201 - outSlope: 0.012542201 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.849731 - value: 0.24858613 - inSlope: 0.012310186 - outSlope: 0.012310186 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.866398 - value: 0.24878937 - inSlope: 0.012079513 - outSlope: 0.012079513 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.883064 - value: 0.24898878 - inSlope: 0.01184571 - outSlope: 0.01184571 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.89973 - value: 0.24918422 - inSlope: 0.011610566 - outSlope: 0.011610566 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.916397 - value: 0.24937579 - inSlope: 0.011376763 - outSlope: 0.011376763 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.933064 - value: 0.24956344 - inSlope: 0.01114296 - outSlope: 0.01114296 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.94973 - value: 0.24974722 - inSlope: 0.010908711 - outSlope: 0.010908711 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.966396 - value: 0.24992706 - inSlope: 0.0106708845 - outSlope: 0.0106708845 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.983063 - value: 0.2501029 - inSlope: 0.0104361875 - outSlope: 0.0104361875 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.99973 - value: 0.25027493 - inSlope: 0.010199702 - outSlope: 0.010199702 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.016396 - value: 0.2504429 - inSlope: 0.009960982 - outSlope: 0.009960982 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.033062 - value: 0.25060695 - inSlope: 0.009725838 - outSlope: 0.009725838 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.049728 - value: 0.25076708 - inSlope: 0.009486224 - outSlope: 0.009486224 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.066395 - value: 0.25092316 - inSlope: 0.009245716 - outSlope: 0.009245716 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.083061 - value: 0.25107527 - inSlope: 0.009006102 - outSlope: 0.009006102 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.099728 - value: 0.25122336 - inSlope: 0.008767381 - outSlope: 0.008767381 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.116394 - value: 0.2513675 - inSlope: 0.008526873 - outSlope: 0.008526873 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.13306 - value: 0.25150758 - inSlope: 0.008284576 - outSlope: 0.008284576 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.149727 - value: 0.25164366 - inSlope: 0.008045856 - outSlope: 0.008045856 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.166393 - value: 0.25177577 - inSlope: 0.0078026652 - outSlope: 0.0078026652 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.18306 - value: 0.25190374 - inSlope: 0.0075567923 - outSlope: 0.0075567923 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.199726 - value: 0.25202766 - inSlope: 0.007316284 - outSlope: 0.007316284 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.216393 - value: 0.25214761 - inSlope: 0.007073093 - outSlope: 0.007073093 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.233059 - value: 0.25226343 - inSlope: 0.0068263263 - outSlope: 0.0068263263 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.249725 - value: 0.25237516 - inSlope: 0.0065804534 - outSlope: 0.0065804534 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.266392 - value: 0.25248277 - inSlope: 0.0063354746 - outSlope: 0.0063354746 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.283058 - value: 0.25258633 - inSlope: 0.00609139 - outSlope: 0.00609139 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.299725 - value: 0.25268582 - inSlope: 0.0058428347 - outSlope: 0.0058428347 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.316391 - value: 0.2527811 - inSlope: 0.0055960673 - outSlope: 0.0055960673 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.333057 - value: 0.25287235 - inSlope: 0.0053501944 - outSlope: 0.0053501944 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.349724 - value: 0.25295943 - inSlope: 0.005098957 - outSlope: 0.005098957 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.36639 - value: 0.2530423 - inSlope: 0.004850402 - outSlope: 0.004850402 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.383057 - value: 0.2531211 - inSlope: 0.004601847 - outSlope: 0.004601847 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.399723 - value: 0.2531957 - inSlope: 0.004350609 - outSlope: 0.004350609 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.41639 - value: 0.25326613 - inSlope: 0.004098478 - outSlope: 0.004098478 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.433056 - value: 0.25333232 - inSlope: 0.0038490286 - outSlope: 0.0038490286 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.449722 - value: 0.25339442 - inSlope: 0.0035968972 - outSlope: 0.0035968972 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.466389 - value: 0.2534522 - inSlope: 0.0033429775 - outSlope: 0.0033429775 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.483055 - value: 0.25350586 - inSlope: 0.003090846 - outSlope: 0.003090846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.499722 - value: 0.25355524 - inSlope: 0.0028369264 - outSlope: 0.0028369264 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.516388 - value: 0.25360042 - inSlope: 0.0025821128 - outSlope: 0.0025821128 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.533054 - value: 0.2536413 - inSlope: 0.0023272987 - outSlope: 0.0023272987 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.54972 - value: 0.253678 - inSlope: 0.002070697 - outSlope: 0.002070697 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.566387 - value: 0.25371033 - inSlope: 0.0018140951 - outSlope: 0.0018140951 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.583054 - value: 0.25373846 - inSlope: 0.0015583872 - outSlope: 0.0015583872 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.59972 - value: 0.25376227 - inSlope: 0.0013026793 - outSlope: 0.0013026793 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.616386 - value: 0.25378188 - inSlope: 0.0010451834 - outSlope: 0.0010451834 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.633053 - value: 0.2537971 - inSlope: 0.00078232295 - outSlope: 0.00078232295 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.64972 - value: 0.25380796 - inSlope: 0.00052482693 - outSlope: 0.00052482693 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.666386 - value: 0.2538146 - inSlope: 0.00026356883 - outSlope: 0.00026356883 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.683332 - value: 0.25381678 - inSlope: 0.00012837647 - outSlope: 0.00012837647 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalRotation.y - path: - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: -0.0547844 - inSlope: 0.000038221475 - outSlope: 0.000038221475 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.016666668 - value: -0.05478376 - inSlope: 0.00007666647 - outSlope: 0.00007666647 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.033333335 - value: -0.054781843 - inSlope: 0.00015299766 - outSlope: 0.00015299766 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.050000004 - value: -0.05477866 - inSlope: 0.00022888184 - outSlope: 0.00022888184 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06666667 - value: -0.054774214 - inSlope: 0.0003045425 - outSlope: 0.0003045425 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.083333336 - value: -0.05476851 - inSlope: 0.0003800914 - outSlope: 0.0003800914 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1 - value: -0.054761544 - inSlope: 0.00045575207 - outSlope: 0.00045575207 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.11666667 - value: -0.05475332 - inSlope: 0.0005305185 - outSlope: 0.0005305185 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.13333334 - value: -0.05474386 - inSlope: 0.0006051733 - outSlope: 0.0006051733 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.15 - value: -0.054733146 - inSlope: 0.00067994004 - outSlope: 0.00067994004 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.16666667 - value: -0.054721195 - inSlope: 0.00075403607 - outSlope: 0.00075403607 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18333334 - value: -0.05470801 - inSlope: 0.0008279086 - outSlope: 0.0008279086 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2 - value: -0.0546936 - inSlope: 0.0009014458 - outSlope: 0.0009014458 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.21666667 - value: -0.054677963 - inSlope: 0.0009749831 - outSlope: 0.0009749831 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.23333333 - value: -0.0546611 - inSlope: 0.0010480733 - outSlope: 0.0010480733 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.25 - value: -0.054643027 - inSlope: 0.0011208276 - outSlope: 0.0011208276 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26666668 - value: -0.054623738 - inSlope: 0.0011936938 - outSlope: 0.0011936938 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.28333336 - value: -0.054603238 - inSlope: 0.0012658898 - outSlope: 0.0012658898 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30000004 - value: -0.05458154 - inSlope: 0.0013375271 - outSlope: 0.0013375271 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.31666672 - value: -0.054558653 - inSlope: 0.0014092762 - outSlope: 0.0014092762 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3333334 - value: -0.054534566 - inSlope: 0.0014808017 - outSlope: 0.0014808017 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.35000008 - value: -0.054509293 - inSlope: 0.0015516566 - outSlope: 0.0015516566 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36666676 - value: -0.054482844 - inSlope: 0.0016226233 - outSlope: 0.0016226233 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.38333344 - value: -0.054455206 - inSlope: 0.0016932548 - outSlope: 0.0016932548 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40000013 - value: -0.0544264 - inSlope: 0.0017632158 - outSlope: 0.0017632158 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4166668 - value: -0.054396432 - inSlope: 0.0018331766 - outSlope: 0.0018331766 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4333335 - value: -0.054365296 - inSlope: 0.0019029139 - outSlope: 0.0019029139 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.45000017 - value: -0.054333 - inSlope: 0.0019724278 - outSlope: 0.0019724278 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46666685 - value: -0.05429955 - inSlope: 0.0020414947 - outSlope: 0.0020414947 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48333353 - value: -0.05426495 - inSlope: 0.0021101164 - outSlope: 0.0021101164 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5000002 - value: -0.05422921 - inSlope: 0.0021786264 - outSlope: 0.0021786264 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5166668 - value: -0.05419233 - inSlope: 0.0022465757 - outSlope: 0.0022465757 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5333335 - value: -0.054154325 - inSlope: 0.0023143017 - outSlope: 0.0023143017 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.55000013 - value: -0.054115187 - inSlope: 0.0023820275 - outSlope: 0.0023820275 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5666668 - value: -0.054074924 - inSlope: 0.002448971 - outSlope: 0.002448971 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.58333343 - value: -0.054033555 - inSlope: 0.0025159144 - outSlope: 0.0025159144 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6000001 - value: -0.05399106 - inSlope: 0.0025825226 - outSlope: 0.0025825226 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.61666673 - value: -0.05394747 - inSlope: 0.002648684 - outSlope: 0.002648684 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6333334 - value: -0.05390277 - inSlope: 0.0027148451 - outSlope: 0.0027148451 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.65000004 - value: -0.053856976 - inSlope: 0.0027805595 - outSlope: 0.0027805595 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6666667 - value: -0.053810086 - inSlope: 0.0028457148 - outSlope: 0.0028457148 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.68333334 - value: -0.05376212 - inSlope: 0.0029106466 - outSlope: 0.0029106466 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7 - value: -0.053713065 - inSlope: 0.002975355 - outSlope: 0.002975355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71666664 - value: -0.05366294 - inSlope: 0.0030398397 - outSlope: 0.0030398397 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7333333 - value: -0.053611737 - inSlope: 0.003103766 - outSlope: 0.003103766 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.74999994 - value: -0.053559482 - inSlope: 0.0031672448 - outSlope: 0.0031672448 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7666666 - value: -0.053506162 - inSlope: 0.0032308355 - outSlope: 0.0032308355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.78333324 - value: -0.053451788 - inSlope: 0.0032940912 - outSlope: 0.0032940912 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7999999 - value: -0.05339636 - inSlope: 0.003356676 - outSlope: 0.003356676 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81666654 - value: -0.0533399 - inSlope: 0.003418814 - outSlope: 0.003418814 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8333332 - value: -0.0532824 - inSlope: 0.003481287 - outSlope: 0.003481287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.84999985 - value: -0.053223856 - inSlope: 0.0035430896 - outSlope: 0.0035430896 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8666665 - value: -0.053164296 - inSlope: 0.0036043336 - outSlope: 0.0036043336 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.88333315 - value: -0.05310371 - inSlope: 0.0036655774 - outSlope: 0.0036655774 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8999998 - value: -0.05304211 - inSlope: 0.0037261506 - outSlope: 0.0037261506 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.91666645 - value: -0.052979507 - inSlope: 0.0037865005 - outSlope: 0.0037865005 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9333331 - value: -0.052915893 - inSlope: 0.0038467385 - outSlope: 0.0038467385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.94999975 - value: -0.052851282 - inSlope: 0.0039064176 - outSlope: 0.0039064176 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9666664 - value: -0.05278568 - inSlope: 0.0039662085 - outSlope: 0.0039662085 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.98333305 - value: -0.052719075 - inSlope: 0.0040251054 - outSlope: 0.0040251054 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9999997 - value: -0.05265151 - inSlope: 0.0040835477 - outSlope: 0.0040835477 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.0166664 - value: -0.052582957 - inSlope: 0.0041422215 - outSlope: 0.0041422215 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.0333331 - value: -0.052513435 - inSlope: 0.0042004553 - outSlope: 0.0042004553 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.0499997 - value: -0.05244294 - inSlope: 0.0042577875 - outSlope: 0.0042577875 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.0666664 - value: -0.05237151 - inSlope: 0.0043152315 - outSlope: 0.0043152315 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.083333 - value: -0.0522991 - inSlope: 0.004372787 - outSlope: 0.004372787 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.0999997 - value: -0.05222575 - inSlope: 0.004429002 - outSlope: 0.004429002 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.1166663 - value: -0.052151468 - inSlope: 0.00448544 - outSlope: 0.00448544 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.133333 - value: -0.052076235 - inSlope: 0.0045417664 - outSlope: 0.0045417664 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.1499996 - value: -0.052000076 - inSlope: 0.0045973104 - outSlope: 0.0045973104 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.1666663 - value: -0.051922992 - inSlope: 0.004652743 - outSlope: 0.004652743 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.1833329 - value: -0.051844984 - inSlope: 0.0047077285 - outSlope: 0.0047077285 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.1999996 - value: -0.051766068 - inSlope: 0.0047623785 - outSlope: 0.0047623785 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.2166662 - value: -0.05168624 - inSlope: 0.0048166933 - outSlope: 0.0048166933 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.2333329 - value: -0.05160551 - inSlope: 0.0048706727 - outSlope: 0.0048706727 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.2499995 - value: -0.051523883 - inSlope: 0.0049244286 - outSlope: 0.0049244286 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.2666662 - value: -0.051441364 - inSlope: 0.004977514 - outSlope: 0.004977514 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.2833328 - value: -0.051357966 - inSlope: 0.005030376 - outSlope: 0.005030376 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.2999995 - value: -0.051273685 - inSlope: 0.0050829025 - outSlope: 0.0050829025 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.3166661 - value: -0.051188536 - inSlope: 0.005135094 - outSlope: 0.005135094 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.3333328 - value: -0.051102515 - inSlope: 0.005187174 - outSlope: 0.005187174 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.3499994 - value: -0.05101563 - inSlope: 0.0052386946 - outSlope: 0.0052386946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.3666661 - value: -0.050927892 - inSlope: 0.005289992 - outSlope: 0.005289992 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.3833327 - value: -0.050839297 - inSlope: 0.0053407303 - outSlope: 0.0053407303 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.3999994 - value: -0.05074987 - inSlope: 0.0053910217 - outSlope: 0.0053910217 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.416666 - value: -0.050659597 - inSlope: 0.005441313 - outSlope: 0.005441313 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.4333327 - value: -0.05056849 - inSlope: 0.005491046 - outSlope: 0.005491046 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.4499993 - value: -0.050476562 - inSlope: 0.005540443 - outSlope: 0.005540443 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.466666 - value: -0.05038381 - inSlope: 0.005589617 - outSlope: 0.005589617 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.4833326 - value: -0.05029024 - inSlope: 0.005638344 - outSlope: 0.005638344 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.4999993 - value: -0.050195865 - inSlope: 0.0056867357 - outSlope: 0.0056867357 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.5166659 - value: -0.050100684 - inSlope: 0.0057345685 - outSlope: 0.0057345685 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.5333326 - value: -0.050004713 - inSlope: 0.005782401 - outSlope: 0.005782401 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.5499992 - value: -0.049907938 - inSlope: 0.005829787 - outSlope: 0.005829787 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.5666659 - value: -0.049810387 - inSlope: 0.005876502 - outSlope: 0.005876502 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.5833325 - value: -0.049712054 - inSlope: 0.005923217 - outSlope: 0.005923217 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.5999992 - value: -0.049612947 - inSlope: 0.0059694853 - outSlope: 0.0059694853 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.6166658 - value: -0.04951307 - inSlope: 0.006015418 - outSlope: 0.006015418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.6333325 - value: -0.049412433 - inSlope: 0.006060904 - outSlope: 0.006060904 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.6499991 - value: -0.04931104 - inSlope: 0.0061059427 - outSlope: 0.0061059427 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.6666658 - value: -0.0492089 - inSlope: 0.0061506466 - outSlope: 0.0061506466 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.6833324 - value: -0.04910602 - inSlope: 0.00619535 - outSlope: 0.00619535 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.6999991 - value: -0.04900239 - inSlope: 0.0062397183 - outSlope: 0.0062397183 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.7166657 - value: -0.04889803 - inSlope: 0.006283304 - outSlope: 0.006283304 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.7333324 - value: -0.048792947 - inSlope: 0.006326555 - outSlope: 0.006326555 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.749999 - value: -0.048687145 - inSlope: 0.006369582 - outSlope: 0.006369582 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.7666657 - value: -0.048580628 - inSlope: 0.0064123855 - outSlope: 0.0064123855 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.7833323 - value: -0.0484734 - inSlope: 0.006454854 - outSlope: 0.006454854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.799999 - value: -0.048365466 - inSlope: 0.0064967633 - outSlope: 0.0064967633 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.8166656 - value: -0.04825684 - inSlope: 0.0065383376 - outSlope: 0.0065383376 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.8333323 - value: -0.048147522 - inSlope: 0.006579577 - outSlope: 0.006579577 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.849999 - value: -0.04803752 - inSlope: 0.0066204807 - outSlope: 0.0066204807 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.8666656 - value: -0.04792684 - inSlope: 0.006661049 - outSlope: 0.006661049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.8833323 - value: -0.047815487 - inSlope: 0.006701394 - outSlope: 0.006701394 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.8999989 - value: -0.04770346 - inSlope: 0.00674118 - outSlope: 0.00674118 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.9166656 - value: -0.04759078 - inSlope: 0.006780519 - outSlope: 0.006780519 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.9333322 - value: -0.047477443 - inSlope: 0.006819858 - outSlope: 0.006819858 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.9499989 - value: -0.047363453 - inSlope: 0.0068587502 - outSlope: 0.0068587502 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.9666655 - value: -0.047248818 - inSlope: 0.0068970835 - outSlope: 0.0068970835 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.9833322 - value: -0.04713355 - inSlope: 0.0069350814 - outSlope: 0.0069350814 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.9999988 - value: -0.04701765 - inSlope: 0.006972744 - outSlope: 0.006972744 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.0166655 - value: -0.046901125 - inSlope: 0.007010295 - outSlope: 0.007010295 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.033332 - value: -0.046783973 - inSlope: 0.007047399 - outSlope: 0.007047399 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.0499988 - value: -0.046666212 - inSlope: 0.0070838323 - outSlope: 0.0070838323 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.0666654 - value: -0.046547845 - inSlope: 0.0071200426 - outSlope: 0.0071200426 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.083332 - value: -0.046428878 - inSlope: 0.0071562524 - outSlope: 0.0071562524 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.0999987 - value: -0.046309303 - inSlope: 0.0071919034 - outSlope: 0.0071919034 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.1166654 - value: -0.046189148 - inSlope: 0.0072269957 - outSlope: 0.0072269957 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.133332 - value: -0.046068404 - inSlope: 0.0072618644 - outSlope: 0.0072618644 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.1499987 - value: -0.045947086 - inSlope: 0.007296398 - outSlope: 0.007296398 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.1666653 - value: -0.04582519 - inSlope: 0.007330596 - outSlope: 0.007330596 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.183332 - value: -0.045702733 - inSlope: 0.0073645706 - outSlope: 0.0073645706 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.1999986 - value: -0.045579705 - inSlope: 0.00739821 - outSlope: 0.00739821 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.2166653 - value: -0.045456126 - inSlope: 0.007431179 - outSlope: 0.007431179 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.233332 - value: -0.045332 - inSlope: 0.0074638124 - outSlope: 0.0074638124 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.2499986 - value: -0.045207333 - inSlope: 0.007496334 - outSlope: 0.007496334 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.2666652 - value: -0.045082122 - inSlope: 0.0075285207 - outSlope: 0.0075285207 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.2833319 - value: -0.044956382 - inSlope: 0.007560149 - outSlope: 0.007560149 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.2999985 - value: -0.044830117 - inSlope: 0.007591665 - outSlope: 0.007591665 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.3166652 - value: -0.044703327 - inSlope: 0.007622622 - outSlope: 0.007622622 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.3333318 - value: -0.04457603 - inSlope: 0.007653132 - outSlope: 0.007653132 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.3499985 - value: -0.044448223 - inSlope: 0.007683642 - outSlope: 0.007683642 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.3666651 - value: -0.04431991 - inSlope: 0.0077137053 - outSlope: 0.0077137053 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.3833318 - value: -0.0441911 - inSlope: 0.007743433 - outSlope: 0.007743433 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.3999984 - value: -0.044061795 - inSlope: 0.0077728257 - outSlope: 0.0077728257 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.416665 - value: -0.043932006 - inSlope: 0.0078015476 - outSlope: 0.0078015476 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.4333317 - value: -0.043801744 - inSlope: 0.007830046 - outSlope: 0.007830046 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.4499984 - value: -0.043671004 - inSlope: 0.007858545 - outSlope: 0.007858545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.466665 - value: -0.043539792 - inSlope: 0.007886484 - outSlope: 0.007886484 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.4833317 - value: -0.043408122 - inSlope: 0.007913977 - outSlope: 0.007913977 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.4999983 - value: -0.043275993 - inSlope: 0.007941246 - outSlope: 0.007941246 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.516665 - value: -0.043143414 - inSlope: 0.007968068 - outSlope: 0.007968068 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.5333316 - value: -0.04301039 - inSlope: 0.007994667 - outSlope: 0.007994667 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.5499983 - value: -0.042876925 - inSlope: 0.008021042 - outSlope: 0.008021042 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.566665 - value: -0.042743023 - inSlope: 0.008046858 - outSlope: 0.008046858 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.5833316 - value: -0.042608697 - inSlope: 0.008072451 - outSlope: 0.008072451 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.5999982 - value: -0.042473942 - inSlope: 0.0080975965 - outSlope: 0.0080975965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.616665 - value: -0.042338777 - inSlope: 0.008122295 - outSlope: 0.008122295 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.6333315 - value: -0.0422032 - inSlope: 0.008146882 - outSlope: 0.008146882 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.6499982 - value: -0.042067215 - inSlope: 0.008171134 - outSlope: 0.008171134 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.6666648 - value: -0.04193083 - inSlope: 0.008194938 - outSlope: 0.008194938 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.6833315 - value: -0.04179405 - inSlope: 0.008218296 - outSlope: 0.008218296 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.6999981 - value: -0.041656885 - inSlope: 0.00824143 - outSlope: 0.00824143 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.7166648 - value: -0.041519336 - inSlope: 0.008264452 - outSlope: 0.008264452 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.7333314 - value: -0.041381404 - inSlope: 0.008287139 - outSlope: 0.008287139 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.749998 - value: -0.0412431 - inSlope: 0.008309156 - outSlope: 0.008309156 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.7666647 - value: -0.041104432 - inSlope: 0.00833095 - outSlope: 0.00833095 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.7833314 - value: -0.0409654 - inSlope: 0.008352519 - outSlope: 0.008352519 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.799998 - value: -0.040826015 - inSlope: 0.008373641 - outSlope: 0.008373641 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.8166647 - value: -0.04068628 - inSlope: 0.008394652 - outSlope: 0.008394652 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.8333313 - value: -0.040546194 - inSlope: 0.008415104 - outSlope: 0.008415104 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.849998 - value: -0.040405776 - inSlope: 0.008435109 - outSlope: 0.008435109 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.8666646 - value: -0.040265024 - inSlope: 0.0084551135 - outSlope: 0.0084551135 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.8833313 - value: -0.04012394 - inSlope: 0.0084745595 - outSlope: 0.0084745595 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.899998 - value: -0.03998254 - inSlope: 0.008493894 - outSlope: 0.008493894 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.9166646 - value: -0.03984081 - inSlope: 0.008512781 - outSlope: 0.008512781 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.9333313 - value: -0.03969878 - inSlope: 0.008531221 - outSlope: 0.008531221 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.949998 - value: -0.039556436 - inSlope: 0.00854955 - outSlope: 0.00854955 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.9666646 - value: -0.039413795 - inSlope: 0.008567431 - outSlope: 0.008567431 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.9833312 - value: -0.039270855 - inSlope: 0.008584977 - outSlope: 0.008584977 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.9999979 - value: -0.03912763 - inSlope: 0.0086023 - outSlope: 0.0086023 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.0166645 - value: -0.038984112 - inSlope: 0.008619287 - outSlope: 0.008619287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.0333312 - value: -0.03884032 - inSlope: 0.008636051 - outSlope: 0.008636051 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.0499978 - value: -0.038696244 - inSlope: 0.008652256 - outSlope: 0.008652256 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.0666645 - value: -0.03855191 - inSlope: 0.008668014 - outSlope: 0.008668014 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.083331 - value: -0.03840731 - inSlope: 0.008683995 - outSlope: 0.008683995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.0999978 - value: -0.038262445 - inSlope: 0.008699418 - outSlope: 0.008699418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.1166644 - value: -0.03811733 - inSlope: 0.008714394 - outSlope: 0.008714394 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.133331 - value: -0.037971966 - inSlope: 0.008729034 - outSlope: 0.008729034 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.1499977 - value: -0.037826363 - inSlope: 0.008743451 - outSlope: 0.008743451 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.1666644 - value: -0.037680518 - inSlope: 0.008757756 - outSlope: 0.008757756 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.183331 - value: -0.037534438 - inSlope: 0.008771502 - outSlope: 0.008771502 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.1999977 - value: -0.037388135 - inSlope: 0.008784913 - outSlope: 0.008784913 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.2166643 - value: -0.037241608 - inSlope: 0.008798213 - outSlope: 0.008798213 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.233331 - value: -0.03709486 - inSlope: 0.008811065 - outSlope: 0.008811065 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.2499976 - value: -0.036947906 - inSlope: 0.0088238055 - outSlope: 0.0088238055 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.2666643 - value: -0.036800735 - inSlope: 0.008835987 - outSlope: 0.008835987 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.283331 - value: -0.036653373 - inSlope: 0.008847834 - outSlope: 0.008847834 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.2999976 - value: -0.036505807 - inSlope: 0.00885968 - outSlope: 0.00885968 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.3166642 - value: -0.03635805 - inSlope: 0.008870856 - outSlope: 0.008870856 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.3333309 - value: -0.036210112 - inSlope: 0.008882032 - outSlope: 0.008882032 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.3499975 - value: -0.036061984 - inSlope: 0.008892984 - outSlope: 0.008892984 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.3666642 - value: -0.03591368 - inSlope: 0.008903154 - outSlope: 0.008903154 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.3833308 - value: -0.035765212 - inSlope: 0.008913324 - outSlope: 0.008913324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.3999975 - value: -0.03561657 - inSlope: 0.008923494 - outSlope: 0.008923494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.4166641 - value: -0.035467763 - inSlope: 0.008932994 - outSlope: 0.008932994 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.4333308 - value: -0.035318803 - inSlope: 0.008942158 - outSlope: 0.008942158 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.4499974 - value: -0.03516969 - inSlope: 0.00895121 - outSlope: 0.00895121 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.466664 - value: -0.03502043 - inSlope: 0.008960039 - outSlope: 0.008960039 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.4833307 - value: -0.034871023 - inSlope: 0.008968533 - outSlope: 0.008968533 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.4999974 - value: -0.03472148 - inSlope: 0.00897658 - outSlope: 0.00897658 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.516664 - value: -0.034571804 - inSlope: 0.008984291 - outSlope: 0.008984291 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.5333307 - value: -0.034422003 - inSlope: 0.008991891 - outSlope: 0.008991891 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.5499973 - value: -0.034272075 - inSlope: 0.008999378 - outSlope: 0.008999378 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.566664 - value: -0.034122024 - inSlope: 0.009006307 - outSlope: 0.009006307 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.5833306 - value: -0.033971865 - inSlope: 0.009012901 - outSlope: 0.009012901 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.5999973 - value: -0.033821594 - inSlope: 0.009019383 - outSlope: 0.009019383 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.616664 - value: -0.03367122 - inSlope: 0.00902553 - outSlope: 0.00902553 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.6333306 - value: -0.033520743 - inSlope: 0.009031453 - outSlope: 0.009031453 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.6499972 - value: -0.03337017 - inSlope: 0.009036929 - outSlope: 0.009036929 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.666664 - value: -0.033219513 - inSlope: 0.009042182 - outSlope: 0.009042182 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.6833305 - value: -0.033068765 - inSlope: 0.009047546 - outSlope: 0.009047546 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.6999972 - value: -0.032917928 - inSlope: 0.009052352 - outSlope: 0.009052352 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.7166638 - value: -0.03276702 - inSlope: 0.009056487 - outSlope: 0.009056487 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.7333305 - value: -0.032616045 - inSlope: 0.009060622 - outSlope: 0.009060622 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.7499971 - value: -0.032465 - inSlope: 0.009064757 - outSlope: 0.009064757 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.7666638 - value: -0.032313887 - inSlope: 0.009068781 - outSlope: 0.009068781 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.7833304 - value: -0.032162707 - inSlope: 0.00907191 - outSlope: 0.00907191 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.799997 - value: -0.03201149 - inSlope: 0.009075039 - outSlope: 0.009075039 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.8166637 - value: -0.031860206 - inSlope: 0.009078168 - outSlope: 0.009078168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.8333304 - value: -0.031708885 - inSlope: 0.009080515 - outSlope: 0.009080515 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.849997 - value: -0.031557523 - inSlope: 0.009082862 - outSlope: 0.009082862 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.8666637 - value: -0.031406123 - inSlope: 0.009085209 - outSlope: 0.009085209 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.8833303 - value: -0.031254683 - inSlope: 0.009087053 - outSlope: 0.009087053 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.899997 - value: -0.031103222 - inSlope: 0.009088562 - outSlope: 0.009088562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.9166636 - value: -0.03095173 - inSlope: 0.009089903 - outSlope: 0.009089903 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.9333303 - value: -0.030800225 - inSlope: 0.009090853 - outSlope: 0.009090853 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.949997 - value: -0.030648703 - inSlope: 0.009091691 - outSlope: 0.009091691 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.9666636 - value: -0.03049717 - inSlope: 0.009092362 - outSlope: 0.009092362 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.9833302 - value: -0.030345624 - inSlope: 0.009092865 - outSlope: 0.009092865 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.999997 - value: -0.030194074 - inSlope: 0.009093032 - outSlope: 0.009093032 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.0166636 - value: -0.030042524 - inSlope: 0.009092744 - outSlope: 0.009092744 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.0333304 - value: -0.02989098 - inSlope: 0.009091953 - outSlope: 0.009091953 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.0499973 - value: -0.029739454 - inSlope: 0.00909145 - outSlope: 0.00909145 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.066664 - value: -0.029587928 - inSlope: 0.009090779 - outSlope: 0.009090779 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.083331 - value: -0.029436424 - inSlope: 0.009089494 - outSlope: 0.009089494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.099998 - value: -0.029284941 - inSlope: 0.009088041 - outSlope: 0.009088041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.116665 - value: -0.029133486 - inSlope: 0.009086588 - outSlope: 0.009086588 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.133332 - value: -0.02898205 - inSlope: 0.0090846885 - outSlope: 0.0090846885 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.1499987 - value: -0.028830659 - inSlope: 0.009082342 - outSlope: 0.009082342 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.1666656 - value: -0.028679302 - inSlope: 0.00908033 - outSlope: 0.00908033 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.1833324 - value: -0.028527977 - inSlope: 0.009077815 - outSlope: 0.009077815 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.1999993 - value: -0.028376704 - inSlope: 0.00907463 - outSlope: 0.00907463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.216666 - value: -0.028225485 - inSlope: 0.009071613 - outSlope: 0.009071613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.233333 - value: -0.028074313 - inSlope: 0.009068819 - outSlope: 0.009068819 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.25 - value: -0.027923187 - inSlope: 0.009065354 - outSlope: 0.009065354 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.266667 - value: -0.02777213 - inSlope: 0.009061163 - outSlope: 0.009061163 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.283334 - value: -0.027621144 - inSlope: 0.009057419 - outSlope: 0.009057419 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.3000007 - value: -0.027470212 - inSlope: 0.00905334 - outSlope: 0.00905334 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.3166676 - value: -0.027319362 - inSlope: 0.00904887 - outSlope: 0.00904887 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.3333344 - value: -0.02716858 - inSlope: 0.0090443995 - outSlope: 0.0090443995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.3500013 - value: -0.027017878 - inSlope: 0.009039538 - outSlope: 0.009039538 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.366668 - value: -0.026867257 - inSlope: 0.009034453 - outSlope: 0.009034453 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.383335 - value: -0.026716726 - inSlope: 0.009029201 - outSlope: 0.009029201 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.400002 - value: -0.02656628 - inSlope: 0.009023893 - outSlope: 0.009023893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.416669 - value: -0.026415925 - inSlope: 0.009018249 - outSlope: 0.009018249 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.433336 - value: -0.026265668 - inSlope: 0.009012102 - outSlope: 0.009012102 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.4500027 - value: -0.026115518 - inSlope: 0.009006011 - outSlope: 0.009006011 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.4666696 - value: -0.025965463 - inSlope: 0.008999865 - outSlope: 0.008999865 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.4833364 - value: -0.025815519 - inSlope: 0.008993327 - outSlope: 0.008993327 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.5000033 - value: -0.025665682 - inSlope: 0.008986789 - outSlope: 0.008986789 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.51667 - value: -0.025515955 - inSlope: 0.008979804 - outSlope: 0.008979804 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.533337 - value: -0.025366351 - inSlope: 0.008972651 - outSlope: 0.008972651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.550004 - value: -0.025216863 - inSlope: 0.008965332 - outSlope: 0.008965332 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.566671 - value: -0.025067503 - inSlope: 0.0089577325 - outSlope: 0.0089577325 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.583338 - value: -0.024918268 - inSlope: 0.008950189 - outSlope: 0.008950189 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.6000047 - value: -0.024769159 - inSlope: 0.008942198 - outSlope: 0.008942198 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.6166716 - value: -0.02462019 - inSlope: 0.008934151 - outSlope: 0.008934151 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.6333385 - value: -0.02447135 - inSlope: 0.008926105 - outSlope: 0.008926105 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.6500053 - value: -0.02432265 - inSlope: 0.008917443 - outSlope: 0.008917443 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.666672 - value: -0.024174098 - inSlope: 0.00890867 - outSlope: 0.00890867 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.683339 - value: -0.02402569 - inSlope: 0.008900065 - outSlope: 0.008900065 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.700006 - value: -0.023877425 - inSlope: 0.008890845 - outSlope: 0.008890845 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.716673 - value: -0.023729324 - inSlope: 0.008881458 - outSlope: 0.008881458 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.73334 - value: -0.023581373 - inSlope: 0.008872238 - outSlope: 0.008872238 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.7500067 - value: -0.02343358 - inSlope: 0.008862627 - outSlope: 0.008862627 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.7666736 - value: -0.023285948 - inSlope: 0.0088530155 - outSlope: 0.0088530155 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.7833405 - value: -0.023138475 - inSlope: 0.008843069 - outSlope: 0.008843069 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.8000073 - value: -0.022991175 - inSlope: 0.008833011 - outSlope: 0.008833011 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.816674 - value: -0.022844037 - inSlope: 0.00882273 - outSlope: 0.00882273 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.833341 - value: -0.02269708 - inSlope: 0.008811945 - outSlope: 0.008811945 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.850008 - value: -0.022550302 - inSlope: 0.00880144 - outSlope: 0.00880144 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.866675 - value: -0.022403695 - inSlope: 0.008790879 - outSlope: 0.008790879 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.883342 - value: -0.022257268 - inSlope: 0.008779759 - outSlope: 0.008779759 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.9000087 - value: -0.022111032 - inSlope: 0.008768639 - outSlope: 0.008768639 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.9166756 - value: -0.021964977 - inSlope: 0.008757407 - outSlope: 0.008757407 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.9333425 - value: -0.021819115 - inSlope: 0.008745897 - outSlope: 0.008745897 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.9500093 - value: -0.021673443 - inSlope: 0.00873433 - outSlope: 0.00873433 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.966676 - value: -0.021527966 - inSlope: 0.008722483 - outSlope: 0.008722483 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.983343 - value: -0.02138269 - inSlope: 0.008710637 - outSlope: 0.008710637 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.00001 - value: -0.021237608 - inSlope: 0.008698679 - outSlope: 0.008698679 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.016677 - value: -0.02109273 - inSlope: 0.00868633 - outSlope: 0.00868633 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.033344 - value: -0.02094806 - inSlope: 0.008673813 - outSlope: 0.008673813 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.0500107 - value: -0.020803599 - inSlope: 0.00866124 - outSlope: 0.00866124 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.0666776 - value: -0.020659348 - inSlope: 0.0086486675 - outSlope: 0.0086486675 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.0833445 - value: -0.020515306 - inSlope: 0.008635871 - outSlope: 0.008635871 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.1000113 - value: -0.020371482 - inSlope: 0.008622739 - outSlope: 0.008622739 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.116678 - value: -0.020227877 - inSlope: 0.008609552 - outSlope: 0.008609552 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.133345 - value: -0.020084493 - inSlope: 0.008596477 - outSlope: 0.008596477 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.150012 - value: -0.019941324 - inSlope: 0.008583066 - outSlope: 0.008583066 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.166679 - value: -0.019798387 - inSlope: 0.0085694315 - outSlope: 0.0085694315 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.183346 - value: -0.019655673 - inSlope: 0.008555741 - outSlope: 0.008555741 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.2000127 - value: -0.019513192 - inSlope: 0.008541828 - outSlope: 0.008541828 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.2166796 - value: -0.019370941 - inSlope: 0.008527914 - outSlope: 0.008527914 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.2333465 - value: -0.019228924 - inSlope: 0.008513888 - outSlope: 0.008513888 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.2500134 - value: -0.019087141 - inSlope: 0.008499639 - outSlope: 0.008499639 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.2666802 - value: -0.018945599 - inSlope: 0.008485222 - outSlope: 0.008485222 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.283347 - value: -0.018804297 - inSlope: 0.008470694 - outSlope: 0.008470694 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.300014 - value: -0.018663239 - inSlope: 0.008456166 - outSlope: 0.008456166 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.316681 - value: -0.01852242 - inSlope: 0.008441358 - outSlope: 0.008441358 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.333348 - value: -0.018381856 - inSlope: 0.008426438 - outSlope: 0.008426438 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.3500147 - value: -0.018241536 - inSlope: 0.008411575 - outSlope: 0.008411575 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.3666816 - value: -0.018101467 - inSlope: 0.008396488 - outSlope: 0.008396488 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.3833485 - value: -0.01796165 - inSlope: 0.008381121 - outSlope: 0.008381121 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.4000154 - value: -0.017822092 - inSlope: 0.008365754 - outSlope: 0.008365754 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.4166822 - value: -0.017682787 - inSlope: 0.008350499 - outSlope: 0.008350499 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.433349 - value: -0.017543739 - inSlope: 0.008334909 - outSlope: 0.008334909 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.450016 - value: -0.017404953 - inSlope: 0.008319096 - outSlope: 0.008319096 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.466683 - value: -0.017266432 - inSlope: 0.008303282 - outSlope: 0.008303282 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.48335 - value: -0.017128173 - inSlope: 0.008287412 - outSlope: 0.008287412 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.5000167 - value: -0.016990181 - inSlope: 0.008271376 - outSlope: 0.008271376 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.5166836 - value: -0.016852457 - inSlope: 0.008255282 - outSlope: 0.008255282 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.5333505 - value: -0.016715001 - inSlope: 0.0082390215 - outSlope: 0.0082390215 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.5500174 - value: -0.01657782 - inSlope: 0.008222649 - outSlope: 0.008222649 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.5666842 - value: -0.01644091 - inSlope: 0.00820622 - outSlope: 0.00820622 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.583351 - value: -0.016304275 - inSlope: 0.008189904 - outSlope: 0.008189904 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.600018 - value: -0.016167909 - inSlope: 0.008173252 - outSlope: 0.008173252 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.616685 - value: -0.01603183 - inSlope: 0.008156321 - outSlope: 0.008156321 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.633352 - value: -0.015896028 - inSlope: 0.008139669 - outSlope: 0.008139669 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.6500187 - value: -0.015760504 - inSlope: 0.008122738 - outSlope: 0.008122738 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.6666856 - value: -0.015625266 - inSlope: 0.008105611 - outSlope: 0.008105611 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.6833525 - value: -0.015490313 - inSlope: 0.008088568 - outSlope: 0.008088568 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.7000194 - value: -0.015355644 - inSlope: 0.008071357 - outSlope: 0.008071357 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.7166862 - value: -0.015221264 - inSlope: 0.008054063 - outSlope: 0.008054063 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.733353 - value: -0.015087171 - inSlope: 0.008036769 - outSlope: 0.008036769 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.75002 - value: -0.014953368 - inSlope: 0.008019418 - outSlope: 0.008019418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.766687 - value: -0.014819854 - inSlope: 0.0080017885 - outSlope: 0.0080017885 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.783354 - value: -0.0146866385 - inSlope: 0.007984104 - outSlope: 0.007984104 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.8000207 - value: -0.014553714 - inSlope: 0.007966641 - outSlope: 0.007966641 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.8166876 - value: -0.01442108 - inSlope: 0.007948816 - outSlope: 0.007948816 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.8333545 - value: -0.01428875 - inSlope: 0.007930739 - outSlope: 0.007930739 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.8500214 - value: -0.014156719 - inSlope: 0.007912941 - outSlope: 0.007912941 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.8666883 - value: -0.014024981 - inSlope: 0.007895228 - outSlope: 0.007895228 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.883355 - value: -0.013893541 - inSlope: 0.007876984 - outSlope: 0.007876984 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.900022 - value: -0.013762412 - inSlope: 0.007858711 - outSlope: 0.007858711 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.916689 - value: -0.01363158 - inSlope: 0.007840663 - outSlope: 0.007840663 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.933356 - value: -0.013501053 - inSlope: 0.007822363 - outSlope: 0.007822363 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.9500227 - value: -0.0133708315 - inSlope: 0.0078039784 - outSlope: 0.0078039784 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.9666896 - value: -0.013240917 - inSlope: 0.0077856504 - outSlope: 0.0077856504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.9833565 - value: -0.013111306 - inSlope: 0.0077673504 - outSlope: 0.0077673504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.0000234 - value: -0.0129820015 - inSlope: 0.0077487705 - outSlope: 0.0077487705 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.0166903 - value: -0.012853011 - inSlope: 0.007729995 - outSlope: 0.007729995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.033357 - value: -0.012724332 - inSlope: 0.0077114436 - outSlope: 0.0077114436 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.050024 - value: -0.012595959 - inSlope: 0.007692892 - outSlope: 0.007692892 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.066691 - value: -0.012467898 - inSlope: 0.007673977 - outSlope: 0.007673977 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.083358 - value: -0.012340156 - inSlope: 0.0076551735 - outSlope: 0.0076551735 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.1000247 - value: -0.012212723 - inSlope: 0.0076364824 - outSlope: 0.0076364824 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.1166916 - value: -0.012085604 - inSlope: 0.007617372 - outSlope: 0.007617372 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.1333585 - value: -0.011958807 - inSlope: 0.007598429 - outSlope: 0.007598429 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.1500254 - value: -0.011832319 - inSlope: 0.0075796256 - outSlope: 0.0075796256 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.1666923 - value: -0.011706149 - inSlope: 0.00756046 - outSlope: 0.00756046 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.183359 - value: -0.0115803005 - inSlope: 0.007541321 - outSlope: 0.007541321 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.200026 - value: -0.0114547685 - inSlope: 0.0075222384 - outSlope: 0.0075222384 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.216693 - value: -0.011329556 - inSlope: 0.0075029605 - outSlope: 0.0075029605 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.23336 - value: -0.011204666 - inSlope: 0.0074836826 - outSlope: 0.0074836826 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.2500267 - value: -0.0110800965 - inSlope: 0.007464572 - outSlope: 0.007464572 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.2666936 - value: -0.010955844 - inSlope: 0.0074453494 - outSlope: 0.0074453494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.2833605 - value: -0.010831915 - inSlope: 0.007425904 - outSlope: 0.007425904 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.3000274 - value: -0.010708311 - inSlope: 0.0074064024 - outSlope: 0.0074064024 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.3166943 - value: -0.0105850315 - inSlope: 0.007387096 - outSlope: 0.007387096 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.333361 - value: -0.010462071 - inSlope: 0.007367734 - outSlope: 0.007367734 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.350028 - value: -0.010339437 - inSlope: 0.007348177 - outSlope: 0.007348177 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.366695 - value: -0.010217128 - inSlope: 0.0073286192 - outSlope: 0.0073286192 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.383362 - value: -0.0100951465 - inSlope: 0.0073091174 - outSlope: 0.0073091174 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.4000287 - value: -0.009973488 - inSlope: 0.007289532 - outSlope: 0.007289532 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.4166956 - value: -0.009852159 - inSlope: 0.007269947 - outSlope: 0.007269947 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.4333625 - value: -0.009731153 - inSlope: 0.007250501 - outSlope: 0.007250501 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.4500294 - value: -0.009610472 - inSlope: 0.0072307475 - outSlope: 0.0072307475 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.4666963 - value: -0.009490125 - inSlope: 0.007210939 - outSlope: 0.007210939 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.483363 - value: -0.009370104 - inSlope: 0.0071913814 - outSlope: 0.0071913814 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.50003 - value: -0.009250409 - inSlope: 0.007171656 - outSlope: 0.007171656 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.516697 - value: -0.009131046 - inSlope: 0.007151875 - outSlope: 0.007151875 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.533364 - value: -0.00901201 - inSlope: 0.007132262 - outSlope: 0.007132262 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.5500307 - value: -0.008893301 - inSlope: 0.0071125366 - outSlope: 0.0071125366 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.5666976 - value: -0.008774922 - inSlope: 0.0070926715 - outSlope: 0.0070926715 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.5833645 - value: -0.008656875 - inSlope: 0.007072779 - outSlope: 0.007072779 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.6000314 - value: -0.00853916 - inSlope: 0.007053054 - outSlope: 0.007053054 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.6166983 - value: -0.00842177 - inSlope: 0.0070333006 - outSlope: 0.0070333006 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.633365 - value: -0.008304713 - inSlope: 0.007013352 - outSlope: 0.007013352 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.650032 - value: -0.008187989 - inSlope: 0.0069935992 - outSlope: 0.0069935992 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.666699 - value: -0.00807159 - inSlope: 0.006973818 - outSlope: 0.006973818 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.683366 - value: -0.007955525 - inSlope: 0.006953841 - outSlope: 0.006953841 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.7000327 - value: -0.007839792 - inSlope: 0.006934158 - outSlope: 0.006934158 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.7166996 - value: -0.0077243834 - inSlope: 0.006914377 - outSlope: 0.006914377 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.7333665 - value: -0.00760931 - inSlope: 0.0068942886 - outSlope: 0.0068942886 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.7500334 - value: -0.0074945707 - inSlope: 0.006874368 - outSlope: 0.006874368 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.7667003 - value: -0.0073801614 - inSlope: 0.006854657 - outSlope: 0.006854657 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.783367 - value: -0.007266079 - inSlope: 0.006834834 - outSlope: 0.006834834 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.800034 - value: -0.0071523306 - inSlope: 0.006814843 - outSlope: 0.006814843 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.816701 - value: -0.0070389146 - inSlope: 0.0067950063 - outSlope: 0.0067950063 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.833368 - value: -0.0069258274 - inSlope: 0.0067752674 - outSlope: 0.0067752674 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.8500347 - value: -0.0068130693 - inSlope: 0.006755151 - outSlope: 0.006755151 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.8667016 - value: -0.0067006527 - inSlope: 0.006735342 - outSlope: 0.006735342 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.8833685 - value: -0.006588555 - inSlope: 0.006715771 - outSlope: 0.006715771 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.9000354 - value: -0.0064767906 - inSlope: 0.006695724 - outSlope: 0.006695724 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.9167023 - value: -0.006365361 - inSlope: 0.006675831 - outSlope: 0.006675831 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.933369 - value: -0.00625426 - inSlope: 0.006656204 - outSlope: 0.006656204 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.950036 - value: -0.0061434847 - inSlope: 0.006636353 - outSlope: 0.006636353 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.966703 - value: -0.0060330452 - inSlope: 0.0066163903 - outSlope: 0.0066163903 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.98337 - value: -0.0059229354 - inSlope: 0.006596763 - outSlope: 0.006596763 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.0000367 - value: -0.00581315 - inSlope: 0.00657708 - outSlope: 0.00657708 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.0167036 - value: -0.0057036965 - inSlope: 0.006557201 - outSlope: 0.006557201 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.0333705 - value: -0.005594574 - inSlope: 0.006537364 - outSlope: 0.006537364 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.0500374 - value: -0.0054857815 - inSlope: 0.006517695 - outSlope: 0.006517695 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.0667043 - value: -0.0053773145 - inSlope: 0.0064980537 - outSlope: 0.0064980537 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.083371 - value: -0.005269177 - inSlope: 0.0064781606 - outSlope: 0.0064781606 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.100038 - value: -0.005161373 - inSlope: 0.0064585195 - outSlope: 0.0064585195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.116705 - value: -0.00505389 - inSlope: 0.006439088 - outSlope: 0.006439088 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.133372 - value: -0.004946734 - inSlope: 0.0064193066 - outSlope: 0.0064193066 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.1500387 - value: -0.00483991 - inSlope: 0.006399721 - outSlope: 0.006399721 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.1667056 - value: -0.004733407 - inSlope: 0.0063802474 - outSlope: 0.0063802474 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.1833725 - value: -0.0046272324 - inSlope: 0.0063604806 - outSlope: 0.0063604806 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.2000394 - value: -0.004521388 - inSlope: 0.006340839 - outSlope: 0.006340839 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.2167063 - value: -0.0044158683 - inSlope: 0.0063214907 - outSlope: 0.0063214907 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.233373 - value: -0.004310669 - inSlope: 0.006301934 - outSlope: 0.006301934 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.25004 - value: -0.004205801 - inSlope: 0.006282334 - outSlope: 0.006282334 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.266707 - value: -0.004101255 - inSlope: 0.006263056 - outSlope: 0.006263056 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.283374 - value: -0.0039970297 - inSlope: 0.006243729 - outSlope: 0.006243729 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.3000407 - value: -0.003893128 - inSlope: 0.0062242486 - outSlope: 0.0062242486 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.3167076 - value: -0.003789552 - inSlope: 0.0062047746 - outSlope: 0.0062047746 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.3333745 - value: -0.0036862993 - inSlope: 0.00618551 - outSlope: 0.00618551 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.3500414 - value: -0.0035833656 - inSlope: 0.0061661834 - outSlope: 0.0061661834 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.3667083 - value: -0.0034807571 - inSlope: 0.006146849 - outSlope: 0.006146849 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.383375 - value: -0.0033784679 - inSlope: 0.0061276415 - outSlope: 0.0061276415 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.400042 - value: -0.0032764997 - inSlope: 0.006108461 - outSlope: 0.006108461 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.416709 - value: -0.0031748498 - inSlope: 0.00608919 - outSlope: 0.00608919 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.433376 - value: -0.003073524 - inSlope: 0.006070163 - outSlope: 0.006070163 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.4500427 - value: -0.0029725083 - inSlope: 0.0060511995 - outSlope: 0.0060511995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.4667096 - value: -0.0028718146 - inSlope: 0.006031893 - outSlope: 0.006031893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.4833765 - value: -0.0027714425 - inSlope: 0.0060128737 - outSlope: 0.0060128737 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.5000434 - value: -0.0026713829 - inSlope: 0.00599377 - outSlope: 0.00599377 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.5167103 - value: -0.0025716475 - inSlope: 0.0059747854 - outSlope: 0.0059747854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.533377 - value: -0.0024722207 - inSlope: 0.0059559895 - outSlope: 0.0059559895 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.550044 - value: -0.002373112 - inSlope: 0.0059370394 - outSlope: 0.0059370394 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.566711 - value: -0.0022743167 - inSlope: 0.005918243 - outSlope: 0.005918243 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.583378 - value: -0.0021758345 - inSlope: 0.0058993073 - outSlope: 0.0058993073 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.6000447 - value: -0.0020776705 - inSlope: 0.005880504 - outSlope: 0.005880504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.6167116 - value: -0.001979815 - inSlope: 0.005861792 - outSlope: 0.005861792 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.6333785 - value: -0.0018822749 - inSlope: 0.0058430936 - outSlope: 0.0058430936 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.6500454 - value: -0.0017850427 - inSlope: 0.0058245417 - outSlope: 0.0058245417 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.6667123 - value: -0.0016881209 - inSlope: 0.00580577 - outSlope: 0.00580577 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.683379 - value: -0.0015915144 - inSlope: 0.005787089 - outSlope: 0.005787089 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.700046 - value: -0.0014952153 - inSlope: 0.0057686456 - outSlope: 0.0057686456 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.716713 - value: -0.0013992237 - inSlope: 0.0057501914 - outSlope: 0.0057501914 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.73338 - value: -0.0013035397 - inSlope: 0.005731675 - outSlope: 0.005731675 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.7500467 - value: -0.0012081653 - inSlope: 0.0057131755 - outSlope: 0.0057131755 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.7667136 - value: -0.001113098 - inSlope: 0.0056949067 - outSlope: 0.0056949067 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.7833805 - value: -0.0010183326 - inSlope: 0.005676493 - outSlope: 0.005676493 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.8000474 - value: -0.00092387904 - inSlope: 0.0056580864 - outSlope: 0.0056580864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.8167143 - value: -0.00082972716 - inSlope: 0.005639919 - outSlope: 0.005639919 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.833381 - value: -0.00073587924 - inSlope: 0.0056217634 - outSlope: 0.0056217634 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.850048 - value: -0.00064233254 - inSlope: 0.0056035384 - outSlope: 0.0056035384 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.866715 - value: -0.00054909213 - inSlope: 0.005585321 - outSlope: 0.005585321 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.883382 - value: -0.0004561527 - inSlope: 0.0055672666 - outSlope: 0.0055672666 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.9000487 - value: -0.0003635141 - inSlope: 0.00554922 - outSlope: 0.00554922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.9167156 - value: -0.00027117622 - inSlope: 0.0055312593 - outSlope: 0.0055312593 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.9333825 - value: -0.00017913632 - inSlope: 0.0055133114 - outSlope: 0.0055133114 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.9500494 - value: -0.000087396715 - inSlope: 0.005495372 - outSlope: 0.005495372 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.9667163 - value: 0.000004045208 - inSlope: 0.0054774424 - outSlope: 0.0054774424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.983383 - value: 0.00009518714 - inSlope: 0.0054596015 - outSlope: 0.0054596015 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.00005 - value: 0.00018603176 - inSlope: 0.0054419967 - outSlope: 0.0054419967 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.016716 - value: 0.00027658427 - inSlope: 0.0054241 - outSlope: 0.0054241 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.033382 - value: 0.00036683233 - inSlope: 0.0054062856 - outSlope: 0.0054062856 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.050049 - value: 0.00045679105 - inSlope: 0.005388859 - outSlope: 0.005388859 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.066715 - value: 0.00054645824 - inSlope: 0.0053712223 - outSlope: 0.0053712223 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.083382 - value: 0.00063582906 - inSlope: 0.005353584 - outSlope: 0.005353584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.100048 - value: 0.0007249083 - inSlope: 0.005336116 - outSlope: 0.005336116 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.1167145 - value: 0.0008136969 - inSlope: 0.005318586 - outSlope: 0.005318586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.133381 - value: 0.0009021918 - inSlope: 0.0053010546 - outSlope: 0.0053010546 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.150047 - value: 0.000990396 - inSlope: 0.0052837934 - outSlope: 0.0052837934 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.166714 - value: 0.0010783155 - inSlope: 0.0052765654 - outSlope: 0.0052765654 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.18338 - value: 0.0011662788 - inSlope: 0.0052892296 - outSlope: 0.0052892296 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.200047 - value: 0.0012546205 - inSlope: 0.0053119063 - outSlope: 0.0053119063 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.216713 - value: 0.0013433397 - inSlope: 0.0053345235 - outSlope: 0.0053345235 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.233379 - value: 0.0014324352 - inSlope: 0.0053571025 - outSlope: 0.0053571025 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.250046 - value: 0.001521907 - inSlope: 0.005379637 - outSlope: 0.005379637 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.266712 - value: 0.0016117537 - inSlope: 0.0054021142 - outSlope: 0.0054021142 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.283379 - value: 0.0017019748 - inSlope: 0.0054245535 - outSlope: 0.0054245535 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.300045 - value: 0.0017925694 - inSlope: 0.0054469337 - outSlope: 0.0054469337 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.316711 - value: 0.0018835365 - inSlope: 0.005469268 - outSlope: 0.005469268 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.333378 - value: 0.0019748756 - inSlope: 0.0054915613 - outSlope: 0.0054915613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.350044 - value: 0.0020665857 - inSlope: 0.005513805 - outSlope: 0.005513805 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.366711 - value: 0.0021586663 - inSlope: 0.005536017 - outSlope: 0.005536017 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.383377 - value: 0.0022511168 - inSlope: 0.0055581667 - outSlope: 0.0055581667 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.4000435 - value: 0.0023439357 - inSlope: 0.0055802744 - outSlope: 0.0055802744 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.41671 - value: 0.002437123 - inSlope: 0.0056023328 - outSlope: 0.0056023328 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.433376 - value: 0.0025306772 - inSlope: 0.0056243427 - outSlope: 0.0056243427 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.450043 - value: 0.0026245983 - inSlope: 0.0056463177 - outSlope: 0.0056463177 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.466709 - value: 0.002718885 - inSlope: 0.0056682155 - outSlope: 0.0056682155 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.483376 - value: 0.002813536 - inSlope: 0.0056900997 - outSlope: 0.0056900997 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.500042 - value: 0.002908552 - inSlope: 0.005711942 - outSlope: 0.005711942 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.516708 - value: 0.0030039311 - inSlope: 0.0057337144 - outSlope: 0.0057337144 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.533375 - value: 0.003099673 - inSlope: 0.005755459 - outSlope: 0.005755459 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.550041 - value: 0.0031957768 - inSlope: 0.0057771336 - outSlope: 0.0057771336 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.566708 - value: 0.0032922411 - inSlope: 0.005798766 - outSlope: 0.005798766 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.583374 - value: 0.003389066 - inSlope: 0.0058203777 - outSlope: 0.0058203777 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.60004 - value: 0.0034862508 - inSlope: 0.005841919 - outSlope: 0.005841919 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.616707 - value: 0.0035837938 - inSlope: 0.00586344 - outSlope: 0.00586344 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.633373 - value: 0.0036816958 - inSlope: 0.005884884 - outSlope: 0.005884884 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.65004 - value: 0.0037799536 - inSlope: 0.0059063006 - outSlope: 0.0059063006 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.666706 - value: 0.0038785695 - inSlope: 0.005927696 - outSlope: 0.005927696 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.6833725 - value: 0.0039775404 - inSlope: 0.005948986 - outSlope: 0.005948986 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.700039 - value: 0.004076866 - inSlope: 0.0059702694 - outSlope: 0.0059702694 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.716705 - value: 0.0041765464 - inSlope: 0.0059915176 - outSlope: 0.0059915176 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.733372 - value: 0.00427658 - inSlope: 0.0060126823 - outSlope: 0.0060126823 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.750038 - value: 0.004376966 - inSlope: 0.006033805 - outSlope: 0.006033805 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.766705 - value: 0.004477704 - inSlope: 0.0060548997 - outSlope: 0.0060548997 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.783371 - value: 0.004578793 - inSlope: 0.0060759527 - outSlope: 0.0060759527 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.800037 - value: 0.0046802326 - inSlope: 0.00609695 - outSlope: 0.00609695 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.816704 - value: 0.0047820215 - inSlope: 0.0061178766 - outSlope: 0.0061178766 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.83337 - value: 0.0048841587 - inSlope: 0.006138804 - outSlope: 0.006138804 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.850037 - value: 0.004986645 - inSlope: 0.0061596334 - outSlope: 0.0061596334 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.866703 - value: 0.0050894767 - inSlope: 0.0061804345 - outSlope: 0.0061804345 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.883369 - value: 0.0051926565 - inSlope: 0.0062012365 - outSlope: 0.0062012365 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.900036 - value: 0.0052961814 - inSlope: 0.00622194 - outSlope: 0.00622194 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.916702 - value: 0.0054000514 - inSlope: 0.006242601 - outSlope: 0.006242601 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.933369 - value: 0.005504265 - inSlope: 0.0062632216 - outSlope: 0.0062632216 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.950035 - value: 0.005608822 - inSlope: 0.006283799 - outSlope: 0.006283799 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.9667015 - value: 0.0057137217 - inSlope: 0.006304293 - outSlope: 0.006304293 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.983368 - value: 0.005818962 - inSlope: 0.0063247457 - outSlope: 0.0063247457 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.000034 - value: 0.0059245434 - inSlope: 0.0063451836 - outSlope: 0.0063451836 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.016701 - value: 0.006030465 - inSlope: 0.0063655796 - outSlope: 0.0063655796 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.033367 - value: 0.006136726 - inSlope: 0.0063859066 - outSlope: 0.0063859066 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.050034 - value: 0.0062433253 - inSlope: 0.006406177 - outSlope: 0.006406177 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.0667 - value: 0.006350262 - inSlope: 0.006426419 - outSlope: 0.006426419 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.083366 - value: 0.006457536 - inSlope: 0.0064465925 - outSlope: 0.0064465925 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.100033 - value: 0.006565145 - inSlope: 0.006466695 - outSlope: 0.006466695 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.116699 - value: 0.006673089 - inSlope: 0.0064867837 - outSlope: 0.0064867837 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.133366 - value: 0.006781368 - inSlope: 0.0065068174 - outSlope: 0.0065068174 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.150032 - value: 0.00688998 - inSlope: 0.0065268083 - outSlope: 0.0065268083 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.166698 - value: 0.006998925 - inSlope: 0.006546757 - outSlope: 0.006546757 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.183365 - value: 0.0071082017 - inSlope: 0.006566567 - outSlope: 0.006566567 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.200031 - value: 0.007217807 - inSlope: 0.0065863486 - outSlope: 0.0065863486 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.216698 - value: 0.0073277433 - inSlope: 0.006606186 - outSlope: 0.006606186 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.233364 - value: 0.00743801 - inSlope: 0.0066259815 - outSlope: 0.0066259815 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.2500305 - value: 0.007548606 - inSlope: 0.0066455957 - outSlope: 0.0066455957 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.266697 - value: 0.0076595265 - inSlope: 0.0066651674 - outSlope: 0.0066651674 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.283363 - value: 0.007770775 - inSlope: 0.0066847536 - outSlope: 0.0066847536 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.30003 - value: 0.007882348 - inSlope: 0.006704228 - outSlope: 0.006704228 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.316696 - value: 0.007994246 - inSlope: 0.00672373 - outSlope: 0.00672373 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.333363 - value: 0.008106469 - inSlope: 0.0067431484 - outSlope: 0.0067431484 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.350029 - value: 0.008219014 - inSlope: 0.006762455 - outSlope: 0.006762455 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.366695 - value: 0.008331881 - inSlope: 0.0067817336 - outSlope: 0.0067817336 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.383362 - value: 0.008445068 - inSlope: 0.0068009845 - outSlope: 0.0068009845 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.400028 - value: 0.008558577 - inSlope: 0.0068201795 - outSlope: 0.0068201795 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.416695 - value: 0.008672404 - inSlope: 0.0068392344 - outSlope: 0.0068392344 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.433361 - value: 0.008786548 - inSlope: 0.006858317 - outSlope: 0.006858317 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.450027 - value: 0.008901011 - inSlope: 0.006877457 - outSlope: 0.006877457 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.466694 - value: 0.009015793 - inSlope: 0.0068964 - outSlope: 0.0068964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.48336 - value: 0.009130888 - inSlope: 0.0069152312 - outSlope: 0.0069152312 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.500027 - value: 0.009246297 - inSlope: 0.0069340914 - outSlope: 0.0069340914 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.516693 - value: 0.0093620205 - inSlope: 0.006952867 - outSlope: 0.006952867 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.53336 - value: 0.009478056 - inSlope: 0.0069715586 - outSlope: 0.0069715586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.550026 - value: 0.009594402 - inSlope: 0.0069902227 - outSlope: 0.0069902227 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.566692 - value: 0.00971106 - inSlope: 0.007008859 - outSlope: 0.007008859 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.583359 - value: 0.009828027 - inSlope: 0.007027411 - outSlope: 0.007027411 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.600025 - value: 0.009945303 - inSlope: 0.0070459354 - outSlope: 0.0070459354 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.616692 - value: 0.010062888 - inSlope: 0.00706432 - outSlope: 0.00706432 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.633358 - value: 0.010180777 - inSlope: 0.0070826206 - outSlope: 0.0070826206 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.650024 - value: 0.010298972 - inSlope: 0.007101033 - outSlope: 0.007101033 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.666691 - value: 0.010417474 - inSlope: 0.0071192784 - outSlope: 0.0071192784 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.683357 - value: 0.010536278 - inSlope: 0.0071373833 - outSlope: 0.0071373833 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.700024 - value: 0.010655384 - inSlope: 0.0071554603 - outSlope: 0.0071554603 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.71669 - value: 0.010774789 - inSlope: 0.0071735936 - outSlope: 0.0071735936 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.733356 - value: 0.0108945 - inSlope: 0.007191643 - outSlope: 0.007191643 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.750023 - value: 0.011014507 - inSlope: 0.0072095525 - outSlope: 0.0072095525 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.766689 - value: 0.0111348145 - inSlope: 0.0072274343 - outSlope: 0.0072274343 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.783356 - value: 0.011255418 - inSlope: 0.0072451485 - outSlope: 0.0072451485 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.800022 - value: 0.011376316 - inSlope: 0.0072628343 - outSlope: 0.0072628343 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.816689 - value: 0.011497509 - inSlope: 0.007280576 - outSlope: 0.007280576 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.833355 - value: 0.011618998 - inSlope: 0.0072981785 - outSlope: 0.0072981785 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.850021 - value: 0.011740778 - inSlope: 0.007315725 - outSlope: 0.007315725 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.866688 - value: 0.011862852 - inSlope: 0.0073331315 - outSlope: 0.0073331315 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.883354 - value: 0.011985212 - inSlope: 0.0073505663 - outSlope: 0.0073505663 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.900021 - value: 0.012107867 - inSlope: 0.0073679453 - outSlope: 0.0073679453 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.916687 - value: 0.012230806 - inSlope: 0.007385128 - outSlope: 0.007385128 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.933353 - value: 0.012354034 - inSlope: 0.007402339 - outSlope: 0.007402339 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.95002 - value: 0.012477547 - inSlope: 0.0074193827 - outSlope: 0.0074193827 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.966686 - value: 0.012601343 - inSlope: 0.0074364264 - outSlope: 0.0074364264 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.983353 - value: 0.012725424 - inSlope: 0.0074534416 - outSlope: 0.0074534416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.000019 - value: 0.012849787 - inSlope: 0.0074704015 - outSlope: 0.0074704015 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.0166855 - value: 0.012974434 - inSlope: 0.0074873054 - outSlope: 0.0074873054 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.033352 - value: 0.01309936 - inSlope: 0.0075039295 - outSlope: 0.0075039295 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.050018 - value: 0.013224561 - inSlope: 0.0075206375 - outSlope: 0.0075206375 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.066685 - value: 0.013350044 - inSlope: 0.007537346 - outSlope: 0.007537346 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.083351 - value: 0.013475802 - inSlope: 0.007553775 - outSlope: 0.007553775 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.100018 - value: 0.013601833 - inSlope: 0.0075702313 - outSlope: 0.0075702313 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.116684 - value: 0.013728139 - inSlope: 0.00758666 - outSlope: 0.00758666 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.13335 - value: 0.013854718 - inSlope: 0.007603005 - outSlope: 0.007603005 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.150017 - value: 0.013981569 - inSlope: 0.0076191546 - outSlope: 0.0076191546 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.166683 - value: 0.014108686 - inSlope: 0.007635248 - outSlope: 0.007635248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.18335 - value: 0.014236073 - inSlope: 0.007651425 - outSlope: 0.007651425 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.200016 - value: 0.014363729 - inSlope: 0.0076674633 - outSlope: 0.0076674633 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.216682 - value: 0.014491651 - inSlope: 0.007683305 - outSlope: 0.007683305 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.233349 - value: 0.014619836 - inSlope: 0.007699147 - outSlope: 0.007699147 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.250015 - value: 0.0147482855 - inSlope: 0.0077149333 - outSlope: 0.0077149333 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.266682 - value: 0.014876996 - inSlope: 0.007730608 - outSlope: 0.007730608 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.283348 - value: 0.0150059685 - inSlope: 0.007746226 - outSlope: 0.007746226 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.3000145 - value: 0.0151352 - inSlope: 0.0077617327 - outSlope: 0.0077617327 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.316681 - value: 0.015264689 - inSlope: 0.007777184 - outSlope: 0.007777184 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.333347 - value: 0.015394435 - inSlope: 0.0077924114 - outSlope: 0.0077924114 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.350014 - value: 0.015524432 - inSlope: 0.0078077223 - outSlope: 0.0078077223 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.36668 - value: 0.015654689 - inSlope: 0.007822949 - outSlope: 0.007822949 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.383347 - value: 0.015785193 - inSlope: 0.007838037 - outSlope: 0.007838037 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.400013 - value: 0.015915953 - inSlope: 0.007853069 - outSlope: 0.007853069 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.416679 - value: 0.016046958 - inSlope: 0.007867877 - outSlope: 0.007867877 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.433346 - value: 0.016178211 - inSlope: 0.007882741 - outSlope: 0.007882741 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.450012 - value: 0.016309712 - inSlope: 0.00789755 - outSlope: 0.00789755 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.466679 - value: 0.016441459 - inSlope: 0.007912191 - outSlope: 0.007912191 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.483345 - value: 0.016573448 - inSlope: 0.007926775 - outSlope: 0.007926775 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.500011 - value: 0.01670568 - inSlope: 0.007941248 - outSlope: 0.007941248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.516678 - value: 0.016838152 - inSlope: 0.007955553 - outSlope: 0.007955553 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.533344 - value: 0.016970862 - inSlope: 0.007969858 - outSlope: 0.007969858 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.550011 - value: 0.01710381 - inSlope: 0.007984052 - outSlope: 0.007984052 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.566677 - value: 0.017236993 - inSlope: 0.007998134 - outSlope: 0.007998134 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.5833435 - value: 0.01737041 - inSlope: 0.008012216 - outSlope: 0.008012216 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.60001 - value: 0.017504063 - inSlope: 0.0080261305 - outSlope: 0.0080261305 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.616676 - value: 0.017637944 - inSlope: 0.008039933 - outSlope: 0.008039933 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.633343 - value: 0.017772056 - inSlope: 0.008053679 - outSlope: 0.008053679 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.650009 - value: 0.017906396 - inSlope: 0.008067314 - outSlope: 0.008067314 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.666676 - value: 0.018040963 - inSlope: 0.008080892 - outSlope: 0.008080892 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.683342 - value: 0.018175755 - inSlope: 0.008094248 - outSlope: 0.008094248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.700008 - value: 0.018310767 - inSlope: 0.008107659 - outSlope: 0.008107659 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.716675 - value: 0.018446006 - inSlope: 0.008120903 - outSlope: 0.008120903 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.733341 - value: 0.01858146 - inSlope: 0.008133867 - outSlope: 0.008133867 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.750008 - value: 0.01871713 - inSlope: 0.008147111 - outSlope: 0.008147111 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.766674 - value: 0.018853026 - inSlope: 0.008159963 - outSlope: 0.008159963 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.78334 - value: 0.018989125 - inSlope: 0.00817276 - outSlope: 0.00817276 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.800007 - value: 0.019125447 - inSlope: 0.008185668 - outSlope: 0.008185668 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.816673 - value: 0.019261977 - inSlope: 0.008198241 - outSlope: 0.008198241 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.83334 - value: 0.019398717 - inSlope: 0.008210758 - outSlope: 0.008210758 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.850006 - value: 0.019535664 - inSlope: 0.008223052 - outSlope: 0.008223052 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.8666725 - value: 0.019672815 - inSlope: 0.008235457 - outSlope: 0.008235457 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.883339 - value: 0.019810176 - inSlope: 0.008247695 - outSlope: 0.008247695 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.900005 - value: 0.019947734 - inSlope: 0.008259765 - outSlope: 0.008259765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.916672 - value: 0.020085497 - inSlope: 0.0082719475 - outSlope: 0.0082719475 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.933338 - value: 0.020223461 - inSlope: 0.008283794 - outSlope: 0.008283794 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.950005 - value: 0.02036162 - inSlope: 0.008295529 - outSlope: 0.008295529 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.966671 - value: 0.020499974 - inSlope: 0.008307096 - outSlope: 0.008307096 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.983337 - value: 0.020638518 - inSlope: 0.0083187185 - outSlope: 0.0083187185 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.000004 - value: 0.02077726 - inSlope: 0.00833023 - outSlope: 0.00833023 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.01667 - value: 0.020916188 - inSlope: 0.008341574 - outSlope: 0.008341574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.033337 - value: 0.02105531 - inSlope: 0.008352806 - outSlope: 0.008352806 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.050003 - value: 0.02119461 - inSlope: 0.00836387 - outSlope: 0.00836387 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.066669 - value: 0.0213341 - inSlope: 0.008374878 - outSlope: 0.008374878 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.083336 - value: 0.02147377 - inSlope: 0.008385719 - outSlope: 0.008385719 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.100002 - value: 0.02161362 - inSlope: 0.008396616 - outSlope: 0.008396616 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.116669 - value: 0.021753652 - inSlope: 0.008407177 - outSlope: 0.008407177 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.133335 - value: 0.021893855 - inSlope: 0.008417627 - outSlope: 0.008417627 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.150002 - value: 0.022034235 - inSlope: 0.0084283 - outSlope: 0.0084283 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.166668 - value: 0.022174794 - inSlope: 0.0084386375 - outSlope: 0.0084386375 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.183334 - value: 0.022315519 - inSlope: 0.008448752 - outSlope: 0.008448752 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.200001 - value: 0.022456415 - inSlope: 0.008458811 - outSlope: 0.008458811 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.216667 - value: 0.022597475 - inSlope: 0.008468534 - outSlope: 0.008468534 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.233334 - value: 0.022738695 - inSlope: 0.0084784245 - outSlope: 0.0084784245 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.25 - value: 0.022880085 - inSlope: 0.008488371 - outSlope: 0.008488371 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.266666 - value: 0.023021637 - inSlope: 0.0084978705 - outSlope: 0.0084978705 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.283333 - value: 0.023163343 - inSlope: 0.008507202 - outSlope: 0.008507202 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.299999 - value: 0.023305206 - inSlope: 0.008516647 - outSlope: 0.008516647 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.316666 - value: 0.023447227 - inSlope: 0.008525867 - outSlope: 0.008525867 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.333332 - value: 0.023589397 - inSlope: 0.0085349195 - outSlope: 0.0085349195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.349998 - value: 0.02373172 - inSlope: 0.008543916 - outSlope: 0.008543916 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.366665 - value: 0.02387419 - inSlope: 0.008552801 - outSlope: 0.008552801 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.383331 - value: 0.024016809 - inSlope: 0.00856135 - outSlope: 0.00856135 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.399998 - value: 0.024159564 - inSlope: 0.008569956 - outSlope: 0.008569956 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.416664 - value: 0.02430247 - inSlope: 0.008578505 - outSlope: 0.008578505 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.433331 - value: 0.02444551 - inSlope: 0.008586665 - outSlope: 0.008586665 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.449997 - value: 0.024588687 - inSlope: 0.008594935 - outSlope: 0.008594935 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.466663 - value: 0.024732003 - inSlope: 0.008603037 - outSlope: 0.008603037 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.48333 - value: 0.02487545 - inSlope: 0.008610916 - outSlope: 0.008610916 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.499996 - value: 0.02501903 - inSlope: 0.008618684 - outSlope: 0.008618684 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.516663 - value: 0.025162736 - inSlope: 0.008626507 - outSlope: 0.008626507 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.533329 - value: 0.025306575 - inSlope: 0.008634051 - outSlope: 0.008634051 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.549995 - value: 0.025450533 - inSlope: 0.00864126 - outSlope: 0.00864126 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.566662 - value: 0.025594613 - inSlope: 0.008648412 - outSlope: 0.008648412 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.583328 - value: 0.02573881 - inSlope: 0.008655621 - outSlope: 0.008655621 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.599995 - value: 0.025883129 - inSlope: 0.008662717 - outSlope: 0.008662717 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.616661 - value: 0.026027562 - inSlope: 0.008669479 - outSlope: 0.008669479 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.6333275 - value: 0.026172107 - inSlope: 0.00867624 - outSlope: 0.00867624 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.649994 - value: 0.026316766 - inSlope: 0.008682778 - outSlope: 0.008682778 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.66666 - value: 0.026461529 - inSlope: 0.00868926 - outSlope: 0.00868926 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.683327 - value: 0.026606403 - inSlope: 0.008695463 - outSlope: 0.008695463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.699993 - value: 0.026751373 - inSlope: 0.0087015545 - outSlope: 0.0087015545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.71666 - value: 0.02689645 - inSlope: 0.008707534 - outSlope: 0.008707534 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.733326 - value: 0.02704162 - inSlope: 0.008713513 - outSlope: 0.008713513 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.749992 - value: 0.027186897 - inSlope: 0.008719212 - outSlope: 0.008719212 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.766659 - value: 0.027332256 - inSlope: 0.008724689 - outSlope: 0.008724689 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.783325 - value: 0.027477715 - inSlope: 0.008730165 - outSlope: 0.008730165 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.799992 - value: 0.027623257 - inSlope: 0.008735417 - outSlope: 0.008735417 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.816658 - value: 0.027768891 - inSlope: 0.008740558 - outSlope: 0.008740558 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.833324 - value: 0.027914604 - inSlope: 0.008745587 - outSlope: 0.008745587 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.849991 - value: 0.028060406 - inSlope: 0.008750449 - outSlope: 0.008750449 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.866657 - value: 0.028206281 - inSlope: 0.008754975 - outSlope: 0.008754975 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.883324 - value: 0.028352235 - inSlope: 0.008759614 - outSlope: 0.008759614 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.89999 - value: 0.028498264 - inSlope: 0.008763973 - outSlope: 0.008763973 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.9166565 - value: 0.028644362 - inSlope: 0.0087682195 - outSlope: 0.0087682195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.933323 - value: 0.028790534 - inSlope: 0.008772299 - outSlope: 0.008772299 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.949989 - value: 0.028936768 - inSlope: 0.008776154 - outSlope: 0.008776154 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.966656 - value: 0.029083068 - inSlope: 0.008779898 - outSlope: 0.008779898 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.983322 - value: 0.029229427 - inSlope: 0.00878353 - outSlope: 0.00878353 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.999989 - value: 0.029375847 - inSlope: 0.0087872185 - outSlope: 0.0087872185 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.016655 - value: 0.02952233 - inSlope: 0.008790404 - outSlope: 0.008790404 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.033321 - value: 0.029668856 - inSlope: 0.008793365 - outSlope: 0.008793365 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.049988 - value: 0.029815437 - inSlope: 0.008796606 - outSlope: 0.008796606 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.066654 - value: 0.029962072 - inSlope: 0.0087994 - outSlope: 0.0087994 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.083321 - value: 0.030108746 - inSlope: 0.008802082 - outSlope: 0.008802082 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.099987 - value: 0.03025547 - inSlope: 0.008804709 - outSlope: 0.008804709 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.116653 - value: 0.030402232 - inSlope: 0.008806776 - outSlope: 0.008806776 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.13332 - value: 0.030549025 - inSlope: 0.008809011 - outSlope: 0.008809011 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.149986 - value: 0.030695861 - inSlope: 0.0088113025 - outSlope: 0.0088113025 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.166653 - value: 0.03084273 - inSlope: 0.008812979 - outSlope: 0.008812979 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.183319 - value: 0.030989623 - inSlope: 0.008814767 - outSlope: 0.008814767 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.1999855 - value: 0.031136552 - inSlope: 0.0088163875 - outSlope: 0.0088163875 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.216652 - value: 0.031283498 - inSlope: 0.008817617 - outSlope: 0.008817617 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.233318 - value: 0.031430468 - inSlope: 0.008819014 - outSlope: 0.008819014 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.249985 - value: 0.03157746 - inSlope: 0.008819797 - outSlope: 0.008819797 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.266651 - value: 0.031724457 - inSlope: 0.008820691 - outSlope: 0.008820691 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.283318 - value: 0.03187148 - inSlope: 0.008821697 - outSlope: 0.008821697 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.299984 - value: 0.03201851 - inSlope: 0.008822144 - outSlope: 0.008822144 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.31665 - value: 0.032165546 - inSlope: 0.008822479 - outSlope: 0.008822479 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.333317 - value: 0.032312587 - inSlope: 0.008822703 - outSlope: 0.008822703 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.349983 - value: 0.03245963 - inSlope: 0.008822815 - outSlope: 0.008822815 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.36665 - value: 0.032606676 - inSlope: 0.008822591 - outSlope: 0.008822591 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.383316 - value: 0.032753713 - inSlope: 0.008822479 - outSlope: 0.008822479 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.399982 - value: 0.032900754 - inSlope: 0.008822032 - outSlope: 0.008822032 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.416649 - value: 0.033047777 - inSlope: 0.008821138 - outSlope: 0.008821138 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.433315 - value: 0.033194788 - inSlope: 0.008820356 - outSlope: 0.008820356 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.449982 - value: 0.033341784 - inSlope: 0.008819461 - outSlope: 0.008819461 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.466648 - value: 0.033488765 - inSlope: 0.008818343 - outSlope: 0.008818343 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.4833145 - value: 0.033635724 - inSlope: 0.00881689 - outSlope: 0.00881689 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.499981 - value: 0.033782657 - inSlope: 0.008815438 - outSlope: 0.008815438 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.516647 - value: 0.033929568 - inSlope: 0.008813761 - outSlope: 0.008813761 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.533314 - value: 0.034076445 - inSlope: 0.008811861 - outSlope: 0.008811861 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.54998 - value: 0.034223292 - inSlope: 0.008809961 - outSlope: 0.008809961 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.566647 - value: 0.034370106 - inSlope: 0.008807838 - outSlope: 0.008807838 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.583313 - value: 0.034516882 - inSlope: 0.008805156 - outSlope: 0.008805156 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.599979 - value: 0.034663606 - inSlope: 0.008802362 - outSlope: 0.008802362 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.616646 - value: 0.03481029 - inSlope: 0.008800015 - outSlope: 0.008800015 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.633312 - value: 0.034956936 - inSlope: 0.008797109 - outSlope: 0.008797109 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.649979 - value: 0.035103522 - inSlope: 0.008793756 - outSlope: 0.008793756 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.666645 - value: 0.035250057 - inSlope: 0.008790404 - outSlope: 0.008790404 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.683311 - value: 0.03539653 - inSlope: 0.008787163 - outSlope: 0.008787163 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.699978 - value: 0.035542957 - inSlope: 0.008783475 - outSlope: 0.008783475 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.716644 - value: 0.03568931 - inSlope: 0.0087793395 - outSlope: 0.0087793395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.733311 - value: 0.035835598 - inSlope: 0.008775428 - outSlope: 0.008775428 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.749977 - value: 0.03598182 - inSlope: 0.008771181 - outSlope: 0.008771181 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.766644 - value: 0.036127966 - inSlope: 0.0087668225 - outSlope: 0.0087668225 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.78331 - value: 0.036274042 - inSlope: 0.00876224 - outSlope: 0.00876224 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.799976 - value: 0.036420036 - inSlope: 0.008757435 - outSlope: 0.008757435 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.816643 - value: 0.036565952 - inSlope: 0.008752293 - outSlope: 0.008752293 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.833309 - value: 0.036711775 - inSlope: 0.008747264 - outSlope: 0.008747264 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.849976 - value: 0.036857523 - inSlope: 0.008742011 - outSlope: 0.008742011 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.866642 - value: 0.03700317 - inSlope: 0.008736311 - outSlope: 0.008736311 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.883308 - value: 0.03714873 - inSlope: 0.008730612 - outSlope: 0.008730612 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.899975 - value: 0.037294187 - inSlope: 0.008724689 - outSlope: 0.008724689 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.916641 - value: 0.037439547 - inSlope: 0.008718654 - outSlope: 0.008718654 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.933308 - value: 0.037584804 - inSlope: 0.008712283 - outSlope: 0.008712283 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.949974 - value: 0.037729952 - inSlope: 0.008705801 - outSlope: 0.008705801 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.96664 - value: 0.037874993 - inSlope: 0.008699095 - outSlope: 0.008699095 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.983307 - value: 0.038019918 - inSlope: 0.008692166 - outSlope: 0.008692166 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.999973 - value: 0.038164727 - inSlope: 0.008685013 - outSlope: 0.008685013 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.01664 - value: 0.038309414 - inSlope: 0.008677749 - outSlope: 0.008677749 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.033306 - value: 0.03845398 - inSlope: 0.008670261 - outSlope: 0.008670261 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.049973 - value: 0.03859842 - inSlope: 0.008662438 - outSlope: 0.008662438 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.066639 - value: 0.038742725 - inSlope: 0.008654727 - outSlope: 0.008654727 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.083305 - value: 0.038886905 - inSlope: 0.00864668 - outSlope: 0.00864668 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.099972 - value: 0.039030943 - inSlope: 0.008638298 - outSlope: 0.008638298 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.116638 - value: 0.039174844 - inSlope: 0.008630027 - outSlope: 0.008630027 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.133305 - value: 0.039318606 - inSlope: 0.008621422 - outSlope: 0.008621422 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.149971 - value: 0.03946222 - inSlope: 0.008612257 - outSlope: 0.008612257 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.166637 - value: 0.039605677 - inSlope: 0.008603205 - outSlope: 0.008603205 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.183304 - value: 0.03974899 - inSlope: 0.0085941525 - outSlope: 0.0085941525 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.19997 - value: 0.039892145 - inSlope: 0.008584653 - outSlope: 0.008584653 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.216637 - value: 0.04003514 - inSlope: 0.008574817 - outSlope: 0.008574817 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.233303 - value: 0.040177967 - inSlope: 0.008564871 - outSlope: 0.008564871 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.2499695 - value: 0.04032063 - inSlope: 0.008555036 - outSlope: 0.008555036 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.266636 - value: 0.04046313 - inSlope: 0.008544754 - outSlope: 0.008544754 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.283302 - value: 0.040605452 - inSlope: 0.008533914 - outSlope: 0.008533914 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.299969 - value: 0.04074759 - inSlope: 0.008523408 - outSlope: 0.008523408 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.316635 - value: 0.04088956 - inSlope: 0.0085126795 - outSlope: 0.0085126795 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.333302 - value: 0.041031342 - inSlope: 0.008501391 - outSlope: 0.008501391 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.349968 - value: 0.041172937 - inSlope: 0.008490103 - outSlope: 0.008490103 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.366634 - value: 0.04131434 - inSlope: 0.008478592 - outSlope: 0.008478592 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.383301 - value: 0.041455552 - inSlope: 0.008467081 - outSlope: 0.008467081 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.399967 - value: 0.041596573 - inSlope: 0.008455122 - outSlope: 0.008455122 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.416634 - value: 0.041737385 - inSlope: 0.008442717 - outSlope: 0.008442717 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.4333 - value: 0.041877992 - inSlope: 0.008430311 - outSlope: 0.008430311 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.449966 - value: 0.04201839 - inSlope: 0.008417683 - outSlope: 0.008417683 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.466633 - value: 0.042158578 - inSlope: 0.008405054 - outSlope: 0.008405054 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.483299 - value: 0.042298555 - inSlope: 0.008392202 - outSlope: 0.008392202 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.499966 - value: 0.042438313 - inSlope: 0.0083789015 - outSlope: 0.0083789015 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.516632 - value: 0.042577848 - inSlope: 0.008365379 - outSlope: 0.008365379 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.5332985 - value: 0.042717155 - inSlope: 0.008351856 - outSlope: 0.008351856 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.549965 - value: 0.04285624 - inSlope: 0.008337997 - outSlope: 0.008337997 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.566631 - value: 0.042995084 - inSlope: 0.008324027 - outSlope: 0.008324027 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.583298 - value: 0.043133702 - inSlope: 0.008310057 - outSlope: 0.008310057 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.599964 - value: 0.04327208 - inSlope: 0.008295417 - outSlope: 0.008295417 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.616631 - value: 0.04341021 - inSlope: 0.008280441 - outSlope: 0.008280441 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.633297 - value: 0.043548092 - inSlope: 0.008265689 - outSlope: 0.008265689 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.649963 - value: 0.04368573 - inSlope: 0.008250601 - outSlope: 0.008250601 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.66663 - value: 0.043823108 - inSlope: 0.008235178 - outSlope: 0.008235178 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.683296 - value: 0.043960232 - inSlope: 0.0082196435 - outSlope: 0.0082196435 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.699963 - value: 0.044097092 - inSlope: 0.008203885 - outSlope: 0.008203885 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.716629 - value: 0.04423369 - inSlope: 0.008188015 - outSlope: 0.008188015 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.733295 - value: 0.04437002 - inSlope: 0.008171698 - outSlope: 0.008171698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.749962 - value: 0.044506077 - inSlope: 0.008155158 - outSlope: 0.008155158 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.766628 - value: 0.044641856 - inSlope: 0.008138505 - outSlope: 0.008138505 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.783295 - value: 0.044777356 - inSlope: 0.008121853 - outSlope: 0.008121853 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.799961 - value: 0.04491258 - inSlope: 0.008104865 - outSlope: 0.008104865 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.8166275 - value: 0.045047514 - inSlope: 0.008087542 - outSlope: 0.008087542 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.833294 - value: 0.04518216 - inSlope: 0.008069996 - outSlope: 0.008069996 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.84996 - value: 0.04531651 - inSlope: 0.008052226 - outSlope: 0.008052226 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.866627 - value: 0.045450564 - inSlope: 0.008034345 - outSlope: 0.008034345 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.883293 - value: 0.045584317 - inSlope: 0.008016015 - outSlope: 0.008016015 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.89996 - value: 0.04571776 - inSlope: 0.007997463 - outSlope: 0.007997463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.916626 - value: 0.045850895 - inSlope: 0.007979023 - outSlope: 0.007979023 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.933292 - value: 0.045983724 - inSlope: 0.007960247 - outSlope: 0.007960247 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.949959 - value: 0.046116233 - inSlope: 0.007941136 - outSlope: 0.007941136 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.966625 - value: 0.046248425 - inSlope: 0.007921802 - outSlope: 0.007921802 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.983292 - value: 0.04638029 - inSlope: 0.007902244 - outSlope: 0.007902244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.999958 - value: 0.04651183 - inSlope: 0.007882462 - outSlope: 0.007882462 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.016624 - value: 0.046643034 - inSlope: 0.007862569 - outSlope: 0.007862569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.033291 - value: 0.04677391 - inSlope: 0.007842563 - outSlope: 0.007842563 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.049957 - value: 0.04690445 - inSlope: 0.007821888 - outSlope: 0.007821888 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.066624 - value: 0.047034636 - inSlope: 0.0078015476 - outSlope: 0.0078015476 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.08329 - value: 0.047164496 - inSlope: 0.0077806483 - outSlope: 0.0077806483 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.0999565 - value: 0.047293987 - inSlope: 0.0077594137 - outSlope: 0.0077594137 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.116623 - value: 0.04742314 - inSlope: 0.007737956 - outSlope: 0.007737956 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.133289 - value: 0.047551915 - inSlope: 0.0077162744 - outSlope: 0.0077162744 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.149956 - value: 0.047680344 - inSlope: 0.007694928 - outSlope: 0.007694928 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.166622 - value: 0.04780841 - inSlope: 0.0076730233 - outSlope: 0.0076730233 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.183289 - value: 0.047936108 - inSlope: 0.0076506706 - outSlope: 0.0076506706 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.199955 - value: 0.048063427 - inSlope: 0.0076279836 - outSlope: 0.0076279836 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.216621 - value: 0.04819037 - inSlope: 0.0076054083 - outSlope: 0.0076054083 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.233288 - value: 0.048316937 - inSlope: 0.007582497 - outSlope: 0.007582497 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.249954 - value: 0.048443116 - inSlope: 0.0075595863 - outSlope: 0.0075595863 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.266621 - value: 0.04856892 - inSlope: 0.0075361165 - outSlope: 0.0075361165 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.283287 - value: 0.048694316 - inSlope: 0.0075123115 - outSlope: 0.0075123115 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.299953 - value: 0.048819326 - inSlope: 0.007488507 - outSlope: 0.007488507 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.31662 - value: 0.04894393 - inSlope: 0.0074645896 - outSlope: 0.0074645896 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.333286 - value: 0.04906814 - inSlope: 0.0074404497 - outSlope: 0.0074404497 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.349953 - value: 0.04919194 - inSlope: 0.007415639 - outSlope: 0.007415639 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.366619 - value: 0.049315326 - inSlope: 0.0073910514 - outSlope: 0.0073910514 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.3832855 - value: 0.049438305 - inSlope: 0.007366129 - outSlope: 0.007366129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.399952 - value: 0.04956086 - inSlope: 0.007340759 - outSlope: 0.007340759 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.416618 - value: 0.049682993 - inSlope: 0.00731539 - outSlope: 0.00731539 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.433285 - value: 0.049804702 - inSlope: 0.007289796 - outSlope: 0.007289796 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.449951 - value: 0.049925983 - inSlope: 0.00726398 - outSlope: 0.00726398 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.466618 - value: 0.05004683 - inSlope: 0.007237493 - outSlope: 0.007237493 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.483284 - value: 0.05016723 - inSlope: 0.007211229 - outSlope: 0.007211229 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.49995 - value: 0.050287202 - inSlope: 0.007184742 - outSlope: 0.007184742 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.516617 - value: 0.050406717 - inSlope: 0.0071578072 - outSlope: 0.0071578072 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.533283 - value: 0.050525792 - inSlope: 0.0071308734 - outSlope: 0.0071308734 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.54995 - value: 0.05064441 - inSlope: 0.0071036033 - outSlope: 0.0071036033 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.566616 - value: 0.050762575 - inSlope: 0.0070762224 - outSlope: 0.0070762224 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.583282 - value: 0.05088028 - inSlope: 0.00704817 - outSlope: 0.00704817 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.599949 - value: 0.05099751 - inSlope: 0.0070202304 - outSlope: 0.0070202304 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.616615 - value: 0.051114284 - inSlope: 0.006992179 - outSlope: 0.006992179 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.633282 - value: 0.05123058 - inSlope: 0.006963568 - outSlope: 0.006963568 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.649948 - value: 0.0513464 - inSlope: 0.006934734 - outSlope: 0.006934734 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.666615 - value: 0.051461734 - inSlope: 0.0069058994 - outSlope: 0.0069058994 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.683281 - value: 0.051576592 - inSlope: 0.0068767304 - outSlope: 0.0068767304 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.699947 - value: 0.051690955 - inSlope: 0.006847337 - outSlope: 0.006847337 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.716614 - value: 0.051804833 - inSlope: 0.0068178326 - outSlope: 0.0068178326 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.73328 - value: 0.051918212 - inSlope: 0.0067877686 - outSlope: 0.0067877686 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.749947 - value: 0.05203109 - inSlope: 0.006757817 - outSlope: 0.006757817 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.766613 - value: 0.05214347 - inSlope: 0.006727418 - outSlope: 0.006727418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.783279 - value: 0.052255332 - inSlope: 0.0066966843 - outSlope: 0.0066966843 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.799946 - value: 0.05236669 - inSlope: 0.0066659497 - outSlope: 0.0066659497 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.816612 - value: 0.052477527 - inSlope: 0.0066349925 - outSlope: 0.0066349925 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.833279 - value: 0.052587852 - inSlope: 0.006603811 - outSlope: 0.006603811 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.849945 - value: 0.05269765 - inSlope: 0.006571848 - outSlope: 0.006571848 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.8666115 - value: 0.05280691 - inSlope: 0.0065402193 - outSlope: 0.0065402193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.883278 - value: 0.052915655 - inSlope: 0.006508368 - outSlope: 0.006508368 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.899944 - value: 0.053023852 - inSlope: 0.0064758454 - outSlope: 0.0064758454 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.916611 - value: 0.053131513 - inSlope: 0.006443659 - outSlope: 0.006443659 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.933277 - value: 0.053238638 - inSlope: 0.0064109126 - outSlope: 0.0064109126 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.949944 - value: 0.053345207 - inSlope: 0.0063779433 - outSlope: 0.0063779433 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.96661 - value: 0.053451233 - inSlope: 0.006345086 - outSlope: 0.006345086 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.983276 - value: 0.053556707 - inSlope: 0.0063114455 - outSlope: 0.0063114455 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.999943 - value: 0.05366161 - inSlope: 0.006277806 - outSlope: 0.006277806 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.016609 - value: 0.053765964 - inSlope: 0.0062438305 - outSlope: 0.0062438305 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.033276 - value: 0.053869735 - inSlope: 0.0062096324 - outSlope: 0.0062096324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.049942 - value: 0.05397295 - inSlope: 0.0061753215 - outSlope: 0.0061753215 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.066608 - value: 0.054075576 - inSlope: 0.006140788 - outSlope: 0.006140788 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.083275 - value: 0.05417764 - inSlope: 0.00610603 - outSlope: 0.00610603 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.099941 - value: 0.054279108 - inSlope: 0.0060708257 - outSlope: 0.0060708257 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.116608 - value: 0.054379996 - inSlope: 0.0060356213 - outSlope: 0.0060356213 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.133274 - value: 0.054480292 - inSlope: 0.0059999693 - outSlope: 0.0059999693 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.1499405 - value: 0.05457999 - inSlope: 0.0059643183 - outSlope: 0.0059643183 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.166607 - value: 0.0546791 - inSlope: 0.005928331 - outSlope: 0.005928331 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.183273 - value: 0.0547776 - inSlope: 0.005892009 - outSlope: 0.005892009 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.19994 - value: 0.054875497 - inSlope: 0.005855128 - outSlope: 0.005855128 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.216606 - value: 0.054972768 - inSlope: 0.005818694 - outSlope: 0.005818694 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.233273 - value: 0.05506945 - inSlope: 0.0057819253 - outSlope: 0.0057819253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.249939 - value: 0.055165496 - inSlope: 0.005744485 - outSlope: 0.005744485 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.266605 - value: 0.05526093 - inSlope: 0.0057071573 - outSlope: 0.0057071573 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.283272 - value: 0.05535573 - inSlope: 0.005669494 - outSlope: 0.005669494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.299938 - value: 0.05544991 - inSlope: 0.00563116 - outSlope: 0.00563116 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.316605 - value: 0.055543434 - inSlope: 0.0055930503 - outSlope: 0.0055930503 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.333271 - value: 0.055636343 - inSlope: 0.005555275 - outSlope: 0.005555275 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.349937 - value: 0.055728607 - inSlope: 0.00551627 - outSlope: 0.00551627 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.366604 - value: 0.055820215 - inSlope: 0.0054772664 - outSlope: 0.0054772664 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.38327 - value: 0.05591118 - inSlope: 0.005438485 - outSlope: 0.005438485 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.399937 - value: 0.056001496 - inSlope: 0.0053988104 - outSlope: 0.0053988104 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.416603 - value: 0.056091137 - inSlope: 0.005359359 - outSlope: 0.005359359 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.4332695 - value: 0.05618014 - inSlope: 0.0053197956 - outSlope: 0.0053197956 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.449936 - value: 0.05626846 - inSlope: 0.0052793385 - outSlope: 0.0052793385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.466602 - value: 0.056356113 - inSlope: 0.0052393284 - outSlope: 0.0052393284 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.483269 - value: 0.056443103 - inSlope: 0.005198871 - outSlope: 0.005198871 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.499935 - value: 0.056529406 - inSlope: 0.0051580784 - outSlope: 0.0051580784 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.516602 - value: 0.056615036 - inSlope: 0.0051171742 - outSlope: 0.0051171742 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.533268 - value: 0.056699976 - inSlope: 0.005075599 - outSlope: 0.005075599 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.549934 - value: 0.05678422 - inSlope: 0.005034248 - outSlope: 0.005034248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.566601 - value: 0.056867782 - inSlope: 0.004992673 - outSlope: 0.004992673 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.583267 - value: 0.05695064 - inSlope: 0.004950651 - outSlope: 0.004950651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.599934 - value: 0.0570328 - inSlope: 0.004908629 - outSlope: 0.004908629 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.6166 - value: 0.05711426 - inSlope: 0.0048660487 - outSlope: 0.0048660487 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.633266 - value: 0.057195 - inSlope: 0.0048235795 - outSlope: 0.0048235795 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.649933 - value: 0.057275042 - inSlope: 0.004780663 - outSlope: 0.004780663 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.666599 - value: 0.057354353 - inSlope: 0.0047370773 - outSlope: 0.0047370773 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.683266 - value: 0.057432942 - inSlope: 0.0046940492 - outSlope: 0.0046940492 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.699932 - value: 0.05751082 - inSlope: 0.004650574 - outSlope: 0.004650574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.7165985 - value: 0.05758796 - inSlope: 0.0046066525 - outSlope: 0.0046066525 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.733265 - value: 0.057664372 - inSlope: 0.004562731 - outSlope: 0.004562731 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.749931 - value: 0.057740048 - inSlope: 0.0045184735 - outSlope: 0.0045184735 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.766598 - value: 0.057814986 - inSlope: 0.0044739926 - outSlope: 0.0044739926 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.783264 - value: 0.05788918 - inSlope: 0.0044292887 - outSlope: 0.0044292887 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.799931 - value: 0.057962626 - inSlope: 0.0043842494 - outSlope: 0.0043842494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.816597 - value: 0.058035318 - inSlope: 0.0043387627 - outSlope: 0.0043387627 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.833263 - value: 0.05810725 - inSlope: 0.0042931642 - outSlope: 0.0042931642 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.84993 - value: 0.05817842 - inSlope: 0.0042477897 - outSlope: 0.0042477897 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.866596 - value: 0.05824884 - inSlope: 0.004201968 - outSlope: 0.004201968 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.883263 - value: 0.058318485 - inSlope: 0.0041560344 - outSlope: 0.0041560344 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.899929 - value: 0.058387373 - inSlope: 0.00410943 - outSlope: 0.00410943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.916595 - value: 0.058455463 - inSlope: 0.004062491 - outSlope: 0.004062491 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.933262 - value: 0.058522787 - inSlope: 0.004015999 - outSlope: 0.004015999 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.949928 - value: 0.058589328 - inSlope: 0.0039690593 - outSlope: 0.0039690593 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.966595 - value: 0.058655087 - inSlope: 0.0039217845 - outSlope: 0.0039217845 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.983261 - value: 0.058720052 - inSlope: 0.0038739513 - outSlope: 0.0038739513 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.9999275 - value: 0.058784217 - inSlope: 0.0038262294 - outSlope: 0.0038262294 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.016594 - value: 0.05884759 - inSlope: 0.0037782844 - outSlope: 0.0037782844 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.03326 - value: 0.058910158 - inSlope: 0.0037300037 - outSlope: 0.0037300037 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.049927 - value: 0.058971923 - inSlope: 0.0036815 - outSlope: 0.0036815 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.066593 - value: 0.059032872 - inSlope: 0.0036331075 - outSlope: 0.0036331075 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.08326 - value: 0.059093025 - inSlope: 0.0035842683 - outSlope: 0.0035842683 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.099926 - value: 0.059152346 - inSlope: 0.0035348702 - outSlope: 0.0035348702 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.116592 - value: 0.05921085 - inSlope: 0.0034856955 - outSlope: 0.0034856955 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.133259 - value: 0.059268534 - inSlope: 0.0034362976 - outSlope: 0.0034362976 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.149925 - value: 0.059325393 - inSlope: 0.0033862288 - outSlope: 0.0033862288 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.166592 - value: 0.059381407 - inSlope: 0.0033358247 - outSlope: 0.0033358247 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.183258 - value: 0.059436586 - inSlope: 0.0032857563 - outSlope: 0.0032857563 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.199924 - value: 0.05949093 - inSlope: 0.0032357993 - outSlope: 0.0032357993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.21659 - value: 0.059544444 - inSlope: 0.0031846128 - outSlope: 0.0031846128 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.233257 - value: 0.059597082 - inSlope: 0.0031336504 - outSlope: 0.0031336504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.249924 - value: 0.059648897 - inSlope: 0.0030827993 - outSlope: 0.0030827993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.26659 - value: 0.05969984 - inSlope: 0.0030309423 - outSlope: 0.0030309423 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.283257 - value: 0.059749927 - inSlope: 0.0029795328 - outSlope: 0.0029795328 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.299923 - value: 0.059799157 - inSlope: 0.0029278994 - outSlope: 0.0029278994 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.31659 - value: 0.059847523 - inSlope: 0.0028755954 - outSlope: 0.0028755954 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.333256 - value: 0.05989501 - inSlope: 0.0028232916 - outSlope: 0.0028232916 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.349922 - value: 0.05994163 - inSlope: 0.0027710996 - outSlope: 0.0027710996 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.366589 - value: 0.059987377 - inSlope: 0.0027182368 - outSlope: 0.0027182368 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.383255 - value: 0.060032237 - inSlope: 0.0026651504 - outSlope: 0.0026651504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.399921 - value: 0.060076214 - inSlope: 0.0026122879 - outSlope: 0.0026122879 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.416588 - value: 0.060119312 - inSlope: 0.0025584195 - outSlope: 0.0025584195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.433254 - value: 0.060161494 - inSlope: 0.0025047744 - outSlope: 0.0025047744 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.44992 - value: 0.060202803 - inSlope: 0.0024514645 - outSlope: 0.0024514645 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.466587 - value: 0.060243208 - inSlope: 0.0023972609 - outSlope: 0.0023972609 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.483253 - value: 0.06028271 - inSlope: 0.0023430572 - outSlope: 0.0023430572 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.49992 - value: 0.06032131 - inSlope: 0.0022882945 - outSlope: 0.0022882945 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.516586 - value: 0.060358986 - inSlope: 0.0022335318 - outSlope: 0.0022335318 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.533253 - value: 0.06039576 - inSlope: 0.0021791046 - outSlope: 0.0021791046 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.54992 - value: 0.060431622 - inSlope: 0.0021238949 - outSlope: 0.0021238949 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.566586 - value: 0.060466554 - inSlope: 0.0020684619 - outSlope: 0.0020684619 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.583252 - value: 0.06050057 - inSlope: 0.0020126933 - outSlope: 0.0020126933 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.599918 - value: 0.060533643 - inSlope: 0.001956813 - outSlope: 0.001956813 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.616585 - value: 0.060565796 - inSlope: 0.0019010446 - outSlope: 0.0019010446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.633251 - value: 0.06059701 - inSlope: 0.0018449409 - outSlope: 0.0018449409 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.649918 - value: 0.060627293 - inSlope: 0.0017885019 - outSlope: 0.0017885019 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.666584 - value: 0.060656626 - inSlope: 0.0017318394 - outSlope: 0.0017318394 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.68325 - value: 0.06068502 - inSlope: 0.0016748416 - outSlope: 0.0016748416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.699917 - value: 0.060712453 - inSlope: 0.001617732 - outSlope: 0.001617732 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.716583 - value: 0.060738944 - inSlope: 0.0015608459 - outSlope: 0.0015608459 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.73325 - value: 0.06076448 - inSlope: 0.0015028423 - outSlope: 0.0015028423 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.749916 - value: 0.060789037 - inSlope: 0.0014453975 - outSlope: 0.0014453975 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.766582 - value: 0.06081266 - inSlope: 0.0013880644 - outSlope: 0.0013880644 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.783249 - value: 0.060835306 - inSlope: 0.0013291666 - outSlope: 0.0013291666 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.799915 - value: 0.060856964 - inSlope: 0.0012710511 - outSlope: 0.0012710511 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.816582 - value: 0.060877673 - inSlope: 0.001212824 - outSlope: 0.001212824 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.833248 - value: 0.06089739 - inSlope: 0.0011539262 - outSlope: 0.0011539262 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.849915 - value: 0.060916137 - inSlope: 0.0010952521 - outSlope: 0.0010952521 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.866581 - value: 0.0609339 - inSlope: 0.0010359073 - outSlope: 0.0010359073 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.883247 - value: 0.060950667 - inSlope: 0.00097645074 - outSlope: 0.00097645074 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.899914 - value: 0.060966447 - inSlope: 0.00091732945 - outSlope: 0.00091732945 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.91658 - value: 0.060981244 - inSlope: 0.00085731415 - outSlope: 0.00085731415 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.933247 - value: 0.060995024 - inSlope: 0.00079741055 - outSlope: 0.00079741055 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.949913 - value: 0.061007824 - inSlope: 0.00073750695 - outSlope: 0.00073750695 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.96658 - value: 0.061019607 - inSlope: 0.0006765975 - outSlope: 0.0006765975 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.983246 - value: 0.061030377 - inSlope: 0.0006163587 - outSlope: 0.0006163587 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.999912 - value: 0.061040152 - inSlope: 0.0005560081 - outSlope: 0.0005560081 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.016579 - value: 0.06104891 - inSlope: 0.00049487513 - outSlope: 0.00049487513 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.033245 - value: 0.061056647 - inSlope: 0.00043340688 - outSlope: 0.00043340688 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.049911 - value: 0.061063357 - inSlope: 0.00037205042 - outSlope: 0.00037205042 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.066578 - value: 0.06106905 - inSlope: 0.00031091747 - outSlope: 0.00031091747 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.083244 - value: 0.06107372 - inSlope: 0.00024922573 - outSlope: 0.00024922573 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.09991 - value: 0.061077356 - inSlope: 0.00018731045 - outSlope: 0.00018731045 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.116577 - value: 0.061079964 - inSlope: 0.0001250599 - outSlope: 0.0001250599 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.133244 - value: 0.061081525 - inSlope: 0.00006258583 - outSlope: 0.00006258583 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.14991 - value: 0.06108205 - inSlope: -0.00020809789 - outSlope: -0.00020809789 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.166576 - value: 0.06107459 - inSlope: -0.00089676556 - outSlope: -0.00089676556 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.183243 - value: 0.06105216 - inSlope: -0.0017897312 - outSlope: -0.0017897312 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.19991 - value: 0.06101493 - inSlope: -0.002672415 - outSlope: -0.002672415 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.216576 - value: 0.06096308 - inSlope: -0.003544258 - outSlope: -0.003544258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.233242 - value: 0.06089679 - inSlope: -0.0044050366 - outSlope: -0.0044050366 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.249908 - value: 0.060816247 - inSlope: -0.0052546393 - outSlope: -0.0052546393 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.266575 - value: 0.06072164 - inSlope: -0.006092731 - outSlope: -0.006092731 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.283241 - value: 0.06061316 - inSlope: -0.006919087 - outSlope: -0.006919087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.299908 - value: 0.060491007 - inSlope: -0.0077338205 - outSlope: -0.0077338205 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.316574 - value: 0.06035537 - inSlope: -0.008536708 - outSlope: -0.008536708 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.33324 - value: 0.060206454 - inSlope: -0.009327076 - outSlope: -0.009327076 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.349907 - value: 0.06004447 - inSlope: -0.010105042 - outSlope: -0.010105042 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.366573 - value: 0.059869625 - inSlope: -0.010870488 - outSlope: -0.010870488 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.38324 - value: 0.059682127 - inSlope: -0.011623194 - outSlope: -0.011623194 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.399906 - value: 0.05948219 - inSlope: -0.012362937 - outSlope: -0.012362937 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.416573 - value: 0.059270035 - inSlope: -0.013090385 - outSlope: -0.013090385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.433239 - value: 0.05904585 - inSlope: -0.013804087 - outSlope: -0.013804087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.449905 - value: 0.058809906 - inSlope: -0.014504155 - outSlope: -0.014504155 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.466572 - value: 0.058562387 - inSlope: -0.015191145 - outSlope: -0.015191145 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.483238 - value: 0.058303542 - inSlope: -0.01586439 - outSlope: -0.01586439 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.499905 - value: 0.05803358 - inSlope: -0.01652456 - outSlope: -0.01652456 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.516571 - value: 0.057752732 - inSlope: -0.017171092 - outSlope: -0.017171092 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.533237 - value: 0.05746122 - inSlope: -0.017803323 - outSlope: -0.017803323 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.549904 - value: 0.057159297 - inSlope: -0.018421356 - outSlope: -0.018421356 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.56657 - value: 0.056847185 - inSlope: -0.01902587 - outSlope: -0.01902587 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.583237 - value: 0.05652511 - inSlope: -0.019616745 - outSlope: -0.019616745 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.599903 - value: 0.056193303 - inSlope: -0.020192984 - outSlope: -0.020192984 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.61657 - value: 0.055852022 - inSlope: -0.02075458 - outSlope: -0.02075458 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.633236 - value: 0.055501495 - inSlope: -0.02130254 - outSlope: -0.02130254 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.649902 - value: 0.05514195 - inSlope: -0.021836309 - outSlope: -0.021836309 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.666569 - value: 0.05477363 - inSlope: -0.022355882 - outSlope: -0.022355882 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.683235 - value: 0.054396763 - inSlope: -0.022860704 - outSlope: -0.022860704 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.699902 - value: 0.054011617 - inSlope: -0.023351109 - outSlope: -0.023351109 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.716568 - value: 0.053618405 - inSlope: -0.023827655 - outSlope: -0.023827655 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.733234 - value: 0.053217374 - inSlope: -0.024289114 - outSlope: -0.024289114 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.7499 - value: 0.05280878 - inSlope: -0.024736267 - outSlope: -0.024736267 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.766567 - value: 0.052392844 - inSlope: -0.025169563 - outSlope: -0.025169563 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.783234 - value: 0.051969808 - inSlope: -0.025587995 - outSlope: -0.025587995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.7999 - value: 0.051539924 - inSlope: -0.025991896 - outSlope: -0.025991896 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.816566 - value: 0.051103424 - inSlope: -0.026381604 - outSlope: -0.026381604 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.833233 - value: 0.05066055 - inSlope: -0.026756898 - outSlope: -0.026756898 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.8499 - value: 0.05021154 - inSlope: -0.027117882 - outSlope: -0.027117882 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.866566 - value: 0.049756635 - inSlope: -0.027464675 - outSlope: -0.027464675 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.883232 - value: 0.049296066 - inSlope: -0.027796827 - outSlope: -0.027796827 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.899899 - value: 0.04883009 - inSlope: -0.028115008 - outSlope: -0.028115008 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.916565 - value: 0.048358914 - inSlope: -0.028418886 - outSlope: -0.028418886 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.933231 - value: 0.047882807 - inSlope: -0.028708568 - outSlope: -0.028708568 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.949898 - value: 0.047401976 - inSlope: -0.028984394 - outSlope: -0.028984394 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.966564 - value: 0.046916675 - inSlope: -0.029245913 - outSlope: -0.029245913 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.98323 - value: 0.046427127 - inSlope: -0.029493798 - outSlope: -0.029493798 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.999897 - value: 0.045933563 - inSlope: -0.029727489 - outSlope: -0.029727489 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.016563 - value: 0.045436226 - inSlope: -0.029947208 - outSlope: -0.029947208 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.03323 - value: 0.04493534 - inSlope: -0.030153407 - outSlope: -0.030153407 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.049896 - value: 0.044431128 - inSlope: -0.03034608 - outSlope: -0.03034608 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.066563 - value: 0.043923818 - inSlope: -0.03052501 - outSlope: -0.03052501 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.08323 - value: 0.043413643 - inSlope: -0.030690864 - outSlope: -0.030690864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.099895 - value: 0.042900804 - inSlope: -0.03084319 - outSlope: -0.03084319 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.116562 - value: 0.042385552 - inSlope: -0.030981887 - outSlope: -0.030981887 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.133228 - value: 0.04186809 - inSlope: -0.031107616 - outSlope: -0.031107616 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.149895 - value: 0.041348647 - inSlope: -0.031220272 - outSlope: -0.031220272 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.166561 - value: 0.04082743 - inSlope: -0.031320184 - outSlope: -0.031320184 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.183228 - value: 0.040304657 - inSlope: -0.03140758 - outSlope: -0.03140758 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.199894 - value: 0.039780527 - inSlope: -0.031481903 - outSlope: -0.031481903 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.21656 - value: 0.039255276 - inSlope: -0.031543482 - outSlope: -0.031543482 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.233227 - value: 0.038729094 - inSlope: -0.03159288 - outSlope: -0.03159288 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.249893 - value: 0.038202196 - inSlope: -0.031629875 - outSlope: -0.031629875 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.26656 - value: 0.03767478 - inSlope: -0.03165491 - outSlope: -0.03165491 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.283226 - value: 0.03714705 - inSlope: -0.03166776 - outSlope: -0.03166776 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.299892 - value: 0.036619205 - inSlope: -0.031668767 - outSlope: -0.031668767 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.316559 - value: 0.03609144 - inSlope: -0.031658374 - outSlope: -0.031658374 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.333225 - value: 0.035563942 - inSlope: -0.031636134 - outSlope: -0.031636134 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.349892 - value: 0.035036918 - inSlope: -0.031602383 - outSlope: -0.031602383 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.366558 - value: 0.034510545 - inSlope: -0.031557675 - outSlope: -0.031557675 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.383224 - value: 0.03398501 - inSlope: -0.031501796 - outSlope: -0.031501796 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.39989 - value: 0.0334605 - inSlope: -0.031434853 - outSlope: -0.031434853 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.416557 - value: 0.0329372 - inSlope: -0.03135729 - outSlope: -0.03135729 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.433224 - value: 0.032415275 - inSlope: -0.03126911 - outSlope: -0.03126911 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.44989 - value: 0.03189491 - inSlope: -0.031170428 - outSlope: -0.031170428 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.466557 - value: 0.031376276 - inSlope: -0.03106185 - outSlope: -0.03106185 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.483223 - value: 0.030859532 - inSlope: -0.030942827 - outSlope: -0.030942827 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.49989 - value: 0.030344864 - inSlope: -0.03081391 - outSlope: -0.03081391 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.516556 - value: 0.029832417 - inSlope: -0.030675665 - outSlope: -0.030675665 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.533222 - value: 0.029322358 - inSlope: -0.030527692 - outSlope: -0.030527692 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.549889 - value: 0.028814843 - inSlope: -0.030370276 - outSlope: -0.030370276 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.566555 - value: 0.02831003 - inSlope: -0.030203812 - outSlope: -0.030203812 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.583221 - value: 0.027808065 - inSlope: -0.030028459 - outSlope: -0.030028459 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.599888 - value: 0.027309097 - inSlope: -0.029844277 - outSlope: -0.029844277 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.616554 - value: 0.02681327 - inSlope: -0.029651435 - outSlope: -0.029651435 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.63322 - value: 0.026320731 - inSlope: -0.029450322 - outSlope: -0.029450322 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.649887 - value: 0.025831608 - inSlope: -0.029241052 - outSlope: -0.029241052 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.666553 - value: 0.025346044 - inSlope: -0.029023677 - outSlope: -0.029023677 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.68322 - value: 0.024864167 - inSlope: -0.028798647 - outSlope: -0.028798647 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.699886 - value: 0.024386104 - inSlope: -0.028565962 - outSlope: -0.028565962 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.716553 - value: 0.023911983 - inSlope: -0.028325733 - outSlope: -0.028325733 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.73322 - value: 0.023441928 - inSlope: -0.028078351 - outSlope: -0.028078351 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.749886 - value: 0.022976052 - inSlope: -0.027824208 - outSlope: -0.027824208 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.766552 - value: 0.022514468 - inSlope: -0.027563136 - outSlope: -0.027563136 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.783218 - value: 0.022057295 - inSlope: -0.027295303 - outSlope: -0.027295303 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.799885 - value: 0.021604639 - inSlope: -0.02702132 - outSlope: -0.02702132 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.816551 - value: 0.021156598 - inSlope: -0.026741082 - outSlope: -0.026741082 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.833218 - value: 0.020713283 - inSlope: -0.02645464 - outSlope: -0.02645464 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.849884 - value: 0.02027479 - inSlope: -0.026162665 - outSlope: -0.026162665 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.86655 - value: 0.019841207 - inSlope: -0.025864992 - outSlope: -0.025864992 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.883217 - value: 0.019412637 - inSlope: -0.025561843 - outSlope: -0.025561843 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.899883 - value: 0.018989159 - inSlope: -0.025253663 - outSlope: -0.025253663 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.91655 - value: 0.01857086 - inSlope: -0.024940342 - outSlope: -0.024940342 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.933216 - value: 0.018157827 - inSlope: -0.024622384 - outSlope: -0.024622384 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.949883 - value: 0.017750127 - inSlope: -0.024299955 - outSlope: -0.024299955 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.966549 - value: 0.01734784 - inSlope: -0.023972776 - outSlope: -0.023972776 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.983215 - value: 0.016951047 - inSlope: -0.023641352 - outSlope: -0.023641352 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.999882 - value: 0.016559808 - inSlope: -0.023306293 - outSlope: -0.023306293 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.016548 - value: 0.016174182 - inSlope: -0.02296738 - outSlope: -0.02296738 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.033215 - value: 0.01579424 - inSlope: -0.022624612 - outSlope: -0.022624612 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.049881 - value: 0.01542004 - inSlope: -0.0222786 - outSlope: -0.0222786 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.066547 - value: 0.015051631 - inSlope: -0.02192932 - outSlope: -0.02192932 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.083214 - value: 0.014689074 - inSlope: -0.021576855 - outSlope: -0.021576855 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.09988 - value: 0.014332414 - inSlope: -0.021221597 - outSlope: -0.021221597 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.116547 - value: 0.013981698 - inSlope: -0.02086363 - outSlope: -0.02086363 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.133213 - value: 0.01363697 - inSlope: -0.020503256 - outSlope: -0.020503256 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.14988 - value: 0.013298267 - inSlope: -0.020140596 - outSlope: -0.020140596 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.166546 - value: 0.012965627 - inSlope: -0.019775558 - outSlope: -0.019775558 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.183212 - value: 0.012639091 - inSlope: -0.019408677 - outSlope: -0.019408677 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.199879 - value: 0.012318681 - inSlope: -0.01904009 - outSlope: -0.01904009 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.216545 - value: 0.012004431 - inSlope: -0.018669717 - outSlope: -0.018669717 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.233212 - value: 0.011696367 - inSlope: -0.018297974 - outSlope: -0.018297974 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.249878 - value: 0.011394508 - inSlope: -0.017924972 - outSlope: -0.017924972 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.266544 - value: 0.011098877 - inSlope: -0.017550714 - outSlope: -0.017550714 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.28321 - value: 0.010809493 - inSlope: -0.01717534 - outSlope: -0.01717534 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.299877 - value: 0.010526374 - inSlope: -0.01679935 - outSlope: -0.01679935 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.316544 - value: 0.010249523 - inSlope: -0.016422663 - outSlope: -0.016422663 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.33321 - value: 0.00997896 - inSlope: -0.016045276 - outSlope: -0.016045276 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.349876 - value: 0.009714689 - inSlope: -0.01566761 - outSlope: -0.01566761 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.366543 - value: 0.009456715 - inSlope: -0.015289579 - outSlope: -0.015289579 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.38321 - value: 0.009205044 - inSlope: -0.014911437 - outSlope: -0.014911437 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.399876 - value: 0.008959674 - inSlope: -0.01453338 - outSlope: -0.01453338 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.416542 - value: 0.008720606 - inSlope: -0.014155379 - outSlope: -0.014155379 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.433208 - value: 0.0084878355 - inSlope: -0.013777601 - outSlope: -0.013777601 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.449875 - value: 0.008261359 - inSlope: -0.013400102 - outSlope: -0.013400102 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.466541 - value: 0.008041172 - inSlope: -0.013023245 - outSlope: -0.013023245 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.483208 - value: 0.007827258 - inSlope: -0.012646794 - outSlope: -0.012646794 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.499874 - value: 0.007619619 - inSlope: -0.012271 - outSlope: -0.012271 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.51654 - value: 0.0074182306 - inSlope: -0.0118962955 - outSlope: -0.0118962955 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.533207 - value: 0.007223082 - inSlope: -0.011522164 - outSlope: -0.011522164 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.549873 - value: 0.0070341644 - inSlope: -0.011148926 - outSlope: -0.011148926 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.56654 - value: 0.0068514566 - inSlope: -0.010776708 - outSlope: -0.010776708 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.583206 - value: 0.0066749463 - inSlope: -0.010405719 - outSlope: -0.010405719 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.599873 - value: 0.0065046046 - inSlope: -0.010036043 - outSlope: -0.010036043 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.616539 - value: 0.0063404166 - inSlope: -0.009667317 - outSlope: -0.009667317 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.633205 - value: 0.0061823656 - inSlope: -0.009299961 - outSlope: -0.009299961 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.649872 - value: 0.0060304226 - inSlope: -0.0089339595 - outSlope: -0.0089339595 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.666538 - value: 0.0058845715 - inSlope: -0.008569285 - outSlope: -0.008569285 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.683205 - value: 0.005744784 - inSlope: -0.008206204 - outSlope: -0.008206204 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.699871 - value: 0.0056110355 - inSlope: -0.007844365 - outSlope: -0.007844365 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.716537 - value: 0.0054833093 - inSlope: -0.007484022 - outSlope: -0.007484022 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.733204 - value: 0.005361572 - inSlope: -0.0071252715 - outSlope: -0.0071252715 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.74987 - value: 0.005245804 - inSlope: -0.0067679873 - outSlope: -0.0067679873 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.766537 - value: 0.005135976 - inSlope: -0.0064123794 - outSlope: -0.0064123794 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.783203 - value: 0.005032061 - inSlope: -0.0060581407 - outSlope: -0.0060581407 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.79987 - value: 0.004934041 - inSlope: -0.0057052015 - outSlope: -0.0057052015 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.816536 - value: 0.0048418907 - inSlope: -0.0053540785 - outSlope: -0.0053540785 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.833202 - value: 0.0047555743 - inSlope: -0.005004352 - outSlope: -0.005004352 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.849869 - value: 0.0046750815 - inSlope: -0.004655743 - outSlope: -0.004655743 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.866535 - value: 0.004600385 - inSlope: -0.004309077 - outSlope: -0.004309077 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.883202 - value: 0.004531448 - inSlope: -0.0039634574 - outSlope: -0.0039634574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.899868 - value: 0.004468272 - inSlope: -0.003618872 - outSlope: -0.003618872 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.916534 - value: 0.0044108205 - inSlope: -0.0032758932 - outSlope: -0.0032758932 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.9332 - value: 0.004359077 - inSlope: -0.002934088 - outSlope: -0.002934088 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.949867 - value: 0.004313019 - inSlope: -0.0025932048 - outSlope: -0.0025932048 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.966534 - value: 0.0042726384 - inSlope: -0.0022532716 - outSlope: -0.0022532716 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.9832 - value: 0.004237911 - inSlope: -0.0019145398 - outSlope: -0.0019145398 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.999866 - value: 0.0042088213 - inSlope: -0.0015763247 - outSlope: -0.0015763247 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.016533 - value: 0.004185368 - inSlope: -0.0013146936 - outSlope: -0.0013146936 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.0332 - value: 0.004164999 - inSlope: -0.00120813 - outSlope: -0.00120813 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.049866 - value: 0.0041450975 - inSlope: -0.0011804135 - outSlope: -0.0011804135 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.066532 - value: 0.0041256524 - inSlope: -0.0011532697 - outSlope: -0.0011532697 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.083199 - value: 0.0041066557 - inSlope: -0.0011266568 - outSlope: -0.0011266568 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.099865 - value: 0.0040880977 - inSlope: -0.0011006724 - outSlope: -0.0011006724 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.116531 - value: 0.004069967 - inSlope: -0.001075233 - outSlope: -0.001075233 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.133198 - value: 0.004052257 - inSlope: -0.0010503244 - outSlope: -0.0010503244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.149864 - value: 0.004034957 - inSlope: -0.0010260304 - outSlope: -0.0010260304 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.16653 - value: 0.0040180567 - inSlope: -0.0010022814 - outSlope: -0.0010022814 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.183197 - value: 0.004001548 - inSlope: -0.000979091 - outSlope: -0.000979091 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.199863 - value: 0.003985421 - inSlope: -0.0009564736 - outSlope: -0.0009564736 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.21653 - value: 0.003969666 - inSlope: -0.0009344009 - outSlope: -0.0009344009 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.233196 - value: 0.0039542746 - inSlope: -0.000912901 - outSlope: -0.000912901 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.249863 - value: 0.0039392365 - inSlope: -0.00089197385 - outSlope: -0.00089197385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.26653 - value: 0.0039245426 - inSlope: -0.0008715915 - outSlope: -0.0008715915 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.283195 - value: 0.003910184 - inSlope: -0.00085181696 - outSlope: -0.00085181696 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.299862 - value: 0.003896149 - inSlope: -0.00083258713 - outSlope: -0.00083258713 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.316528 - value: 0.0038824314 - inSlope: -0.00081390224 - outSlope: -0.00081390224 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.333195 - value: 0.0038690194 - inSlope: -0.000795797 - outSlope: -0.000795797 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.349861 - value: 0.0038559053 - inSlope: -0.00077824364 - outSlope: -0.00077824364 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.366528 - value: 0.0038430784 - inSlope: -0.0007612631 - outSlope: -0.0007612631 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.383194 - value: 0.0038305302 - inSlope: -0.00074482727 - outSlope: -0.00074482727 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.39986 - value: 0.0038182512 - inSlope: -0.00072898524 - outSlope: -0.00072898524 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.416527 - value: 0.003806231 - inSlope: -0.00071367406 - outSlope: -0.00071367406 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.433193 - value: 0.0037944624 - inSlope: -0.00069893565 - outSlope: -0.00069893565 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.44986 - value: 0.0037829336 - inSlope: -0.0006847631 - outSlope: -0.0006847631 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.466526 - value: 0.0037716373 - inSlope: -0.0006711283 - outSlope: -0.0006711283 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.483192 - value: 0.003760563 - inSlope: -0.00065810117 - outSlope: -0.00065810117 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.499859 - value: 0.003749701 - inSlope: -0.00064559805 - outSlope: -0.00064559805 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.516525 - value: 0.0037390434 - inSlope: -0.0006336606 - outSlope: -0.0006336606 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.533192 - value: 0.0037285793 - inSlope: -0.00062228204 - outSlope: -0.00062228204 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.549858 - value: 0.003718301 - inSlope: -0.0006114552 - outSlope: -0.0006114552 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.566525 - value: 0.0037081977 - inSlope: -0.0006011942 - outSlope: -0.0006011942 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.58319 - value: 0.0036982615 - inSlope: -0.00059146405 - outSlope: -0.00059146405 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.599857 - value: 0.0036884826 - inSlope: -0.0005823276 - outSlope: -0.0005823276 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.616524 - value: 0.0036788508 - inSlope: -0.0005737011 - outSlope: -0.0005737011 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.63319 - value: 0.0036693595 - inSlope: -0.00056561944 - outSlope: -0.00056561944 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.649857 - value: 0.0036599971 - inSlope: -0.00055815943 - outSlope: -0.00055815943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.666523 - value: 0.0036507545 - inSlope: -0.00055120233 - outSlope: -0.00055120233 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.68319 - value: 0.003641624 - inSlope: -0.0005448041 - outSlope: -0.0005448041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.699856 - value: 0.0036325946 - inSlope: -0.00053895067 - outSlope: -0.00053895067 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.716522 - value: 0.0036236593 - inSlope: -0.00053363503 - outSlope: -0.00053363503 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.733189 - value: 0.003614807 - inSlope: -0.0005289061 - outSlope: -0.0005289061 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.749855 - value: 0.0036060293 - inSlope: -0.00052467326 - outSlope: -0.00052467326 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.766521 - value: 0.0035973182 - inSlope: -0.0005209991 - outSlope: -0.0005209991 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.783188 - value: 0.003588663 - inSlope: -0.0005178908 - outSlope: -0.0005178908 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.799854 - value: 0.0035800554 - inSlope: -0.0005153133 - outSlope: -0.0005153133 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.81652 - value: 0.003571486 - inSlope: -0.0005132806 - outSlope: -0.0005132806 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.833187 - value: 0.0035629463 - inSlope: -0.0005117649 - outSlope: -0.0005117649 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.849854 - value: 0.0035544275 - inSlope: -0.000510801 - outSlope: -0.000510801 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.86652 - value: 0.00354592 - inSlope: -0.00051038887 - outSlope: -0.00051038887 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.883186 - value: 0.0035374148 - inSlope: -0.00051048666 - outSlope: -0.00051048666 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.899853 - value: 0.003528904 - inSlope: -0.00051112927 - outSlope: -0.00051112927 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.91652 - value: 0.0035203774 - inSlope: -0.0005123167 - outSlope: -0.0005123167 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.933186 - value: 0.003511827 - inSlope: -0.000514028 - outSlope: -0.000514028 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.949852 - value: 0.0035032434 - inSlope: -0.0005162633 - outSlope: -0.0005162633 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.966518 - value: 0.0034946185 - inSlope: -0.0005190363 - outSlope: -0.0005190363 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.983185 - value: 0.0034859425 - inSlope: -0.0005223262 - outSlope: -0.0005223262 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.999851 - value: 0.0034772079 - inSlope: -0.0005261471 - outSlope: -0.0005261471 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.016518 - value: 0.0034684045 - inSlope: -0.0005304848 - outSlope: -0.0005304848 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.033184 - value: 0.0034595253 - inSlope: -0.00053533935 - outSlope: -0.00053533935 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.04985 - value: 0.0034505602 - inSlope: -0.0005407318 - outSlope: -0.0005407318 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.066517 - value: 0.0034415012 - inSlope: -0.0005466481 - outSlope: -0.0005466481 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.083183 - value: 0.0034323388 - inSlope: -0.00055306737 - outSlope: -0.00055306737 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.09985 - value: 0.0034230659 - inSlope: -0.0005599965 - outSlope: -0.0005599965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.116516 - value: 0.0034136726 - inSlope: -0.0005674356 - outSlope: -0.0005674356 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.133183 - value: 0.0034041516 - inSlope: -0.0005753985 - outSlope: -0.0005753985 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.149849 - value: 0.003394493 - inSlope: -0.0005838853 - outSlope: -0.0005838853 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.166515 - value: 0.003384689 - inSlope: -0.0005928471 - outSlope: -0.0005928471 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.183182 - value: 0.0033747316 - inSlope: -0.00060233974 - outSlope: -0.00060233974 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.199848 - value: 0.0033646114 - inSlope: -0.0006123283 - outSlope: -0.0006123283 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.216515 - value: 0.003354321 - inSlope: -0.0006228059 - outSlope: -0.0006228059 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.233181 - value: 0.0033438515 - inSlope: -0.0006337863 - outSlope: -0.0006337863 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.249847 - value: 0.003333195 - inSlope: -0.0006452977 - outSlope: -0.0006452977 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.266514 - value: 0.003322342 - inSlope: -0.00065728393 - outSlope: -0.00065728393 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.28318 - value: 0.003311286 - inSlope: -0.0006697732 - outSlope: -0.0006697732 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.299847 - value: 0.0033000165 - inSlope: -0.0006827374 - outSlope: -0.0006827374 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.316513 - value: 0.0032885284 - inSlope: -0.0006961486 - outSlope: -0.0006961486 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.33318 - value: 0.003276812 - inSlope: -0.00071012566 - outSlope: -0.00071012566 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.349846 - value: 0.003264858 - inSlope: -0.0007245777 - outSlope: -0.0007245777 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.366512 - value: 0.0032526597 - inSlope: -0.00073948374 - outSlope: -0.00073948374 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.383179 - value: 0.0032402088 - inSlope: -0.00075487874 - outSlope: -0.00075487874 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.399845 - value: 0.0032274975 - inSlope: -0.0007707557 - outSlope: -0.0007707557 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.416512 - value: 0.0032145174 - inSlope: -0.0007871076 - outSlope: -0.0007871076 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.433178 - value: 0.003201261 - inSlope: -0.00080395554 - outSlope: -0.00080395554 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.449844 - value: 0.0031877193 - inSlope: -0.0008212365 - outSlope: -0.0008212365 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.46651 - value: 0.0031738868 - inSlope: -0.00083897146 - outSlope: -0.00083897146 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.483177 - value: 0.003159754 - inSlope: -0.0008572303 - outSlope: -0.0008572303 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.499844 - value: 0.003145313 - inSlope: -0.0008759432 - outSlope: -0.0008759432 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.51651 - value: 0.0031305563 - inSlope: -0.0008951101 - outSlope: -0.0008951101 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.533176 - value: 0.0031154763 - inSlope: -0.0009147241 - outSlope: -0.0009147241 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.549843 - value: 0.003100066 - inSlope: -0.00093478506 - outSlope: -0.00093478506 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.56651 - value: 0.0030843173 - inSlope: -0.000955335 - outSlope: -0.000955335 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.583176 - value: 0.003068222 - inSlope: -0.000976332 - outSlope: -0.000976332 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.599842 - value: 0.0030517734 - inSlope: -0.000997748 - outSlope: -0.000997748 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.616508 - value: 0.0030349642 - inSlope: -0.0010196252 - outSlope: -0.0010196252 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.633175 - value: 0.0030177864 - inSlope: -0.0010419842 - outSlope: -0.0010419842 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.649841 - value: 0.003000232 - inSlope: -0.0010647415 - outSlope: -0.0010647415 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.666508 - value: 0.0029822956 - inSlope: -0.0010879107 - outSlope: -0.0010879107 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.683174 - value: 0.0029639688 - inSlope: -0.0011115901 - outSlope: -0.0011115901 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.69984 - value: 0.0029452431 - inSlope: -0.0011356883 - outSlope: -0.0011356883 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.716507 - value: 0.002926113 - inSlope: -0.0011601779 - outSlope: -0.0011601779 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.733173 - value: 0.0029065711 - inSlope: -0.0011851075 - outSlope: -0.0011851075 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.74984 - value: 0.00288661 - inSlope: -0.001210484 - outSlope: -0.001210484 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.766506 - value: 0.0028662223 - inSlope: -0.0012362658 - outSlope: -0.0012362658 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.783173 - value: 0.0028454019 - inSlope: -0.0012624597 - outSlope: -0.0012624597 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.799839 - value: 0.002824141 - inSlope: -0.0012890865 - outSlope: -0.0012890865 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.816505 - value: 0.002802433 - inSlope: -0.0013161395 - outSlope: -0.0013161395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.833172 - value: 0.0027802703 - inSlope: -0.0013435977 - outSlope: -0.0013435977 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.849838 - value: 0.002757647 - inSlope: -0.001371447 - outSlope: -0.001371447 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.866505 - value: 0.002734556 - inSlope: -0.0013997084 - outSlope: -0.0013997084 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.883171 - value: 0.0027109908 - inSlope: -0.0014283889 - outSlope: -0.0014283889 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.899837 - value: 0.0026869439 - inSlope: -0.0014574536 - outSlope: -0.0014574536 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.916504 - value: 0.0026624098 - inSlope: -0.0014868955 - outSlope: -0.0014868955 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.93317 - value: 0.0026373814 - inSlope: -0.0015167495 - outSlope: -0.0015167495 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.949837 - value: 0.0026118523 - inSlope: -0.0015470156 - outSlope: -0.0015470156 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.966503 - value: 0.002585815 - inSlope: -0.0015776589 - outSlope: -0.0015776589 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.98317 - value: 0.0025592644 - inSlope: -0.0016086724 - outSlope: -0.0016086724 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.999836 - value: 0.0025321934 - inSlope: -0.0016400561 - outSlope: -0.0016400561 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.016502 - value: 0.0025045967 - inSlope: -0.001671824 - outSlope: -0.001671824 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.033169 - value: 0.0024764668 - inSlope: -0.001704004 - outSlope: -0.001704004 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.049835 - value: 0.0024477975 - inSlope: -0.0017365264 - outSlope: -0.0017365264 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.066502 - value: 0.0024185835 - inSlope: -0.0017694188 - outSlope: -0.0017694188 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.083168 - value: 0.0023888177 - inSlope: -0.0018026954 - outSlope: -0.0018026954 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.099834 - value: 0.0023584946 - inSlope: -0.0018363004 - outSlope: -0.0018363004 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.1165 - value: 0.0023276086 - inSlope: -0.0018702756 - outSlope: -0.0018702756 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.133167 - value: 0.002296153 - inSlope: -0.001904628 - outSlope: -0.001904628 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.149834 - value: 0.002264122 - inSlope: -0.0019393156 - outSlope: -0.0019393156 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.1665 - value: 0.0022315101 - inSlope: -0.0019743526 - outSlope: -0.0019743526 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.183167 - value: 0.0021983113 - inSlope: -0.0020097457 - outSlope: -0.0020097457 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.199833 - value: 0.0021645196 - inSlope: -0.002045474 - outSlope: -0.002045474 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.2165 - value: 0.0021301298 - inSlope: -0.0020815306 - outSlope: -0.0020815306 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.233166 - value: 0.0020951363 - inSlope: -0.0021179367 - outSlope: -0.0021179367 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.249832 - value: 0.002059533 - inSlope: -0.0021546918 - outSlope: -0.0021546918 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.266499 - value: 0.0020233144 - inSlope: -0.0021917615 - outSlope: -0.0021917615 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.283165 - value: 0.0019864754 - inSlope: -0.0022291278 - outSlope: -0.0022291278 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.299831 - value: 0.0019490112 - inSlope: -0.002266847 - outSlope: -0.002266847 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.316498 - value: 0.001910915 - inSlope: -0.002304884 - outSlope: -0.002304884 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.333164 - value: 0.0018721829 - inSlope: -0.0023432248 - outSlope: -0.0023432248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.34983 - value: 0.0018328087 - inSlope: -0.0023818903 - outSlope: -0.0023818903 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.366497 - value: 0.0017927878 - inSlope: -0.0024208562 - outSlope: -0.0024208562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.383163 - value: 0.0017521147 - inSlope: -0.0024601473 - outSlope: -0.0024601473 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.39983 - value: 0.0017107842 - inSlope: -0.0024996998 - outSlope: -0.0024996998 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.416496 - value: 0.0016687927 - inSlope: -0.0025395597 - outSlope: -0.0025395597 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.433163 - value: 0.0016261335 - inSlope: -0.0025797691 - outSlope: -0.0025797691 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.44983 - value: 0.0015828017 - inSlope: -0.0026202193 - outSlope: -0.0026202193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.466496 - value: 0.0015387941 - inSlope: -0.0026609385 - outSlope: -0.0026609385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.483162 - value: 0.0014941051 - inSlope: -0.002701986 - outSlope: -0.002701986 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.499828 - value: 0.0014487293 - inSlope: -0.002743306 - outSlope: -0.002743306 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.516495 - value: 0.001402663 - inSlope: -0.0027848775 - outSlope: -0.0027848775 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.533161 - value: 0.0013559015 - inSlope: -0.0028267247 - outSlope: -0.0028267247 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.549828 - value: 0.0013084402 - inSlope: -0.0028688514 - outSlope: -0.0028688514 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.566494 - value: 0.0012602746 - inSlope: -0.0029112468 - outSlope: -0.0029112468 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.58316 - value: 0.0012114001 - inSlope: -0.0029539326 - outSlope: -0.0029539326 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.599827 - value: 0.0011618116 - inSlope: -0.0029968033 - outSlope: -0.0029968033 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.616493 - value: 0.0011115082 - inSlope: -0.0030399393 - outSlope: -0.0030399393 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.63316 - value: 0.0010604819 - inSlope: -0.0030834107 - outSlope: -0.0030834107 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.649826 - value: 0.0010087295 - inSlope: -0.0031270827 - outSlope: -0.0031270827 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.666492 - value: 0.0009562474 - inSlope: -0.0031709624 - outSlope: -0.0031709624 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.683159 - value: 0.0009030323 - inSlope: -0.0032151043 - outSlope: -0.0032151043 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.699825 - value: 0.0008490789 - inSlope: -0.0032594958 - outSlope: -0.0032594958 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.716492 - value: 0.0007943841 - inSlope: -0.003304097 - outSlope: -0.003304097 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.733158 - value: 0.000738944 - inSlope: -0.003348913 - outSlope: -0.003348913 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.749825 - value: 0.0006827554 - inSlope: -0.0033939579 - outSlope: -0.0033939579 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.76649 - value: 0.0006258138 - inSlope: -0.0034392748 - outSlope: -0.0034392748 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.783157 - value: 0.0005681146 - inSlope: -0.0034847874 - outSlope: -0.0034847874 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.799824 - value: 0.000509656 - inSlope: -0.0035304907 - outSlope: -0.0035304907 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.81649 - value: 0.0004504334 - inSlope: -0.0035763874 - outSlope: -0.0035763874 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.833157 - value: 0.00039044488 - inSlope: -0.003622499 - outSlope: -0.003622499 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.849823 - value: 0.00032968528 - inSlope: -0.0036688577 - outSlope: -0.0036688577 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.86649 - value: 0.0002681515 - inSlope: -0.0037153629 - outSlope: -0.0037153629 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.883156 - value: 0.00020584174 - inSlope: -0.0037620743 - outSlope: -0.0037620743 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.899822 - value: 0.00014275093 - inSlope: -0.0038089878 - outSlope: -0.0038089878 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.916489 - value: 0.00007887742 - inSlope: -0.0038560336 - outSlope: -0.0038560336 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.933155 - value: 0.000014218444 - inSlope: -0.003903308 - outSlope: -0.003903308 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.949821 - value: -0.000051230858 - inSlope: -0.0039507723 - outSlope: -0.0039507723 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.966488 - value: -0.000117471965 - inSlope: -0.0039983913 - outSlope: -0.0039983913 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.983154 - value: -0.00018450854 - inSlope: -0.0040461943 - outSlope: -0.0040461943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.99982 - value: -0.00025234304 - inSlope: -0.004094108 - outSlope: -0.004094108 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.016487 - value: -0.00032097672 - inSlope: -0.0041421945 - outSlope: -0.0041421945 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.033154 - value: -0.0003904141 - inSlope: -0.0041904883 - outSlope: -0.0041904883 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.04982 - value: -0.00046065752 - inSlope: -0.0042389156 - outSlope: -0.0042389156 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.066486 - value: -0.0005317091 - inSlope: -0.0042875065 - outSlope: -0.0042875065 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.083153 - value: -0.00060357223 - inSlope: -0.004336222 - outSlope: -0.004336222 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.09982 - value: -0.00067624764 - inSlope: -0.004385091 - outSlope: -0.004385091 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.116486 - value: -0.0007497397 - inSlope: -0.0044340435 - outSlope: -0.0044340435 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.133152 - value: -0.00082404685 - inSlope: -0.004483184 - outSlope: -0.004483184 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.149818 - value: -0.00089917687 - inSlope: -0.0045324573 - outSlope: -0.0045324573 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.166485 - value: -0.00097512646 - inSlope: -0.004581766 - outSlope: -0.004581766 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.183151 - value: -0.0010519001 - inSlope: -0.004631322 - outSlope: -0.004631322 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.199818 - value: -0.0011295015 - inSlope: -0.0046809735 - outSlope: -0.0046809735 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.216484 - value: -0.0012079302 - inSlope: -0.0047306437 - outSlope: -0.0047306437 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.23315 - value: -0.0012871872 - inSlope: -0.0047804713 - outSlope: -0.0047804713 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.249817 - value: -0.0013672768 - inSlope: -0.0048304596 - outSlope: -0.0048304596 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.266483 - value: -0.0014482001 - inSlope: -0.00488049 - outSlope: -0.00488049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.28315 - value: -0.0015299573 - inSlope: -0.0049305796 - outSlope: -0.0049305796 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.299816 - value: -0.0016125502 - inSlope: -0.004980865 - outSlope: -0.004980865 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.316483 - value: -0.0016959836 - inSlope: -0.0050311815 - outSlope: -0.0050311815 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.333149 - value: -0.0017802537 - inSlope: -0.0050815577 - outSlope: -0.0050815577 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.349815 - value: -0.0018653662 - inSlope: -0.005132066 - outSlope: -0.005132066 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.366482 - value: -0.00195132 - inSlope: -0.005182568 - outSlope: -0.005182568 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.383148 - value: -0.0020381159 - inSlope: -0.005233227 - outSlope: -0.005233227 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.399815 - value: -0.0021257582 - inSlope: -0.0052839415 - outSlope: -0.0052839415 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.416481 - value: -0.0022142446 - inSlope: -0.005334695 - outSlope: -0.005334695 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.433147 - value: -0.0023035787 - inSlope: -0.0053854967 - outSlope: -0.0053854967 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.449814 - value: -0.0023937584 - inSlope: -0.005436306 - outSlope: -0.005436306 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.46648 - value: -0.002484786 - inSlope: -0.005487276 - outSlope: -0.005487276 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.483147 - value: -0.0025766648 - inSlope: -0.005538266 - outSlope: -0.005538266 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.499813 - value: -0.0026693922 - inSlope: -0.005589299 - outSlope: -0.005589299 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.51648 - value: -0.002762972 - inSlope: -0.0056403247 - outSlope: -0.0056403247 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.533146 - value: -0.0028574 - inSlope: -0.0056913923 - outSlope: -0.0056913923 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.549812 - value: -0.002952682 - inSlope: -0.0057425294 - outSlope: -0.0057425294 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.566479 - value: -0.0030488148 - inSlope: -0.005793625 - outSlope: -0.005793625 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.583145 - value: -0.0031458 - inSlope: -0.005844811 - outSlope: -0.005844811 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.599812 - value: -0.003243639 - inSlope: -0.0058959275 - outSlope: -0.0058959275 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.616478 - value: -0.003342328 - inSlope: -0.005947135 - outSlope: -0.005947135 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.633144 - value: -0.0034418737 - inSlope: -0.005998384 - outSlope: -0.005998384 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.64981 - value: -0.003542271 - inSlope: -0.006049542 - outSlope: -0.006049542 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.666477 - value: -0.003643522 - inSlope: -0.0061007915 - outSlope: -0.0061007915 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.683144 - value: -0.0037456276 - inSlope: -0.00615195 - outSlope: -0.00615195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.69981 - value: -0.003848584 - inSlope: -0.006203136 - outSlope: -0.006203136 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.716476 - value: -0.0039523956 - inSlope: -0.0062543084 - outSlope: -0.0062543084 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.733143 - value: -0.0040570577 - inSlope: -0.0063054385 - outSlope: -0.0063054385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.74981 - value: -0.0041625737 - inSlope: -0.0063566808 - outSlope: -0.0063566808 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.766476 - value: -0.004268944 - inSlope: -0.0064077554 - outSlope: -0.0064077554 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.783142 - value: -0.0043761623 - inSlope: -0.006458816 - outSlope: -0.006458816 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.799809 - value: -0.0044842344 - inSlope: -0.0065098763 - outSlope: -0.0065098763 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.816475 - value: -0.004593155 - inSlope: -0.006560867 - outSlope: -0.006560867 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.833141 - value: -0.0047029266 - inSlope: -0.0066118855 - outSlope: -0.0066118855 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.849808 - value: -0.0048135477 - inSlope: -0.0066628205 - outSlope: -0.0066628205 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.866474 - value: -0.0049250172 - inSlope: -0.0067136297 - outSlope: -0.0067136297 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.88314 - value: -0.005037332 - inSlope: -0.006764467 - outSlope: -0.006764467 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.899807 - value: -0.005150496 - inSlope: -0.0068153036 - outSlope: -0.0068153036 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.916473 - value: -0.0052645053 - inSlope: -0.006866001 - outSlope: -0.006866001 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.93314 - value: -0.0053793592 - inSlope: -0.0069165304 - outSlope: -0.0069165304 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.949806 - value: -0.005495053 - inSlope: -0.006967144 - outSlope: -0.006967144 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.966473 - value: -0.005611594 - inSlope: -0.0070177577 - outSlope: -0.0070177577 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.983139 - value: -0.0057289745 - inSlope: -0.007068092 - outSlope: -0.007068092 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.999805 - value: -0.0058471933 - inSlope: -0.007118398 - outSlope: -0.007118398 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.016472 - value: -0.005966251 - inSlope: -0.0071686064 - outSlope: -0.0071686064 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.033138 - value: -0.006086143 - inSlope: -0.0072187586 - outSlope: -0.0072187586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.049805 - value: -0.0062068724 - inSlope: -0.0072688693 - outSlope: -0.0072688693 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.066471 - value: -0.006328435 - inSlope: -0.0073188264 - outSlope: -0.0073188264 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.083138 - value: -0.0064508296 - inSlope: -0.0073687136 - outSlope: -0.0073687136 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.099804 - value: -0.006574055 - inSlope: -0.007418391 - outSlope: -0.007418391 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.11647 - value: -0.0066981055 - inSlope: -0.007467943 - outSlope: -0.007467943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.133137 - value: -0.006822983 - inSlope: -0.007517578 - outSlope: -0.007517578 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.149803 - value: -0.0069486876 - inSlope: -0.0075670043 - outSlope: -0.0075670043 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.16647 - value: -0.0070752124 - inSlope: -0.007616193 - outSlope: -0.007616193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.183136 - value: -0.007202557 - inSlope: -0.0076653115 - outSlope: -0.0076653115 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.199802 - value: -0.007330719 - inSlope: -0.0077143605 - outSlope: -0.0077143605 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.216469 - value: -0.0074596982 - inSlope: -0.0077632274 - outSlope: -0.0077632274 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.233135 - value: -0.007589489 - inSlope: -0.007811983 - outSlope: -0.007811983 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.249802 - value: -0.0077200937 - inSlope: -0.007860584 - outSlope: -0.007860584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.266468 - value: -0.007851505 - inSlope: -0.007908935 - outSlope: -0.007908935 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.283134 - value: -0.007983721 - inSlope: -0.007957257 - outSlope: -0.007957257 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.2998 - value: -0.008116743 - inSlope: -0.008005371 - outSlope: -0.008005371 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.316467 - value: -0.0082505625 - inSlope: -0.008053316 - outSlope: -0.008053316 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.333134 - value: -0.008385182 - inSlope: -0.0081011765 - outSlope: -0.0081011765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.3498 - value: -0.008520598 - inSlope: -0.008148788 - outSlope: -0.008148788 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.366467 - value: -0.008656804 - inSlope: -0.008196229 - outSlope: -0.008196229 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.383133 - value: -0.008793801 - inSlope: -0.008243504 - outSlope: -0.008243504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.3998 - value: -0.008931584 - inSlope: -0.008290639 - outSlope: -0.008290639 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.416466 - value: -0.0090701515 - inSlope: -0.00833755 - outSlope: -0.00833755 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.433132 - value: -0.009209498 - inSlope: -0.008384183 - outSlope: -0.008384183 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.449799 - value: -0.00934962 - inSlope: -0.008430675 - outSlope: -0.008430675 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.466465 - value: -0.009490516 - inSlope: -0.0084770555 - outSlope: -0.0084770555 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.483131 - value: -0.009632184 - inSlope: -0.008523157 - outSlope: -0.008523157 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.499798 - value: -0.009774617 - inSlope: -0.0085691735 - outSlope: -0.0085691735 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.516464 - value: -0.009917819 - inSlope: -0.008614885 - outSlope: -0.008614885 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.53313 - value: -0.010061775 - inSlope: -0.008660343 - outSlope: -0.008660343 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.549797 - value: -0.010206493 - inSlope: -0.008705633 - outSlope: -0.008705633 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.566463 - value: -0.010351959 - inSlope: -0.008750645 - outSlope: -0.008750645 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.58313 - value: -0.010498176 - inSlope: -0.008795489 - outSlope: -0.008795489 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.599796 - value: -0.010645137 - inSlope: -0.008840052 - outSlope: -0.008840052 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.616463 - value: -0.01079284 - inSlope: -0.008884478 - outSlope: -0.008884478 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.63313 - value: -0.010941282 - inSlope: -0.008928595 - outSlope: -0.008928595 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.649796 - value: -0.011090456 - inSlope: -0.008972461 - outSlope: -0.008972461 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.666462 - value: -0.011240359 - inSlope: -0.00901616 - outSlope: -0.00901616 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.683128 - value: -0.01139099 - inSlope: -0.00905955 - outSlope: -0.00905955 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.699795 - value: -0.01154234 - inSlope: -0.009102634 - outSlope: -0.009102634 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.716461 - value: -0.011694406 - inSlope: -0.009145578 - outSlope: -0.009145578 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.733128 - value: -0.011847188 - inSlope: -0.009188186 - outSlope: -0.009188186 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.749794 - value: -0.012000674 - inSlope: -0.009230573 - outSlope: -0.009230573 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.76646 - value: -0.012154869 - inSlope: -0.009272678 - outSlope: -0.009272678 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.783127 - value: -0.012309759 - inSlope: -0.009314448 - outSlope: -0.009314448 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.799793 - value: -0.012465346 - inSlope: -0.009355996 - outSlope: -0.009355996 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.81646 - value: -0.012621621 - inSlope: -0.009397319 - outSlope: -0.009397319 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.833126 - value: -0.012778585 - inSlope: -0.009438334 - outSlope: -0.009438334 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.849792 - value: -0.012936227 - inSlope: -0.009478904 - outSlope: -0.009478904 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.866459 - value: -0.0130945435 - inSlope: -0.009519361 - outSlope: -0.009519361 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.883125 - value: -0.013253534 - inSlope: -0.009559566 - outSlope: -0.009559566 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.899792 - value: -0.013413191 - inSlope: -0.009599382 - outSlope: -0.009599382 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.916458 - value: -0.013573509 - inSlope: -0.009638889 - outSlope: -0.009638889 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.933125 - value: -0.013734482 - inSlope: -0.009677948 - outSlope: -0.009677948 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.949791 - value: -0.013896102 - inSlope: -0.009716842 - outSlope: -0.009716842 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.966457 - value: -0.014058372 - inSlope: -0.009755511 - outSlope: -0.009755511 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.983124 - value: -0.014221281 - inSlope: -0.00979376 - outSlope: -0.00979376 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.99979 - value: -0.014384826 - inSlope: -0.009831815 - outSlope: -0.009831815 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.016457 - value: -0.014549003 - inSlope: -0.009869367 - outSlope: -0.009869367 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.033123 - value: -0.0147138 - inSlope: -0.0099066105 - outSlope: -0.0099066105 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.04979 - value: -0.014879218 - inSlope: -0.009943687 - outSlope: -0.009943687 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.066456 - value: -0.015045251 - inSlope: -0.009980317 - outSlope: -0.009980317 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.083122 - value: -0.01521189 - inSlope: -0.010016555 - outSlope: -0.010016555 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.099789 - value: -0.015379131 - inSlope: -0.0100524295 - outSlope: -0.0100524295 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.116455 - value: -0.015546966 - inSlope: -0.01008811 - outSlope: -0.01008811 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.133121 - value: -0.015715396 - inSlope: -0.010123426 - outSlope: -0.010123426 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.149788 - value: -0.015884409 - inSlope: -0.010158183 - outSlope: -0.010158183 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.166454 - value: -0.016053997 - inSlope: -0.010192829 - outSlope: -0.010192829 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.18312 - value: -0.016224165 - inSlope: -0.01022714 - outSlope: -0.01022714 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.199787 - value: -0.016394896 - inSlope: -0.010260835 - outSlope: -0.010260835 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.216454 - value: -0.016566187 - inSlope: -0.010294307 - outSlope: -0.010294307 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.23312 - value: -0.016738035 - inSlope: -0.0103273885 - outSlope: -0.0103273885 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.249786 - value: -0.016910428 - inSlope: -0.010360135 - outSlope: -0.010360135 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.266453 - value: -0.017083367 - inSlope: -0.010392545 - outSlope: -0.010392545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.28312 - value: -0.017256841 - inSlope: -0.010424397 - outSlope: -0.010424397 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.299786 - value: -0.017430842 - inSlope: -0.0104560815 - outSlope: -0.0104560815 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.316452 - value: -0.017605372 - inSlope: -0.010487318 - outSlope: -0.010487318 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.333118 - value: -0.017780414 - inSlope: -0.010518052 - outSlope: -0.010518052 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.349785 - value: -0.017955968 - inSlope: -0.010548563 - outSlope: -0.010548563 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.366451 - value: -0.018132027 - inSlope: -0.010578459 - outSlope: -0.010578459 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.383118 - value: -0.018308578 - inSlope: -0.010607963 - outSlope: -0.010607963 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.399784 - value: -0.01848562 - inSlope: -0.010637244 - outSlope: -0.010637244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.41645 - value: -0.018663147 - inSlope: -0.010666135 - outSlope: -0.010666135 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.433117 - value: -0.018841153 - inSlope: -0.010694689 - outSlope: -0.010694689 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.449783 - value: -0.019019632 - inSlope: -0.010722462 - outSlope: -0.010722462 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.46645 - value: -0.019198563 - inSlope: -0.0107500665 - outSlope: -0.0107500665 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.483116 - value: -0.019377962 - inSlope: -0.010777336 - outSlope: -0.010777336 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.499783 - value: -0.019557802 - inSlope: -0.010803991 - outSlope: -0.010803991 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.516449 - value: -0.01973809 - inSlope: -0.010830423 - outSlope: -0.010830423 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.533115 - value: -0.01991881 - inSlope: -0.010856239 - outSlope: -0.010856239 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.549782 - value: -0.020099958 - inSlope: -0.010881664 - outSlope: -0.010881664 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.566448 - value: -0.020281527 - inSlope: -0.010906698 - outSlope: -0.010906698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.583115 - value: -0.02046351 - inSlope: -0.010931286 - outSlope: -0.010931286 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.599781 - value: -0.020645898 - inSlope: -0.010955315 - outSlope: -0.010955315 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.616447 - value: -0.020828681 - inSlope: -0.010978896 - outSlope: -0.010978896 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.633114 - value: -0.021011855 - inSlope: -0.0110023655 - outSlope: -0.0110023655 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.64978 - value: -0.021195421 - inSlope: -0.011025164 - outSlope: -0.011025164 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.666447 - value: -0.021379355 - inSlope: -0.011047461 - outSlope: -0.011047461 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.683113 - value: -0.021563664 - inSlope: -0.0110694785 - outSlope: -0.0110694785 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.69978 - value: -0.021748332 - inSlope: -0.01109088 - outSlope: -0.01109088 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.716446 - value: -0.021933354 - inSlope: -0.011111947 - outSlope: -0.011111947 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.733112 - value: -0.022118725 - inSlope: -0.011132231 - outSlope: -0.011132231 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.749779 - value: -0.022304423 - inSlope: -0.011152237 - outSlope: -0.011152237 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.766445 - value: -0.02249046 - inSlope: -0.011171962 - outSlope: -0.011171962 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.783112 - value: -0.022676816 - inSlope: -0.011191018 - outSlope: -0.011191018 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.799778 - value: -0.022863489 - inSlope: -0.011209793 - outSlope: -0.011209793 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.816444 - value: -0.02305047 - inSlope: -0.011228066 - outSlope: -0.011228066 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.83311 - value: -0.023237752 - inSlope: -0.0112455 - outSlope: -0.0112455 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.849777 - value: -0.023425315 - inSlope: -0.011262599 - outSlope: -0.011262599 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.866444 - value: -0.023613166 - inSlope: -0.011279364 - outSlope: -0.011279364 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.88311 - value: -0.023801288 - inSlope: -0.011295681 - outSlope: -0.011295681 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.899776 - value: -0.023989683 - inSlope: -0.011311495 - outSlope: -0.011311495 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.916443 - value: -0.024178332 - inSlope: -0.011326751 - outSlope: -0.011326751 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.93311 - value: -0.024367236 - inSlope: -0.011341391 - outSlope: -0.011341391 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.949776 - value: -0.024556372 - inSlope: -0.011355361 - outSlope: -0.011355361 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.966442 - value: -0.024745742 - inSlope: -0.011369387 - outSlope: -0.011369387 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.983109 - value: -0.024935346 - inSlope: -0.011382574 - outSlope: -0.011382574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.999775 - value: -0.025125155 - inSlope: -0.0113953715 - outSlope: -0.0113953715 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.016441 - value: -0.025315186 - inSlope: -0.011407609 - outSlope: -0.011407609 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.033108 - value: -0.025505403 - inSlope: -0.01141912 - outSlope: -0.01141912 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.049774 - value: -0.025695818 - inSlope: -0.011430408 - outSlope: -0.011430408 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.06644 - value: -0.02588641 - inSlope: -0.011441082 - outSlope: -0.011441082 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.083107 - value: -0.026077181 - inSlope: -0.011451364 - outSlope: -0.011451364 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.099773 - value: -0.026268117 - inSlope: -0.011461087 - outSlope: -0.011461087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.11644 - value: -0.026459211 - inSlope: -0.011470139 - outSlope: -0.011470139 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.133106 - value: -0.02665045 - inSlope: -0.011478577 - outSlope: -0.011478577 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.149773 - value: -0.026841825 - inSlope: -0.011486623 - outSlope: -0.011486623 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.16644 - value: -0.02703333 - inSlope: -0.011494335 - outSlope: -0.011494335 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.183105 - value: -0.027224964 - inSlope: -0.011501264 - outSlope: -0.011501264 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.199772 - value: -0.0274167 - inSlope: -0.011507522 - outSlope: -0.011507522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.216438 - value: -0.027608542 - inSlope: -0.011513726 - outSlope: -0.011513726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.233105 - value: -0.027800485 - inSlope: -0.011519426 - outSlope: -0.011519426 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.249771 - value: -0.027992517 - inSlope: -0.011523952 - outSlope: -0.011523952 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.266438 - value: -0.028184611 - inSlope: -0.011528087 - outSlope: -0.011528087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.283104 - value: -0.02837678 - inSlope: -0.01153211 - outSlope: -0.01153211 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.29977 - value: -0.02856901 - inSlope: -0.0115351835 - outSlope: -0.0115351835 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.316437 - value: -0.02876128 - inSlope: -0.011537866 - outSlope: -0.011537866 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.333103 - value: -0.028953599 - inSlope: -0.011540045 - outSlope: -0.011540045 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.34977 - value: -0.029145943 - inSlope: -0.0115416655 - outSlope: -0.0115416655 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.366436 - value: -0.029338315 - inSlope: -0.011542671 - outSlope: -0.011542671 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.383102 - value: -0.029530693 - inSlope: -0.011542895 - outSlope: -0.011542895 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.399769 - value: -0.029723072 - inSlope: -0.011542839 - outSlope: -0.011542839 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.416435 - value: -0.029915448 - inSlope: -0.011542224 - outSlope: -0.011542224 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.433102 - value: -0.030107807 - inSlope: -0.011541163 - outSlope: -0.011541163 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.449768 - value: -0.030300148 - inSlope: -0.0115393745 - outSlope: -0.0115393745 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.466434 - value: -0.030492447 - inSlope: -0.011536804 - outSlope: -0.011536804 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.4831 - value: -0.030684702 - inSlope: -0.011533787 - outSlope: -0.011533787 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.499767 - value: -0.030876901 - inSlope: -0.011530546 - outSlope: -0.011530546 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.516434 - value: -0.031069048 - inSlope: -0.011526522 - outSlope: -0.011526522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.5331 - value: -0.031261113 - inSlope: -0.011521605 - outSlope: -0.011521605 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.549767 - value: -0.031453095 - inSlope: -0.011516687 - outSlope: -0.011516687 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.566433 - value: -0.031644996 - inSlope: -0.011510764 - outSlope: -0.011510764 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.5831 - value: -0.03183678 - inSlope: -0.01150417 - outSlope: -0.01150417 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.599766 - value: -0.032028463 - inSlope: -0.011497576 - outSlope: -0.011497576 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.616432 - value: -0.03222003 - inSlope: -0.011489864 - outSlope: -0.011489864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.633099 - value: -0.032411452 - inSlope: -0.011481594 - outSlope: -0.011481594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.649765 - value: -0.032602742 - inSlope: -0.011473101 - outSlope: -0.011473101 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.666431 - value: -0.032793883 - inSlope: -0.011463713 - outSlope: -0.011463713 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.683098 - value: -0.03298486 - inSlope: -0.011453766 - outSlope: -0.011453766 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.699764 - value: -0.03317567 - inSlope: -0.011443373 - outSlope: -0.011443373 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.71643 - value: -0.0333663 - inSlope: -0.0114324195 - outSlope: -0.0114324195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.733097 - value: -0.033556744 - inSlope: -0.011420573 - outSlope: -0.011420573 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.749763 - value: -0.03374698 - inSlope: -0.01140828 - outSlope: -0.01140828 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.76643 - value: -0.033937015 - inSlope: -0.011395874 - outSlope: -0.011395874 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.783096 - value: -0.034126837 - inSlope: -0.011382462 - outSlope: -0.011382462 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.799763 - value: -0.034316424 - inSlope: -0.011368157 - outSlope: -0.011368157 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.81643 - value: -0.03450577 - inSlope: -0.011353517 - outSlope: -0.011353517 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.833096 - value: -0.03469487 - inSlope: -0.011338206 - outSlope: -0.011338206 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.849762 - value: -0.034883704 - inSlope: -0.011322336 - outSlope: -0.011322336 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.866428 - value: -0.035072275 - inSlope: -0.011306019 - outSlope: -0.011306019 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.883095 - value: -0.035260566 - inSlope: -0.0112889195 - outSlope: -0.0112889195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.899761 - value: -0.035448566 - inSlope: -0.011271262 - outSlope: -0.011271262 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.916428 - value: -0.03563627 - inSlope: -0.011253044 - outSlope: -0.011253044 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.933094 - value: -0.03582366 - inSlope: -0.011234269 - outSlope: -0.011234269 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.94976 - value: -0.03601074 - inSlope: -0.011214711 - outSlope: -0.011214711 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.966427 - value: -0.03619748 - inSlope: -0.011194818 - outSlope: -0.011194818 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.983093 - value: -0.036383893 - inSlope: -0.011174141 - outSlope: -0.011174141 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.99976 - value: -0.036569946 - inSlope: -0.01115246 - outSlope: -0.01115246 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.016426 - value: -0.036755636 - inSlope: -0.011130666 - outSlope: -0.011130666 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.033092 - value: -0.036940962 - inSlope: -0.011108203 - outSlope: -0.011108203 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.049759 - value: -0.037125904 - inSlope: -0.011085181 - outSlope: -0.011085181 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.066425 - value: -0.037310462 - inSlope: -0.011061599 - outSlope: -0.011061599 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.083092 - value: -0.03749462 - inSlope: -0.011037123 - outSlope: -0.011037123 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.099758 - value: -0.03767836 - inSlope: -0.0110120885 - outSlope: -0.0110120885 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.116425 - value: -0.037861682 - inSlope: -0.010986272 - outSlope: -0.010986272 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.133091 - value: -0.038044564 - inSlope: -0.010960121 - outSlope: -0.010960121 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.149757 - value: -0.038227014 - inSlope: -0.010933633 - outSlope: -0.010933633 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.166424 - value: -0.038409013 - inSlope: -0.010906028 - outSlope: -0.010906028 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.18309 - value: -0.038590543 - inSlope: -0.010877976 - outSlope: -0.010877976 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.199757 - value: -0.038771607 - inSlope: -0.010849142 - outSlope: -0.010849142 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.216423 - value: -0.038952176 - inSlope: -0.010819862 - outSlope: -0.010819862 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.23309 - value: -0.039132264 - inSlope: -0.010790133 - outSlope: -0.010790133 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.249756 - value: -0.03931184 - inSlope: -0.010759398 - outSlope: -0.010759398 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.266422 - value: -0.039490905 - inSlope: -0.010728329 - outSlope: -0.010728329 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.283089 - value: -0.039669447 - inSlope: -0.010696478 - outSlope: -0.010696478 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.299755 - value: -0.03984745 - inSlope: -0.010663955 - outSlope: -0.010663955 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.316422 - value: -0.040024906 - inSlope: -0.010631209 - outSlope: -0.010631209 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.333088 - value: -0.040201817 - inSlope: -0.010597458 - outSlope: -0.010597458 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.349754 - value: -0.04037815 - inSlope: -0.010562812 - outSlope: -0.010562812 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.36642 - value: -0.040553905 - inSlope: -0.010528389 - outSlope: -0.010528389 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.383087 - value: -0.04072909 - inSlope: -0.010492962 - outSlope: -0.010492962 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.399754 - value: -0.040903665 - inSlope: -0.010456417 - outSlope: -0.010456417 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.41642 - value: -0.041077632 - inSlope: -0.010419423 - outSlope: -0.010419423 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.433086 - value: -0.041250974 - inSlope: -0.010381984 - outSlope: -0.010381984 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.449753 - value: -0.041423693 - inSlope: -0.010344433 - outSlope: -0.010344433 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.46642 - value: -0.041595783 - inSlope: -0.010305763 - outSlope: -0.010305763 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.483086 - value: -0.041767213 - inSlope: -0.0102662 - outSlope: -0.0102662 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.499752 - value: -0.041937985 - inSlope: -0.010226414 - outSlope: -0.010226414 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.516418 - value: -0.04210809 - inSlope: -0.010186068 - outSlope: -0.010186068 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.533085 - value: -0.042277515 - inSlope: -0.010144828 - outSlope: -0.010144828 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.549751 - value: -0.042446245 - inSlope: -0.010102807 - outSlope: -0.010102807 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.566418 - value: -0.04261427 - inSlope: -0.01006056 - outSlope: -0.01006056 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.583084 - value: -0.04278159 - inSlope: -0.010017645 - outSlope: -0.010017645 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.59975 - value: -0.042948186 - inSlope: -0.009973723 - outSlope: -0.009973723 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.616417 - value: -0.043114044 - inSlope: -0.009929465 - outSlope: -0.009929465 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.633083 - value: -0.043279164 - inSlope: -0.00988465 - outSlope: -0.00988465 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.64975 - value: -0.043443527 - inSlope: -0.009839052 - outSlope: -0.009839052 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.666416 - value: -0.043607127 - inSlope: -0.009792894 - outSlope: -0.009792894 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.683083 - value: -0.043769952 - inSlope: -0.009746179 - outSlope: -0.009746179 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.699749 - value: -0.043931995 - inSlope: -0.009698681 - outSlope: -0.009698681 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.716415 - value: -0.044093236 - inSlope: -0.009650623 - outSlope: -0.009650623 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.733082 - value: -0.044253677 - inSlope: -0.00960212 - outSlope: -0.00960212 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.749748 - value: -0.044413302 - inSlope: -0.009552833 - outSlope: -0.009552833 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.766415 - value: -0.0445721 - inSlope: -0.009502877 - outSlope: -0.009502877 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.783081 - value: -0.04473006 - inSlope: -0.00945236 - outSlope: -0.00945236 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.799747 - value: -0.044887174 - inSlope: -0.0094010625 - outSlope: -0.0094010625 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.816414 - value: -0.045043424 - inSlope: -0.00934943 - outSlope: -0.00934943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.83308 - value: -0.045198817 - inSlope: -0.009297237 - outSlope: -0.009297237 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.849747 - value: -0.045353327 - inSlope: -0.009244151 - outSlope: -0.009244151 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.866413 - value: -0.04550695 - inSlope: -0.009190282 - outSlope: -0.009190282 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.88308 - value: -0.045659665 - inSlope: -0.009136079 - outSlope: -0.009136079 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.899746 - value: -0.04581148 - inSlope: -0.009081539 - outSlope: -0.009081539 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.916412 - value: -0.04596238 - inSlope: -0.009025659 - outSlope: -0.009025659 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.933079 - value: -0.046112332 - inSlope: -0.008969556 - outSlope: -0.008969556 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.949745 - value: -0.04626136 - inSlope: -0.0089131165 - outSlope: -0.0089131165 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.966412 - value: -0.04640943 - inSlope: -0.008855784 - outSlope: -0.008855784 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.983078 - value: -0.046556547 - inSlope: -0.008797891 - outSlope: -0.008797891 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.999744 - value: -0.04670269 - inSlope: -0.008739218 - outSlope: -0.008739218 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.01641 - value: -0.04684785 - inSlope: -0.008679984 - outSlope: -0.008679984 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.033077 - value: -0.04699202 - inSlope: -0.008620417 - outSlope: -0.008620417 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.049744 - value: -0.047135193 - inSlope: -0.008560065 - outSlope: -0.008560065 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.06641 - value: -0.04727735 - inSlope: -0.008499045 - outSlope: -0.008499045 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.083076 - value: -0.04741849 - inSlope: -0.008437464 - outSlope: -0.008437464 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.099743 - value: -0.047558594 - inSlope: -0.008375103 - outSlope: -0.008375103 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.11641 - value: -0.047697656 - inSlope: -0.008312181 - outSlope: -0.008312181 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.133076 - value: -0.047835663 - inSlope: -0.008249037 - outSlope: -0.008249037 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.149742 - value: -0.04797262 - inSlope: -0.008185333 - outSlope: -0.008185333 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.166409 - value: -0.048108503 - inSlope: -0.008120513 - outSlope: -0.008120513 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.183075 - value: -0.0482433 - inSlope: -0.008055132 - outSlope: -0.008055132 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.199741 - value: -0.048377004 - inSlope: -0.007989416 - outSlope: -0.007989416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.216408 - value: -0.04850961 - inSlope: -0.007923031 - outSlope: -0.007923031 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.233074 - value: -0.0486411 - inSlope: -0.007855862 - outSlope: -0.007855862 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.24974 - value: -0.048771467 - inSlope: -0.0077884714 - outSlope: -0.0077884714 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.266407 - value: -0.048900712 - inSlope: -0.007720633 - outSlope: -0.007720633 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.283073 - value: -0.049028818 - inSlope: -0.007651677 - outSlope: -0.007651677 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.29974 - value: -0.049155764 - inSlope: -0.0075818263 - outSlope: -0.0075818263 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.316406 - value: -0.04928154 - inSlope: -0.007511976 - outSlope: -0.007511976 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.333073 - value: -0.04940616 - inSlope: -0.007441679 - outSlope: -0.007441679 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.34974 - value: -0.049529593 - inSlope: -0.007370376 - outSlope: -0.007370376 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.366405 - value: -0.049651835 - inSlope: -0.0072986255 - outSlope: -0.0072986255 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.383072 - value: -0.049772877 - inSlope: -0.0072265402 - outSlope: -0.0072265402 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.399738 - value: -0.049892716 - inSlope: -0.0071535604 - outSlope: -0.0071535604 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.416405 - value: -0.050011326 - inSlope: -0.007080134 - outSlope: -0.007080134 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.433071 - value: -0.050128717 - inSlope: -0.0070063723 - outSlope: -0.0070063723 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.449738 - value: -0.050244868 - inSlope: -0.0069316044 - outSlope: -0.0069316044 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.466404 - value: -0.050359767 - inSlope: -0.0068562776 - outSlope: -0.0068562776 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.48307 - value: -0.050473407 - inSlope: -0.0067808395 - outSlope: -0.0067808395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.499737 - value: -0.05058579 - inSlope: -0.006704619 - outSlope: -0.006704619 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.516403 - value: -0.05069689 - inSlope: -0.0066273925 - outSlope: -0.0066273925 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.53307 - value: -0.0508067 - inSlope: -0.0065498305 - outSlope: -0.0065498305 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.549736 - value: -0.050915215 - inSlope: -0.0064721573 - outSlope: -0.0064721573 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.566402 - value: -0.051022436 - inSlope: -0.00639359 - outSlope: -0.00639359 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.583069 - value: -0.05112833 - inSlope: -0.0063139047 - outSlope: -0.0063139047 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.599735 - value: -0.051232897 - inSlope: -0.0062345546 - outSlope: -0.0062345546 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.616402 - value: -0.051336147 - inSlope: -0.0061548697 - outSlope: -0.0061548697 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.633068 - value: -0.051438056 - inSlope: -0.006073508 - outSlope: -0.006073508 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.649734 - value: -0.051538594 - inSlope: -0.0059923697 - outSlope: -0.0059923697 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.6664 - value: -0.0516378 - inSlope: -0.005910785 - outSlope: -0.005910785 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.683067 - value: -0.051735617 - inSlope: -0.0058279703 - outSlope: -0.0058279703 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.699734 - value: -0.05183206 - inSlope: -0.005745044 - outSlope: -0.005745044 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.7164 - value: -0.051927116 - inSlope: -0.005661671 - outSlope: -0.005661671 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.733067 - value: -0.05202078 - inSlope: -0.005577515 - outSlope: -0.005577515 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.749733 - value: -0.05211303 - inSlope: -0.005492801 - outSlope: -0.005492801 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.7664 - value: -0.05220387 - inSlope: -0.005408087 - outSlope: -0.005408087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.783066 - value: -0.052293297 - inSlope: -0.0053222543 - outSlope: -0.0053222543 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.799732 - value: -0.052381277 - inSlope: -0.0052360874 - outSlope: -0.0052360874 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.816399 - value: -0.05246783 - inSlope: -0.005149696 - outSlope: -0.005149696 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.833065 - value: -0.05255293 - inSlope: -0.005062188 - outSlope: -0.005062188 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.849731 - value: -0.052636568 - inSlope: -0.0049742325 - outSlope: -0.0049742325 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.866398 - value: -0.052718736 - inSlope: -0.004886389 - outSlope: -0.004886389 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.883064 - value: -0.052799445 - inSlope: -0.0047976514 - outSlope: -0.0047976514 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.89973 - value: -0.052878655 - inSlope: -0.004708131 - outSlope: -0.004708131 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.916397 - value: -0.05295638 - inSlope: -0.0046184994 - outSlope: -0.0046184994 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.933064 - value: -0.053032603 - inSlope: -0.004528532 - outSlope: -0.004528532 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.94973 - value: -0.05310733 - inSlope: -0.0044375593 - outSlope: -0.0044375593 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.966396 - value: -0.05318052 - inSlope: -0.0043456918 - outSlope: -0.0043456918 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.983063 - value: -0.053252183 - inSlope: -0.0042547192 - outSlope: -0.0042547192 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.99973 - value: -0.05332234 - inSlope: -0.004162293 - outSlope: -0.004162293 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.016396 - value: -0.053390924 - inSlope: -0.0040690852 - outSlope: -0.0040690852 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.033062 - value: -0.053457975 - inSlope: -0.003976659 - outSlope: -0.003976659 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.049728 - value: -0.053523477 - inSlope: -0.0038827802 - outSlope: -0.0038827802 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.066395 - value: -0.0535874 - inSlope: -0.0037881192 - outSlope: -0.0037881192 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.083061 - value: -0.053649746 - inSlope: -0.00369357 - outSlope: -0.00369357 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.099728 - value: -0.053710517 - inSlope: -0.0035986854 - outSlope: -0.0035986854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.116394 - value: -0.0537697 - inSlope: -0.003502795 - outSlope: -0.003502795 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.13306 - value: -0.053827275 - inSlope: -0.003406681 - outSlope: -0.003406681 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.149727 - value: -0.053883255 - inSlope: -0.0033109023 - outSlope: -0.0033109023 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.166393 - value: -0.053937636 - inSlope: -0.0032135588 - outSlope: -0.0032135588 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.18306 - value: -0.05399037 - inSlope: -0.0031154333 - outSlope: -0.0031154333 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.199726 - value: -0.054041483 - inSlope: -0.0030182018 - outSlope: -0.0030182018 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.216393 - value: -0.054090977 - inSlope: -0.0029199645 - outSlope: -0.0029199645 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.233059 - value: -0.054138813 - inSlope: -0.0028207211 - outSlope: -0.0028207211 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.249725 - value: -0.054185 - inSlope: -0.0027215895 - outSlope: -0.0027215895 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.266392 - value: -0.05422953 - inSlope: -0.0026218994 - outSlope: -0.0026218994 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.283058 - value: -0.054272395 - inSlope: -0.0025220974 - outSlope: -0.0025220974 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.299725 - value: -0.0543136 - inSlope: -0.002421848 - outSlope: -0.002421848 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.316391 - value: -0.05435312 - inSlope: -0.0023208167 - outSlope: -0.0023208167 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.333057 - value: -0.05439096 - inSlope: -0.0022194502 - outSlope: -0.0022194502 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.349724 - value: -0.054427102 - inSlope: -0.0021170774 - outSlope: -0.0021170774 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.36639 - value: -0.054461528 - inSlope: -0.0020153755 - outSlope: -0.0020153755 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.383057 - value: -0.05449428 - inSlope: -0.0019131148 - outSlope: -0.0019131148 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.399723 - value: -0.054525297 - inSlope: -0.0018096246 - outSlope: -0.0018096246 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.41639 - value: -0.0545546 - inSlope: -0.0017062463 - outSlope: -0.0017062463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.433056 - value: -0.05458217 - inSlope: -0.0016026443 - outSlope: -0.0016026443 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.449722 - value: -0.05460802 - inSlope: -0.0014984836 - outSlope: -0.0014984836 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.466389 - value: -0.05463212 - inSlope: -0.0013938759 - outSlope: -0.0013938759 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.483055 - value: -0.054654483 - inSlope: -0.0012891564 - outSlope: -0.0012891564 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.499722 - value: -0.05467509 - inSlope: -0.0011837663 - outSlope: -0.0011837663 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.516388 - value: -0.05469394 - inSlope: -0.0010778174 - outSlope: -0.0010778174 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.533054 - value: -0.054711018 - inSlope: -0.0009718685 - outSlope: -0.0009718685 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.54972 - value: -0.054726336 - inSlope: -0.00086547266 - outSlope: -0.00086547266 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.566387 - value: -0.054739866 - inSlope: -0.0007588532 - outSlope: -0.0007588532 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.583054 - value: -0.05475163 - inSlope: -0.00065178674 - outSlope: -0.00065178674 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.59972 - value: -0.054761592 - inSlope: -0.000544385 - outSlope: -0.000544385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.616386 - value: -0.054769777 - inSlope: -0.00043675973 - outSlope: -0.00043675973 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.633053 - value: -0.05477615 - inSlope: -0.00032790506 - outSlope: -0.00032790506 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.64972 - value: -0.054780707 - inSlope: -0.00021983273 - outSlope: -0.00021983273 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.666386 - value: -0.05478348 - inSlope: -0.00011029786 - outSlope: -0.00011029786 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.683332 - value: -0.0547844 - inSlope: -0.000054296215 - outSlope: -0.000054296215 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalRotation.z - path: - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0.9439613 - inSlope: 0.00004291534 - outSlope: 0.00004291534 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.016666668 - value: 0.94396204 - inSlope: 0.00008583069 - outSlope: 0.00008583069 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.033333335 - value: 0.9439642 - inSlope: 0.00016987322 - outSlope: 0.00016987322 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.050000004 - value: 0.9439677 - inSlope: 0.00025212765 - outSlope: 0.00025212765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06666667 - value: 0.9439726 - inSlope: 0.00033617023 - outSlope: 0.00033617023 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.083333336 - value: 0.9439789 - inSlope: 0.00042378905 - outSlope: 0.00042378905 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1 - value: 0.9439867 - inSlope: 0.00050783163 - outSlope: 0.00050783163 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.11666667 - value: 0.94399583 - inSlope: 0.0005882977 - outSlope: 0.0005882977 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.13333334 - value: 0.9440063 - inSlope: 0.0006723403 - outSlope: 0.0006723403 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.15 - value: 0.94401824 - inSlope: 0.00075817114 - outSlope: 0.00075817114 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.16666667 - value: 0.9440316 - inSlope: 0.0008386374 - outSlope: 0.0008386374 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18333334 - value: 0.9440462 - inSlope: 0.00091731554 - outSlope: 0.00091731554 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2 - value: 0.9440622 - inSlope: 0.0010013581 - outSlope: 0.0010013581 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.21666667 - value: 0.9440796 - inSlope: 0.0010854007 - outSlope: 0.0010854007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.23333333 - value: 0.94409835 - inSlope: 0.0011640788 - outSlope: 0.0011640788 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.25 - value: 0.9441184 - inSlope: 0.0012445445 - outSlope: 0.0012445445 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26666668 - value: 0.94413984 - inSlope: 0.0013267982 - outSlope: 0.0013267982 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.28333336 - value: 0.9441626 - inSlope: 0.0014054764 - outSlope: 0.0014054764 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30000004 - value: 0.9441867 - inSlope: 0.0014859426 - outSlope: 0.0014859426 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.31666672 - value: 0.94421214 - inSlope: 0.0015664087 - outSlope: 0.0015664087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3333334 - value: 0.9442389 - inSlope: 0.0016450868 - outSlope: 0.0016450868 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.35000008 - value: 0.944267 - inSlope: 0.0017237649 - outSlope: 0.0017237649 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36666676 - value: 0.94429636 - inSlope: 0.0018006548 - outSlope: 0.0018006548 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.38333344 - value: 0.944327 - inSlope: 0.001881121 - outSlope: 0.001881121 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40000013 - value: 0.94435906 - inSlope: 0.001959799 - outSlope: 0.001959799 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4166668 - value: 0.9443923 - inSlope: 0.002034901 - outSlope: 0.002034901 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4333335 - value: 0.9444269 - inSlope: 0.0021135788 - outSlope: 0.0021135788 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.45000017 - value: 0.9444628 - inSlope: 0.002192257 - outSlope: 0.002192257 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46666685 - value: 0.94449997 - inSlope: 0.0022673588 - outSlope: 0.0022673588 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48333353 - value: 0.94453835 - inSlope: 0.0023424628 - outSlope: 0.0023424628 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5000002 - value: 0.94457805 - inSlope: 0.0024193549 - outSlope: 0.0024193549 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5166668 - value: 0.944619 - inSlope: 0.0024926686 - outSlope: 0.0024926686 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5333335 - value: 0.94466114 - inSlope: 0.0025677704 - outSlope: 0.0025677704 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.55000013 - value: 0.9447046 - inSlope: 0.0026428725 - outSlope: 0.0026428725 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5666668 - value: 0.94474924 - inSlope: 0.0027179744 - outSlope: 0.0027179744 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.58333343 - value: 0.9447952 - inSlope: 0.0027930764 - outSlope: 0.0027930764 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6000001 - value: 0.94484234 - inSlope: 0.0028663902 - outSlope: 0.0028663902 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.61666673 - value: 0.94489074 - inSlope: 0.0029379157 - outSlope: 0.0029379157 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6333334 - value: 0.94494027 - inSlope: 0.0030094413 - outSlope: 0.0030094413 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.65000004 - value: 0.94499105 - inSlope: 0.003082755 - outSlope: 0.003082755 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6666667 - value: 0.945043 - inSlope: 0.003157857 - outSlope: 0.003157857 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.68333334 - value: 0.9450963 - inSlope: 0.0032293827 - outSlope: 0.0032293827 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7 - value: 0.9451507 - inSlope: 0.0032973322 - outSlope: 0.0032973322 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71666664 - value: 0.9452062 - inSlope: 0.0033688578 - outSlope: 0.0033688578 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7333333 - value: 0.94526297 - inSlope: 0.0034385952 - outSlope: 0.0034385952 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.74999994 - value: 0.94532084 - inSlope: 0.0035083327 - outSlope: 0.0035083327 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7666666 - value: 0.9453799 - inSlope: 0.0035798585 - outSlope: 0.0035798585 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.78333324 - value: 0.9454402 - inSlope: 0.003649596 - outSlope: 0.003649596 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7999999 - value: 0.94550157 - inSlope: 0.0037175452 - outSlope: 0.0037175452 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81666654 - value: 0.9455641 - inSlope: 0.0037872829 - outSlope: 0.0037872829 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8333332 - value: 0.9456278 - inSlope: 0.0038552321 - outSlope: 0.0038552321 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.84999985 - value: 0.9456926 - inSlope: 0.0039213933 - outSlope: 0.0039213933 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8666665 - value: 0.9457585 - inSlope: 0.0039911307 - outSlope: 0.0039911307 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.88333315 - value: 0.94582564 - inSlope: 0.004057292 - outSlope: 0.004057292 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8999998 - value: 0.94589376 - inSlope: 0.004119877 - outSlope: 0.004119877 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.91666645 - value: 0.94596297 - inSlope: 0.0041860384 - outSlope: 0.0041860384 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9333331 - value: 0.9460333 - inSlope: 0.0042539877 - outSlope: 0.0042539877 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.94999975 - value: 0.94610476 - inSlope: 0.0043183607 - outSlope: 0.0043183607 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9666664 - value: 0.94617724 - inSlope: 0.004384522 - outSlope: 0.004384522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.98333305 - value: 0.9462509 - inSlope: 0.004448895 - outSlope: 0.004448895 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9999997 - value: 0.94632554 - inSlope: 0.004511472 - outSlope: 0.004511472 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.0166664 - value: 0.9464013 - inSlope: 0.004577633 - outSlope: 0.004577633 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.0333331 - value: 0.9464781 - inSlope: 0.004638438 - outSlope: 0.004638438 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.0499997 - value: 0.9465559 - inSlope: 0.004701023 - outSlope: 0.004701023 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.0666664 - value: 0.9466348 - inSlope: 0.004763608 - outSlope: 0.004763608 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.083333 - value: 0.9467147 - inSlope: 0.0048226165 - outSlope: 0.0048226165 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.0999997 - value: 0.9467956 - inSlope: 0.0048869895 - outSlope: 0.0048869895 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.1166663 - value: 0.9468776 - inSlope: 0.0049495744 - outSlope: 0.0049495744 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.133333 - value: 0.94696057 - inSlope: 0.005006795 - outSlope: 0.005006795 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.1499996 - value: 0.9470445 - inSlope: 0.0050658034 - outSlope: 0.0050658034 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.1666663 - value: 0.9471294 - inSlope: 0.0051283883 - outSlope: 0.0051283883 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.1833329 - value: 0.94721544 - inSlope: 0.0051873974 - outSlope: 0.0051873974 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.1999996 - value: 0.94730234 - inSlope: 0.005244618 - outSlope: 0.005244618 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.2166662 - value: 0.94739026 - inSlope: 0.0053018383 - outSlope: 0.0053018383 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.2333329 - value: 0.94747907 - inSlope: 0.0053590587 - outSlope: 0.0053590587 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.2499995 - value: 0.9475689 - inSlope: 0.0054180673 - outSlope: 0.0054180673 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.2666662 - value: 0.9476597 - inSlope: 0.005477076 - outSlope: 0.005477076 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.2833328 - value: 0.94775146 - inSlope: 0.0055342964 - outSlope: 0.0055342964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.2999995 - value: 0.94784415 - inSlope: 0.0055879406 - outSlope: 0.0055879406 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.3166661 - value: 0.9479377 - inSlope: 0.005641585 - outSlope: 0.005641585 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.3333328 - value: 0.9480322 - inSlope: 0.005700594 - outSlope: 0.005700594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.3499994 - value: 0.94812775 - inSlope: 0.005756026 - outSlope: 0.005756026 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.3666661 - value: 0.94822407 - inSlope: 0.005806094 - outSlope: 0.005806094 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.3833327 - value: 0.9483213 - inSlope: 0.0058615264 - outSlope: 0.0058615264 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.3999994 - value: 0.94841945 - inSlope: 0.0059169587 - outSlope: 0.0059169587 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.416666 - value: 0.9485185 - inSlope: 0.0059670266 - outSlope: 0.0059670266 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.4333327 - value: 0.94861835 - inSlope: 0.0060206708 - outSlope: 0.0060206708 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.4499993 - value: 0.9487192 - inSlope: 0.006072527 - outSlope: 0.006072527 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.466666 - value: 0.94882077 - inSlope: 0.0061225947 - outSlope: 0.0061225947 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.4833326 - value: 0.9489233 - inSlope: 0.006174451 - outSlope: 0.006174451 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.4999993 - value: 0.9490266 - inSlope: 0.006224519 - outSlope: 0.006224519 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.5166659 - value: 0.9491308 - inSlope: 0.006276375 - outSlope: 0.006276375 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.5333326 - value: 0.9492358 - inSlope: 0.006324655 - outSlope: 0.006324655 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.5499992 - value: 0.9493416 - inSlope: 0.006374723 - outSlope: 0.006374723 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.5666659 - value: 0.9494483 - inSlope: 0.0064230026 - outSlope: 0.0064230026 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.5833325 - value: 0.9495557 - inSlope: 0.0064712823 - outSlope: 0.0064712823 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.5999992 - value: 0.949664 - inSlope: 0.006519562 - outSlope: 0.006519562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.6166658 - value: 0.949773 - inSlope: 0.0065660537 - outSlope: 0.0065660537 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.6333325 - value: 0.94988286 - inSlope: 0.006614334 - outSlope: 0.006614334 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.6499991 - value: 0.9499935 - inSlope: 0.0066590374 - outSlope: 0.0066590374 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.6666658 - value: 0.95010483 - inSlope: 0.006705529 - outSlope: 0.006705529 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.6833324 - value: 0.950217 - inSlope: 0.0067520207 - outSlope: 0.0067520207 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.6999991 - value: 0.9503299 - inSlope: 0.006796724 - outSlope: 0.006796724 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.7166657 - value: 0.95044357 - inSlope: 0.0068396395 - outSlope: 0.0068396395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.7333324 - value: 0.9505579 - inSlope: 0.006882555 - outSlope: 0.006882555 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.749999 - value: 0.950673 - inSlope: 0.0069290465 - outSlope: 0.0069290465 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.7666657 - value: 0.95078886 - inSlope: 0.006971962 - outSlope: 0.006971962 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.7833323 - value: 0.9509054 - inSlope: 0.007014877 - outSlope: 0.007014877 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.799999 - value: 0.9510227 - inSlope: 0.0070560044 - outSlope: 0.0070560044 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.8166656 - value: 0.9511406 - inSlope: 0.0070971316 - outSlope: 0.0070971316 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.8333323 - value: 0.95125926 - inSlope: 0.0071400474 - outSlope: 0.0071400474 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.849999 - value: 0.9513786 - inSlope: 0.0071811746 - outSlope: 0.0071811746 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.8666656 - value: 0.9514986 - inSlope: 0.007222302 - outSlope: 0.007222302 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.8833323 - value: 0.9516193 - inSlope: 0.0072598527 - outSlope: 0.0072598527 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.8999989 - value: 0.9517406 - inSlope: 0.0072974036 - outSlope: 0.0072974036 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.9166656 - value: 0.9518626 - inSlope: 0.0073367427 - outSlope: 0.0073367427 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.9333322 - value: 0.9519852 - inSlope: 0.00737787 - outSlope: 0.00737787 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.9499989 - value: 0.9521085 - inSlope: 0.007415421 - outSlope: 0.007415421 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.9666655 - value: 0.95223236 - inSlope: 0.007452972 - outSlope: 0.007452972 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.9833322 - value: 0.95235693 - inSlope: 0.0074905227 - outSlope: 0.0074905227 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.9999988 - value: 0.95248204 - inSlope: 0.0075262855 - outSlope: 0.0075262855 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.0166655 - value: 0.9526078 - inSlope: 0.007563837 - outSlope: 0.007563837 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.033332 - value: 0.9527342 - inSlope: 0.0075978115 - outSlope: 0.0075978115 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.0499988 - value: 0.9528611 - inSlope: 0.007631786 - outSlope: 0.007631786 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.0666654 - value: 0.95298856 - inSlope: 0.007667549 - outSlope: 0.007667549 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.083332 - value: 0.95311666 - inSlope: 0.0077015236 - outSlope: 0.0077015236 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.0999987 - value: 0.9532453 - inSlope: 0.00773371 - outSlope: 0.00773371 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.1166654 - value: 0.95337445 - inSlope: 0.007769473 - outSlope: 0.007769473 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.133332 - value: 0.95350426 - inSlope: 0.0078016594 - outSlope: 0.0078016594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.1499987 - value: 0.9536345 - inSlope: 0.007832058 - outSlope: 0.007832058 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.1666653 - value: 0.95376533 - inSlope: 0.007866032 - outSlope: 0.007866032 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.183332 - value: 0.9538967 - inSlope: 0.007896431 - outSlope: 0.007896431 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.1999986 - value: 0.95402855 - inSlope: 0.007928617 - outSlope: 0.007928617 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.2166653 - value: 0.954161 - inSlope: 0.007959016 - outSlope: 0.007959016 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.233332 - value: 0.95429385 - inSlope: 0.007985838 - outSlope: 0.007985838 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.2499986 - value: 0.9544272 - inSlope: 0.008018024 - outSlope: 0.008018024 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.2666652 - value: 0.9545611 - inSlope: 0.008048423 - outSlope: 0.008048423 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.2833319 - value: 0.95469546 - inSlope: 0.008073457 - outSlope: 0.008073457 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.2999985 - value: 0.9548302 - inSlope: 0.008100279 - outSlope: 0.008100279 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.3166652 - value: 0.9549655 - inSlope: 0.008130677 - outSlope: 0.008130677 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.3333318 - value: 0.95510125 - inSlope: 0.008157499 - outSlope: 0.008157499 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.3499985 - value: 0.9552374 - inSlope: 0.008184321 - outSlope: 0.008184321 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.3666651 - value: 0.95537406 - inSlope: 0.008211143 - outSlope: 0.008211143 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.3833318 - value: 0.9555111 - inSlope: 0.008236177 - outSlope: 0.008236177 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.3999984 - value: 0.9556486 - inSlope: 0.008261211 - outSlope: 0.008261211 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.416665 - value: 0.95578647 - inSlope: 0.008286245 - outSlope: 0.008286245 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.4333317 - value: 0.9559248 - inSlope: 0.008311279 - outSlope: 0.008311279 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.4499984 - value: 0.9560635 - inSlope: 0.00833095 - outSlope: 0.00833095 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.466665 - value: 0.9562025 - inSlope: 0.008357772 - outSlope: 0.008357772 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.4833317 - value: 0.9563421 - inSlope: 0.008382806 - outSlope: 0.008382806 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.4999983 - value: 0.95648193 - inSlope: 0.008400687 - outSlope: 0.008400687 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.516665 - value: 0.9566221 - inSlope: 0.008422145 - outSlope: 0.008422145 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.5333316 - value: 0.9567627 - inSlope: 0.0084453905 - outSlope: 0.0084453905 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.5499983 - value: 0.95690364 - inSlope: 0.008466848 - outSlope: 0.008466848 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.566665 - value: 0.9570449 - inSlope: 0.008486518 - outSlope: 0.008486518 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.5833316 - value: 0.9571865 - inSlope: 0.0085097635 - outSlope: 0.0085097635 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.5999982 - value: 0.95732856 - inSlope: 0.008527645 - outSlope: 0.008527645 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.616665 - value: 0.9574708 - inSlope: 0.008543738 - outSlope: 0.008543738 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.6333315 - value: 0.95761335 - inSlope: 0.008565196 - outSlope: 0.008565196 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.6499982 - value: 0.9577563 - inSlope: 0.008584865 - outSlope: 0.008584865 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.6666648 - value: 0.9578995 - inSlope: 0.0085991705 - outSlope: 0.0085991705 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.6833315 - value: 0.9580429 - inSlope: 0.008617052 - outSlope: 0.008617052 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.6999981 - value: 0.95818675 - inSlope: 0.008636721 - outSlope: 0.008636721 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.7166648 - value: 0.9583308 - inSlope: 0.008652815 - outSlope: 0.008652815 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.7333314 - value: 0.9584752 - inSlope: 0.00866712 - outSlope: 0.00866712 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.749998 - value: 0.9586197 - inSlope: 0.008683213 - outSlope: 0.008683213 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.7666647 - value: 0.9587646 - inSlope: 0.008697518 - outSlope: 0.008697518 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.7833314 - value: 0.95890963 - inSlope: 0.008711823 - outSlope: 0.008711823 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.799998 - value: 0.959055 - inSlope: 0.008726128 - outSlope: 0.008726128 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.8166647 - value: 0.9592005 - inSlope: 0.0087404335 - outSlope: 0.0087404335 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.8333313 - value: 0.95934635 - inSlope: 0.008754739 - outSlope: 0.008754739 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.849998 - value: 0.9594923 - inSlope: 0.008763679 - outSlope: 0.008763679 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.8666646 - value: 0.9596385 - inSlope: 0.008777984 - outSlope: 0.008777984 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.8833313 - value: 0.9597849 - inSlope: 0.0087922895 - outSlope: 0.0087922895 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.899998 - value: 0.95993155 - inSlope: 0.00880123 - outSlope: 0.00880123 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.9166646 - value: 0.9600783 - inSlope: 0.008811959 - outSlope: 0.008811959 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.9333313 - value: 0.9602253 - inSlope: 0.008822688 - outSlope: 0.008822688 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.949998 - value: 0.9603724 - inSlope: 0.008833417 - outSlope: 0.008833417 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.9666646 - value: 0.96051973 - inSlope: 0.008844146 - outSlope: 0.008844146 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.9833312 - value: 0.9606672 - inSlope: 0.008851298 - outSlope: 0.008851298 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2.9999979 - value: 0.9608148 - inSlope: 0.008860239 - outSlope: 0.008860239 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.0166645 - value: 0.96096253 - inSlope: 0.0088691795 - outSlope: 0.0088691795 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.0333312 - value: 0.9611104 - inSlope: 0.008876332 - outSlope: 0.008876332 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.0499978 - value: 0.9612584 - inSlope: 0.008885273 - outSlope: 0.008885273 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.0666645 - value: 0.9614066 - inSlope: 0.008890637 - outSlope: 0.008890637 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.083331 - value: 0.96155477 - inSlope: 0.008896002 - outSlope: 0.008896002 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.0999978 - value: 0.9617031 - inSlope: 0.008903154 - outSlope: 0.008903154 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.1166644 - value: 0.96185154 - inSlope: 0.008908519 - outSlope: 0.008908519 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.133331 - value: 0.9620001 - inSlope: 0.008915671 - outSlope: 0.008915671 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.1499977 - value: 0.9621487 - inSlope: 0.008921036 - outSlope: 0.008921036 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.1666644 - value: 0.96229744 - inSlope: 0.008922824 - outSlope: 0.008922824 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.183331 - value: 0.96244615 - inSlope: 0.0089264 - outSlope: 0.0089264 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.1999977 - value: 0.962595 - inSlope: 0.008931764 - outSlope: 0.008931764 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.2166643 - value: 0.9627439 - inSlope: 0.008935341 - outSlope: 0.008935341 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.233331 - value: 0.96289283 - inSlope: 0.008937129 - outSlope: 0.008937129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.2499976 - value: 0.9630418 - inSlope: 0.008937129 - outSlope: 0.008937129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.2666643 - value: 0.96319073 - inSlope: 0.008942493 - outSlope: 0.008942493 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.283331 - value: 0.96333987 - inSlope: 0.0089460695 - outSlope: 0.0089460695 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.2999976 - value: 0.96348894 - inSlope: 0.008944281 - outSlope: 0.008944281 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.3166642 - value: 0.963638 - inSlope: 0.008940705 - outSlope: 0.008940705 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.3333309 - value: 0.96378696 - inSlope: 0.008942493 - outSlope: 0.008942493 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.3499975 - value: 0.9639361 - inSlope: 0.0089460695 - outSlope: 0.0089460695 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.3666642 - value: 0.96408516 - inSlope: 0.008942493 - outSlope: 0.008942493 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.3833308 - value: 0.9642342 - inSlope: 0.008942493 - outSlope: 0.008942493 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.3999975 - value: 0.96438324 - inSlope: 0.008940705 - outSlope: 0.008940705 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.4166641 - value: 0.9645322 - inSlope: 0.008937129 - outSlope: 0.008937129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.4333308 - value: 0.96468115 - inSlope: 0.008937129 - outSlope: 0.008937129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.4499974 - value: 0.9648301 - inSlope: 0.008935341 - outSlope: 0.008935341 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.466664 - value: 0.964979 - inSlope: 0.008929976 - outSlope: 0.008929976 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.4833307 - value: 0.96512777 - inSlope: 0.0089264 - outSlope: 0.0089264 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.4999974 - value: 0.96527654 - inSlope: 0.008922824 - outSlope: 0.008922824 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.516664 - value: 0.9654252 - inSlope: 0.008917459 - outSlope: 0.008917459 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.5333307 - value: 0.9655738 - inSlope: 0.008913883 - outSlope: 0.008913883 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.5499973 - value: 0.9657223 - inSlope: 0.008908519 - outSlope: 0.008908519 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.566664 - value: 0.96587074 - inSlope: 0.008904942 - outSlope: 0.008904942 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.5833306 - value: 0.96601915 - inSlope: 0.00889779 - outSlope: 0.00889779 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.5999973 - value: 0.96616733 - inSlope: 0.008888849 - outSlope: 0.008888849 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.616664 - value: 0.96631545 - inSlope: 0.008883485 - outSlope: 0.008883485 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.6333306 - value: 0.96646345 - inSlope: 0.008876332 - outSlope: 0.008876332 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.6499972 - value: 0.9666113 - inSlope: 0.0088691795 - outSlope: 0.0088691795 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.666664 - value: 0.9667591 - inSlope: 0.008862027 - outSlope: 0.008862027 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.6833305 - value: 0.9669067 - inSlope: 0.008853086 - outSlope: 0.008853086 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.6999972 - value: 0.9670542 - inSlope: 0.008845934 - outSlope: 0.008845934 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.7166638 - value: 0.9672016 - inSlope: 0.008835205 - outSlope: 0.008835205 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.7333305 - value: 0.9673487 - inSlope: 0.008824476 - outSlope: 0.008824476 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.7499971 - value: 0.96749574 - inSlope: 0.008819112 - outSlope: 0.008819112 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.7666638 - value: 0.96764266 - inSlope: 0.008806595 - outSlope: 0.008806595 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.7833304 - value: 0.9677893 - inSlope: 0.008794078 - outSlope: 0.008794078 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.799997 - value: 0.9679358 - inSlope: 0.008785137 - outSlope: 0.008785137 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.8166637 - value: 0.96808213 - inSlope: 0.008774408 - outSlope: 0.008774408 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.8333304 - value: 0.9682283 - inSlope: 0.008760103 - outSlope: 0.008760103 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.849997 - value: 0.96837413 - inSlope: 0.008747586 - outSlope: 0.008747586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.8666637 - value: 0.96851987 - inSlope: 0.008738645 - outSlope: 0.008738645 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.8833303 - value: 0.9686654 - inSlope: 0.00872434 - outSlope: 0.00872434 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.899997 - value: 0.9688107 - inSlope: 0.008711823 - outSlope: 0.008711823 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.9166636 - value: 0.9689558 - inSlope: 0.008699306 - outSlope: 0.008699306 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.9333303 - value: 0.96910065 - inSlope: 0.008685001 - outSlope: 0.008685001 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.949997 - value: 0.9692453 - inSlope: 0.008670696 - outSlope: 0.008670696 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.9666636 - value: 0.9693897 - inSlope: 0.008654603 - outSlope: 0.008654603 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.9833302 - value: 0.9695338 - inSlope: 0.008640298 - outSlope: 0.008640298 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 3.999997 - value: 0.9696777 - inSlope: 0.008625993 - outSlope: 0.008625993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.0166636 - value: 0.96982133 - inSlope: 0.008609838 - outSlope: 0.008609838 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.0333304 - value: 0.9699647 - inSlope: 0.008591895 - outSlope: 0.008591895 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.0499973 - value: 0.97010773 - inSlope: 0.00857759 - outSlope: 0.00857759 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.066664 - value: 0.9702506 - inSlope: 0.008561497 - outSlope: 0.008561497 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.083331 - value: 0.9703931 - inSlope: 0.008543616 - outSlope: 0.008543616 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.099998 - value: 0.9705354 - inSlope: 0.008525735 - outSlope: 0.008525735 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.116665 - value: 0.9706773 - inSlope: 0.0085096415 - outSlope: 0.0085096415 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.133332 - value: 0.97081906 - inSlope: 0.00849176 - outSlope: 0.00849176 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.1499987 - value: 0.9709604 - inSlope: 0.008473879 - outSlope: 0.008473879 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.1666656 - value: 0.9711015 - inSlope: 0.00845421 - outSlope: 0.00845421 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.1833324 - value: 0.9712422 - inSlope: 0.008434541 - outSlope: 0.008434541 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.1999993 - value: 0.9713827 - inSlope: 0.00841666 - outSlope: 0.00841666 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.216666 - value: 0.97152275 - inSlope: 0.008393414 - outSlope: 0.008393414 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.233333 - value: 0.97166246 - inSlope: 0.008375533 - outSlope: 0.008375533 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.25 - value: 0.97180194 - inSlope: 0.0083576515 - outSlope: 0.0083576515 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.266667 - value: 0.97194105 - inSlope: 0.008334406 - outSlope: 0.008334406 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.283334 - value: 0.97207975 - inSlope: 0.008314737 - outSlope: 0.008314737 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.3000007 - value: 0.9722182 - inSlope: 0.008293279 - outSlope: 0.008293279 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.3166676 - value: 0.9723562 - inSlope: 0.008270035 - outSlope: 0.008270035 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.3333344 - value: 0.9724939 - inSlope: 0.008250365 - outSlope: 0.008250365 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.3500013 - value: 0.9726312 - inSlope: 0.008228907 - outSlope: 0.008228907 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.366668 - value: 0.9727682 - inSlope: 0.008205662 - outSlope: 0.008205662 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.383335 - value: 0.97290474 - inSlope: 0.008182417 - outSlope: 0.008182417 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.400002 - value: 0.97304094 - inSlope: 0.008160959 - outSlope: 0.008160959 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.416669 - value: 0.9731768 - inSlope: 0.008135926 - outSlope: 0.008135926 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.433336 - value: 0.97331214 - inSlope: 0.00811268 - outSlope: 0.00811268 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.4500027 - value: 0.9734472 - inSlope: 0.008089434 - outSlope: 0.008089434 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.4666696 - value: 0.9735818 - inSlope: 0.0080644 - outSlope: 0.0080644 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.4833364 - value: 0.973716 - inSlope: 0.008039367 - outSlope: 0.008039367 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.5000033 - value: 0.9738498 - inSlope: 0.008014333 - outSlope: 0.008014333 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.51667 - value: 0.97398317 - inSlope: 0.007991089 - outSlope: 0.007991089 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.533337 - value: 0.97411615 - inSlope: 0.007966055 - outSlope: 0.007966055 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.550004 - value: 0.9742487 - inSlope: 0.0079392325 - outSlope: 0.0079392325 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.566671 - value: 0.9743808 - inSlope: 0.007910622 - outSlope: 0.007910622 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.583338 - value: 0.9745124 - inSlope: 0.007885589 - outSlope: 0.007885589 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.6000047 - value: 0.97464365 - inSlope: 0.007862343 - outSlope: 0.007862343 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.6166716 - value: 0.9747745 - inSlope: 0.007833734 - outSlope: 0.007833734 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.6333385 - value: 0.9749048 - inSlope: 0.007806912 - outSlope: 0.007806912 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.6500053 - value: 0.9750347 - inSlope: 0.00778009 - outSlope: 0.00778009 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.666672 - value: 0.9751641 - inSlope: 0.0077514807 - outSlope: 0.0077514807 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.683339 - value: 0.9752931 - inSlope: 0.0077246586 - outSlope: 0.0077246586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.700006 - value: 0.9754216 - inSlope: 0.0076960493 - outSlope: 0.0076960493 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.716673 - value: 0.97554964 - inSlope: 0.007667439 - outSlope: 0.007667439 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.73334 - value: 0.9756772 - inSlope: 0.0076388293 - outSlope: 0.0076388293 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.7500067 - value: 0.97580427 - inSlope: 0.0076102195 - outSlope: 0.0076102195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.7666736 - value: 0.97593087 - inSlope: 0.0075816093 - outSlope: 0.0075816093 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.7833405 - value: 0.976057 - inSlope: 0.007551212 - outSlope: 0.007551212 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.8000073 - value: 0.9761826 - inSlope: 0.0075208135 - outSlope: 0.0075208135 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.816674 - value: 0.9763077 - inSlope: 0.007493992 - outSlope: 0.007493992 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.833341 - value: 0.9764324 - inSlope: 0.007463594 - outSlope: 0.007463594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.850008 - value: 0.9765565 - inSlope: 0.00742962 - outSlope: 0.00742962 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.866675 - value: 0.97668004 - inSlope: 0.00740101 - outSlope: 0.00740101 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.883342 - value: 0.9768032 - inSlope: 0.0073724 - outSlope: 0.0073724 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.9000087 - value: 0.9769258 - inSlope: 0.007340214 - outSlope: 0.007340214 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.9166756 - value: 0.97704786 - inSlope: 0.0073080277 - outSlope: 0.0073080277 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.9333425 - value: 0.9771694 - inSlope: 0.007275842 - outSlope: 0.007275842 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.9500093 - value: 0.9772904 - inSlope: 0.0072454438 - outSlope: 0.0072454438 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.966676 - value: 0.9774109 - inSlope: 0.0072150463 - outSlope: 0.0072150463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 4.983343 - value: 0.9775309 - inSlope: 0.0071792835 - outSlope: 0.0071792835 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.00001 - value: 0.9776502 - inSlope: 0.0071470975 - outSlope: 0.0071470975 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.016677 - value: 0.97776914 - inSlope: 0.0071184877 - outSlope: 0.0071184877 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.033344 - value: 0.9778875 - inSlope: 0.007082725 - outSlope: 0.007082725 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.0500107 - value: 0.97800523 - inSlope: 0.007048751 - outSlope: 0.007048751 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.0666776 - value: 0.9781225 - inSlope: 0.007020141 - outSlope: 0.007020141 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.0833445 - value: 0.97823924 - inSlope: 0.0069861673 - outSlope: 0.0069861673 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.1000113 - value: 0.97835535 - inSlope: 0.0069486164 - outSlope: 0.0069486164 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.116678 - value: 0.97847086 - inSlope: 0.006916431 - outSlope: 0.006916431 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.133345 - value: 0.9785859 - inSlope: 0.006882456 - outSlope: 0.006882456 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.150012 - value: 0.9787003 - inSlope: 0.0068484824 - outSlope: 0.0068484824 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.166679 - value: 0.9788142 - inSlope: 0.006814508 - outSlope: 0.006814508 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.183346 - value: 0.97892743 - inSlope: 0.006778746 - outSlope: 0.006778746 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.2000127 - value: 0.97904015 - inSlope: 0.006742983 - outSlope: 0.006742983 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.2166796 - value: 0.9791522 - inSlope: 0.0067072213 - outSlope: 0.0067072213 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.2333465 - value: 0.9792637 - inSlope: 0.0066750348 - outSlope: 0.0066750348 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.2500134 - value: 0.9793747 - inSlope: 0.006639273 - outSlope: 0.006639273 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.2666802 - value: 0.97948503 - inSlope: 0.00660351 - outSlope: 0.00660351 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.283347 - value: 0.9795948 - inSlope: 0.0065695364 - outSlope: 0.0065695364 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.300014 - value: 0.979704 - inSlope: 0.0065319855 - outSlope: 0.0065319855 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.316681 - value: 0.97981256 - inSlope: 0.0064962236 - outSlope: 0.0064962236 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.333348 - value: 0.97992057 - inSlope: 0.0064586727 - outSlope: 0.0064586727 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.3500147 - value: 0.98002785 - inSlope: 0.0064211227 - outSlope: 0.0064211227 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.3666816 - value: 0.9801346 - inSlope: 0.006387148 - outSlope: 0.006387148 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.3833485 - value: 0.98024076 - inSlope: 0.006349598 - outSlope: 0.006349598 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.4000154 - value: 0.98034626 - inSlope: 0.006312048 - outSlope: 0.006312048 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.4166822 - value: 0.98045117 - inSlope: 0.0062762853 - outSlope: 0.0062762853 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.433349 - value: 0.9805555 - inSlope: 0.0062387353 - outSlope: 0.0062387353 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.450016 - value: 0.9806591 - inSlope: 0.0062029725 - outSlope: 0.0062029725 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.466683 - value: 0.98076224 - inSlope: 0.0061636344 - outSlope: 0.0061636344 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.48335 - value: 0.9808646 - inSlope: 0.0061242953 - outSlope: 0.0061242953 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.5000167 - value: 0.9809664 - inSlope: 0.0060903216 - outSlope: 0.0060903216 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.5166836 - value: 0.9810676 - inSlope: 0.0060509825 - outSlope: 0.0060509825 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.5333505 - value: 0.9811681 - inSlope: 0.0060116444 - outSlope: 0.0060116444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.5500174 - value: 0.981268 - inSlope: 0.0059723053 - outSlope: 0.0059723053 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.5666842 - value: 0.9813672 - inSlope: 0.0059347553 - outSlope: 0.0059347553 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.583351 - value: 0.9814658 - inSlope: 0.0059007807 - outSlope: 0.0059007807 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.600018 - value: 0.98156387 - inSlope: 0.0058596544 - outSlope: 0.0058596544 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.616685 - value: 0.98166114 - inSlope: 0.005818528 - outSlope: 0.005818528 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.633352 - value: 0.9817578 - inSlope: 0.005780977 - outSlope: 0.005780977 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.6500187 - value: 0.98185384 - inSlope: 0.005743427 - outSlope: 0.005743427 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.6666856 - value: 0.98194927 - inSlope: 0.005704088 - outSlope: 0.005704088 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.6833525 - value: 0.982044 - inSlope: 0.00566475 - outSlope: 0.00566475 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.7000194 - value: 0.9821381 - inSlope: 0.005623623 - outSlope: 0.005623623 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.7166862 - value: 0.98223144 - inSlope: 0.0055824965 - outSlope: 0.0055824965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.733353 - value: 0.9823242 - inSlope: 0.0055467337 - outSlope: 0.0055467337 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.75002 - value: 0.98241633 - inSlope: 0.0055073956 - outSlope: 0.0055073956 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.766687 - value: 0.98250777 - inSlope: 0.0054662693 - outSlope: 0.0054662693 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.783354 - value: 0.98259854 - inSlope: 0.005425142 - outSlope: 0.005425142 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.8000207 - value: 0.9826886 - inSlope: 0.005385804 - outSlope: 0.005385804 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.8166876 - value: 0.9827781 - inSlope: 0.005348253 - outSlope: 0.005348253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.8333545 - value: 0.9828669 - inSlope: 0.005307127 - outSlope: 0.005307127 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.8500214 - value: 0.982955 - inSlope: 0.005264212 - outSlope: 0.005264212 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.8666883 - value: 0.98304236 - inSlope: 0.0052248733 - outSlope: 0.0052248733 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.883355 - value: 0.98312914 - inSlope: 0.005185535 - outSlope: 0.005185535 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.900022 - value: 0.9832152 - inSlope: 0.005144408 - outSlope: 0.005144408 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.916689 - value: 0.9833006 - inSlope: 0.0051032817 - outSlope: 0.0051032817 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.933356 - value: 0.9833853 - inSlope: 0.0050621545 - outSlope: 0.0050621545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.9500227 - value: 0.98346937 - inSlope: 0.0050228164 - outSlope: 0.0050228164 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.9666896 - value: 0.98355275 - inSlope: 0.00498169 - outSlope: 0.00498169 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 5.9833565 - value: 0.9836354 - inSlope: 0.004940563 - outSlope: 0.004940563 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.0000234 - value: 0.98371744 - inSlope: 0.0048994366 - outSlope: 0.0048994366 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.0166903 - value: 0.98379874 - inSlope: 0.0048600975 - outSlope: 0.0048600975 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.033357 - value: 0.98387945 - inSlope: 0.004817183 - outSlope: 0.004817183 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.050024 - value: 0.9839593 - inSlope: 0.0047742687 - outSlope: 0.0047742687 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.066691 - value: 0.9840386 - inSlope: 0.0047349297 - outSlope: 0.0047349297 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.083358 - value: 0.98411715 - inSlope: 0.0046938034 - outSlope: 0.0046938034 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.1000247 - value: 0.98419505 - inSlope: 0.004650888 - outSlope: 0.004650888 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.1166916 - value: 0.9842722 - inSlope: 0.00461155 - outSlope: 0.00461155 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.1333585 - value: 0.9843488 - inSlope: 0.0045722113 - outSlope: 0.0045722113 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.1500254 - value: 0.9844246 - inSlope: 0.00452572 - outSlope: 0.00452572 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.1666923 - value: 0.98449963 - inSlope: 0.004484594 - outSlope: 0.004484594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.183359 - value: 0.9845741 - inSlope: 0.004445255 - outSlope: 0.004445255 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.200026 - value: 0.9846478 - inSlope: 0.0044023404 - outSlope: 0.0044023404 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.216693 - value: 0.9847208 - inSlope: 0.0043612137 - outSlope: 0.0043612137 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.23336 - value: 0.9847932 - inSlope: 0.004320087 - outSlope: 0.004320087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.2500267 - value: 0.98486483 - inSlope: 0.0042771725 - outSlope: 0.0042771725 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.2666936 - value: 0.98493576 - inSlope: 0.004234257 - outSlope: 0.004234257 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.2833605 - value: 0.985006 - inSlope: 0.004193131 - outSlope: 0.004193131 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.3000274 - value: 0.98507553 - inSlope: 0.004150216 - outSlope: 0.004150216 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.3166943 - value: 0.9851443 - inSlope: 0.0041090893 - outSlope: 0.0041090893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.333361 - value: 0.9852125 - inSlope: 0.004069751 - outSlope: 0.004069751 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.350028 - value: 0.98528 - inSlope: 0.004026836 - outSlope: 0.004026836 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.366695 - value: 0.98534673 - inSlope: 0.0039839214 - outSlope: 0.0039839214 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.383362 - value: 0.9854128 - inSlope: 0.0039410065 - outSlope: 0.0039410065 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.4000287 - value: 0.9854781 - inSlope: 0.0038980918 - outSlope: 0.0038980918 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.4166956 - value: 0.9855427 - inSlope: 0.003856965 - outSlope: 0.003856965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.4333625 - value: 0.9856067 - inSlope: 0.0038158384 - outSlope: 0.0038158384 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.4500294 - value: 0.9856699 - inSlope: 0.0037729237 - outSlope: 0.0037729237 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.4666963 - value: 0.98573244 - inSlope: 0.0037335851 - outSlope: 0.0037335851 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.483363 - value: 0.98579437 - inSlope: 0.0036906702 - outSlope: 0.0036906702 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.50003 - value: 0.98585546 - inSlope: 0.0036441793 - outSlope: 0.0036441793 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.516697 - value: 0.98591584 - inSlope: 0.0036048407 - outSlope: 0.0036048407 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.533364 - value: 0.9859756 - inSlope: 0.0035637142 - outSlope: 0.0035637142 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.5500307 - value: 0.98603463 - inSlope: 0.0035207993 - outSlope: 0.0035207993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.5666976 - value: 0.986093 - inSlope: 0.0034814607 - outSlope: 0.0034814607 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.5833645 - value: 0.9861507 - inSlope: 0.0034367577 - outSlope: 0.0034367577 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.6000314 - value: 0.98620754 - inSlope: 0.0033920552 - outSlope: 0.0033920552 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.6166983 - value: 0.98626375 - inSlope: 0.0033527166 - outSlope: 0.0033527166 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.633365 - value: 0.9863193 - inSlope: 0.0033115898 - outSlope: 0.0033115898 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.650032 - value: 0.98637414 - inSlope: 0.0032668868 - outSlope: 0.0032668868 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.666699 - value: 0.9864282 - inSlope: 0.0032239722 - outSlope: 0.0032239722 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.683366 - value: 0.9864816 - inSlope: 0.0031864217 - outSlope: 0.0031864217 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.7000327 - value: 0.9865344 - inSlope: 0.003143507 - outSlope: 0.003143507 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.7166996 - value: 0.9865864 - inSlope: 0.003098804 - outSlope: 0.003098804 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.7333665 - value: 0.9866377 - inSlope: 0.0030594654 - outSlope: 0.0030594654 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.7500334 - value: 0.9866884 - inSlope: 0.0030165508 - outSlope: 0.0030165508 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.7667003 - value: 0.98673826 - inSlope: 0.0029736361 - outSlope: 0.0029736361 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.783367 - value: 0.9867875 - inSlope: 0.0029342975 - outSlope: 0.0029342975 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.800034 - value: 0.9868361 - inSlope: 0.0028913827 - outSlope: 0.0028913827 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.816701 - value: 0.9868839 - inSlope: 0.002848468 - outSlope: 0.002848468 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.833368 - value: 0.986931 - inSlope: 0.0028091294 - outSlope: 0.0028091294 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.8500347 - value: 0.9869775 - inSlope: 0.0027662148 - outSlope: 0.0027662148 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.8667016 - value: 0.98702323 - inSlope: 0.0027233 - outSlope: 0.0027233 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.8833685 - value: 0.9870683 - inSlope: 0.0026839613 - outSlope: 0.0026839613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.9000354 - value: 0.9871127 - inSlope: 0.0026410464 - outSlope: 0.0026410464 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.9167023 - value: 0.98715633 - inSlope: 0.0025981318 - outSlope: 0.0025981318 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.933369 - value: 0.9871993 - inSlope: 0.0025570053 - outSlope: 0.0025570053 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.950036 - value: 0.98724157 - inSlope: 0.0025176667 - outSlope: 0.0025176667 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.966703 - value: 0.98728323 - inSlope: 0.002478328 - outSlope: 0.002478328 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 6.98337 - value: 0.9873242 - inSlope: 0.0024354132 - outSlope: 0.0024354132 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.0000367 - value: 0.9873644 - inSlope: 0.0023924985 - outSlope: 0.0023924985 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.0167036 - value: 0.9874039 - inSlope: 0.0023513718 - outSlope: 0.0023513718 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.0333705 - value: 0.9874428 - inSlope: 0.0023102453 - outSlope: 0.0023102453 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.0500374 - value: 0.98748094 - inSlope: 0.0022709067 - outSlope: 0.0022709067 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.0667043 - value: 0.9875185 - inSlope: 0.00222978 - outSlope: 0.00222978 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.083371 - value: 0.98755527 - inSlope: 0.002186865 - outSlope: 0.002186865 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.100038 - value: 0.9875914 - inSlope: 0.0021475267 - outSlope: 0.0021475267 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.116705 - value: 0.98762685 - inSlope: 0.0021064 - outSlope: 0.0021064 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.133372 - value: 0.9876616 - inSlope: 0.0020652735 - outSlope: 0.0020652735 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.1500387 - value: 0.9876957 - inSlope: 0.0020259349 - outSlope: 0.0020259349 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.1667056 - value: 0.98772913 - inSlope: 0.0019848081 - outSlope: 0.0019848081 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.1833725 - value: 0.98776186 - inSlope: 0.0019436814 - outSlope: 0.0019436814 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.2000394 - value: 0.9877939 - inSlope: 0.001904343 - outSlope: 0.001904343 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.2167063 - value: 0.98782533 - inSlope: 0.0018632163 - outSlope: 0.0018632163 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.233373 - value: 0.98785603 - inSlope: 0.0018256658 - outSlope: 0.0018256658 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.25004 - value: 0.9878862 - inSlope: 0.0017845392 - outSlope: 0.0017845392 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.266707 - value: 0.9879155 - inSlope: 0.0017398363 - outSlope: 0.0017398363 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.283374 - value: 0.9879442 - inSlope: 0.001702286 - outSlope: 0.001702286 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.3000407 - value: 0.98797226 - inSlope: 0.0016665236 - outSlope: 0.0016665236 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.3167076 - value: 0.98799974 - inSlope: 0.0016236089 - outSlope: 0.0016236089 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.3333745 - value: 0.9880264 - inSlope: 0.0015824821 - outSlope: 0.0015824821 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.3500414 - value: 0.9880525 - inSlope: 0.0015449317 - outSlope: 0.0015449317 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.3667083 - value: 0.9880779 - inSlope: 0.0015038052 - outSlope: 0.0015038052 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.383375 - value: 0.9881026 - inSlope: 0.0014662547 - outSlope: 0.0014662547 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.400042 - value: 0.98812675 - inSlope: 0.0014287042 - outSlope: 0.0014287042 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.416709 - value: 0.98815024 - inSlope: 0.0013857895 - outSlope: 0.0013857895 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.433376 - value: 0.98817295 - inSlope: 0.001346451 - outSlope: 0.001346451 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.4500427 - value: 0.9881951 - inSlope: 0.0013106887 - outSlope: 0.0013106887 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.4667096 - value: 0.98821664 - inSlope: 0.0012695619 - outSlope: 0.0012695619 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.4833765 - value: 0.98823744 - inSlope: 0.0012320116 - outSlope: 0.0012320116 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.5000434 - value: 0.9882577 - inSlope: 0.0011944611 - outSlope: 0.0011944611 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.5167103 - value: 0.98827726 - inSlope: 0.0011551226 - outSlope: 0.0011551226 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.533377 - value: 0.9882962 - inSlope: 0.001115784 - outSlope: 0.001115784 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.550044 - value: 0.98831445 - inSlope: 0.0010764454 - outSlope: 0.0010764454 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.566711 - value: 0.9883321 - inSlope: 0.0010406832 - outSlope: 0.0010406832 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.583378 - value: 0.98834914 - inSlope: 0.0010013448 - outSlope: 0.0010013448 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.6000447 - value: 0.9883655 - inSlope: 0.00096200616 - outSlope: 0.00096200616 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.6167116 - value: 0.9883812 - inSlope: 0.00092624384 - outSlope: 0.00092624384 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.6333785 - value: 0.98839635 - inSlope: 0.00088690524 - outSlope: 0.00088690524 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.6500454 - value: 0.9884108 - inSlope: 0.0008511429 - outSlope: 0.0008511429 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.6667123 - value: 0.9884247 - inSlope: 0.00081538066 - outSlope: 0.00081538066 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.683379 - value: 0.98843795 - inSlope: 0.000774254 - outSlope: 0.000774254 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.700046 - value: 0.9884505 - inSlope: 0.0007367036 - outSlope: 0.0007367036 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.716713 - value: 0.9884625 - inSlope: 0.00070094125 - outSlope: 0.00070094125 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.73338 - value: 0.9884739 - inSlope: 0.000665179 - outSlope: 0.000665179 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.7500467 - value: 0.9884847 - inSlope: 0.00062941667 - outSlope: 0.00062941667 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.7667136 - value: 0.9884949 - inSlope: 0.0005918662 - outSlope: 0.0005918662 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.7833805 - value: 0.9885044 - inSlope: 0.0005543158 - outSlope: 0.0005543158 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.8000474 - value: 0.98851335 - inSlope: 0.0005185535 - outSlope: 0.0005185535 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.8167143 - value: 0.9885217 - inSlope: 0.00048100305 - outSlope: 0.00048100305 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.833381 - value: 0.9885294 - inSlope: 0.00044524076 - outSlope: 0.00044524076 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.850048 - value: 0.98853654 - inSlope: 0.00040947844 - outSlope: 0.00040947844 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.866715 - value: 0.98854303 - inSlope: 0.00037192804 - outSlope: 0.00037192804 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.883382 - value: 0.98854893 - inSlope: 0.00033795382 - outSlope: 0.00033795382 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.9000487 - value: 0.9885543 - inSlope: 0.0003021915 - outSlope: 0.0003021915 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.9167156 - value: 0.988559 - inSlope: 0.0002664292 - outSlope: 0.0002664292 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.9333825 - value: 0.9885632 - inSlope: 0.000232455 - outSlope: 0.000232455 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.9500494 - value: 0.98856676 - inSlope: 0.00019669271 - outSlope: 0.00019669271 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.9667163 - value: 0.98856974 - inSlope: 0.0001627185 - outSlope: 0.0001627185 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 7.983383 - value: 0.9885722 - inSlope: 0.00012695773 - outSlope: 0.00012695773 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.00005 - value: 0.98857397 - inSlope: 0.0000911965 - outSlope: 0.0000911965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.016716 - value: 0.9885752 - inSlope: 0.000057221332 - outSlope: 0.000057221332 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.033382 - value: 0.9885759 - inSlope: 0.000023246166 - outSlope: 0.000023246166 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.050049 - value: 0.988576 - inSlope: -0.000012517166 - outSlope: -0.000012517166 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.066715 - value: 0.98857546 - inSlope: -0.000044704168 - outSlope: -0.000044704168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.083382 - value: 0.9885745 - inSlope: -0.00007867933 - outSlope: -0.00007867933 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.100048 - value: 0.98857284 - inSlope: -0.00011623083 - outSlope: -0.00011623083 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.1167145 - value: 0.98857063 - inSlope: -0.00014841784 - outSlope: -0.00014841784 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.133381 - value: 0.9885679 - inSlope: -0.00018060484 - outSlope: -0.00018060484 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.150047 - value: 0.9885646 - inSlope: -0.00021279183 - outSlope: -0.00021279183 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.166714 - value: 0.9885608 - inSlope: -0.00024497882 - outSlope: -0.00024497882 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.18338 - value: 0.98855644 - inSlope: -0.00027537765 - outSlope: -0.00027537765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.200047 - value: 0.9885516 - inSlope: -0.00030398834 - outSlope: -0.00030398834 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.216713 - value: 0.9885463 - inSlope: -0.00033081084 - outSlope: -0.00033081084 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.233379 - value: 0.9885406 - inSlope: -0.00035942148 - outSlope: -0.00035942148 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.250046 - value: 0.98853433 - inSlope: -0.0003898203 - outSlope: -0.0003898203 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.266712 - value: 0.9885276 - inSlope: -0.0004166428 - outSlope: -0.0004166428 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.283379 - value: 0.98852044 - inSlope: -0.0004452535 - outSlope: -0.0004452535 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.300045 - value: 0.98851275 - inSlope: -0.00047744048 - outSlope: -0.00047744048 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.316711 - value: 0.9885045 - inSlope: -0.0005078393 - outSlope: -0.0005078393 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.333378 - value: 0.9884958 - inSlope: -0.0005346618 - outSlope: -0.0005346618 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.350044 - value: 0.9884867 - inSlope: -0.0005632725 - outSlope: -0.0005632725 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.366711 - value: 0.98847705 - inSlope: -0.0005972476 - outSlope: -0.0005972476 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.383377 - value: 0.9884668 - inSlope: -0.00062764646 - outSlope: -0.00062764646 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.4000435 - value: 0.98845613 - inSlope: -0.000654469 - outSlope: -0.000654469 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.41671 - value: 0.988445 - inSlope: -0.00068486785 - outSlope: -0.00068486785 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.433376 - value: 0.9884333 - inSlope: -0.00071884296 - outSlope: -0.00071884296 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.450043 - value: 0.988421 - inSlope: -0.00075103 - outSlope: -0.00075103 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.466709 - value: 0.98840827 - inSlope: -0.0007814288 - outSlope: -0.0007814288 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.483376 - value: 0.988395 - inSlope: -0.00081182766 - outSlope: -0.00081182766 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.500042 - value: 0.9883812 - inSlope: -0.00084580283 - outSlope: -0.00084580283 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.516708 - value: 0.9883668 - inSlope: -0.00087620167 - outSlope: -0.00087620167 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.533375 - value: 0.988352 - inSlope: -0.00091017684 - outSlope: -0.00091017684 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.550041 - value: 0.98833644 - inSlope: -0.000944152 - outSlope: -0.000944152 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.566708 - value: 0.9883205 - inSlope: -0.0009745508 - outSlope: -0.0009745508 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.583374 - value: 0.98830396 - inSlope: -0.0010103141 - outSlope: -0.0010103141 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.60004 - value: 0.98828685 - inSlope: -0.0010407129 - outSlope: -0.0010407129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.616707 - value: 0.98826927 - inSlope: -0.001074688 - outSlope: -0.001074688 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.633373 - value: 0.98825103 - inSlope: -0.0011068751 - outSlope: -0.0011068751 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.65004 - value: 0.9882324 - inSlope: -0.0011408504 - outSlope: -0.0011408504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.666706 - value: 0.988213 - inSlope: -0.0011766136 - outSlope: -0.0011766136 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.6833725 - value: 0.98819315 - inSlope: -0.0012105887 - outSlope: -0.0012105887 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.700039 - value: 0.98817265 - inSlope: -0.001244564 - outSlope: -0.001244564 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.716705 - value: 0.98815167 - inSlope: -0.0012785392 - outSlope: -0.0012785392 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.733372 - value: 0.98813003 - inSlope: -0.0013143024 - outSlope: -0.0013143024 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.750038 - value: 0.98810786 - inSlope: -0.0013482776 - outSlope: -0.0013482776 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.766705 - value: 0.9880851 - inSlope: -0.0013858292 - outSlope: -0.0013858292 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.783371 - value: 0.98806167 - inSlope: -0.0014198043 - outSlope: -0.0014198043 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.800037 - value: 0.98803777 - inSlope: -0.0014537794 - outSlope: -0.0014537794 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.816704 - value: 0.9880132 - inSlope: -0.0014895428 - outSlope: -0.0014895428 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.83337 - value: 0.9879881 - inSlope: -0.0015253061 - outSlope: -0.0015253061 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.850037 - value: 0.98796237 - inSlope: -0.0015646459 - outSlope: -0.0015646459 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.866703 - value: 0.98793596 - inSlope: -0.0016004092 - outSlope: -0.0016004092 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.883369 - value: 0.987909 - inSlope: -0.0016343843 - outSlope: -0.0016343843 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.900036 - value: 0.9878815 - inSlope: -0.001673724 - outSlope: -0.001673724 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.916702 - value: 0.9878532 - inSlope: -0.0017094873 - outSlope: -0.0017094873 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.933369 - value: 0.9878245 - inSlope: -0.0017452507 - outSlope: -0.0017452507 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.950035 - value: 0.98779505 - inSlope: -0.0017828022 - outSlope: -0.0017828022 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.9667015 - value: 0.9877651 - inSlope: -0.0018203536 - outSlope: -0.0018203536 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.983368 - value: 0.9877344 - inSlope: -0.0018596933 - outSlope: -0.0018596933 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.000034 - value: 0.9877031 - inSlope: -0.0018972447 - outSlope: -0.0018972447 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.016701 - value: 0.98767114 - inSlope: -0.0019330081 - outSlope: -0.0019330081 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.033367 - value: 0.98763865 - inSlope: -0.0019687715 - outSlope: -0.0019687715 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.050034 - value: 0.9876055 - inSlope: -0.0020116875 - outSlope: -0.0020116875 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.0667 - value: 0.9875716 - inSlope: -0.002049239 - outSlope: -0.002049239 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.083366 - value: 0.9875372 - inSlope: -0.0020867903 - outSlope: -0.0020867903 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.100033 - value: 0.98750204 - inSlope: -0.0021279184 - outSlope: -0.0021279184 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.116699 - value: 0.9874663 - inSlope: -0.0021654698 - outSlope: -0.0021654698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.133366 - value: 0.98742986 - inSlope: -0.0022048093 - outSlope: -0.0022048093 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.150032 - value: 0.9873928 - inSlope: -0.0022405728 - outSlope: -0.0022405728 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.166698 - value: 0.9873552 - inSlope: -0.0022817007 - outSlope: -0.0022817007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.183365 - value: 0.9873167 - inSlope: -0.0023228284 - outSlope: -0.0023228284 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.200031 - value: 0.98727775 - inSlope: -0.0023603798 - outSlope: -0.0023603798 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.216698 - value: 0.98723805 - inSlope: -0.002401508 - outSlope: -0.002401508 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.233364 - value: 0.9871977 - inSlope: -0.0024408475 - outSlope: -0.0024408475 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.2500305 - value: 0.9871567 - inSlope: -0.0024819751 - outSlope: -0.0024819751 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.266697 - value: 0.98711497 - inSlope: -0.002521315 - outSlope: -0.002521315 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.283363 - value: 0.98707265 - inSlope: -0.0025624428 - outSlope: -0.0025624428 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.30003 - value: 0.98702955 - inSlope: -0.0026035705 - outSlope: -0.0026035705 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.316696 - value: 0.98698586 - inSlope: -0.0026446986 - outSlope: -0.0026446986 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.333363 - value: 0.9869414 - inSlope: -0.0026858263 - outSlope: -0.0026858263 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.350029 - value: 0.98689634 - inSlope: -0.0027251658 - outSlope: -0.0027251658 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.366695 - value: 0.98685056 - inSlope: -0.0027645056 - outSlope: -0.0027645056 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.383362 - value: 0.9868042 - inSlope: -0.0028056335 - outSlope: -0.0028056335 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.400028 - value: 0.98675704 - inSlope: -0.0028485493 - outSlope: -0.0028485493 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.416695 - value: 0.98670924 - inSlope: -0.0028914656 - outSlope: -0.0028914656 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.433361 - value: 0.98666066 - inSlope: -0.0029325932 - outSlope: -0.0029325932 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.450027 - value: 0.9866115 - inSlope: -0.0029719328 - outSlope: -0.0029719328 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.466694 - value: 0.9865616 - inSlope: -0.003014849 - outSlope: -0.003014849 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.48336 - value: 0.986511 - inSlope: -0.003059553 - outSlope: -0.003059553 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.500027 - value: 0.9864596 - inSlope: -0.003100681 - outSlope: -0.003100681 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.516693 - value: 0.98640764 - inSlope: -0.0031418088 - outSlope: -0.0031418088 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.53336 - value: 0.9863549 - inSlope: -0.0031829365 - outSlope: -0.0031829365 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.550026 - value: 0.98630154 - inSlope: -0.0032276409 - outSlope: -0.0032276409 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.566692 - value: 0.9862473 - inSlope: -0.0032705567 - outSlope: -0.0032705567 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.583359 - value: 0.9861925 - inSlope: -0.003308108 - outSlope: -0.003308108 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.600025 - value: 0.98613703 - inSlope: -0.0033546006 - outSlope: -0.0033546006 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.616692 - value: 0.9860807 - inSlope: -0.0033993046 - outSlope: -0.0033993046 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.633358 - value: 0.9860237 - inSlope: -0.0034404327 - outSlope: -0.0034404327 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.650024 - value: 0.985966 - inSlope: -0.0034851367 - outSlope: -0.0034851367 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.666691 - value: 0.98590755 - inSlope: -0.0035262646 - outSlope: -0.0035262646 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.683357 - value: 0.9858485 - inSlope: -0.0035673925 - outSlope: -0.0035673925 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.700024 - value: 0.98578864 - inSlope: -0.0036138846 - outSlope: -0.0036138846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.71669 - value: 0.985728 - inSlope: -0.003658589 - outSlope: -0.003658589 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.733356 - value: 0.9856667 - inSlope: -0.0036997166 - outSlope: -0.0036997166 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.750023 - value: 0.9856047 - inSlope: -0.003742633 - outSlope: -0.003742633 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.766689 - value: 0.98554194 - inSlope: -0.003789125 - outSlope: -0.003789125 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.783356 - value: 0.9854784 - inSlope: -0.003832041 - outSlope: -0.003832041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.800022 - value: 0.9854142 - inSlope: -0.003873169 - outSlope: -0.003873169 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.816689 - value: 0.9853493 - inSlope: -0.003919661 - outSlope: -0.003919661 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.833355 - value: 0.98528355 - inSlope: -0.0039643655 - outSlope: -0.0039643655 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.850021 - value: 0.98521715 - inSlope: -0.0040054936 - outSlope: -0.0040054936 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.866688 - value: 0.98515004 - inSlope: -0.0040519857 - outSlope: -0.0040519857 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.883354 - value: 0.9850821 - inSlope: -0.0040966896 - outSlope: -0.0040966896 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.900021 - value: 0.9850135 - inSlope: -0.004141394 - outSlope: -0.004141394 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.916687 - value: 0.98494405 - inSlope: -0.0041860985 - outSlope: -0.0041860985 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.933353 - value: 0.98487395 - inSlope: -0.0042272257 - outSlope: -0.0042272257 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.95002 - value: 0.98480314 - inSlope: -0.00427193 - outSlope: -0.00427193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.966686 - value: 0.98473155 - inSlope: -0.004320211 - outSlope: -0.004320211 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 9.983353 - value: 0.98465914 - inSlope: -0.0043631266 - outSlope: -0.0043631266 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.000019 - value: 0.9845861 - inSlope: -0.0044042543 - outSlope: -0.0044042543 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.0166855 - value: 0.9845123 - inSlope: -0.004452535 - outSlope: -0.004452535 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.033352 - value: 0.9844377 - inSlope: -0.0044990275 - outSlope: -0.0044990275 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.050018 - value: 0.98436236 - inSlope: -0.0045437315 - outSlope: -0.0045437315 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.066685 - value: 0.98428625 - inSlope: -0.0045866473 - outSlope: -0.0045866473 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.083351 - value: 0.9842095 - inSlope: -0.0046295635 - outSlope: -0.0046295635 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.100018 - value: 0.98413193 - inSlope: -0.0046760556 - outSlope: -0.0046760556 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.116684 - value: 0.9840536 - inSlope: -0.004722548 - outSlope: -0.004722548 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.13335 - value: 0.9839745 - inSlope: -0.004767252 - outSlope: -0.004767252 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.150017 - value: 0.9838947 - inSlope: -0.0048119565 - outSlope: -0.0048119565 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.166683 - value: 0.9838141 - inSlope: -0.0048566605 - outSlope: -0.0048566605 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.18335 - value: 0.9837328 - inSlope: -0.0049013644 - outSlope: -0.0049013644 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.200016 - value: 0.98365074 - inSlope: -0.004947857 - outSlope: -0.004947857 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.216682 - value: 0.9835679 - inSlope: -0.0049925614 - outSlope: -0.0049925614 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.233349 - value: 0.9834843 - inSlope: -0.0050372654 - outSlope: -0.0050372654 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.250015 - value: 0.9834 - inSlope: -0.0050837575 - outSlope: -0.0050837575 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.266682 - value: 0.9833149 - inSlope: -0.005128462 - outSlope: -0.005128462 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.283348 - value: 0.98322904 - inSlope: -0.005171378 - outSlope: -0.005171378 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.3000145 - value: 0.9831425 - inSlope: -0.00521787 - outSlope: -0.00521787 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.316681 - value: 0.9830551 - inSlope: -0.0052643623 - outSlope: -0.0052643623 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.333347 - value: 0.982967 - inSlope: -0.0053090667 - outSlope: -0.0053090667 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.350014 - value: 0.98287815 - inSlope: -0.0053555593 - outSlope: -0.0053555593 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.36668 - value: 0.9827885 - inSlope: -0.0054002632 - outSlope: -0.0054002632 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.383347 - value: 0.98269814 - inSlope: -0.005443179 - outSlope: -0.005443179 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.400013 - value: 0.98260707 - inSlope: -0.0054878835 - outSlope: -0.0054878835 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.416679 - value: 0.9825152 - inSlope: -0.005534376 - outSlope: -0.005534376 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.433346 - value: 0.9824226 - inSlope: -0.005580868 - outSlope: -0.005580868 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.450012 - value: 0.9823292 - inSlope: -0.0056291483 - outSlope: -0.0056291483 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.466679 - value: 0.98223495 - inSlope: -0.005675641 - outSlope: -0.005675641 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.483345 - value: 0.98214 - inSlope: -0.005716769 - outSlope: -0.005716769 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.500011 - value: 0.9820444 - inSlope: -0.0057596844 - outSlope: -0.0057596844 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.516678 - value: 0.981948 - inSlope: -0.005806177 - outSlope: -0.005806177 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.533344 - value: 0.98185086 - inSlope: -0.0058526695 - outSlope: -0.0058526695 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.550011 - value: 0.98175293 - inSlope: -0.005897374 - outSlope: -0.005897374 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.566677 - value: 0.9816543 - inSlope: -0.0059420774 - outSlope: -0.0059420774 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.5833435 - value: 0.98155487 - inSlope: -0.00598857 - outSlope: -0.00598857 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.60001 - value: 0.9814547 - inSlope: -0.0060332743 - outSlope: -0.0060332743 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.616676 - value: 0.98135376 - inSlope: -0.00607619 - outSlope: -0.00607619 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.633343 - value: 0.98125213 - inSlope: -0.006120894 - outSlope: -0.006120894 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.650009 - value: 0.98114973 - inSlope: -0.006169175 - outSlope: -0.006169175 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.666676 - value: 0.9810465 - inSlope: -0.006213879 - outSlope: -0.006213879 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.683342 - value: 0.9809426 - inSlope: -0.006255007 - outSlope: -0.006255007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.700008 - value: 0.980838 - inSlope: -0.006301499 - outSlope: -0.006301499 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.716675 - value: 0.98073256 - inSlope: -0.0063479915 - outSlope: -0.0063479915 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.733341 - value: 0.9806264 - inSlope: -0.006390908 - outSlope: -0.006390908 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.750008 - value: 0.98051953 - inSlope: -0.0064356118 - outSlope: -0.0064356118 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.766674 - value: 0.9804119 - inSlope: -0.006482104 - outSlope: -0.006482104 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.78334 - value: 0.98030347 - inSlope: -0.00652502 - outSlope: -0.00652502 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.800007 - value: 0.9801944 - inSlope: -0.006569724 - outSlope: -0.006569724 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.816673 - value: 0.9800845 - inSlope: -0.0066162166 - outSlope: -0.0066162166 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.83334 - value: 0.97997385 - inSlope: -0.0066573443 - outSlope: -0.0066573443 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.850006 - value: 0.9798626 - inSlope: -0.0067020487 - outSlope: -0.0067020487 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.8666725 - value: 0.97975045 - inSlope: -0.0067467527 - outSlope: -0.0067467527 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.883339 - value: 0.9796377 - inSlope: -0.0067914566 - outSlope: -0.0067914566 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.900005 - value: 0.9795241 - inSlope: -0.006836161 - outSlope: -0.006836161 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.916672 - value: 0.9794098 - inSlope: -0.0068790773 - outSlope: -0.0068790773 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.933338 - value: 0.9792948 - inSlope: -0.0069237812 - outSlope: -0.0069237812 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.950005 - value: 0.979179 - inSlope: -0.006966697 - outSlope: -0.006966697 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.966671 - value: 0.97906256 - inSlope: -0.0070096133 - outSlope: -0.0070096133 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10.983337 - value: 0.9789454 - inSlope: -0.0070543173 - outSlope: -0.0070543173 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.000004 - value: 0.9788274 - inSlope: -0.007097233 - outSlope: -0.007097233 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.01667 - value: 0.9787088 - inSlope: -0.0071401494 - outSlope: -0.0071401494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.033337 - value: 0.9785894 - inSlope: -0.007184854 - outSlope: -0.007184854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.050003 - value: 0.9784693 - inSlope: -0.0072295577 - outSlope: -0.0072295577 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.066669 - value: 0.97834843 - inSlope: -0.0072724735 - outSlope: -0.0072724735 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.083336 - value: 0.9782269 - inSlope: -0.0073118135 - outSlope: -0.0073118135 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.100002 - value: 0.9781047 - inSlope: -0.0073547293 - outSlope: -0.0073547293 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.116669 - value: 0.97798175 - inSlope: -0.0074012214 - outSlope: -0.0074012214 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.133335 - value: 0.977858 - inSlope: -0.0074423496 - outSlope: -0.0074423496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.150002 - value: 0.9777337 - inSlope: -0.0074834772 - outSlope: -0.0074834772 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.166668 - value: 0.97760856 - inSlope: -0.007528181 - outSlope: -0.007528181 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.183334 - value: 0.97748274 - inSlope: -0.0075693093 - outSlope: -0.0075693093 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.200001 - value: 0.97735626 - inSlope: -0.0076104375 - outSlope: -0.0076104375 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.216667 - value: 0.97722906 - inSlope: -0.007653353 - outSlope: -0.007653353 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.233334 - value: 0.97710115 - inSlope: -0.007696269 - outSlope: -0.007696269 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.25 - value: 0.9769725 - inSlope: -0.007737397 - outSlope: -0.007737397 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.266666 - value: 0.97684324 - inSlope: -0.007778525 - outSlope: -0.007778525 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.283333 - value: 0.97671324 - inSlope: -0.007819653 - outSlope: -0.007819653 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.299999 - value: 0.9765826 - inSlope: -0.007862568 - outSlope: -0.007862568 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.316666 - value: 0.97645116 - inSlope: -0.007903697 - outSlope: -0.007903697 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.333332 - value: 0.97631913 - inSlope: -0.007943036 - outSlope: -0.007943036 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.349998 - value: 0.9761864 - inSlope: -0.007985951 - outSlope: -0.007985951 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.366665 - value: 0.97605294 - inSlope: -0.00802708 - outSlope: -0.00802708 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.383331 - value: 0.9759188 - inSlope: -0.0080664195 - outSlope: -0.0080664195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.399998 - value: 0.97578406 - inSlope: -0.008105759 - outSlope: -0.008105759 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.416664 - value: 0.97564864 - inSlope: -0.0081450995 - outSlope: -0.0081450995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.433331 - value: 0.97551256 - inSlope: -0.008188015 - outSlope: -0.008188015 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.449997 - value: 0.9753757 - inSlope: -0.008229143 - outSlope: -0.008229143 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.466663 - value: 0.97523826 - inSlope: -0.008266695 - outSlope: -0.008266695 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.48333 - value: 0.97510016 - inSlope: -0.008306034 - outSlope: -0.008306034 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.499996 - value: 0.9749614 - inSlope: -0.008345373 - outSlope: -0.008345373 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.516663 - value: 0.974822 - inSlope: -0.008386502 - outSlope: -0.008386502 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.533329 - value: 0.97468185 - inSlope: -0.008425841 - outSlope: -0.008425841 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.549995 - value: 0.9745411 - inSlope: -0.00846518 - outSlope: -0.00846518 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.566662 - value: 0.9743997 - inSlope: -0.008502733 - outSlope: -0.008502733 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.583328 - value: 0.9742577 - inSlope: -0.008540284 - outSlope: -0.008540284 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.599995 - value: 0.974115 - inSlope: -0.008579623 - outSlope: -0.008579623 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.616661 - value: 0.9739717 - inSlope: -0.008618964 - outSlope: -0.008618964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.6333275 - value: 0.9738277 - inSlope: -0.008654727 - outSlope: -0.008654727 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.649994 - value: 0.97368324 - inSlope: -0.008694066 - outSlope: -0.008694066 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.66666 - value: 0.9735379 - inSlope: -0.008731618 - outSlope: -0.008731618 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.683327 - value: 0.9733922 - inSlope: -0.008767381 - outSlope: -0.008767381 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.699993 - value: 0.9732457 - inSlope: -0.00880672 - outSlope: -0.00880672 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.71666 - value: 0.97309864 - inSlope: -0.008840696 - outSlope: -0.008840696 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.733326 - value: 0.972951 - inSlope: -0.008878248 - outSlope: -0.008878248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.749992 - value: 0.9728027 - inSlope: -0.008917587 - outSlope: -0.008917587 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.766659 - value: 0.97265375 - inSlope: -0.00895335 - outSlope: -0.00895335 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.783325 - value: 0.97250426 - inSlope: -0.008989114 - outSlope: -0.008989114 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.799992 - value: 0.9723541 - inSlope: -0.009024877 - outSlope: -0.009024877 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.816658 - value: 0.97220343 - inSlope: -0.00906064 - outSlope: -0.00906064 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.833324 - value: 0.9720521 - inSlope: -0.009096404 - outSlope: -0.009096404 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.849991 - value: 0.9719002 - inSlope: -0.009128591 - outSlope: -0.009128591 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.866657 - value: 0.9717478 - inSlope: -0.00916793 - outSlope: -0.00916793 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.883324 - value: 0.97159463 - inSlope: -0.009201906 - outSlope: -0.009201906 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.89999 - value: 0.9714411 - inSlope: -0.009232305 - outSlope: -0.009232305 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.9166565 - value: 0.9712869 - inSlope: -0.009269856 - outSlope: -0.009269856 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.933323 - value: 0.9711321 - inSlope: -0.009305619 - outSlope: -0.009305619 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.949989 - value: 0.9709767 - inSlope: -0.009337806 - outSlope: -0.009337806 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.966656 - value: 0.97082084 - inSlope: -0.009369994 - outSlope: -0.009369994 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.983322 - value: 0.9706644 - inSlope: -0.009405756 - outSlope: -0.009405756 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 11.999989 - value: 0.9705073 - inSlope: -0.009439731 - outSlope: -0.009439731 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.016655 - value: 0.9703497 - inSlope: -0.009471918 - outSlope: -0.009471918 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.033321 - value: 0.9701916 - inSlope: -0.009502318 - outSlope: -0.009502318 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.049988 - value: 0.970033 - inSlope: -0.009536292 - outSlope: -0.009536292 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.066654 - value: 0.9698737 - inSlope: -0.00956848 - outSlope: -0.00956848 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.083321 - value: 0.96971405 - inSlope: -0.009598879 - outSlope: -0.009598879 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.099987 - value: 0.96955377 - inSlope: -0.009632854 - outSlope: -0.009632854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.116653 - value: 0.96939296 - inSlope: -0.009661464 - outSlope: -0.009661464 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.13332 - value: 0.9692317 - inSlope: -0.0096936505 - outSlope: -0.0096936505 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.149986 - value: 0.96906984 - inSlope: -0.009727627 - outSlope: -0.009727627 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.166653 - value: 0.9689075 - inSlope: -0.009756237 - outSlope: -0.009756237 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.183319 - value: 0.96874464 - inSlope: -0.0097848475 - outSlope: -0.0097848475 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.1999855 - value: 0.9685813 - inSlope: -0.009813459 - outSlope: -0.009813459 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.216652 - value: 0.9684175 - inSlope: -0.009843858 - outSlope: -0.009843858 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.233318 - value: 0.9682532 - inSlope: -0.0098760445 - outSlope: -0.0098760445 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.249985 - value: 0.9680883 - inSlope: -0.009904655 - outSlope: -0.009904655 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.266651 - value: 0.96792305 - inSlope: -0.009931477 - outSlope: -0.009931477 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.283318 - value: 0.9677573 - inSlope: -0.009961876 - outSlope: -0.009961876 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.299984 - value: 0.967591 - inSlope: -0.009988699 - outSlope: -0.009988699 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.31665 - value: 0.96742433 - inSlope: -0.010017309 - outSlope: -0.010017309 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.333317 - value: 0.9672571 - inSlope: -0.01004592 - outSlope: -0.01004592 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.349983 - value: 0.9670895 - inSlope: -0.010070954 - outSlope: -0.010070954 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.36665 - value: 0.9669214 - inSlope: -0.010099566 - outSlope: -0.010099566 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.383316 - value: 0.9667528 - inSlope: -0.0101246 - outSlope: -0.0101246 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.399982 - value: 0.9665839 - inSlope: -0.010154998 - outSlope: -0.010154998 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.416649 - value: 0.96641433 - inSlope: -0.010181821 - outSlope: -0.010181821 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.433315 - value: 0.9662445 - inSlope: -0.010203279 - outSlope: -0.010203279 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.449982 - value: 0.9660742 - inSlope: -0.010230102 - outSlope: -0.010230102 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.466648 - value: 0.9659035 - inSlope: -0.010255136 - outSlope: -0.010255136 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.4833145 - value: 0.9657324 - inSlope: -0.010278381 - outSlope: -0.010278381 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.499981 - value: 0.9655609 - inSlope: -0.010303416 - outSlope: -0.010303416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.516647 - value: 0.96538895 - inSlope: -0.010330238 - outSlope: -0.010330238 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.533314 - value: 0.9652166 - inSlope: -0.010355273 - outSlope: -0.010355273 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.54998 - value: 0.9650438 - inSlope: -0.010376731 - outSlope: -0.010376731 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.566647 - value: 0.9648707 - inSlope: -0.010399977 - outSlope: -0.010399977 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.583313 - value: 0.9646971 - inSlope: -0.010425012 - outSlope: -0.010425012 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.599979 - value: 0.9645232 - inSlope: -0.010444681 - outSlope: -0.010444681 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.616646 - value: 0.964349 - inSlope: -0.010467928 - outSlope: -0.010467928 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.633312 - value: 0.9641743 - inSlope: -0.010489386 - outSlope: -0.010489386 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.649979 - value: 0.96399933 - inSlope: -0.010510843 - outSlope: -0.010510843 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.666645 - value: 0.9638239 - inSlope: -0.010534089 - outSlope: -0.010534089 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.683311 - value: 0.9636482 - inSlope: -0.010551971 - outSlope: -0.010551971 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.699978 - value: 0.9634722 - inSlope: -0.010573429 - outSlope: -0.010573429 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.716644 - value: 0.96329576 - inSlope: -0.010594888 - outSlope: -0.010594888 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.733311 - value: 0.96311903 - inSlope: -0.010614557 - outSlope: -0.010614557 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.749977 - value: 0.96294194 - inSlope: -0.010634227 - outSlope: -0.010634227 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.766644 - value: 0.96276456 - inSlope: -0.010652108 - outSlope: -0.010652108 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.78331 - value: 0.9625869 - inSlope: -0.010673567 - outSlope: -0.010673567 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.799976 - value: 0.9624088 - inSlope: -0.01068966 - outSlope: -0.01068966 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.816643 - value: 0.96223056 - inSlope: -0.010707542 - outSlope: -0.010707542 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.833309 - value: 0.96205187 - inSlope: -0.010727212 - outSlope: -0.010727212 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.849976 - value: 0.961873 - inSlope: -0.010741517 - outSlope: -0.010741517 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.866642 - value: 0.9616938 - inSlope: -0.010762975 - outSlope: -0.010762975 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.883308 - value: 0.96151423 - inSlope: -0.010779069 - outSlope: -0.010779069 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.899975 - value: 0.9613345 - inSlope: -0.010791586 - outSlope: -0.010791586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.916641 - value: 0.9611545 - inSlope: -0.010809467 - outSlope: -0.010809467 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.933308 - value: 0.9609742 - inSlope: -0.01082556 - outSlope: -0.01082556 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.949974 - value: 0.9607937 - inSlope: -0.0108398665 - outSlope: -0.0108398665 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.96664 - value: 0.9606129 - inSlope: -0.010854172 - outSlope: -0.010854172 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.983307 - value: 0.9604319 - inSlope: -0.010870265 - outSlope: -0.010870265 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 12.999973 - value: 0.96025056 - inSlope: -0.01088457 - outSlope: -0.01088457 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.01664 - value: 0.96006906 - inSlope: -0.010895299 - outSlope: -0.010895299 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.033306 - value: 0.9598874 - inSlope: -0.010907817 - outSlope: -0.010907817 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.049973 - value: 0.9597055 - inSlope: -0.01092391 - outSlope: -0.01092391 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.066639 - value: 0.95952326 - inSlope: -0.010936427 - outSlope: -0.010936427 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.083305 - value: 0.95934093 - inSlope: -0.010947156 - outSlope: -0.010947156 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.099972 - value: 0.95915836 - inSlope: -0.010959674 - outSlope: -0.010959674 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.116638 - value: 0.9589756 - inSlope: -0.0109704025 - outSlope: -0.0109704025 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.133305 - value: 0.9587927 - inSlope: -0.0109829195 - outSlope: -0.0109829195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.149971 - value: 0.9586095 - inSlope: -0.01099186 - outSlope: -0.01099186 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.166637 - value: 0.9584263 - inSlope: -0.011000801 - outSlope: -0.011000801 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.183304 - value: 0.95824283 - inSlope: -0.011013318 - outSlope: -0.011013318 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.19997 - value: 0.9580592 - inSlope: -0.011020471 - outSlope: -0.011020471 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.216637 - value: 0.9578755 - inSlope: -0.011027624 - outSlope: -0.011027624 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.233303 - value: 0.9576916 - inSlope: -0.011036565 - outSlope: -0.011036565 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.2499695 - value: 0.9575076 - inSlope: -0.011045505 - outSlope: -0.011045505 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.266636 - value: 0.95732343 - inSlope: -0.011056234 - outSlope: -0.011056234 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.283302 - value: 0.9571391 - inSlope: -0.011063387 - outSlope: -0.011063387 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.299969 - value: 0.95695466 - inSlope: -0.011068751 - outSlope: -0.011068751 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.316635 - value: 0.9567701 - inSlope: -0.0110741155 - outSlope: -0.0110741155 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.333302 - value: 0.9565855 - inSlope: -0.011081269 - outSlope: -0.011081269 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.349968 - value: 0.95640075 - inSlope: -0.011086633 - outSlope: -0.011086633 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.366634 - value: 0.956216 - inSlope: -0.01109021 - outSlope: -0.01109021 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.383301 - value: 0.9560311 - inSlope: -0.011095574 - outSlope: -0.011095574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.399967 - value: 0.95584613 - inSlope: -0.011100939 - outSlope: -0.011100939 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.416634 - value: 0.95566106 - inSlope: -0.011104515 - outSlope: -0.011104515 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.4333 - value: 0.955476 - inSlope: -0.011106303 - outSlope: -0.011106303 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.449966 - value: 0.95529085 - inSlope: -0.011109879 - outSlope: -0.011109879 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.466633 - value: 0.95510566 - inSlope: -0.0111134555 - outSlope: -0.0111134555 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.483299 - value: 0.9549204 - inSlope: -0.011115244 - outSlope: -0.011115244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.499966 - value: 0.95473516 - inSlope: -0.011117032 - outSlope: -0.011117032 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.516632 - value: 0.95454985 - inSlope: -0.01111882 - outSlope: -0.01111882 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.5332985 - value: 0.95436454 - inSlope: -0.01111882 - outSlope: -0.01111882 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.549965 - value: 0.9541792 - inSlope: -0.01111882 - outSlope: -0.01111882 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.566631 - value: 0.9539939 - inSlope: -0.01111882 - outSlope: -0.01111882 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.583298 - value: 0.9538086 - inSlope: -0.01111882 - outSlope: -0.01111882 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.599964 - value: 0.9536233 - inSlope: -0.01111882 - outSlope: -0.01111882 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.616631 - value: 0.953438 - inSlope: -0.011115244 - outSlope: -0.011115244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.633297 - value: 0.9532528 - inSlope: -0.0111134555 - outSlope: -0.0111134555 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.649963 - value: 0.95306754 - inSlope: -0.0111134555 - outSlope: -0.0111134555 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.66663 - value: 0.95288235 - inSlope: -0.011109879 - outSlope: -0.011109879 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.683296 - value: 0.9526972 - inSlope: -0.011108091 - outSlope: -0.011108091 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.699963 - value: 0.9525121 - inSlope: -0.011104515 - outSlope: -0.011104515 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.716629 - value: 0.9523271 - inSlope: -0.011097362 - outSlope: -0.011097362 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.733295 - value: 0.9521422 - inSlope: -0.011091998 - outSlope: -0.011091998 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.749962 - value: 0.95195735 - inSlope: -0.01109021 - outSlope: -0.01109021 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.766628 - value: 0.9517725 - inSlope: -0.011084845 - outSlope: -0.011084845 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.783295 - value: 0.95158786 - inSlope: -0.011077693 - outSlope: -0.011077693 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.799961 - value: 0.95140326 - inSlope: -0.011072327 - outSlope: -0.011072327 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.8166275 - value: 0.9512188 - inSlope: -0.011065175 - outSlope: -0.011065175 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.833294 - value: 0.9510344 - inSlope: -0.011056234 - outSlope: -0.011056234 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.84996 - value: 0.95085025 - inSlope: -0.011049082 - outSlope: -0.011049082 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.866627 - value: 0.9506661 - inSlope: -0.011041929 - outSlope: -0.011041929 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.883293 - value: 0.9504822 - inSlope: -0.011032988 - outSlope: -0.011032988 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.89996 - value: 0.95029837 - inSlope: -0.011022259 - outSlope: -0.011022259 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.916626 - value: 0.9501148 - inSlope: -0.011013318 - outSlope: -0.011013318 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.933292 - value: 0.94993126 - inSlope: -0.011006165 - outSlope: -0.011006165 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.949959 - value: 0.9497479 - inSlope: -0.01099186 - outSlope: -0.01099186 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.966625 - value: 0.9495649 - inSlope: -0.010981131 - outSlope: -0.010981131 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.983292 - value: 0.9493819 - inSlope: -0.010972191 - outSlope: -0.010972191 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.999958 - value: 0.94919914 - inSlope: -0.0109578855 - outSlope: -0.0109578855 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.016624 - value: 0.94901663 - inSlope: -0.010945368 - outSlope: -0.010945368 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.033291 - value: 0.9488343 - inSlope: -0.010934639 - outSlope: -0.010934639 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.049957 - value: 0.94865215 - inSlope: -0.010920334 - outSlope: -0.010920334 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.066624 - value: 0.9484703 - inSlope: -0.010906029 - outSlope: -0.010906029 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.08329 - value: 0.9482886 - inSlope: -0.010893511 - outSlope: -0.010893511 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.0999565 - value: 0.9481072 - inSlope: -0.010877417 - outSlope: -0.010877417 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.116623 - value: 0.94792604 - inSlope: -0.010859536 - outSlope: -0.010859536 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.133289 - value: 0.9477452 - inSlope: -0.010843443 - outSlope: -0.010843443 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.149956 - value: 0.9475646 - inSlope: -0.010830926 - outSlope: -0.010830926 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.166622 - value: 0.9473842 - inSlope: -0.010813043 - outSlope: -0.010813043 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.183289 - value: 0.9472042 - inSlope: -0.010795162 - outSlope: -0.010795162 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.199955 - value: 0.94702435 - inSlope: -0.01077728 - outSlope: -0.01077728 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.216621 - value: 0.94684494 - inSlope: -0.010755822 - outSlope: -0.010755822 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.233288 - value: 0.9466658 - inSlope: -0.010739729 - outSlope: -0.010739729 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.249954 - value: 0.94648695 - inSlope: -0.010723636 - outSlope: -0.010723636 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.266621 - value: 0.9463084 - inSlope: -0.010702178 - outSlope: -0.010702178 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.283287 - value: 0.9461302 - inSlope: -0.010680719 - outSlope: -0.010680719 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.299953 - value: 0.94595236 - inSlope: -0.010661049 - outSlope: -0.010661049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.31662 - value: 0.94577485 - inSlope: -0.010639591 - outSlope: -0.010639591 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.333286 - value: 0.9455977 - inSlope: -0.0106181335 - outSlope: -0.0106181335 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.349953 - value: 0.9454209 - inSlope: -0.010594888 - outSlope: -0.010594888 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.366619 - value: 0.94524455 - inSlope: -0.010571641 - outSlope: -0.010571641 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.3832855 - value: 0.94506854 - inSlope: -0.010550183 - outSlope: -0.010550183 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.399952 - value: 0.9448929 - inSlope: -0.0105269365 - outSlope: -0.0105269365 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.416618 - value: 0.94471765 - inSlope: -0.010501903 - outSlope: -0.010501903 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.433285 - value: 0.9445428 - inSlope: -0.010476869 - outSlope: -0.010476869 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.449951 - value: 0.9443684 - inSlope: -0.010451834 - outSlope: -0.010451834 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.466618 - value: 0.94419444 - inSlope: -0.010425012 - outSlope: -0.010425012 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.483284 - value: 0.9440209 - inSlope: -0.010399977 - outSlope: -0.010399977 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.49995 - value: 0.9438478 - inSlope: -0.010373155 - outSlope: -0.010373155 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.516617 - value: 0.94367516 - inSlope: -0.010344544 - outSlope: -0.010344544 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.533283 - value: 0.94350296 - inSlope: -0.01031951 - outSlope: -0.01031951 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.54995 - value: 0.9433312 - inSlope: -0.0102926865 - outSlope: -0.0102926865 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.566616 - value: 0.9431599 - inSlope: -0.010262288 - outSlope: -0.010262288 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.583282 - value: 0.9429891 - inSlope: -0.010233678 - outSlope: -0.010233678 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.599949 - value: 0.94281876 - inSlope: -0.010203279 - outSlope: -0.010203279 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.616615 - value: 0.942649 - inSlope: -0.010172879 - outSlope: -0.010172879 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.633282 - value: 0.94247967 - inSlope: -0.010140693 - outSlope: -0.010140693 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.649948 - value: 0.942311 - inSlope: -0.010108506 - outSlope: -0.010108506 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.666615 - value: 0.9421427 - inSlope: -0.010079895 - outSlope: -0.010079895 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.683281 - value: 0.941975 - inSlope: -0.010047708 - outSlope: -0.010047708 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.699947 - value: 0.9418078 - inSlope: -0.010013733 - outSlope: -0.010013733 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.716614 - value: 0.9416412 - inSlope: -0.009981547 - outSlope: -0.009981547 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.73328 - value: 0.9414751 - inSlope: -0.009949359 - outSlope: -0.009949359 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.749947 - value: 0.9413096 - inSlope: -0.009913595 - outSlope: -0.009913595 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.766613 - value: 0.94114465 - inSlope: -0.009877833 - outSlope: -0.009877833 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.783279 - value: 0.9409803 - inSlope: -0.009843858 - outSlope: -0.009843858 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.799946 - value: 0.9408165 - inSlope: -0.009808093 - outSlope: -0.009808093 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.816612 - value: 0.9406534 - inSlope: -0.009770542 - outSlope: -0.009770542 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.833279 - value: 0.94049084 - inSlope: -0.009736568 - outSlope: -0.009736568 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.849945 - value: 0.94032884 - inSlope: -0.009697227 - outSlope: -0.009697227 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.8666115 - value: 0.9401676 - inSlope: -0.009657888 - outSlope: -0.009657888 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.883278 - value: 0.9400069 - inSlope: -0.009622125 - outSlope: -0.009622125 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.899944 - value: 0.9398469 - inSlope: -0.009582785 - outSlope: -0.009582785 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.916611 - value: 0.9396875 - inSlope: -0.009543445 - outSlope: -0.009543445 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.933277 - value: 0.93952876 - inSlope: -0.009504106 - outSlope: -0.009504106 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.949944 - value: 0.9393707 - inSlope: -0.009462978 - outSlope: -0.009462978 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.96661 - value: 0.93921334 - inSlope: -0.00942185 - outSlope: -0.00942185 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.983276 - value: 0.93905663 - inSlope: -0.009380722 - outSlope: -0.009380722 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.999943 - value: 0.93890065 - inSlope: -0.009339594 - outSlope: -0.009339594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.016609 - value: 0.9387453 - inSlope: -0.009298466 - outSlope: -0.009298466 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.033276 - value: 0.9385907 - inSlope: -0.009253763 - outSlope: -0.009253763 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.049942 - value: 0.93843687 - inSlope: -0.009210846 - outSlope: -0.009210846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.066608 - value: 0.9382837 - inSlope: -0.00916793 - outSlope: -0.00916793 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.083275 - value: 0.9381313 - inSlope: -0.009123227 - outSlope: -0.009123227 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.099941 - value: 0.9379796 - inSlope: -0.009076733 - outSlope: -0.009076733 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.116608 - value: 0.9378287 - inSlope: -0.00903203 - outSlope: -0.00903203 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.133274 - value: 0.9376785 - inSlope: -0.008989114 - outSlope: -0.008989114 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.1499405 - value: 0.9375291 - inSlope: -0.008940833 - outSlope: -0.008940833 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.166607 - value: 0.9373805 - inSlope: -0.008892553 - outSlope: -0.008892553 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.183273 - value: 0.9372327 - inSlope: -0.0088478485 - outSlope: -0.0088478485 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.19994 - value: 0.93708557 - inSlope: -0.00879778 - outSlope: -0.00879778 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.216606 - value: 0.9369394 - inSlope: -0.008747712 - outSlope: -0.008747712 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.233273 - value: 0.936794 - inSlope: -0.008703006 - outSlope: -0.008703006 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.249939 - value: 0.9366493 - inSlope: -0.00865115 - outSlope: -0.00865115 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.266605 - value: 0.9365056 - inSlope: -0.008601082 - outSlope: -0.008601082 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.283272 - value: 0.9363626 - inSlope: -0.008552801 - outSlope: -0.008552801 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.299938 - value: 0.9362205 - inSlope: -0.008499157 - outSlope: -0.008499157 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.316605 - value: 0.9360793 - inSlope: -0.008449087 - outSlope: -0.008449087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.333271 - value: 0.9359389 - inSlope: -0.008399019 - outSlope: -0.008399019 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.349937 - value: 0.93579936 - inSlope: -0.008343585 - outSlope: -0.008343585 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.366604 - value: 0.9356608 - inSlope: -0.008291729 - outSlope: -0.008291729 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.38327 - value: 0.935523 - inSlope: -0.008239872 - outSlope: -0.008239872 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.399937 - value: 0.9353861 - inSlope: -0.008184439 - outSlope: -0.008184439 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.416603 - value: 0.93525016 - inSlope: -0.008130794 - outSlope: -0.008130794 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.4332695 - value: 0.9351151 - inSlope: -0.00807536 - outSlope: -0.00807536 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.449936 - value: 0.934981 - inSlope: -0.00801814 - outSlope: -0.00801814 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.466602 - value: 0.93484783 - inSlope: -0.007964494 - outSlope: -0.007964494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.483269 - value: 0.9347155 - inSlope: -0.007909061 - outSlope: -0.007909061 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.499935 - value: 0.9345842 - inSlope: -0.007850051 - outSlope: -0.007850051 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.516602 - value: 0.93445385 - inSlope: -0.00779283 - outSlope: -0.00779283 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.533268 - value: 0.93432444 - inSlope: -0.007737397 - outSlope: -0.007737397 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.549934 - value: 0.93419594 - inSlope: -0.0076765995 - outSlope: -0.0076765995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.566601 - value: 0.93406856 - inSlope: -0.00761759 - outSlope: -0.00761759 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.583267 - value: 0.933942 - inSlope: -0.0075603686 - outSlope: -0.0075603686 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.599934 - value: 0.93381655 - inSlope: -0.007497783 - outSlope: -0.007497783 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.6166 - value: 0.9336921 - inSlope: -0.007436985 - outSlope: -0.007436985 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.633266 - value: 0.93356866 - inSlope: -0.0073779756 - outSlope: -0.0073779756 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.649933 - value: 0.93344617 - inSlope: -0.007317178 - outSlope: -0.007317178 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.666599 - value: 0.93332475 - inSlope: -0.007254592 - outSlope: -0.007254592 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.683266 - value: 0.93320435 - inSlope: -0.0071937945 - outSlope: -0.0071937945 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.699932 - value: 0.93308496 - inSlope: -0.0071312087 - outSlope: -0.0071312087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.7165985 - value: 0.93296665 - inSlope: -0.0070668347 - outSlope: -0.0070668347 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.733265 - value: 0.9328494 - inSlope: -0.007004249 - outSlope: -0.007004249 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.749931 - value: 0.9327332 - inSlope: -0.006938087 - outSlope: -0.006938087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.766598 - value: 0.93261814 - inSlope: -0.0068737124 - outSlope: -0.0068737124 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.783264 - value: 0.93250406 - inSlope: -0.0068075503 - outSlope: -0.0068075503 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.799931 - value: 0.9323912 - inSlope: -0.0067431764 - outSlope: -0.0067431764 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.816597 - value: 0.9322793 - inSlope: -0.0066788024 - outSlope: -0.0066788024 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.833263 - value: 0.9321686 - inSlope: -0.006610852 - outSlope: -0.006610852 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.84993 - value: 0.93205893 - inSlope: -0.0065429015 - outSlope: -0.0065429015 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.866596 - value: 0.9319505 - inSlope: -0.006473163 - outSlope: -0.006473163 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.883263 - value: 0.93184316 - inSlope: -0.0064105773 - outSlope: -0.0064105773 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.899929 - value: 0.9317368 - inSlope: -0.006340839 - outSlope: -0.006340839 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.916595 - value: 0.9316318 - inSlope: -0.006269312 - outSlope: -0.006269312 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.933262 - value: 0.93152785 - inSlope: -0.00620315 - outSlope: -0.00620315 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.949928 - value: 0.93142503 - inSlope: -0.0061298353 - outSlope: -0.0061298353 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.966595 - value: 0.9313235 - inSlope: -0.0060583083 - outSlope: -0.0060583083 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.983261 - value: 0.9312231 - inSlope: -0.005992146 - outSlope: -0.005992146 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 15.9999275 - value: 0.9311238 - inSlope: -0.0059188316 - outSlope: -0.0059188316 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.016594 - value: 0.9310258 - inSlope: -0.005845517 - outSlope: -0.005845517 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.03326 - value: 0.93092895 - inSlope: -0.005775778 - outSlope: -0.005775778 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.049927 - value: 0.9308333 - inSlope: -0.0057006753 - outSlope: -0.0057006753 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.066593 - value: 0.9307389 - inSlope: -0.0056291483 - outSlope: -0.0056291483 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.08326 - value: 0.93064564 - inSlope: -0.00555941 - outSlope: -0.00555941 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.099926 - value: 0.9305536 - inSlope: -0.005482519 - outSlope: -0.005482519 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.116592 - value: 0.9304629 - inSlope: -0.0054056277 - outSlope: -0.0054056277 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.133259 - value: 0.93037343 - inSlope: -0.0053305244 - outSlope: -0.0053305244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.149925 - value: 0.9302852 - inSlope: -0.005258998 - outSlope: -0.005258998 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.166592 - value: 0.93019813 - inSlope: -0.005183895 - outSlope: -0.005183895 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.183258 - value: 0.9301124 - inSlope: -0.005103428 - outSlope: -0.005103428 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.199924 - value: 0.930028 - inSlope: -0.005026536 - outSlope: -0.005026536 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.21659 - value: 0.9299449 - inSlope: -0.0049514333 - outSlope: -0.0049514333 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.233257 - value: 0.929863 - inSlope: -0.0048745424 - outSlope: -0.0048745424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.249924 - value: 0.9297824 - inSlope: -0.004795863 - outSlope: -0.004795863 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.26659 - value: 0.9297031 - inSlope: -0.0047171833 - outSlope: -0.0047171833 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.283257 - value: 0.92962515 - inSlope: -0.004636716 - outSlope: -0.004636716 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.299923 - value: 0.92954856 - inSlope: -0.004559825 - outSlope: -0.004559825 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.31659 - value: 0.92947316 - inSlope: -0.004481145 - outSlope: -0.004481145 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.333256 - value: 0.9293992 - inSlope: -0.0043971017 - outSlope: -0.0043971017 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.349922 - value: 0.9293266 - inSlope: -0.0043184226 - outSlope: -0.0043184226 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.366589 - value: 0.92925525 - inSlope: -0.004239743 - outSlope: -0.004239743 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.383255 - value: 0.9291853 - inSlope: -0.004155699 - outSlope: -0.004155699 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.399921 - value: 0.9291167 - inSlope: -0.004073444 - outSlope: -0.004073444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.416588 - value: 0.9290495 - inSlope: -0.0039911876 - outSlope: -0.0039911876 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.433254 - value: 0.9289837 - inSlope: -0.003908932 - outSlope: -0.003908932 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.44992 - value: 0.9289192 - inSlope: -0.0038284648 - outSlope: -0.0038284648 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.466587 - value: 0.9288561 - inSlope: -0.0037426327 - outSlope: -0.0037426327 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.483253 - value: 0.92879444 - inSlope: -0.003658589 - outSlope: -0.003658589 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.49992 - value: 0.9287341 - inSlope: -0.003574545 - outSlope: -0.003574545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.516586 - value: 0.9286753 - inSlope: -0.003490501 - outSlope: -0.003490501 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.533253 - value: 0.9286178 - inSlope: -0.0034064574 - outSlope: -0.0034064574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.54992 - value: 0.92856175 - inSlope: -0.003317049 - outSlope: -0.003317049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.566586 - value: 0.9285072 - inSlope: -0.0032312172 - outSlope: -0.0032312172 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.583252 - value: 0.92845404 - inSlope: -0.0031489613 - outSlope: -0.0031489613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.599918 - value: 0.92840225 - inSlope: -0.0030631295 - outSlope: -0.0030631295 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.616585 - value: 0.92835194 - inSlope: -0.0029737211 - outSlope: -0.0029737211 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.633251 - value: 0.9283031 - inSlope: -0.002886101 - outSlope: -0.002886101 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.649918 - value: 0.92825574 - inSlope: -0.0027984807 - outSlope: -0.0027984807 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.666584 - value: 0.92820984 - inSlope: -0.0027090725 - outSlope: -0.0027090725 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.68325 - value: 0.92816544 - inSlope: -0.0026196642 - outSlope: -0.0026196642 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.699917 - value: 0.9281225 - inSlope: -0.002532044 - outSlope: -0.002532044 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.716583 - value: 0.92808104 - inSlope: -0.0024444237 - outSlope: -0.0024444237 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.73325 - value: 0.92804104 - inSlope: -0.0023550154 - outSlope: -0.0023550154 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.749916 - value: 0.92800254 - inSlope: -0.0022638189 - outSlope: -0.0022638189 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.766582 - value: 0.9279656 - inSlope: -0.0021744105 - outSlope: -0.0021744105 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.783249 - value: 0.92793006 - inSlope: -0.0020814259 - outSlope: -0.0020814259 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.799915 - value: 0.9278962 - inSlope: -0.0019902294 - outSlope: -0.0019902294 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.816582 - value: 0.9278637 - inSlope: -0.0019008211 - outSlope: -0.0019008211 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.833248 - value: 0.92783284 - inSlope: -0.0018060483 - outSlope: -0.0018060483 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.849915 - value: 0.9278035 - inSlope: -0.00171664 - outSlope: -0.00171664 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.866581 - value: 0.9277756 - inSlope: -0.0016236552 - outSlope: -0.0016236552 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.883247 - value: 0.9277494 - inSlope: -0.0015306706 - outSlope: -0.0015306706 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.899914 - value: 0.9277246 - inSlope: -0.001439474 - outSlope: -0.001439474 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.91658 - value: 0.9277014 - inSlope: -0.0013429131 - outSlope: -0.0013429131 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.933247 - value: 0.92767984 - inSlope: -0.0012481404 - outSlope: -0.0012481404 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.949913 - value: 0.9276598 - inSlope: -0.0011551557 - outSlope: -0.0011551557 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.96658 - value: 0.92764133 - inSlope: -0.0010603828 - outSlope: -0.0010603828 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.983246 - value: 0.92762446 - inSlope: -0.00096561003 - outSlope: -0.00096561003 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.999912 - value: 0.92760915 - inSlope: -0.00087083713 - outSlope: -0.00087083713 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.016579 - value: 0.92759544 - inSlope: -0.00077606435 - outSlope: -0.00077606435 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.033245 - value: 0.9275833 - inSlope: -0.00068129145 - outSlope: -0.00068129145 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.049911 - value: 0.9275727 - inSlope: -0.00058294233 - outSlope: -0.00058294233 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.066578 - value: 0.92756385 - inSlope: -0.00048638135 - outSlope: -0.00048638135 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.083244 - value: 0.9275565 - inSlope: -0.0003916085 - outSlope: -0.0003916085 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.09991 - value: 0.9275508 - inSlope: -0.00029325933 - outSlope: -0.00029325933 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.116577 - value: 0.92754674 - inSlope: -0.00019669833 - outSlope: -0.00019669833 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.133244 - value: 0.92754424 - inSlope: -0.00010013733 - outSlope: -0.00010013733 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.14991 - value: 0.9275434 - inSlope: 0.0001877575 - outSlope: 0.0001877575 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.166576 - value: 0.9275505 - inSlope: 0.00084580283 - outSlope: 0.00084580283 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.183243 - value: 0.9275716 - inSlope: 0.001684453 - outSlope: 0.001684453 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.19991 - value: 0.92760664 - inSlope: 0.0025177386 - outSlope: 0.0025177386 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.216576 - value: 0.9276555 - inSlope: 0.0033402953 - outSlope: 0.0033402953 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.233242 - value: 0.927718 - inSlope: 0.004152123 - outSlope: 0.004152123 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.249908 - value: 0.9277939 - inSlope: 0.0049550096 - outSlope: 0.0049550096 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.266575 - value: 0.92788315 - inSlope: 0.0057471674 - outSlope: 0.0057471674 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.283241 - value: 0.9279855 - inSlope: 0.0065303845 - outSlope: 0.0065303845 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.299908 - value: 0.9281008 - inSlope: 0.0072992966 - outSlope: 0.0072992966 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.316574 - value: 0.9282288 - inSlope: 0.008055691 - outSlope: 0.008055691 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.33324 - value: 0.92836934 - inSlope: 0.008804932 - outSlope: 0.008804932 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.349907 - value: 0.9285223 - inSlope: 0.009545233 - outSlope: 0.009545233 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.366573 - value: 0.9286875 - inSlope: 0.010271229 - outSlope: 0.010271229 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.38324 - value: 0.92886466 - inSlope: 0.0109829195 - outSlope: 0.0109829195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.399906 - value: 0.9290536 - inSlope: 0.011685669 - outSlope: 0.011685669 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.416573 - value: 0.9292542 - inSlope: 0.0123759005 - outSlope: 0.0123759005 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.433239 - value: 0.9294661 - inSlope: 0.0130536165 - outSlope: 0.0130536165 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.449905 - value: 0.9296893 - inSlope: 0.013720602 - outSlope: 0.013720602 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.466572 - value: 0.9299235 - inSlope: 0.014375072 - outSlope: 0.014375072 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.483238 - value: 0.93016845 - inSlope: 0.015013447 - outSlope: 0.015013447 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.499905 - value: 0.9304239 - inSlope: 0.015642881 - outSlope: 0.015642881 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.516571 - value: 0.9306899 - inSlope: 0.0162598 - outSlope: 0.0162598 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.533237 - value: 0.9309659 - inSlope: 0.016860623 - outSlope: 0.016860623 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.549904 - value: 0.9312519 - inSlope: 0.017452506 - outSlope: 0.017452506 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.56657 - value: 0.93154764 - inSlope: 0.018030085 - outSlope: 0.018030085 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.583237 - value: 0.9318529 - inSlope: 0.018593356 - outSlope: 0.018593356 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.599903 - value: 0.9321674 - inSlope: 0.019144112 - outSlope: 0.019144112 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.61657 - value: 0.932491 - inSlope: 0.019684138 - outSlope: 0.019684138 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.633236 - value: 0.93282354 - inSlope: 0.02020986 - outSlope: 0.02020986 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.649902 - value: 0.93316466 - inSlope: 0.020719487 - outSlope: 0.020719487 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.666569 - value: 0.9335142 - inSlope: 0.021218386 - outSlope: 0.021218386 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.683235 - value: 0.9338719 - inSlope: 0.021702979 - outSlope: 0.021702979 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.699902 - value: 0.9342376 - inSlope: 0.022175055 - outSlope: 0.022175055 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.716568 - value: 0.9346111 - inSlope: 0.022634614 - outSlope: 0.022634614 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.733234 - value: 0.9349921 - inSlope: 0.023081655 - outSlope: 0.023081655 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.7499 - value: 0.93538046 - inSlope: 0.023512602 - outSlope: 0.023512602 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.766567 - value: 0.9357758 - inSlope: 0.023929246 - outSlope: 0.023929246 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.783234 - value: 0.9361781 - inSlope: 0.02433516 - outSlope: 0.02433516 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.7999 - value: 0.936587 - inSlope: 0.024726767 - outSlope: 0.024726767 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.816566 - value: 0.9370023 - inSlope: 0.02510586 - outSlope: 0.02510586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.833233 - value: 0.9374238 - inSlope: 0.02547422 - outSlope: 0.02547422 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.8499 - value: 0.9378514 - inSlope: 0.025822915 - outSlope: 0.025822915 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.866566 - value: 0.9382846 - inSlope: 0.026160877 - outSlope: 0.026160877 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.883232 - value: 0.93872344 - inSlope: 0.0264899 - outSlope: 0.0264899 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.899899 - value: 0.93916756 - inSlope: 0.02680283 - outSlope: 0.02680283 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.916565 - value: 0.93961686 - inSlope: 0.027103242 - outSlope: 0.027103242 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.933231 - value: 0.940071 - inSlope: 0.02738756 - outSlope: 0.02738756 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.949898 - value: 0.94052976 - inSlope: 0.027659362 - outSlope: 0.027659362 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.966564 - value: 0.94099295 - inSlope: 0.027922222 - outSlope: 0.027922222 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.98323 - value: 0.9414605 - inSlope: 0.028172566 - outSlope: 0.028172566 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.999897 - value: 0.941932 - inSlope: 0.028405027 - outSlope: 0.028405027 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.016563 - value: 0.9424073 - inSlope: 0.028628547 - outSlope: 0.028628547 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.03323 - value: 0.9428863 - inSlope: 0.02883955 - outSlope: 0.02883955 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.049896 - value: 0.9433686 - inSlope: 0.029034462 - outSlope: 0.029034462 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.066563 - value: 0.9438541 - inSlope: 0.029220432 - outSlope: 0.029220432 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.08323 - value: 0.9443426 - inSlope: 0.029393882 - outSlope: 0.029393882 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.099895 - value: 0.9448339 - inSlope: 0.029554818 - outSlope: 0.029554818 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.116562 - value: 0.94532776 - inSlope: 0.029703237 - outSlope: 0.029703237 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.133228 - value: 0.94582397 - inSlope: 0.029839136 - outSlope: 0.029839136 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.149895 - value: 0.9463224 - inSlope: 0.02996431 - outSlope: 0.02996431 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.166561 - value: 0.94682276 - inSlope: 0.030076962 - outSlope: 0.030076962 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.183228 - value: 0.94732493 - inSlope: 0.030177101 - outSlope: 0.030177101 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.199894 - value: 0.94782865 - inSlope: 0.030266508 - outSlope: 0.030266508 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.21656 - value: 0.9483338 - inSlope: 0.030346975 - outSlope: 0.030346975 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.233227 - value: 0.9488402 - inSlope: 0.030414926 - outSlope: 0.030414926 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.249893 - value: 0.9493476 - inSlope: 0.03047036 - outSlope: 0.03047036 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.26656 - value: 0.94985586 - inSlope: 0.030515064 - outSlope: 0.030515064 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.283226 - value: 0.95036477 - inSlope: 0.030550826 - outSlope: 0.030550826 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.299892 - value: 0.9508742 - inSlope: 0.030574072 - outSlope: 0.030574072 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.316559 - value: 0.9513839 - inSlope: 0.030584803 - outSlope: 0.030584803 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.333225 - value: 0.9518937 - inSlope: 0.030590167 - outSlope: 0.030590167 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.349892 - value: 0.95240355 - inSlope: 0.030584801 - outSlope: 0.030584801 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.366558 - value: 0.95291317 - inSlope: 0.030565131 - outSlope: 0.030565131 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.383224 - value: 0.95342237 - inSlope: 0.03053831 - outSlope: 0.03053831 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.39989 - value: 0.9539311 - inSlope: 0.030500758 - outSlope: 0.030500758 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.416557 - value: 0.95443904 - inSlope: 0.030452479 - outSlope: 0.030452479 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.433224 - value: 0.95494616 - inSlope: 0.030398833 - outSlope: 0.030398833 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.44989 - value: 0.9554523 - inSlope: 0.030336246 - outSlope: 0.030336246 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.466557 - value: 0.95595735 - inSlope: 0.030261144 - outSlope: 0.030261144 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.483223 - value: 0.956461 - inSlope: 0.030177101 - outSlope: 0.030177101 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.49989 - value: 0.95696324 - inSlope: 0.030085903 - outSlope: 0.030085903 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.516556 - value: 0.95746386 - inSlope: 0.029987555 - outSlope: 0.029987555 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.533222 - value: 0.9579628 - inSlope: 0.029878475 - outSlope: 0.029878475 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.549889 - value: 0.9584598 - inSlope: 0.029760458 - outSlope: 0.029760458 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.566555 - value: 0.9589548 - inSlope: 0.02963886 - outSlope: 0.02963886 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.583221 - value: 0.95944774 - inSlope: 0.029506538 - outSlope: 0.029506538 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.599888 - value: 0.95993835 - inSlope: 0.02936706 - outSlope: 0.02936706 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.616554 - value: 0.9604266 - inSlope: 0.029220432 - outSlope: 0.029220432 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.63322 - value: 0.96091235 - inSlope: 0.02906486 - outSlope: 0.02906486 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.649887 - value: 0.96139544 - inSlope: 0.028905712 - outSlope: 0.028905712 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.666553 - value: 0.96187586 - inSlope: 0.028735839 - outSlope: 0.028735839 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.68322 - value: 0.9623533 - inSlope: 0.028560597 - outSlope: 0.028560597 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.699886 - value: 0.96282786 - inSlope: 0.02838178 - outSlope: 0.02838178 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.716553 - value: 0.96329933 - inSlope: 0.028194023 - outSlope: 0.028194023 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.73322 - value: 0.96376765 - inSlope: 0.02800269 - outSlope: 0.02800269 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.749886 - value: 0.96423274 - inSlope: 0.027804203 - outSlope: 0.027804203 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.766552 - value: 0.96469444 - inSlope: 0.027598564 - outSlope: 0.027598564 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.783218 - value: 0.9651527 - inSlope: 0.02738756 - outSlope: 0.02738756 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.799885 - value: 0.96560735 - inSlope: 0.027172979 - outSlope: 0.027172979 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.816551 - value: 0.96605843 - inSlope: 0.026953036 - outSlope: 0.026953036 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.833218 - value: 0.96650577 - inSlope: 0.026725939 - outSlope: 0.026725939 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.849884 - value: 0.9669493 - inSlope: 0.026498841 - outSlope: 0.026498841 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.86655 - value: 0.96738905 - inSlope: 0.02626638 - outSlope: 0.02626638 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.883217 - value: 0.9678248 - inSlope: 0.026024977 - outSlope: 0.026024977 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.899883 - value: 0.96825653 - inSlope: 0.025783574 - outSlope: 0.025783574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.91655 - value: 0.96868426 - inSlope: 0.025538595 - outSlope: 0.025538595 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.933216 - value: 0.9691078 - inSlope: 0.025286464 - outSlope: 0.025286464 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.949883 - value: 0.9695271 - inSlope: 0.025032545 - outSlope: 0.025032545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.966549 - value: 0.9699422 - inSlope: 0.024775049 - outSlope: 0.024775049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.983215 - value: 0.97035295 - inSlope: 0.024515765 - outSlope: 0.024515765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 18.999882 - value: 0.9707594 - inSlope: 0.024254693 - outSlope: 0.024254693 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.016548 - value: 0.9711614 - inSlope: 0.023986466 - outSlope: 0.023986466 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.033215 - value: 0.9715589 - inSlope: 0.02372003 - outSlope: 0.02372003 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.049881 - value: 0.9719521 - inSlope: 0.023450017 - outSlope: 0.023450017 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.066547 - value: 0.9723406 - inSlope: 0.023176428 - outSlope: 0.023176428 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.083214 - value: 0.9727246 - inSlope: 0.02290105 - outSlope: 0.02290105 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.09988 - value: 0.97310394 - inSlope: 0.022620307 - outSlope: 0.022620307 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.116547 - value: 0.9734786 - inSlope: 0.022343142 - outSlope: 0.022343142 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.133213 - value: 0.9738487 - inSlope: 0.022064188 - outSlope: 0.022064188 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.14988 - value: 0.9742141 - inSlope: 0.021783445 - outSlope: 0.021783445 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.166546 - value: 0.9745748 - inSlope: 0.021500915 - outSlope: 0.021500915 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.183212 - value: 0.97493076 - inSlope: 0.021213021 - outSlope: 0.021213021 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.199879 - value: 0.9752819 - inSlope: 0.020930491 - outSlope: 0.020930491 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.216545 - value: 0.97562844 - inSlope: 0.020646172 - outSlope: 0.020646172 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.233212 - value: 0.9759701 - inSlope: 0.02035649 - outSlope: 0.02035649 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.249878 - value: 0.976307 - inSlope: 0.020070381 - outSlope: 0.020070381 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.266544 - value: 0.9766391 - inSlope: 0.019784275 - outSlope: 0.019784275 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.28321 - value: 0.97696644 - inSlope: 0.019494593 - outSlope: 0.019494593 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.299877 - value: 0.9772889 - inSlope: 0.019206697 - outSlope: 0.019206697 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.316544 - value: 0.97760665 - inSlope: 0.018918803 - outSlope: 0.018918803 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.33321 - value: 0.9779195 - inSlope: 0.018630907 - outSlope: 0.018630907 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.349876 - value: 0.9782277 - inSlope: 0.0183448 - outSlope: 0.0183448 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.366543 - value: 0.978531 - inSlope: 0.018055119 - outSlope: 0.018055119 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.38321 - value: 0.9788295 - inSlope: 0.0177708 - outSlope: 0.0177708 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.399876 - value: 0.97912335 - inSlope: 0.017484693 - outSlope: 0.017484693 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.416542 - value: 0.9794123 - inSlope: 0.017196799 - outSlope: 0.017196799 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.433208 - value: 0.9796966 - inSlope: 0.016914267 - outSlope: 0.016914267 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.449875 - value: 0.9799761 - inSlope: 0.016631737 - outSlope: 0.016631737 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.466541 - value: 0.98025095 - inSlope: 0.01634742 - outSlope: 0.01634742 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.483208 - value: 0.980521 - inSlope: 0.016063102 - outSlope: 0.016063102 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.499874 - value: 0.9807864 - inSlope: 0.015782358 - outSlope: 0.015782358 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.51654 - value: 0.9810471 - inSlope: 0.015505193 - outSlope: 0.015505193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.533207 - value: 0.9813032 - inSlope: 0.015224451 - outSlope: 0.015224451 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.549873 - value: 0.98155457 - inSlope: 0.014945497 - outSlope: 0.014945497 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.56654 - value: 0.9818014 - inSlope: 0.014673695 - outSlope: 0.014673695 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.583206 - value: 0.9820437 - inSlope: 0.01439653 - outSlope: 0.01439653 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.599873 - value: 0.98228127 - inSlope: 0.014119364 - outSlope: 0.014119364 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.616539 - value: 0.9825143 - inSlope: 0.013851139 - outSlope: 0.013851139 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.633205 - value: 0.98274297 - inSlope: 0.013579337 - outSlope: 0.013579337 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.649872 - value: 0.98296696 - inSlope: 0.013305748 - outSlope: 0.013305748 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.666538 - value: 0.9831865 - inSlope: 0.013042888 - outSlope: 0.013042888 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.683205 - value: 0.9834017 - inSlope: 0.012774663 - outSlope: 0.012774663 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.699871 - value: 0.9836123 - inSlope: 0.012504649 - outSlope: 0.012504649 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.716537 - value: 0.98381853 - inSlope: 0.012245365 - outSlope: 0.012245365 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.733204 - value: 0.9840205 - inSlope: 0.011980716 - outSlope: 0.011980716 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.74987 - value: 0.9842179 - inSlope: 0.011719644 - outSlope: 0.011719644 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.766537 - value: 0.9844111 - inSlope: 0.01146036 - outSlope: 0.01146036 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.783203 - value: 0.9845999 - inSlope: 0.0111975 - outSlope: 0.0111975 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.79987 - value: 0.98478436 - inSlope: 0.010941791 - outSlope: 0.010941791 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.816536 - value: 0.9849646 - inSlope: 0.010686084 - outSlope: 0.010686084 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.833202 - value: 0.98514056 - inSlope: 0.010428588 - outSlope: 0.010428588 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.849869 - value: 0.9853122 - inSlope: 0.010171092 - outSlope: 0.010171092 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.866535 - value: 0.9854796 - inSlope: 0.00991896 - outSlope: 0.00991896 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.883202 - value: 0.98564285 - inSlope: 0.009666828 - outSlope: 0.009666828 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.899868 - value: 0.9858018 - inSlope: 0.009411121 - outSlope: 0.009411121 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.916534 - value: 0.98595655 - inSlope: 0.009160778 - outSlope: 0.009160778 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.9332 - value: 0.9861072 - inSlope: 0.008910434 - outSlope: 0.008910434 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.949867 - value: 0.98625356 - inSlope: 0.008654727 - outSlope: 0.008654727 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.966534 - value: 0.98639566 - inSlope: 0.008402595 - outSlope: 0.008402595 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.9832 - value: 0.98653364 - inSlope: 0.00815404 - outSlope: 0.00815404 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.999866 - value: 0.98666745 - inSlope: 0.007900121 - outSlope: 0.007900121 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.016533 - value: 0.986797 - inSlope: 0.0077016335 - outSlope: 0.0077016335 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.0332 - value: 0.9869242 - inSlope: 0.0076229544 - outSlope: 0.0076229544 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.049866 - value: 0.98705107 - inSlope: 0.007599708 - outSlope: 0.007599708 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.066532 - value: 0.9871775 - inSlope: 0.0075728856 - outSlope: 0.0075728856 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.083199 - value: 0.9873035 - inSlope: 0.00754964 - outSlope: 0.00754964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.099865 - value: 0.98742914 - inSlope: 0.007526393 - outSlope: 0.007526393 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.116531 - value: 0.9875544 - inSlope: 0.007497783 - outSlope: 0.007497783 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.133198 - value: 0.98767906 - inSlope: 0.0074745365 - outSlope: 0.0074745365 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.149864 - value: 0.9878035 - inSlope: 0.007447714 - outSlope: 0.007447714 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.16653 - value: 0.9879273 - inSlope: 0.0074208914 - outSlope: 0.0074208914 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.183197 - value: 0.9880509 - inSlope: 0.007394069 - outSlope: 0.007394069 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.199863 - value: 0.9881738 - inSlope: 0.0073654586 - outSlope: 0.0073654586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.21653 - value: 0.9882964 - inSlope: 0.007342212 - outSlope: 0.007342212 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.233196 - value: 0.9884185 - inSlope: 0.0073100254 - outSlope: 0.0073100254 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.249863 - value: 0.98854005 - inSlope: 0.0072814142 - outSlope: 0.0072814142 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.26653 - value: 0.9886612 - inSlope: 0.007254592 - outSlope: 0.007254592 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.283195 - value: 0.98878187 - inSlope: 0.007224193 - outSlope: 0.007224193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.299862 - value: 0.98890203 - inSlope: 0.0071973708 - outSlope: 0.0071973708 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.316528 - value: 0.9890218 - inSlope: 0.0071651833 - outSlope: 0.0071651833 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.333195 - value: 0.98914087 - inSlope: 0.007132997 - outSlope: 0.007132997 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.349861 - value: 0.98925954 - inSlope: 0.0071043856 - outSlope: 0.0071043856 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.366528 - value: 0.9893777 - inSlope: 0.0070739873 - outSlope: 0.0070739873 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.383194 - value: 0.98949534 - inSlope: 0.0070400117 - outSlope: 0.0070400117 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.39986 - value: 0.98961234 - inSlope: 0.007007825 - outSlope: 0.007007825 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.416527 - value: 0.9897289 - inSlope: 0.006977426 - outSlope: 0.006977426 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.433193 - value: 0.9898449 - inSlope: 0.0069434512 - outSlope: 0.0069434512 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.44986 - value: 0.9899604 - inSlope: 0.006911264 - outSlope: 0.006911264 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.466526 - value: 0.9900753 - inSlope: 0.0068790773 - outSlope: 0.0068790773 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.483192 - value: 0.9901897 - inSlope: 0.0068415254 - outSlope: 0.0068415254 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.499859 - value: 0.99030334 - inSlope: 0.0068075503 - outSlope: 0.0068075503 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.516525 - value: 0.9904166 - inSlope: 0.0067771515 - outSlope: 0.0067771515 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.533192 - value: 0.99052924 - inSlope: 0.0067395996 - outSlope: 0.0067395996 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.549858 - value: 0.99064124 - inSlope: 0.0067020487 - outSlope: 0.0067020487 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.566525 - value: 0.99075264 - inSlope: 0.006668073 - outSlope: 0.006668073 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.58319 - value: 0.9908635 - inSlope: 0.006630522 - outSlope: 0.006630522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.599857 - value: 0.99097365 - inSlope: 0.0065929703 - outSlope: 0.0065929703 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.616524 - value: 0.99108326 - inSlope: 0.006558995 - outSlope: 0.006558995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.63319 - value: 0.9911923 - inSlope: 0.0065178676 - outSlope: 0.0065178676 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.649857 - value: 0.9913005 - inSlope: 0.0064803157 - outSlope: 0.0064803157 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.666523 - value: 0.9914083 - inSlope: 0.0064445524 - outSlope: 0.0064445524 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.68319 - value: 0.99151534 - inSlope: 0.006405213 - outSlope: 0.006405213 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.699856 - value: 0.9916218 - inSlope: 0.006364085 - outSlope: 0.006364085 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.716522 - value: 0.9917275 - inSlope: 0.006326534 - outSlope: 0.006326534 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.733189 - value: 0.9918327 - inSlope: 0.006288982 - outSlope: 0.006288982 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.749855 - value: 0.9919371 - inSlope: 0.0062442776 - outSlope: 0.0062442776 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.766521 - value: 0.9920408 - inSlope: 0.0062049385 - outSlope: 0.0062049385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.783188 - value: 0.9921439 - inSlope: 0.0061655985 - outSlope: 0.0061655985 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.799854 - value: 0.9922463 - inSlope: 0.0061226822 - outSlope: 0.0061226822 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.81652 - value: 0.992348 - inSlope: 0.006079767 - outSlope: 0.006079767 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.833187 - value: 0.992449 - inSlope: 0.006040427 - outSlope: 0.006040427 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.849854 - value: 0.99254936 - inSlope: 0.0059992988 - outSlope: 0.0059992988 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.86652 - value: 0.99264896 - inSlope: 0.005954595 - outSlope: 0.005954595 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.883186 - value: 0.99274784 - inSlope: 0.005911679 - outSlope: 0.005911679 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.899853 - value: 0.992846 - inSlope: 0.0058669746 - outSlope: 0.0058669746 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.91652 - value: 0.9929434 - inSlope: 0.0058240583 - outSlope: 0.0058240583 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.933186 - value: 0.99304014 - inSlope: 0.005779355 - outSlope: 0.005779355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.949852 - value: 0.99313605 - inSlope: 0.0057328623 - outSlope: 0.0057328623 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.966518 - value: 0.99323124 - inSlope: 0.005688158 - outSlope: 0.005688158 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.983185 - value: 0.99332565 - inSlope: 0.005645242 - outSlope: 0.005645242 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.999851 - value: 0.9934194 - inSlope: 0.00559875 - outSlope: 0.00559875 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.016518 - value: 0.9935123 - inSlope: 0.005548681 - outSlope: 0.005548681 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.033184 - value: 0.99360436 - inSlope: 0.005505765 - outSlope: 0.005505765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.04985 - value: 0.9936958 - inSlope: 0.005461061 - outSlope: 0.005461061 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.066517 - value: 0.9937864 - inSlope: 0.0054127807 - outSlope: 0.0054127807 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.083183 - value: 0.9938762 - inSlope: 0.005362712 - outSlope: 0.005362712 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.09985 - value: 0.99396515 - inSlope: 0.005314431 - outSlope: 0.005314431 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.116516 - value: 0.99405336 - inSlope: 0.0052679386 - outSlope: 0.0052679386 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.133183 - value: 0.99414074 - inSlope: 0.00521787 - outSlope: 0.00521787 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.149849 - value: 0.9942273 - inSlope: 0.00516959 - outSlope: 0.00516959 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.166515 - value: 0.99431306 - inSlope: 0.0051213093 - outSlope: 0.0051213093 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.183182 - value: 0.994398 - inSlope: 0.0050694523 - outSlope: 0.0050694523 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.199848 - value: 0.99448204 - inSlope: 0.0050193835 - outSlope: 0.0050193835 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.216515 - value: 0.9945653 - inSlope: 0.0049711033 - outSlope: 0.0049711033 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.233181 - value: 0.99464774 - inSlope: 0.0049210344 - outSlope: 0.0049210344 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.249847 - value: 0.99472934 - inSlope: 0.00486739 - outSlope: 0.00486739 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.266514 - value: 0.99481 - inSlope: 0.004815533 - outSlope: 0.004815533 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.28318 - value: 0.99488986 - inSlope: 0.004767252 - outSlope: 0.004767252 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.299847 - value: 0.9949689 - inSlope: 0.004711819 - outSlope: 0.004711819 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.316513 - value: 0.9950469 - inSlope: 0.004659962 - outSlope: 0.004659962 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.33318 - value: 0.9951242 - inSlope: 0.0046098935 - outSlope: 0.0046098935 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.349846 - value: 0.9952006 - inSlope: 0.004552672 - outSlope: 0.004552672 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.366512 - value: 0.995276 - inSlope: 0.0045008156 - outSlope: 0.0045008156 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.383179 - value: 0.9953506 - inSlope: 0.0044489587 - outSlope: 0.0044489587 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.399845 - value: 0.9954243 - inSlope: 0.0043935254 - outSlope: 0.0043935254 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.416512 - value: 0.99549705 - inSlope: 0.004338092 - outSlope: 0.004338092 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.433178 - value: 0.9955689 - inSlope: 0.004284447 - outSlope: 0.004284447 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.449844 - value: 0.99563986 - inSlope: 0.0042290143 - outSlope: 0.0042290143 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.46651 - value: 0.99570984 - inSlope: 0.004173581 - outSlope: 0.004173581 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.483177 - value: 0.995779 - inSlope: 0.004121724 - outSlope: 0.004121724 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.499844 - value: 0.9958472 - inSlope: 0.0040627145 - outSlope: 0.0040627145 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.51651 - value: 0.9959144 - inSlope: 0.004003705 - outSlope: 0.004003705 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.533176 - value: 0.9959807 - inSlope: 0.0039482717 - outSlope: 0.0039482717 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.549843 - value: 0.996046 - inSlope: 0.0038928385 - outSlope: 0.0038928385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.56651 - value: 0.99611044 - inSlope: 0.0038374057 - outSlope: 0.0038374057 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.583176 - value: 0.9961739 - inSlope: 0.0037783962 - outSlope: 0.0037783962 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.599842 - value: 0.9962364 - inSlope: 0.0037193866 - outSlope: 0.0037193866 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.616508 - value: 0.9962979 - inSlope: 0.0036621653 - outSlope: 0.0036621653 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.633175 - value: 0.99635845 - inSlope: 0.0036031557 - outSlope: 0.0036031557 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.649841 - value: 0.996418 - inSlope: 0.0035441462 - outSlope: 0.0035441462 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.666508 - value: 0.9964766 - inSlope: 0.0034869248 - outSlope: 0.0034869248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.683174 - value: 0.9965342 - inSlope: 0.0034261271 - outSlope: 0.0034261271 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.69984 - value: 0.9965908 - inSlope: 0.0033689057 - outSlope: 0.0033689057 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.716507 - value: 0.9966465 - inSlope: 0.0033098964 - outSlope: 0.0033098964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.733173 - value: 0.9967011 - inSlope: 0.0032455225 - outSlope: 0.0032455225 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.74984 - value: 0.9967547 - inSlope: 0.003188301 - outSlope: 0.003188301 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.766506 - value: 0.9968074 - inSlope: 0.0031275034 - outSlope: 0.0031275034 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.783173 - value: 0.99685895 - inSlope: 0.0030667058 - outSlope: 0.0030667058 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.799839 - value: 0.9969096 - inSlope: 0.003005908 - outSlope: 0.003005908 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.816505 - value: 0.99695915 - inSlope: 0.0029415342 - outSlope: 0.0029415342 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.833172 - value: 0.99700767 - inSlope: 0.0028807365 - outSlope: 0.0028807365 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.849838 - value: 0.9970552 - inSlope: 0.0028181507 - outSlope: 0.0028181507 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.866505 - value: 0.9971016 - inSlope: 0.002757353 - outSlope: 0.002757353 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.883171 - value: 0.9971471 - inSlope: 0.0026965553 - outSlope: 0.0026965553 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.899837 - value: 0.9971915 - inSlope: 0.0026321812 - outSlope: 0.0026321812 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.916504 - value: 0.9972348 - inSlope: 0.0025695954 - outSlope: 0.0025695954 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.93317 - value: 0.99727714 - inSlope: 0.0025070095 - outSlope: 0.0025070095 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.949837 - value: 0.9973184 - inSlope: 0.0024426356 - outSlope: 0.0024426356 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.966503 - value: 0.99735856 - inSlope: 0.0023800498 - outSlope: 0.0023800498 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.98317 - value: 0.9973977 - inSlope: 0.0023156758 - outSlope: 0.0023156758 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 21.999836 - value: 0.99743575 - inSlope: 0.0022477256 - outSlope: 0.0022477256 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.016502 - value: 0.99747264 - inSlope: 0.002186928 - outSlope: 0.002186928 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.033169 - value: 0.99750865 - inSlope: 0.0021243421 - outSlope: 0.0021243421 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.049835 - value: 0.99754345 - inSlope: 0.0020581798 - outSlope: 0.0020581798 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.066502 - value: 0.99757725 - inSlope: 0.0019920175 - outSlope: 0.0019920175 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.083168 - value: 0.99760985 - inSlope: 0.0019258554 - outSlope: 0.0019258554 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.099834 - value: 0.99764144 - inSlope: 0.0018632696 - outSlope: 0.0018632696 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.1165 - value: 0.99767196 - inSlope: 0.0017971075 - outSlope: 0.0017971075 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.133167 - value: 0.99770135 - inSlope: 0.0017309453 - outSlope: 0.0017309453 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.149834 - value: 0.99772966 - inSlope: 0.001662995 - outSlope: 0.001662995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.1665 - value: 0.9977568 - inSlope: 0.0015950446 - outSlope: 0.0015950446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.183167 - value: 0.9977828 - inSlope: 0.0015324588 - outSlope: 0.0015324588 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.199833 - value: 0.99780786 - inSlope: 0.0014645085 - outSlope: 0.0014645085 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.2165 - value: 0.99783164 - inSlope: 0.00139477 - outSlope: 0.00139477 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.233166 - value: 0.99785435 - inSlope: 0.0013321842 - outSlope: 0.0013321842 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.249832 - value: 0.99787605 - inSlope: 0.0012642338 - outSlope: 0.0012642338 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.266499 - value: 0.9978965 - inSlope: 0.0011962835 - outSlope: 0.0011962835 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.283165 - value: 0.9979159 - inSlope: 0.0011283332 - outSlope: 0.0011283332 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.299831 - value: 0.9979341 - inSlope: 0.0010603828 - outSlope: 0.0010603828 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.316498 - value: 0.99795127 - inSlope: 0.0009942206 - outSlope: 0.0009942206 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.333164 - value: 0.99796724 - inSlope: 0.000922694 - outSlope: 0.000922694 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.34983 - value: 0.997982 - inSlope: 0.0008529555 - outSlope: 0.0008529555 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.366497 - value: 0.9979957 - inSlope: 0.0007885815 - outSlope: 0.0007885815 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.383163 - value: 0.9980083 - inSlope: 0.00072063116 - outSlope: 0.00072063116 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.39983 - value: 0.9980197 - inSlope: 0.0006491045 - outSlope: 0.0006491045 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.416496 - value: 0.99802995 - inSlope: 0.00058115413 - outSlope: 0.00058115413 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.433163 - value: 0.99803907 - inSlope: 0.0005132038 - outSlope: 0.0005132038 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.44983 - value: 0.99804705 - inSlope: 0.0004434653 - outSlope: 0.0004434653 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.466496 - value: 0.99805385 - inSlope: 0.0003701505 - outSlope: 0.0003701505 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.483162 - value: 0.9980594 - inSlope: 0.00030398832 - outSlope: 0.00030398832 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.499828 - value: 0.998064 - inSlope: 0.00023603799 - outSlope: 0.00023603799 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.516495 - value: 0.99806726 - inSlope: 0.00016451132 - outSlope: 0.00016451132 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.533161 - value: 0.99806947 - inSlope: 0.00009477283 - outSlope: 0.00009477283 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.549828 - value: 0.9980704 - inSlope: 0.000023246166 - outSlope: 0.000023246166 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.566494 - value: 0.99807024 - inSlope: -0.000048280497 - outSlope: -0.000048280497 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.58316 - value: 0.9980688 - inSlope: -0.00011623083 - outSlope: -0.00011623083 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.599827 - value: 0.99806637 - inSlope: -0.00018596933 - outSlope: -0.00018596933 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.616493 - value: 0.9980626 - inSlope: -0.000257496 - outSlope: -0.000257496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.63316 - value: 0.9980578 - inSlope: -0.00032902265 - outSlope: -0.00032902265 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.649826 - value: 0.99805164 - inSlope: -0.00040054932 - outSlope: -0.00040054932 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.666492 - value: 0.99804443 - inSlope: -0.0004702878 - outSlope: -0.0004702878 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.683159 - value: 0.99803597 - inSlope: -0.0005418145 - outSlope: -0.0005418145 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.699825 - value: 0.9980264 - inSlope: -0.00060976483 - outSlope: -0.00060976483 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.716492 - value: 0.99801564 - inSlope: -0.00068307965 - outSlope: -0.00068307965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.733158 - value: 0.9980036 - inSlope: -0.00075639447 - outSlope: -0.00075639447 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.749825 - value: 0.9979904 - inSlope: -0.0008243448 - outSlope: -0.0008243448 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.76649 - value: 0.9979761 - inSlope: -0.0008976597 - outSlope: -0.0008976597 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.783157 - value: 0.9979605 - inSlope: -0.0009709745 - outSlope: -0.0009709745 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.799824 - value: 0.99794376 - inSlope: -0.0010407129 - outSlope: -0.0010407129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.81649 - value: 0.9979258 - inSlope: -0.0011104515 - outSlope: -0.0011104515 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.833157 - value: 0.99790674 - inSlope: -0.0011837663 - outSlope: -0.0011837663 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.849823 - value: 0.99788636 - inSlope: -0.001257081 - outSlope: -0.001257081 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.86649 - value: 0.99786484 - inSlope: -0.0013268196 - outSlope: -0.0013268196 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.883156 - value: 0.99784213 - inSlope: -0.0013983464 - outSlope: -0.0013983464 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.899822 - value: 0.99781823 - inSlope: -0.0014716611 - outSlope: -0.0014716611 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.916489 - value: 0.9977931 - inSlope: -0.0015431878 - outSlope: -0.0015431878 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.933155 - value: 0.9977668 - inSlope: -0.0016165026 - outSlope: -0.0016165026 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.949821 - value: 0.9977392 - inSlope: -0.0016880293 - outSlope: -0.0016880293 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.966488 - value: 0.9977105 - inSlope: -0.0017595559 - outSlope: -0.0017595559 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.983154 - value: 0.99768054 - inSlope: -0.0018328708 - outSlope: -0.0018328708 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 22.99982 - value: 0.99764943 - inSlope: -0.0019043975 - outSlope: -0.0019043975 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.016487 - value: 0.99761707 - inSlope: -0.0019759242 - outSlope: -0.0019759242 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.033154 - value: 0.99758357 - inSlope: -0.002049239 - outSlope: -0.002049239 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.04982 - value: 0.99754876 - inSlope: -0.0021225538 - outSlope: -0.0021225538 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.066486 - value: 0.9975128 - inSlope: -0.0021922924 - outSlope: -0.0021922924 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.083153 - value: 0.9974757 - inSlope: -0.002265607 - outSlope: -0.002265607 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.09982 - value: 0.9974373 - inSlope: -0.0023389221 - outSlope: -0.0023389221 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.116486 - value: 0.9973977 - inSlope: -0.0024104486 - outSlope: -0.0024104486 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.133152 - value: 0.99735695 - inSlope: -0.0024837633 - outSlope: -0.0024837633 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.149818 - value: 0.99731493 - inSlope: -0.0025552902 - outSlope: -0.0025552902 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.166485 - value: 0.9972718 - inSlope: -0.0026250286 - outSlope: -0.0026250286 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.183151 - value: 0.99722743 - inSlope: -0.0027001316 - outSlope: -0.0027001316 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.199818 - value: 0.9971818 - inSlope: -0.0027752346 - outSlope: -0.0027752346 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.216484 - value: 0.9971349 - inSlope: -0.002844973 - outSlope: -0.002844973 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.23315 - value: 0.99708694 - inSlope: -0.0029147116 - outSlope: -0.0029147116 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.249817 - value: 0.99703777 - inSlope: -0.0029880265 - outSlope: -0.0029880265 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.266483 - value: 0.99698734 - inSlope: -0.0030613411 - outSlope: -0.0030613411 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.28315 - value: 0.9969357 - inSlope: -0.003132868 - outSlope: -0.003132868 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.299816 - value: 0.9968829 - inSlope: -0.0032061827 - outSlope: -0.0032061827 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.316483 - value: 0.99682885 - inSlope: -0.0032794976 - outSlope: -0.0032794976 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.333149 - value: 0.9967736 - inSlope: -0.0033492362 - outSlope: -0.0033492362 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.349815 - value: 0.9967172 - inSlope: -0.0034207627 - outSlope: -0.0034207627 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.366482 - value: 0.9966596 - inSlope: -0.003495866 - outSlope: -0.003495866 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.383148 - value: 0.9966007 - inSlope: -0.0035656043 - outSlope: -0.0035656043 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.399815 - value: 0.9965407 - inSlope: -0.0036353427 - outSlope: -0.0036353427 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.416481 - value: 0.9964795 - inSlope: -0.003710446 - outSlope: -0.003710446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.433147 - value: 0.99641705 - inSlope: -0.0037819725 - outSlope: -0.0037819725 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.449814 - value: 0.99635345 - inSlope: -0.0038517108 - outSlope: -0.0038517108 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.46648 - value: 0.99628866 - inSlope: -0.003925026 - outSlope: -0.003925026 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.483147 - value: 0.9962226 - inSlope: -0.0039947643 - outSlope: -0.0039947643 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.499813 - value: 0.9961555 - inSlope: -0.0040662913 - outSlope: -0.0040662913 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.51648 - value: 0.9960871 - inSlope: -0.004139606 - outSlope: -0.004139606 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.533146 - value: 0.9960175 - inSlope: -0.0042093443 - outSlope: -0.0042093443 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.549812 - value: 0.99594676 - inSlope: -0.004280871 - outSlope: -0.004280871 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.566479 - value: 0.9958748 - inSlope: -0.004350609 - outSlope: -0.004350609 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.583145 - value: 0.99580175 - inSlope: -0.0044239243 - outSlope: -0.0044239243 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.599812 - value: 0.99572736 - inSlope: -0.0044954508 - outSlope: -0.0044954508 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.616478 - value: 0.9956519 - inSlope: -0.0045634015 - outSlope: -0.0045634015 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.633144 - value: 0.99557525 - inSlope: -0.004634928 - outSlope: -0.004634928 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.64981 - value: 0.9954974 - inSlope: -0.0047046663 - outSlope: -0.0047046663 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.666477 - value: 0.9954184 - inSlope: -0.0047744047 - outSlope: -0.0047744047 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.683144 - value: 0.99533826 - inSlope: -0.00484772 - outSlope: -0.00484772 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.69981 - value: 0.99525684 - inSlope: -0.00491567 - outSlope: -0.00491567 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.716476 - value: 0.9951744 - inSlope: -0.004985409 - outSlope: -0.004985409 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.733143 - value: 0.99509066 - inSlope: -0.0050569354 - outSlope: -0.0050569354 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.74981 - value: 0.99500585 - inSlope: -0.0051248856 - outSlope: -0.0051248856 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.766476 - value: 0.99491984 - inSlope: -0.005194624 - outSlope: -0.005194624 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.783142 - value: 0.9948327 - inSlope: -0.0052643623 - outSlope: -0.0052643623 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.799809 - value: 0.99474436 - inSlope: -0.005334101 - outSlope: -0.005334101 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.816475 - value: 0.9946549 - inSlope: -0.0054020514 - outSlope: -0.0054020514 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.833141 - value: 0.9945643 - inSlope: -0.0054717897 - outSlope: -0.0054717897 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.849808 - value: 0.9944725 - inSlope: -0.0055415286 - outSlope: -0.0055415286 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.866474 - value: 0.9943796 - inSlope: -0.0056076907 - outSlope: -0.0056076907 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.88314 - value: 0.9942856 - inSlope: -0.005675641 - outSlope: -0.005675641 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.899807 - value: 0.9941904 - inSlope: -0.0057471674 - outSlope: -0.0057471674 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.916473 - value: 0.994094 - inSlope: -0.0058151176 - outSlope: -0.0058151176 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.93314 - value: 0.99399656 - inSlope: -0.0058830683 - outSlope: -0.0058830683 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.949806 - value: 0.9938979 - inSlope: -0.0059510185 - outSlope: -0.0059510185 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.966473 - value: 0.9937982 - inSlope: -0.0060153925 - outSlope: -0.0060153925 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.983139 - value: 0.9936974 - inSlope: -0.006083343 - outSlope: -0.006083343 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 23.999805 - value: 0.9935954 - inSlope: -0.0061512934 - outSlope: -0.0061512934 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.016472 - value: 0.99349236 - inSlope: -0.0062174555 - outSlope: -0.0062174555 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.033138 - value: 0.9933882 - inSlope: -0.0062854057 - outSlope: -0.0062854057 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.049805 - value: 0.99328285 - inSlope: -0.0063497797 - outSlope: -0.0063497797 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.066471 - value: 0.9931765 - inSlope: -0.0064159418 - outSlope: -0.0064159418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.083138 - value: 0.993069 - inSlope: -0.006483892 - outSlope: -0.006483892 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.099804 - value: 0.9929604 - inSlope: -0.0065500545 - outSlope: -0.0065500545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.11647 - value: 0.99285066 - inSlope: -0.0066162166 - outSlope: -0.0066162166 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.133137 - value: 0.99273986 - inSlope: -0.0066805906 - outSlope: -0.0066805906 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.149803 - value: 0.992628 - inSlope: -0.0067449645 - outSlope: -0.0067449645 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.16647 - value: 0.992515 - inSlope: -0.0068111266 - outSlope: -0.0068111266 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.183136 - value: 0.99240094 - inSlope: -0.0068755005 - outSlope: -0.0068755005 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.199802 - value: 0.99228585 - inSlope: -0.0069380864 - outSlope: -0.0069380864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.216469 - value: 0.9921697 - inSlope: -0.007002461 - outSlope: -0.007002461 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.233135 - value: 0.99205244 - inSlope: -0.007068623 - outSlope: -0.007068623 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.249802 - value: 0.99193406 - inSlope: -0.0071294205 - outSlope: -0.0071294205 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.266468 - value: 0.9918148 - inSlope: -0.0071937945 - outSlope: -0.0071937945 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.283134 - value: 0.9916943 - inSlope: -0.0072599566 - outSlope: -0.0072599566 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.2998 - value: 0.9915728 - inSlope: -0.007318966 - outSlope: -0.007318966 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.316467 - value: 0.9914503 - inSlope: -0.00738334 - outSlope: -0.00738334 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.333134 - value: 0.9913267 - inSlope: -0.007445926 - outSlope: -0.007445926 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.3498 - value: 0.9912021 - inSlope: -0.0075049354 - outSlope: -0.0075049354 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.366467 - value: 0.9910765 - inSlope: -0.007567521 - outSlope: -0.007567521 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.383133 - value: 0.99094987 - inSlope: -0.007630107 - outSlope: -0.007630107 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.3998 - value: 0.9908222 - inSlope: -0.0076909047 - outSlope: -0.0076909047 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.416466 - value: 0.9906935 - inSlope: -0.0077534905 - outSlope: -0.0077534905 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.433132 - value: 0.99056375 - inSlope: -0.007814288 - outSlope: -0.007814288 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.449799 - value: 0.99043304 - inSlope: -0.007871509 - outSlope: -0.007871509 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.466465 - value: 0.9903014 - inSlope: -0.007932307 - outSlope: -0.007932307 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.483131 - value: 0.99016863 - inSlope: -0.007993104 - outSlope: -0.007993104 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.499798 - value: 0.99003494 - inSlope: -0.008050326 - outSlope: -0.008050326 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.516464 - value: 0.9899003 - inSlope: -0.008109335 - outSlope: -0.008109335 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.53313 - value: 0.98976463 - inSlope: -0.008170133 - outSlope: -0.008170133 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.549797 - value: 0.98962796 - inSlope: -0.008227354 - outSlope: -0.008227354 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.566463 - value: 0.9894904 - inSlope: -0.008284576 - outSlope: -0.008284576 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.58313 - value: 0.9893518 - inSlope: -0.008343585 - outSlope: -0.008343585 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.599796 - value: 0.9892123 - inSlope: -0.008400807 - outSlope: -0.008400807 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.616463 - value: 0.9890718 - inSlope: -0.008458028 - outSlope: -0.008458028 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.63313 - value: 0.98893034 - inSlope: -0.008513462 - outSlope: -0.008513462 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.649796 - value: 0.988788 - inSlope: -0.008568894 - outSlope: -0.008568894 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.666462 - value: 0.9886447 - inSlope: -0.008627905 - outSlope: -0.008627905 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.683128 - value: 0.9885004 - inSlope: -0.008683337 - outSlope: -0.008683337 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.699795 - value: 0.9883553 - inSlope: -0.008736983 - outSlope: -0.008736983 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.716461 - value: 0.9882092 - inSlope: -0.008792415 - outSlope: -0.008792415 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.733128 - value: 0.9880622 - inSlope: -0.008846059 - outSlope: -0.008846059 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.749794 - value: 0.9879143 - inSlope: -0.008901494 - outSlope: -0.008901494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.76646 - value: 0.9877655 - inSlope: -0.008955138 - outSlope: -0.008955138 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.783127 - value: 0.9876158 - inSlope: -0.009006996 - outSlope: -0.009006996 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.799793 - value: 0.98746526 - inSlope: -0.009062428 - outSlope: -0.009062428 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.81646 - value: 0.98731375 - inSlope: -0.009114286 - outSlope: -0.009114286 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.833126 - value: 0.98716146 - inSlope: -0.009164354 - outSlope: -0.009164354 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.849792 - value: 0.9870083 - inSlope: -0.009216211 - outSlope: -0.009216211 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.866459 - value: 0.98685426 - inSlope: -0.009268068 - outSlope: -0.009268068 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.883125 - value: 0.98669934 - inSlope: -0.009321712 - outSlope: -0.009321712 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.899792 - value: 0.98654354 - inSlope: -0.00937357 - outSlope: -0.00937357 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.916458 - value: 0.9863869 - inSlope: -0.0094200615 - outSlope: -0.0094200615 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.933125 - value: 0.98622954 - inSlope: -0.009468343 - outSlope: -0.009468343 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.949791 - value: 0.9860713 - inSlope: -0.009521987 - outSlope: -0.009521987 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.966457 - value: 0.98591214 - inSlope: -0.009570267 - outSlope: -0.009570267 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.983124 - value: 0.9857523 - inSlope: -0.009618549 - outSlope: -0.009618549 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 24.99979 - value: 0.98559153 - inSlope: -0.009666828 - outSlope: -0.009666828 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.016457 - value: 0.98543006 - inSlope: -0.009713322 - outSlope: -0.009713322 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.033123 - value: 0.98526776 - inSlope: -0.009761602 - outSlope: -0.009761602 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.04979 - value: 0.9851047 - inSlope: -0.009808093 - outSlope: -0.009808093 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.066456 - value: 0.9849408 - inSlope: -0.009856375 - outSlope: -0.009856375 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.083122 - value: 0.98477614 - inSlope: -0.009901078 - outSlope: -0.009901078 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.099789 - value: 0.9846108 - inSlope: -0.009945783 - outSlope: -0.009945783 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.116455 - value: 0.9844446 - inSlope: -0.009992275 - outSlope: -0.009992275 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.133121 - value: 0.9842777 - inSlope: -0.010035191 - outSlope: -0.010035191 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.149788 - value: 0.9841101 - inSlope: -0.010081684 - outSlope: -0.010081684 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.166454 - value: 0.9839417 - inSlope: -0.010126388 - outSlope: -0.010126388 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.18312 - value: 0.9837726 - inSlope: -0.010167515 - outSlope: -0.010167515 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.199787 - value: 0.98360276 - inSlope: -0.010210432 - outSlope: -0.010210432 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.216454 - value: 0.98343223 - inSlope: -0.010253347 - outSlope: -0.010253347 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.23312 - value: 0.983261 - inSlope: -0.010294475 - outSlope: -0.010294475 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.249786 - value: 0.9830891 - inSlope: -0.010335604 - outSlope: -0.010335604 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.266453 - value: 0.9829165 - inSlope: -0.010378519 - outSlope: -0.010378519 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.28312 - value: 0.98274314 - inSlope: -0.010419646 - outSlope: -0.010419646 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.299786 - value: 0.98256916 - inSlope: -0.010458987 - outSlope: -0.010458987 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.316452 - value: 0.9823945 - inSlope: -0.010498326 - outSlope: -0.010498326 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.333118 - value: 0.9822192 - inSlope: -0.010537665 - outSlope: -0.010537665 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.349785 - value: 0.98204327 - inSlope: -0.010577006 - outSlope: -0.010577006 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.366451 - value: 0.98186666 - inSlope: -0.010612769 - outSlope: -0.010612769 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.383118 - value: 0.9816895 - inSlope: -0.01065032 - outSlope: -0.01065032 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.399784 - value: 0.98151165 - inSlope: -0.010691448 - outSlope: -0.010691448 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.41645 - value: 0.98133314 - inSlope: -0.010727212 - outSlope: -0.010727212 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.433117 - value: 0.9811541 - inSlope: -0.0107611865 - outSlope: -0.0107611865 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.449783 - value: 0.98097444 - inSlope: -0.010798738 - outSlope: -0.010798738 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.46645 - value: 0.98079413 - inSlope: -0.010832714 - outSlope: -0.010832714 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.483116 - value: 0.98061335 - inSlope: -0.010866689 - outSlope: -0.010866689 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.499783 - value: 0.9804319 - inSlope: -0.010902451 - outSlope: -0.010902451 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.516449 - value: 0.98024994 - inSlope: -0.010934639 - outSlope: -0.010934639 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.533115 - value: 0.98006743 - inSlope: -0.010968614 - outSlope: -0.010968614 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.549782 - value: 0.9798843 - inSlope: -0.011000801 - outSlope: -0.011000801 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.566448 - value: 0.97970074 - inSlope: -0.011032987 - outSlope: -0.011032987 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.583115 - value: 0.97951657 - inSlope: -0.011065176 - outSlope: -0.011065176 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.599781 - value: 0.9793319 - inSlope: -0.011093786 - outSlope: -0.011093786 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.616447 - value: 0.9791468 - inSlope: -0.011124184 - outSlope: -0.011124184 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.633114 - value: 0.9789611 - inSlope: -0.011156372 - outSlope: -0.011156372 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.64978 - value: 0.9787749 - inSlope: -0.011188559 - outSlope: -0.011188559 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.666447 - value: 0.97858816 - inSlope: -0.011215381 - outSlope: -0.011215381 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.683113 - value: 0.97840106 - inSlope: -0.011242203 - outSlope: -0.011242203 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.69978 - value: 0.9782134 - inSlope: -0.011272602 - outSlope: -0.011272602 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.716446 - value: 0.9780253 - inSlope: -0.011297637 - outSlope: -0.011297637 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.733112 - value: 0.97783685 - inSlope: -0.011322672 - outSlope: -0.011322672 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.749779 - value: 0.9776479 - inSlope: -0.011349494 - outSlope: -0.011349494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.766445 - value: 0.97745854 - inSlope: -0.011376316 - outSlope: -0.011376316 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.783112 - value: 0.9772687 - inSlope: -0.011401351 - outSlope: -0.011401351 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.799778 - value: 0.9770785 - inSlope: -0.011424596 - outSlope: -0.011424596 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.816444 - value: 0.9768879 - inSlope: -0.011449631 - outSlope: -0.011449631 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.83311 - value: 0.97669685 - inSlope: -0.011474665 - outSlope: -0.011474665 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.849777 - value: 0.9765054 - inSlope: -0.011497911 - outSlope: -0.011497911 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.866444 - value: 0.9763136 - inSlope: -0.0115175815 - outSlope: -0.0115175815 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.88311 - value: 0.9761215 - inSlope: -0.011539039 - outSlope: -0.011539039 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.899776 - value: 0.97592896 - inSlope: -0.011562286 - outSlope: -0.011562286 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.916443 - value: 0.9757361 - inSlope: -0.0115819555 - outSlope: -0.0115819555 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.93311 - value: 0.9755429 - inSlope: -0.011601625 - outSlope: -0.011601625 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.949776 - value: 0.97534937 - inSlope: -0.011619506 - outSlope: -0.011619506 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.966442 - value: 0.9751556 - inSlope: -0.011637388 - outSlope: -0.011637388 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.983109 - value: 0.97496146 - inSlope: -0.011657058 - outSlope: -0.011657058 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 25.999775 - value: 0.974767 - inSlope: -0.01167494 - outSlope: -0.01167494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.016441 - value: 0.9745723 - inSlope: -0.011692822 - outSlope: -0.011692822 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.033108 - value: 0.9743773 - inSlope: -0.011708915 - outSlope: -0.011708915 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.049774 - value: 0.974182 - inSlope: -0.01172322 - outSlope: -0.01172322 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.06644 - value: 0.9739865 - inSlope: -0.011741102 - outSlope: -0.011741102 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.083107 - value: 0.97379065 - inSlope: -0.011755408 - outSlope: -0.011755408 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.099773 - value: 0.97359467 - inSlope: -0.011767925 - outSlope: -0.011767925 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.11644 - value: 0.9733984 - inSlope: -0.01178223 - outSlope: -0.01178223 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.133106 - value: 0.97320193 - inSlope: -0.011794747 - outSlope: -0.011794747 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.149773 - value: 0.97300524 - inSlope: -0.011805476 - outSlope: -0.011805476 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.16644 - value: 0.9728084 - inSlope: -0.011817994 - outSlope: -0.011817994 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.183105 - value: 0.9726113 - inSlope: -0.011830511 - outSlope: -0.011830511 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.199772 - value: 0.9724141 - inSlope: -0.011837663 - outSlope: -0.011837663 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.216438 - value: 0.9722167 - inSlope: -0.01185018 - outSlope: -0.01185018 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.233105 - value: 0.9720191 - inSlope: -0.011859121 - outSlope: -0.011859121 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.249771 - value: 0.9718214 - inSlope: -0.011866273 - outSlope: -0.011866273 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.266438 - value: 0.97162354 - inSlope: -0.011875215 - outSlope: -0.011875215 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.283104 - value: 0.9714256 - inSlope: -0.011882368 - outSlope: -0.011882368 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.29977 - value: 0.97122747 - inSlope: -0.01188952 - outSlope: -0.01188952 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.316437 - value: 0.9710293 - inSlope: -0.011896673 - outSlope: -0.011896673 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.333103 - value: 0.9708309 - inSlope: -0.011902037 - outSlope: -0.011902037 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.34977 - value: 0.97063255 - inSlope: -0.011902037 - outSlope: -0.011902037 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.366436 - value: 0.9704342 - inSlope: -0.0119074015 - outSlope: -0.0119074015 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.383102 - value: 0.97023565 - inSlope: -0.011914554 - outSlope: -0.011914554 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.399769 - value: 0.97003704 - inSlope: -0.011916342 - outSlope: -0.011916342 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.416435 - value: 0.96983844 - inSlope: -0.01191813 - outSlope: -0.01191813 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.433102 - value: 0.9696398 - inSlope: -0.0119199185 - outSlope: -0.0119199185 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.449768 - value: 0.9694411 - inSlope: -0.011921707 - outSlope: -0.011921707 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.466434 - value: 0.9692424 - inSlope: -0.011923495 - outSlope: -0.011923495 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.4831 - value: 0.9690437 - inSlope: -0.011921707 - outSlope: -0.011921707 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.499767 - value: 0.968845 - inSlope: -0.01191813 - outSlope: -0.01191813 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.516434 - value: 0.9686464 - inSlope: -0.011916342 - outSlope: -0.011916342 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.5331 - value: 0.9684478 - inSlope: -0.011916342 - outSlope: -0.011916342 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.549767 - value: 0.9682492 - inSlope: -0.011914554 - outSlope: -0.011914554 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.566433 - value: 0.96805066 - inSlope: -0.011910978 - outSlope: -0.011910978 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.5831 - value: 0.9678522 - inSlope: -0.011905613 - outSlope: -0.011905613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.599766 - value: 0.9676538 - inSlope: -0.011900249 - outSlope: -0.011900249 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.616432 - value: 0.9674555 - inSlope: -0.0118948845 - outSlope: -0.0118948845 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.633099 - value: 0.9672573 - inSlope: -0.01188952 - outSlope: -0.01188952 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.649765 - value: 0.9670592 - inSlope: -0.011884156 - outSlope: -0.011884156 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.666431 - value: 0.9668612 - inSlope: -0.011877003 - outSlope: -0.011877003 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.683098 - value: 0.9666633 - inSlope: -0.0118680615 - outSlope: -0.0118680615 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.699764 - value: 0.9664656 - inSlope: -0.011857333 - outSlope: -0.011857333 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.71643 - value: 0.96626806 - inSlope: -0.01185018 - outSlope: -0.01185018 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.733097 - value: 0.9660706 - inSlope: -0.011839451 - outSlope: -0.011839451 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.749763 - value: 0.9658734 - inSlope: -0.011828722 - outSlope: -0.011828722 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.76643 - value: 0.9656763 - inSlope: -0.011817994 - outSlope: -0.011817994 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.783096 - value: 0.9654795 - inSlope: -0.011805476 - outSlope: -0.011805476 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.799763 - value: 0.9652828 - inSlope: -0.011792959 - outSlope: -0.011792959 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.81643 - value: 0.9650864 - inSlope: -0.011780442 - outSlope: -0.011780442 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.833096 - value: 0.9648901 - inSlope: -0.0117643485 - outSlope: -0.0117643485 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.849762 - value: 0.96469426 - inSlope: -0.011748254 - outSlope: -0.011748254 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.866428 - value: 0.9644985 - inSlope: -0.011735737 - outSlope: -0.011735737 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.883095 - value: 0.9643031 - inSlope: -0.011721432 - outSlope: -0.011721432 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.899761 - value: 0.9641078 - inSlope: -0.011703551 - outSlope: -0.011703551 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.916428 - value: 0.96391296 - inSlope: -0.011683881 - outSlope: -0.011683881 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.933094 - value: 0.96371835 - inSlope: -0.011665999 - outSlope: -0.011665999 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.94976 - value: 0.9635241 - inSlope: -0.011648118 - outSlope: -0.011648118 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.966427 - value: 0.9633301 - inSlope: -0.011632023 - outSlope: -0.011632023 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.983093 - value: 0.9631364 - inSlope: -0.011610566 - outSlope: -0.011610566 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 26.99976 - value: 0.9629431 - inSlope: -0.011589108 - outSlope: -0.011589108 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.016426 - value: 0.9627501 - inSlope: -0.01156765 - outSlope: -0.01156765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.033092 - value: 0.9625575 - inSlope: -0.0115426155 - outSlope: -0.0115426155 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.049759 - value: 0.9623653 - inSlope: -0.011522946 - outSlope: -0.011522946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.066425 - value: 0.9621734 - inSlope: -0.0115032755 - outSlope: -0.0115032755 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.083092 - value: 0.9619819 - inSlope: -0.011476453 - outSlope: -0.011476453 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.099758 - value: 0.96179086 - inSlope: -0.011449631 - outSlope: -0.011449631 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.116425 - value: 0.96160024 - inSlope: -0.011424596 - outSlope: -0.011424596 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.133091 - value: 0.96141005 - inSlope: -0.0113995625 - outSlope: -0.0113995625 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.149757 - value: 0.96122026 - inSlope: -0.011372739 - outSlope: -0.011372739 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.166424 - value: 0.96103096 - inSlope: -0.011344129 - outSlope: -0.011344129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.18309 - value: 0.96084213 - inSlope: -0.011317307 - outSlope: -0.011317307 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.199757 - value: 0.9606537 - inSlope: -0.011288696 - outSlope: -0.011288696 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.216423 - value: 0.96046585 - inSlope: -0.011258297 - outSlope: -0.011258297 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.23309 - value: 0.96027845 - inSlope: -0.011227898 - outSlope: -0.011227898 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.249756 - value: 0.9600916 - inSlope: -0.011199288 - outSlope: -0.011199288 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.266422 - value: 0.95990515 - inSlope: -0.011168889 - outSlope: -0.011168889 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.283089 - value: 0.9597193 - inSlope: -0.011134913 - outSlope: -0.011134913 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.299755 - value: 0.959534 - inSlope: -0.011102727 - outSlope: -0.011102727 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.316422 - value: 0.9593492 - inSlope: -0.011066964 - outSlope: -0.011066964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.333088 - value: 0.9591651 - inSlope: -0.011034776 - outSlope: -0.011034776 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.349754 - value: 0.9589814 - inSlope: -0.010999013 - outSlope: -0.010999013 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.36642 - value: 0.95879847 - inSlope: -0.010959674 - outSlope: -0.010959674 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.383087 - value: 0.9586161 - inSlope: -0.010929274 - outSlope: -0.010929274 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.399754 - value: 0.95843416 - inSlope: -0.0108917225 - outSlope: -0.0108917225 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.41642 - value: 0.958253 - inSlope: -0.010850595 - outSlope: -0.010850595 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.433086 - value: 0.9580725 - inSlope: -0.010814832 - outSlope: -0.010814832 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.449753 - value: 0.95789254 - inSlope: -0.01077728 - outSlope: -0.01077728 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.46642 - value: 0.95771325 - inSlope: -0.0107361525 - outSlope: -0.0107361525 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.483086 - value: 0.9575347 - inSlope: -0.010696813 - outSlope: -0.010696813 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.499752 - value: 0.9573567 - inSlope: -0.010655684 - outSlope: -0.010655684 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.516418 - value: 0.9571795 - inSlope: -0.010614557 - outSlope: -0.010614557 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.533085 - value: 0.9570029 - inSlope: -0.01057343 - outSlope: -0.01057343 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.549751 - value: 0.95682704 - inSlope: -0.0105269365 - outSlope: -0.0105269365 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.566418 - value: 0.956652 - inSlope: -0.010484021 - outSlope: -0.010484021 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.583084 - value: 0.9564776 - inSlope: -0.010441105 - outSlope: -0.010441105 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.59975 - value: 0.95630395 - inSlope: -0.010394612 - outSlope: -0.010394612 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.616417 - value: 0.9561311 - inSlope: -0.010348121 - outSlope: -0.010348121 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.633083 - value: 0.955959 - inSlope: -0.010301627 - outSlope: -0.010301627 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.64975 - value: 0.9557877 - inSlope: -0.010256924 - outSlope: -0.010256924 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.666416 - value: 0.95561713 - inSlope: -0.010208644 - outSlope: -0.010208644 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.683083 - value: 0.95544744 - inSlope: -0.010160362 - outSlope: -0.010160362 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.699749 - value: 0.95527846 - inSlope: -0.010112083 - outSlope: -0.010112083 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.716415 - value: 0.9551104 - inSlope: -0.010062013 - outSlope: -0.010062013 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.733082 - value: 0.95494306 - inSlope: -0.010011945 - outSlope: -0.010011945 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.749748 - value: 0.95477664 - inSlope: -0.009960089 - outSlope: -0.009960089 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.766415 - value: 0.95461106 - inSlope: -0.009908231 - outSlope: -0.009908231 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.783081 - value: 0.9544464 - inSlope: -0.009856375 - outSlope: -0.009856375 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.799747 - value: 0.9542825 - inSlope: -0.009804517 - outSlope: -0.009804517 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.816414 - value: 0.95411956 - inSlope: -0.009749085 - outSlope: -0.009749085 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.83308 - value: 0.95395756 - inSlope: -0.0096936505 - outSlope: -0.0096936505 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.849747 - value: 0.95379645 - inSlope: -0.0096417945 - outSlope: -0.0096417945 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.866413 - value: 0.95363617 - inSlope: -0.009584574 - outSlope: -0.009584574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.88308 - value: 0.95347697 - inSlope: -0.00952914 - outSlope: -0.00952914 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.899746 - value: 0.95331854 - inSlope: -0.0094737075 - outSlope: -0.0094737075 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.916412 - value: 0.9531612 - inSlope: -0.009412909 - outSlope: -0.009412909 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.933079 - value: 0.9530048 - inSlope: -0.0093556885 - outSlope: -0.0093556885 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.949745 - value: 0.9528493 - inSlope: -0.009296678 - outSlope: -0.009296678 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.966412 - value: 0.9526949 - inSlope: -0.009235881 - outSlope: -0.009235881 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.983078 - value: 0.9525415 - inSlope: -0.009175083 - outSlope: -0.009175083 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 27.999744 - value: 0.95238906 - inSlope: -0.009116074 - outSlope: -0.009116074 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.01641 - value: 0.9522376 - inSlope: -0.009053487 - outSlope: -0.009053487 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.033077 - value: 0.9520873 - inSlope: -0.008992691 - outSlope: -0.008992691 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.049744 - value: 0.95193785 - inSlope: -0.008930104 - outSlope: -0.008930104 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.06641 - value: 0.9517896 - inSlope: -0.008865731 - outSlope: -0.008865731 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.083076 - value: 0.95164233 - inSlope: -0.008803144 - outSlope: -0.008803144 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.099743 - value: 0.9514962 - inSlope: -0.008733407 - outSlope: -0.008733407 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.11641 - value: 0.9513512 - inSlope: -0.00867082 - outSlope: -0.00867082 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.133076 - value: 0.95120716 - inSlope: -0.008606446 - outSlope: -0.008606446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.149742 - value: 0.95106435 - inSlope: -0.008538496 - outSlope: -0.008538496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.166409 - value: 0.95092255 - inSlope: -0.008472333 - outSlope: -0.008472333 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.183075 - value: 0.95078194 - inSlope: -0.008402595 - outSlope: -0.008402595 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.199741 - value: 0.95064247 - inSlope: -0.008334644 - outSlope: -0.008334644 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.216408 - value: 0.9505041 - inSlope: -0.008264907 - outSlope: -0.008264907 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.233074 - value: 0.950367 - inSlope: -0.008195167 - outSlope: -0.008195167 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.24974 - value: 0.95023096 - inSlope: -0.00812543 - outSlope: -0.00812543 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.266407 - value: 0.95009613 - inSlope: -0.008053903 - outSlope: -0.008053903 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.283073 - value: 0.9499625 - inSlope: -0.007980587 - outSlope: -0.007980587 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.29974 - value: 0.9498301 - inSlope: -0.0079108495 - outSlope: -0.0079108495 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.316406 - value: 0.9496988 - inSlope: -0.007837534 - outSlope: -0.007837534 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.333073 - value: 0.94956887 - inSlope: -0.007762431 - outSlope: -0.007762431 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.34974 - value: 0.94944006 - inSlope: -0.0076891165 - outSlope: -0.0076891165 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.366405 - value: 0.94931257 - inSlope: -0.0076140137 - outSlope: -0.0076140137 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.383072 - value: 0.94918627 - inSlope: -0.0075389105 - outSlope: -0.0075389105 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.399738 - value: 0.9490613 - inSlope: -0.007462019 - outSlope: -0.007462019 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.416405 - value: 0.94893754 - inSlope: -0.007385128 - outSlope: -0.007385128 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.433071 - value: 0.9488151 - inSlope: -0.0073100254 - outSlope: -0.0073100254 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.449738 - value: 0.9486939 - inSlope: -0.0072295573 - outSlope: -0.0072295573 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.466404 - value: 0.9485741 - inSlope: -0.00714909 - outSlope: -0.00714909 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.48307 - value: 0.9484556 - inSlope: -0.0070739873 - outSlope: -0.0070739873 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.499737 - value: 0.9483383 - inSlope: -0.0069970964 - outSlope: -0.0069970964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.516403 - value: 0.94822234 - inSlope: -0.00691484 - outSlope: -0.00691484 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.53307 - value: 0.94810784 - inSlope: -0.0068290085 - outSlope: -0.0068290085 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.549736 - value: 0.9479947 - inSlope: -0.006750329 - outSlope: -0.006750329 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.566402 - value: 0.94788283 - inSlope: -0.0066698613 - outSlope: -0.0066698613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.583069 - value: 0.9477724 - inSlope: -0.006585818 - outSlope: -0.006585818 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.599735 - value: 0.9476633 - inSlope: -0.006501774 - outSlope: -0.006501774 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.616402 - value: 0.94755566 - inSlope: -0.006419518 - outSlope: -0.006419518 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.633068 - value: 0.9474493 - inSlope: -0.0063354746 - outSlope: -0.0063354746 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.649734 - value: 0.9473445 - inSlope: -0.006249642 - outSlope: -0.006249642 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.6664 - value: 0.947241 - inSlope: -0.0061655985 - outSlope: -0.0061655985 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.683067 - value: 0.94713897 - inSlope: -0.0060779788 - outSlope: -0.0060779788 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.699734 - value: 0.9470384 - inSlope: -0.005990358 - outSlope: -0.005990358 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.7164 - value: 0.9469393 - inSlope: -0.0059045264 - outSlope: -0.0059045264 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.733067 - value: 0.9468416 - inSlope: -0.005818694 - outSlope: -0.005818694 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.749733 - value: 0.94674534 - inSlope: -0.005727498 - outSlope: -0.005727498 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.7664 - value: 0.9466507 - inSlope: -0.005636301 - outSlope: -0.005636301 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.783066 - value: 0.94655746 - inSlope: -0.0055504693 - outSlope: -0.0055504693 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.799732 - value: 0.9464657 - inSlope: -0.0054610604 - outSlope: -0.0054610604 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.816399 - value: 0.9463754 - inSlope: -0.0053698644 - outSlope: -0.0053698644 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.833065 - value: 0.9462867 - inSlope: -0.0052786674 - outSlope: -0.0052786674 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.849731 - value: 0.9461995 - inSlope: -0.0051874714 - outSlope: -0.0051874714 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.866398 - value: 0.94611377 - inSlope: -0.0050944868 - outSlope: -0.0050944868 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.883064 - value: 0.94602966 - inSlope: -0.005001502 - outSlope: -0.005001502 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.89973 - value: 0.94594705 - inSlope: -0.004906729 - outSlope: -0.004906729 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.916397 - value: 0.9458661 - inSlope: -0.004815533 - outSlope: -0.004815533 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.933064 - value: 0.94578654 - inSlope: -0.0047225477 - outSlope: -0.0047225477 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.94973 - value: 0.9457087 - inSlope: -0.004624199 - outSlope: -0.004624199 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.966396 - value: 0.9456324 - inSlope: -0.004531214 - outSlope: -0.004531214 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.983063 - value: 0.94555765 - inSlope: -0.0044364417 - outSlope: -0.0044364417 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 28.99973 - value: 0.9454845 - inSlope: -0.004338092 - outSlope: -0.004338092 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.016396 - value: 0.94541305 - inSlope: -0.0042415312 - outSlope: -0.0042415312 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.033062 - value: 0.94534314 - inSlope: -0.0041449703 - outSlope: -0.0041449703 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.049728 - value: 0.9452749 - inSlope: -0.004046621 - outSlope: -0.004046621 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.066395 - value: 0.94520825 - inSlope: -0.0039482717 - outSlope: -0.0039482717 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.083061 - value: 0.9451433 - inSlope: -0.0038481345 - outSlope: -0.0038481345 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.099728 - value: 0.94508 - inSlope: -0.0037515736 - outSlope: -0.0037515736 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.116394 - value: 0.94501823 - inSlope: -0.0036514364 - outSlope: -0.0036514364 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.13306 - value: 0.94495827 - inSlope: -0.0035477225 - outSlope: -0.0035477225 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.149727 - value: 0.9449 - inSlope: -0.0034511616 - outSlope: -0.0034511616 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.166393 - value: 0.94484323 - inSlope: -0.0033492362 - outSlope: -0.0033492362 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.18306 - value: 0.94478834 - inSlope: -0.0032455225 - outSlope: -0.0032455225 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.199726 - value: 0.94473505 - inSlope: -0.003145385 - outSlope: -0.003145385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.216393 - value: 0.9446835 - inSlope: -0.0030416716 - outSlope: -0.0030416716 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.233059 - value: 0.94463366 - inSlope: -0.0029379576 - outSlope: -0.0029379576 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.249725 - value: 0.94458556 - inSlope: -0.0028360323 - outSlope: -0.0028360323 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.266392 - value: 0.9445391 - inSlope: -0.002734107 - outSlope: -0.002734107 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.283058 - value: 0.9444944 - inSlope: -0.0026268167 - outSlope: -0.0026268167 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.299725 - value: 0.9444516 - inSlope: -0.0025213151 - outSlope: -0.0025213151 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.316391 - value: 0.9444104 - inSlope: -0.0024176012 - outSlope: -0.0024176012 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.333057 - value: 0.944371 - inSlope: -0.0023120996 - outSlope: -0.0023120996 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.349724 - value: 0.9443333 - inSlope: -0.0022048093 - outSlope: -0.0022048093 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.36639 - value: 0.9442975 - inSlope: -0.0020993077 - outSlope: -0.0020993077 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.383057 - value: 0.94426334 - inSlope: -0.0019920175 - outSlope: -0.0019920175 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.399723 - value: 0.9442311 - inSlope: -0.0018847276 - outSlope: -0.0018847276 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.41639 - value: 0.9442005 - inSlope: -0.0017774375 - outSlope: -0.0017774375 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.433056 - value: 0.94417185 - inSlope: -0.0016683594 - outSlope: -0.0016683594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.449722 - value: 0.9441449 - inSlope: -0.0015592813 - outSlope: -0.0015592813 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.466389 - value: 0.9441199 - inSlope: -0.0014502031 - outSlope: -0.0014502031 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.483055 - value: 0.94409657 - inSlope: -0.0013429131 - outSlope: -0.0013429131 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.499722 - value: 0.9440751 - inSlope: -0.001233835 - outSlope: -0.001233835 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.516388 - value: 0.94405544 - inSlope: -0.0011229687 - outSlope: -0.0011229687 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.533054 - value: 0.9440377 - inSlope: -0.0010103141 - outSlope: -0.0010103141 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.54972 - value: 0.94402176 - inSlope: -0.00090123597 - outSlope: -0.00090123597 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.566387 - value: 0.94400764 - inSlope: -0.00079036964 - outSlope: -0.00079036964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.583054 - value: 0.9439954 - inSlope: -0.0006777152 - outSlope: -0.0006777152 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.59972 - value: 0.94398504 - inSlope: -0.00056506065 - outSlope: -0.00056506065 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.616386 - value: 0.9439766 - inSlope: -0.0004559825 - outSlope: -0.0004559825 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.633053 - value: 0.94396985 - inSlope: -0.000343328 - outSlope: -0.000343328 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.64972 - value: 0.94396514 - inSlope: -0.00022709716 - outSlope: -0.00022709716 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.666386 - value: 0.9439623 - inSlope: -0.000113969305 - outSlope: -0.000113969305 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.683332 - value: 0.9439613 - inSlope: -0.00005627462 - outSlope: -0.00005627462 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalRotation.w - path: - classID: 4 - script: {fileID: 0} - m_EulerEditorCurves: - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 24.36 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.166667 - value: 17.33 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.15 - value: 21.3 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.016666 - value: 3 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.683332 - value: 24.36 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: localEulerAnglesBaked.x - path: - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 30.1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.166667 - value: -0.82000005 - inSlope: -4.0058312 - outSlope: -4.0058312 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.15 - value: -38.600002 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.016666 - value: -18.400002 - inSlope: 5.481383 - outSlope: 5.481383 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.683332 - value: 30.1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: localEulerAnglesBaked.y - path: - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 8.166667 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 17.15 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20.016666 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 29.683332 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: localEulerAnglesBaked.z - path: - classID: 4 - script: {fileID: 0} - m_HasGenericRootTransform: 0 - m_HasMotionFloatCurves: 0 - m_Events: [] diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Collider Material.mat b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Collider Material.mat index fd7df93..68a9e76 100644 --- a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Collider Material.mat +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Collider Material.mat @@ -9,13 +9,18 @@ Material: m_PrefabAsset: {fileID: 0} m_Name: Collider Material m_Shader: {fileID: 4800000, guid: 6e4ae4064600d784cac1e41a9e6f2e59, type: 3} - m_ShaderKeywords: + m_ShaderKeywords: _NORMALMAP_TANGENT_SPACE m_LightmapFlags: 4 m_EnableInstancingVariants: 0 m_DoubleSidedGI: 0 m_CustomRenderQueue: -1 stringTagMap: {} - disabledShaderPasses: [] + disabledShaderPasses: + - DistortionVectors + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface m_SavedProperties: serializedVersion: 3 m_TexEnvs: @@ -132,16 +137,16 @@ Material: - _DisplacementMode: 0 - _DistortionBlendMode: 0 - _DistortionBlurBlendMode: 0 - - _DistortionBlurDstBlend: 0 + - _DistortionBlurDstBlend: 1 - _DistortionBlurRemapMax: 1 - _DistortionBlurRemapMin: 0 - _DistortionBlurScale: 1 - - _DistortionBlurSrcBlend: 0 + - _DistortionBlurSrcBlend: 1 - _DistortionDepthTest: 1 - - _DistortionDstBlend: 0 + - _DistortionDstBlend: 1 - _DistortionEnable: 0 - _DistortionScale: 1 - - _DistortionSrcBlend: 0 + - _DistortionSrcBlend: 1 - _DistortionVectorBias: -1 - _DistortionVectorScale: 2 - _DoubleSidedEnable: 0 @@ -172,7 +177,7 @@ Material: - _IridescenceThickness: 1 - _LinkDetailsWithBase: 1 - _MaterialID: 1 - - _Metallic: 0 + - _Metallic: 1 - _NormalMapSpace: 0 - _NormalScale: 1 - _PPDLodThreshold: 5 @@ -183,7 +188,7 @@ Material: - _ReceivesSSR: 1 - _RefractionModel: 0 - _SSRefractionProjectionModel: 0 - - _Smoothness: 0.5 + - _Smoothness: 0.38 - _SmoothnessRemapMax: 1 - _SmoothnessRemapMin: 0 - _SpecularAAScreenSpaceVariance: 0.1 @@ -195,10 +200,10 @@ Material: - _StencilRefGBuffer: 2 - _StencilRefMV: 128 - _StencilWriteMask: 3 - - _StencilWriteMaskDepth: 32 + - _StencilWriteMaskDepth: 48 - _StencilWriteMaskDistortionVec: 64 - - _StencilWriteMaskGBuffer: 3 - - _StencilWriteMaskMV: 128 + - _StencilWriteMaskGBuffer: 51 + - _StencilWriteMaskMV: 176 - _SubsurfaceMask: 1 - _SupportDecals: 1 - _SurfaceType: 0 @@ -218,9 +223,9 @@ Material: - _UVEmissive: 0 - _UseEmissiveIntensity: 0 - _UseShadowThreshold: 0 - - _ZTestDepthEqualForOpaque: 4 + - _ZTestDepthEqualForOpaque: 3 - _ZTestGBuffer: 4 - - _ZTestModeDistortion: 8 + - _ZTestModeDistortion: 4 - _ZTestTransparent: 4 - _ZWrite: 1 m_Colors: diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Force Sphere Anim.anim b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Force Sphere Anim.anim deleted file mode 100644 index e8630a3..0000000 --- a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Force Sphere Anim.anim +++ /dev/null @@ -1,53 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!74 &7400000 -AnimationClip: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Force Sphere Anim - serializedVersion: 6 - m_Legacy: 0 - m_Compressed: 0 - m_UseHighQualityCurve: 1 - m_RotationCurves: [] - m_CompressedRotationCurves: [] - m_EulerCurves: [] - m_PositionCurves: [] - m_ScaleCurves: [] - m_FloatCurves: [] - m_PPtrCurves: [] - m_SampleRate: 60 - m_WrapMode: 0 - m_Bounds: - m_Center: {x: 0, y: 0, z: 0} - m_Extent: {x: 0, y: 0, z: 0} - m_ClipBindingConstant: - genericBindings: [] - pptrCurveMapping: [] - m_AnimationClipSettings: - serializedVersion: 2 - m_AdditiveReferencePoseClip: {fileID: 0} - m_AdditiveReferencePoseTime: 0 - m_StartTime: 0 - m_StopTime: 1 - m_OrientationOffsetY: 0 - m_Level: 0 - m_CycleOffset: 0 - m_HasAdditiveReferencePose: 0 - m_LoopTime: 1 - 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: [] - m_EulerEditorCurves: [] - m_HasGenericRootTransform: 0 - m_HasMotionFloatCurves: 0 - m_Events: [] diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/KinectScreenshot-31-May-11-26-21.jpg b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/KinectScreenshot-31-May-11-26-21.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89decfd0bfbf47ab6586c863161a173d4b17b371 GIT binary patch literal 47477 zcma&N1yoz#wl5r{xVvkR;_mK&;_mM5Qk>!*AZVeuySuv;hakn*iAqF-v2@wGa9swc2%Mbt^ z1+EGnwku_E{{4c3hi#06jDm`W4!fZp2LKO;fB=t(@b^)$yF+0A z2O#3U!lUJuM#9&$M5gm3;E6~tMxmE!9wyXUx&rcAc}1e45fPJ+k})tcF~4Tv;};MV z5*Cq_lUGnw0x4_j=<4Yk7#dmI*xK1UI68Uz`1<(=1O`RDi;jtni%$S&WM)CKb8_=a zO3TVCDyyn%T3XxMJ370%dqzgb#wRAHre~H{R@c@yHn*S$heyXJr=P!kJ-fcS{qghe z*Zsrq7bpPb@9&WWJk?aYx-&JWmvt1X1d>wGT?=bzu9h|^+UeQScLAx|+1KksLhjVt z_DoDdzzmU}=Cksrlkj91)n`65(_rza*UNQgl-EIO`4U~}>l#tKaNov<9X&GNh{|i#sf@m zRiwk2nemXOM3HEN24{d+CK}GakzL4JDQSW|#F0RfT8>$48yP#3?i4H2Y<^#?qA90w zi|xE>u%)|mn?#$%=jG)IbT)`Pi5=n9#WEQBLUmZ_A-ENX+xp^2hAGH?O#QO*1e)@M z>}xx}T2MI{!GVN$T+7W?xCAU5>bAOQ$QFPL&AOz7VS_5m7{E_bWaMjvo3fH}e!_NkVqg$3LlZ{qZ|^IF5yu1Ss8GU{(pCC3>qjOiG zPH0+}31QzIifqz#O*}D3x@%JA2n@>Xu#iI`r;$*m0v*>msdoz@ln4HK)0vICHS5qi z)zLBqo(6c~?*6CHViI!QIp|vfCE?E)WO?F*P_b zY!~I=aRpI$r$`z>zSi&Q3M_#zLXF^Crhp71;h$;sBe&y7_Hj_H1W6o95}5x_t06<_ zKKJkifcW;Wrk>~?9aP|=jk;Dmt|e$%8hHgRA6Pn5v^Ud`cF(bokz zJk&2dwC4e_B^kbtpSDs5X6%*z$G2FVMfC^zBB27wHhJ>NMvi(w!~*z*F_x4-I~uIA z2qQAA@^Z(+qepFp=kw4_6;HZA<+_-rx}56Xs?Z$zs=HLdO@Ceqcl3XOs@z# z6-WTek@}~AV?3R^DIuUm&i{?f|Dc7rq|-N*!nx-zw&Kf1UQ%-D*QFX`$7_~xx11gS z2M74J*te%L=xBQwp#O)@`ads_HLeDl{mY#?z=lpljVJSnQCZ?aDJV3NC{r|% zs7O^Xrfb#2xDcTZ3k(1FI$6)~|GzCO;V}hO!T*v__k+@;@Hdch*Nz~(zF4@2gNvJ} zGEEP$oc{aa-os6wJBtm{< zOuD~%r`fwGDsfH#rzAwHPl}<^0QZ^jud>yq&AMEs8FrY#WHA1a%+N-o2C{&gVeaYl5Lnr1Q=wkBNcdfFVY_pT>sav5}MA* z5~zZXcUor@c&JxWS63|k6(dWPorVE36M2e<_1vsWuLbOQrodRl~7Ec1imSwA>GNvQ0MGUv}tB6 zhwV>D&u4Bgg*$eT)0+KCdEXVzGfjFoBcmV%NtlBjx+j&Q0Zw=U^!j?nXpE*QEnw4E z2_qxoYW_ppKeVeQkGZHQv|yIGx*VlRiQ!ItyZ25X7x>308;b{R!eT@elQ`S^olTZs z0BsgcH~VcWRin_p6zaK|^jKSs0xIMjEZ(-%YQDkPXQCzdqyCjX!7|5R>Grc-?M(^7 z_%u;5x`;M-67N)s#*mxV1SM7bZ zGC~YSN|>(oJy{1kEI>z0waU zN~A)7j5aIQu*he`_JQ7BbyP=8_Vq<>n>NKHR}yl13q8q@aGM)1hcyZGdwl(7$Z{B} zBknk(Ab)*{@f4Tzq0&gx*UhA)l$hd`P~>}L5LiEIB+n+9PLVvM0!|2y*l8cs^_u=W zZsa5cc&qCZw)N}aG|Fd#Xn?2<++Otaj zz!M)>4SEkVlJF1yRYU#P285@IV!OsXjsN`JBl-0s6*2ef)wK~0F3FYmFMWer=so` zz)@z{C{Hlo3!vEj1;BI}c7G!8{>T|D7|GLE4DuM??VJt~q9Fou&g@%CqX{hlrkQ}N z>tVK>u|4HA}G$HbVB9B>TBi@~QjT5jrlQ@ks%insCWcH{n0(Y|}KgLt(kK zgXIzWbqdjQ)!Iq2*{+&!EpIcRaQSqrh*-f zDBCr1;-ydGH8!*+(#YcFYBlO<(Q-`lz&6sGKB4h*&>$)z*0PsF!9V4Wv zVY@^{DxjwPSEvB_e*OY*@OC~$!9t5~?hZJ{6A}_8JrY_#@*u^iN1UdMW=kSL)|gFu z8_A{Ed|27q;ym8X+RHU&JB8o?2=~WRSX!h6S=AsJfq#oSKp8sHE2y+cftKMWNlge8 zubA9}vzUqj`Y>7k0OuQ|5lG0L;uWYTnHYTJXpkEvsB-H#4I_tHa7 z+55*^gRkXodU&3`oW=PI>*-oVeYd9gO!#mGRo}8Iyq>&^$){L0O3VidRA*aqH)Hf> zsqevMsl4;x(oHzk$tKn|ouUe~$sJ*{EVCM8snRtm9F_w30nor(7f;=E?*%R&)_t@V z%2+J{JH*c1CSX*OsY@~>t4StGz&_kZEAW5umc@{f9G6~`WUF}#gruJDXADf0o+CpP0~pnQ_;N<>L};|^cXn-abM_V zX=$`1kLaaMc6xDRCg(6OhcJ2bZbRo;q#0Hwq9G^=v1t)$wO!HEUwEWGgIN!#s`@kS=ZS!P~i)mIJM)6?;JPoqnd(*xgVaS9L`Z1FTK3jz)T@jD^ZF^diY~ z8REqt30m|DJjnhQgTpPn(U|GXlPoi=PI}eW)uzVsoJABoea?&;-vMdZQ*(VUfR;IN zREkv%g;piqQzd|&>oO8eT3PfyK3DegTWv zGm&$8+)T$LXW~LNx+g&2#E7qP+iS~K_~U4s*GNJSl_+xD?i!5U6g2PIPw+O)WF%8xr}Ns{@NiB=ZVr?czQxo%1W%8B8Gcwi_Xmy(Pr^|#*-{8C0O0^ z@Ph30^m*@>dS4cs`#}z$GDa)Q$VZl1SC(bM&k)n%%{0o8fdpRFi@(;A_gbiIKKS#s z*YD{;M{ESw&QHGfcRpRbbmQGN1waK}j+1O>C1c!*gP741Z{m-gIQ`>wONwHUWf7jb z>sOql^l;f8tm&&ZxRW#+!viAi5b|!9pXj+itA7SUekrbUw0E68ikZ2j;fh9nY!w+L zvD1eOE_-M~TW5?a38=SjZd+z|OAl5`rtCEaVD309fE7=%WDvk#luTaPk)Szq>`@xs zYA4EezW-dPPv+yH=tagfxBbpC%7xkHp-a^J_U&3?h`NHRjBremw<}GVmUM z-XZgzO{bzoJzqq^2d3|o9}2Mg;6vc5zRux0x!N&NbJ3Fsi(v&GQN0f%b0yGDdN)xW zJpxvo;aw2@DJ~Kcq8ifvNc)wuGMJ7S133QY=@)Ci4hEn(xXVguP7#9Uot^}kzsStg z%zLw}DIXwK$fX`vWOt3zls68HFKJIWiT9120}Aj)^8o7ne!?Lcu;e-NZPg$3CeEe_ z?8IQy>1IW|GBlv5g@?mHp$V5p)Ncx4(tCzpHN5xO7=&uqh02d_WSsut(l-q~E@$zi#^O)`}llYjGM@KLWcfStjhVWtZ0 zy5?d^ROey79|-{?HM5obH$s1~_FGMa zdOU%3;Yuflqwu&*rh?wj$j09>zd@eauh!mWYkchxByO!0+zy>1t&AqJC}FR3(DDFn z=X!QB_lfna{rIgT;*!m=&NcAk-4En~w`u6YfGdm?1@w*}^Z0dtzuzf^x9HpXdhMF- zwWe~`rt%=3hpBE_F9wsOOLj=GXj8+#;_-j!QgtJz-72G@eHiz;&>=D)xGI9c^Ggl# zfyO^UeaOKh=NAu$K_s6*dZqQZzw$2qQY@MMIds*eX>j7nvPg!tP%!g;1~1zsuV!k> z%lrDiO0L@w29UH*`@cebnmIhtce?^{@IOGp^2vs1{@_m}LY zFK`ooPXK#fz~Y$t!|RQrJLHxZz|t?@bfag?`MOY_;*++Pha}X`*bC-FV(}v#6B=~bR(ES$x{{>9gY8)7}o2~vXfpTxB5?@v* zl`%o4z$R07!_uH`@lP()&+)JO@YmX$-y`VsHbdAumO#(3oH-`5aDZyj+KWqOQ#U~*}_rBk?eCV_OdyBO1!t9A4Ff;d~7 zJU5FZ$I>ccz{HRg3Xi2G$Za=r2^ArO5ym<*z-S0nJp9s7nqD?oI8Ik6$&EHn;UyfG z^*GcGaSKGA6-W7;Gu)_fZ+~!9`Std!lW5u4+=&(rRO)bSfYS+SC{MvMQ~Xkg7-0b4 z4uwfq%dI3Iri;#)KkL>vxF$W_dHB3WSz;8mxO5}-Be78U*%<;lCpy}@?#r)6){hid z8{J+#K-LeJPx+EjAb2Mk)~)YQNC)=OpA_E@%s=TK4&sP$RvCSx0``0?2l;+W^u&bZ z`+6fb@3C*-$KzSAvbXX?N}SXBPm{%2KD3S(vI>M!7me!WS>JmCyHeiPlB;yvcI4x} z#&Zj#4)7D*uv>%TWC%`8rwkCo@{nuO`&5-ea_N5gx;pyw)6Kc`9ycsvkE8*vVW1ZG zse*Ae_*P>>f|?;U4oYauW@>;QuLu3<`aJcO7~B$VNMoPE7PoMto3hS^a?A2>Y5z;+ zf3E{S{^Yy>j$`hfpZCIkR2cpI%XH?lM!M@CRWATsj>8*zLt^DNYa#aj;k+-e#4d)Q zN<+w}!c0ll=lmZ7&{YJ@*gCr%H{~7OS>uRl_>weri$ln^!OGUSnlGLMW+r`kqagmASesH0ZYFn}4C=qiNo8P6YTC z5qve$eJX;I^^|A&H}m0)ecT>-b^wC}n0>LDjeA<7F&|et#7I`g%caQyEo@N^qS->n z@QO5EB0)Bu>GS{Tmj96->ks_9u$2$X&zJ#vA30kKL&PkN6dkD~P)|q`sC~q+ zqCPsn*#FVnu<1Sn)Dt6IyvBAKBaa1E^hl~Jv%!%*#x=MNR#+z7vLM!15RK`~u6l24y^YC_kekFj$`)Z3}p(vBBu0&(bEhAfX8VBzbPkE`h>0B?0YwS9+@LF zRM%!?Be(A&DU#f7K9PQFZvMD_LXca^hi?$dvz{&Y(cY6++E?DyF-mZvXu^0^zY78YXU-#_l7BxYn4(- z0`jzO0^QOHQAl_r2U#)ex3^M_Zm_BDqaGzSu78m2CYKk*u)DBvde_Ghm(Tr0QXM#BmtZ{kKKuD1Nq{j^9b3C+KIPjY3e#262 z=c{YF?5EaU{f0@zdBvIR=c=Zv zM~`m<`}&@PoW)$yvrSFtEkc%b7xqt^2HhwMk#7U|@uveD6~wsHwxp4(GH}=wXZ65$ z*Hf?gNQT9+)t(dOnT-Ca$7-uG5FS&vy-Geg&O=kI0+nx?vai4AYm!R^&Wn_wNYS)n zv#Byc2EUOZO2=c!1ziLdO{lu|@iHb?sn|OCEVd!_uKgr;bT3{p;`c_V@8P1|-D%7# zvkv#pnovvqFdbI@^;gijr2E<@rOpiF&Vl696azCuCN!5{qI^?d>6lPT=R?BJaXFLB z9P{`mV}869moha>_By;g95L0D)7;+5U6$XRTiS*aqe5;bVc*M9*3 z2Zv#$B&1eYXoYGjPhQQMbU*A{W%MMuij*D3m>uHDU!P|t$8#0mU=^Pma@T7SiE@S_ z#D5|%K$>{aFq?`r{U^~sP|WXkVui2dkiJV`Eoz1mS{zi2l-vTo>`EQVjxBnEe# z#zZlm&?-w!L^yyFKyaoyk>Odst8iwdsa8_j6(gEs6XURMV55~vkw9vwG>k~~A)(o| z*4eKUu`-SyshwfEEn~*_p|xm_hcpPRxHt*0lp-{(Aw5Zfk}~GWCy=c6P94KG2ZO`` zgkOs=&nw%m-j{9od2a5R5%oYA;wBkMp3jxBC7j0S^%iByumBAomhJw@uHQWK<-+i2 z|C!fW-;De! vxQQe+9w=x?YXd%n_JD2RWmN3a7m#N2yOn8iML#_0>KCGpmp_b|?Ybs1@WLE{Gw-4mykr$= z$dy?x_vnOK!Cm?rc&ZimrCJ-V_A70@ta35r0XA>*ACrY;b50-v51o8bl3&SJnR6)# zNKGGhsV92u6Bw>eAoYm6PT2yGWXlFa6Ir45Y_IG%^a+n_6f>^jH{dRoF?a&@R5EkZ z0Kwtku+q8c*|N#kPLyw+L5bpZO!Jz&sBR`xscZ?=ZSJV;rtjCJAH;LGr!@NDB8t@d zV2R%Ua3!H>!Gi6DlLw2@t__ypy;Dk-bz#dazaPwZK4M%wH_)Q?cw;UXl<{ zd6=X{W=r@nKytLzDX7H61Ui-H180}AuV&53)5TIl3@&wK2gA)YE}%#M==mqC`C0Zi zV{2si^Fd59fuT=ifu-5Z~w%ZQZTd_9uUQ(e2-lV+hL*v0_CnK@64sf=rU>5Bv<4wgQYfEXI z5+dZ*X!}Hr8(J2rlPZ{piLZEX5iD*C^bd+&&*2BQlLf3X1pHE{8Ns=1Am*MVdLWfb zmasS2+~BPV7F*@Z4?%l=UPpfc5I8p5eb$YJkc$fG$%r%%F zUEmptVIN|ugLB{D_xw(h+%H=S6S?~g4q;Q`dI|2Hua{*Kv& zdAnOwejb7>D;|wN&XlKM?3+Y;H+t_-avW)g}$`CwQHpmOC9;m# zX$JlVtE$7)SV@&hSsA7-uX#=M$FZ@Dod>Aas7``2O&MQ2mWZQ< zd@(Xp6St>+QK1h8LMip^j`(q^~K0;Or6p zPa`JKKO==T4@n!)5AWU=-`9?6I|LPFd2@r&qazH1H;24rUjTu!i0OhDc<6wj4Qf4~ zZ>YX1Q}xAwY1*M34`fo{Ga=zx{e1HLc>fNST(c@2%XiEku49EKpPhVTN`-SOd0n?m zD03wmsHC&U;DV#Ut~KVy;QV>XMJbC+-(any^kC6-L2dj?5zok&OAnEeKi(O?V}YCz$jZ+ z zc%afgl~F{u${HE%CV59%lvy?BthP<}Q#nrC6J5Tg&fMyxQ z(SU_60z9V<0Puhs8P+S_)?1xAR;Ju(e8<~mV{*aZ)dIGk<4Uk4|%pIm>n_n5FR0qd6`TfVdKOfrzn9>`6D!!5}3A% zfn3^IqO%2pLNq^E4d+!$61;xYtD~K9Zw0ir0HmN*TU8w$<+1e%*!h16_S6vvMmYnoc2muV2I6A<*9BgRKaGG3Ye5ThtcXz?w z8>8{XWAp(h2uGR}5x-iVo`PN9`i&lRXsxjAU(OH8+`xJGXY9@lVU?4eqq2RV6Y3h> zm6aDr`py|?Gl%44cGl3>?uPM1qM%ai!T7Va)awKXkE}7ZinQPGwN!&1d{)TJ{bwu(Le;wA>s?D{5xzNo` z4PxpX|p%{{{x8$ z^fj+)pOs^yUI6FZ_Ah|aj7fHtYh-fadQ2aYL4iK^0r7@c=^cKGp&s*uml|3MfN-(X$gymmxw76z68k%YIuW|2 z+dKw@S7`%5R1=~kr9G*KHRk<<+~}^_$o8j{&s0(Oiln!>qqWzR$o<05vR6Lc)?l@k zR)Jjk!Atq1wTonxnW3f6{`{@)LFUzZsjDqt;$a{Ks7h8eOu7?Odn#veU*p)sr)Yh%=?k$$v3={cw6LCN2+|givI2P zx9QI|G!5G!y_9NSr7VUg_BikSuRD`|QWL6He1j%9d7KgbBFjwM<4g3m(Q*eylM93| zpxi{j$$$m^Z2V^FrcQ9RWr}h;Z)fNErrWY=CW@RgCwoe-d?>UNSXYCRo`GDzt(^p~ zP!whPHVpZTCP=(|cG42Q?G8@9@14SjHe)H%*qVK~NUm3oW~Q>%&iwOZ&D+}}F(A9F z$P#8!Hqbw%)5B+L=XG8=C`C48K7?)QKIpTG;c?8NTvqaIekm4vp1OGUWh*y8Dc3<; zdt75Ups~axK<(^t6k1Wi{vASUYe<)sA5fqW1CYRr{NttnojSlipGgqD0H)Qi!v4gty#Rg$>3p)RD24a=FBwXaI1YA8)wDJfR-B+V%_V@TCtBN>|^eg+uK`>GeY{B zt8RB~?i!ECZXui(#YA_qKJ z;}hB8p@iQ;kykFh`>5k~MAw^25&bD!+3%T9vLquqkrJce#?VzKf$yyqS3gupcJ`S) zOy(RT=IoqF)miR)_lC;jqmWqCj^HlI1gIt`bzD7e0Kd6Nf4xqO{cSn4;o(C|;oHCh zDx{4J7Az$pnv5hYr8-Q}yQS8=8@^RBR`L4Wg@^h^JxAiGBzii81>`*nireK54hc>t zb7IT()_d=U&3kXH6#GZ{fxenfUXHm&aIvkP8IV0S$HgrCrU?21p!^~EgZkVQeauY% zX{@s(aO-nrJ`wl(LC?_dp%sOdhn%VU>sr#-F?{tRdJ`P3W$&hPXs&?ovkR=V#Hh`j zKV;k`EcdZihuPm3I%r*rGm^)bt|%6@-18-RIw|+QvXF6wwIjCk(~YRFKHgbB+Z2(7 z?U%#GFF2q0vO29@khL!)0bg17uBy#@73xGOjokN>%M zEHxE?PI&v=C=}<4wS-rH26Pb9c0U+nb=_YaunVep_N{(iZS%=w-VQ0-rB$RCMMs%| zkVyKZ4-eDlmBQQx`_-rC7|Eyfzq25|R_-ZeI?26nmc*p%p?|V3tS(p7xyNR|RM;i; zS|h$frb)6d2!6OeI$|>ux^74kd;PX!TP;SZc$M@G#_|IEl&q4%8X5r-t&(VpXOzwh zz|I_J>z;E$-)NxmF40xsbgAu&8+{wZ7JO0`51~D&4IbAi&|h}GUK!<@6w7;OG?7l> z4Z;(@O!q3W)n&8MstVPrnZLCR*HTW>lbmo*FfvUY?dIfD$KB44=cGwtt>-vHElag& z7Ax175}SJs_^==s<$(qw3quOFFLx@!;2Ys5r@qhFN_1|e9HIlp`Z%**qAk_dDM$^(6m!zl;%*$q>D^*!>`XG@%sQs;bswd;s$%v@xl=FI^G}Ay z^{zTYZHp_>m4R}M(oWid3;2C8%43VD9(9s0yV>J`S>xL~b{R}btw_V;SXBc7D9()= zf+NO~(uAO6M5a=V-ZqY#EbS-nyq`-5CQq)(J$LD38ndI{+(ToiI3$*q_ zh&Gp_Y(Ss|Wz33~39`V2^z+Xa;xRFcg0#`2Tf%_^owLC2=%n937h|3}|K@3e1S;`} zJEWNy3`4lb8T}yK=}BtCZ0PBBO!M;cC!MvdjF4>TvOqK{DfrDvWVrMJNSK7;wB+Lt zVaWr=qERFHV}WPd)p~|CeoU)Ff%FoMZ)5~XS3^WBaVChm)4NOkS{nyUkuDdOov9-t ztcrLntSXiSDN-clxtXohS|FzGMzQP>5&J0LdaI2$+&N|4JP*!1gIlAiTrz~3!DZU? zgsG=PAzKeuNZ;OwJ2F?Y+Z#QJHeE|5VPu=puK#f4EK#CMRT;Pu?6Xp&xx_5W2C_sX z*9GnK~un4^jDRXPf9d*Gj<;7_N`q zjB#;eZ%Y*XY^@|@3mVCL{$Ss^C#=Y??Dt-$CKUIi?D6G^QfjdGbZL+%U<9IId0@Nf ze!91R%lVtK4`$6#x_?d1=<&{R*;hrsz3u!}-D%r|%zA_J(qfP?>T&3|%RWi)JpB;13otJ6AA|5r*yz`DAyk_Wt1U zJHA1Qygzj;R7EaXiIErR*^_+9v)#ey9nSS({ci9|aFmMfqxI6MNS#31`3<43al9U8 zDT0;qWz@;cpFKFCaj&R5>8rpOKn?`v8^R7?#Oh)dKT_PgIlm?vHCl6Z#}ZKSvdZH> zwr9pgJ(3&~7XDoBuN{CsUJHb050m$?AFKQQW=7MmP$#79QnVupPYC!qiNaNVI1Jxv zAdByD5p~xv$pv!CT4m#g>LaoT-oj7hAua==pgNOY|joya#;fAf}{Qu()@0a7zJ7b}S}B3nY)ad2$} zSUD;K92)%scqe(d@$~b`{?AYUXTshW0LrJN7r+>#@Pm3quy~aA(s;s|W^9+9 zN?RTQb$_7-PEV(Vf$s2*OqxHnPHXI>h*>^nfA%Oro4g&hU95gv3eXINHRTvGHS`5b zO^xru_PQ=Fc;0uPwaXppI}3@gD2P5(Xy;U(H6zWV5}`0ipR~aV_nwUN;uG-`f2;zJ zDRa!-+WF;i;KJu=np)Q2vdhl}H$pQiCFTL2K)tJNjnO!!MrT}n9oZXTqhYqW``MmL ztPdwSTrM31k%Dd%Slw5UBl+7hD#UAoY+9=rR;iLRe7Z?;r3*Ip0$wf(3>+Y!mU`#F z+0(!&kAL>weOORt9@O*pwDWz36p@WS`>6!Lbr;2SeeC^EW@^S(>5fBB^vXPcL;YRm zBYzS%QPhlRV(|HRj1YpbxWwI|wwdU66vKPpF(PQv?;|<=kTJ~%Wiy~2;8N0ew54P2 z!b`}ag^B*ZdpAvUwE*)&&UdbT*qEuYPuLYsX1p!S9}+aZ?NNy(Y~Y1SRB%F$TWi|9 z_*_oS*+Q?*CHfDF;`BZdK5_DKZJIj-^{TQLZtsfiuqU50gWcUTKiuqQHs&|AG6Ik~ zzw_6g-ltbMTrJ)?^RL+Vb*DJn+4lZ9b|}<|igsA!K>f-ST>pN0WrOh0ooYMZR8f7I z1Ngjz%HQ)zk*rUzH5{;TNl|S*5<{B2mXMxsaKzJ+AwIW}(ad(cBk~!1& z3@_-mhU-g2<-uyd4(xRS0*8kiTAd%;Rk)0{^#V*Q-*q5oqZeZ(vm(kiaa)YbaMN`L zBk;`czemU4-s$txlm$Z4A2b8wiYZuJO>=B5n`*Kq(5gwuCu;XhM`3aPIILp-A94QJ z6@UWlJm&iy`f0c)I9t=e*vY7OA~(k2z~Dnx$1z4PvSuOb)&wfxx-fBna$H>Uu%f8W zbo;C4mtR*V)!m(nx9BlaczPiTsB}DC#}OnK2|t*Na~ravCfG-~0%q_|T6&dS_5lbs z7N6!cN=yLd6-LSSL}OWI|%bbp%1;KLj59$Bm0W~R`Gm` ze=dxakL1D#(XsE?uW(1@2IYMYCrv3%84@zR*d=21V@<-ubw#RRTpx9VquxB3iMhd| zGrqEt)FL@En-mkN*go0A;+^fiHGg9YC;#jPt43?8YPj(j=aN;xC6sxtH`~MWW@_8( z9bqt-R3WryY4U;;_N}2i*==KXC3lbWR(dW&&pxxbyes; zKsRuC;^==5O+UY^A0C@obx3XBc7ou*zsefw|L?Uxrj5@N1; zO&sOp=*E`!ZCnrH4^c}wp;yU%O_Fv#MU&zeGil}At{%}6%y~b2K#4vHNq73K*0N{R zk$3Z;B?^hxpQGc=Oq-a4J1`9TjQsZSv}m6i{XXH>P$>QtHB?M9@Wdc-c6JNHW116u zofDKF8&JRO&=WO{1 zllo%Fhw8`y`D4UdUw(x_d+PTtj0_pOQe;s`Bbjhx#$2pKC3LZHnDa4)1bu5v+hg(r zebU<+F*xZaDO~Bf(UjoyPpv#ZdcD<8GMuKk`#4Q-ddeg<&8uw7121F+tGiHK0zV7S zJ2^m|or1F32d3X>f!dE#1T3PQxp#(ey3wTABMPv}^s5|2R4bw@Wv#7IBG++bJ^%~A zAS*Q$ZXkFJcCrf$;y)^c1A1V@Wh$^$YB{J>jUCo99v2itWqY_YcH) z_LbD%xKo1c`-AEO)|*zQ8=P8p#$74Lvb~T5W~6-ewn$xW%x9H`B|aP_=`#L3qH$7> zjqR*jd>^ZtRbf!ilw-IP7$bw7<2Tu^A9?Ej+Mnw|wZ`O4)qnE-Bt? zG?8gsxTACm5s_ouEMGl9Bo>!6DM5h0bjQ^~ykj|(lx%NH;B{K$WI@Id03#z>gHQoJ z9DpEQn|5D+@Lqkw3~ud*DczYU>*JWxx}%N5ihEA^T0*496e;X@%<%q3yhB)X9V$az z-eP=NmVn(MbYhcsN54dQE&y|7(5g}MD4!{|sxkDpksP&FPE}O$F`(&K+0SzzB6kR`T3Xfz0W^>#0~)7D zn3xJq8_nLV-+3#gO?!Pw8X@^-GPuSddiv`$!fL|pccK7yvsM1wiL66ZF%hP&$N;AH zWw4Ds&Kx*Cd9teDs3q2nZ zlfQ%LEnu#7^D(#-_(X6pQnWWu^&Z_pToYQpmfUnH>@{aHJ($|=DjcJT!yno9yzv^(6p5nab{!@@Lvh!_PnE&o-8fldBwU025bSR@K&y?ZrXexRQ>6Xab8Fty*7dW2Q6;SX>SCKD z%d<_Ro4{|&Q_BNEto=SfY2uVk_HN_%SWrYyQ)i2VTiX|#80}YMEt9~drqKc=!pK02 zr}JJ^bzwGMwc;o@^>g<(huM~!7ij^QkpW^@F@5o8BCzgLme1^aqhBg9%aQ`Rt1g$M z{&4S7PK7CM-qLYTYA0biZ+|Jtb4+0sarJ%^r5~l7t=X2U^ImMK&d3LUs#KDv!XNjh zlO_!HM{ONSHGaDUtm!Fv|I@8A4E0H#qGE~td2SJy4d#hv7MyH?7Zgsn)? z%a$S~^ii=#fJaPV>C6aoMDE5>X8vfEBV11Nbe?|%Nl15(!KCH2!eXe3%Dr#p8Fr;w z&$8)#lxhoj3iPVJf2}-unZ+HD(-I?Wpp;ImRmzf3-K~guO|Q_q=6XrL#;^FO5LNL> z&AM|{>+K7GM>Ct3%>f%cUaG4r56@`lmkQ5&8~v|3f=?0F6Tu4rC)n7!grn5HoP9KW zLmyo83NhlHmUQ|w4GSkMj0J|=I$y;Ot?M;yPwxN0EsZAPcWk>a^8yU*oR{bPhD{uR z%JL70BN~7a+aqKo4(4;F5L{*^XU;kJ@KKBam!$n88l3DRlwiz2Xa2rIoFyXR^ipfg zcbZ*@78kx6Ga)E6DIYdO24T~!ql_2mP?!V_9~Zh1iRqj#faHCUSAY~&R2 z*7cK5gxXSD3BrO92P|m|3`%9c$Gx&vSnqRfa2OD6>+4wkF_|LNw(gf8{2r_|vrwAR zE*D2QaiVA0Eo=P+8z*#e5Gz=>Jeh}`<&#>r`nLPsdxkN8oQ}3+;jJ>S6-BBa8pWkynXySlX3Ju# z`=8=MCGP#*54t(oGe&+Bu8jqSjN!@M!A^>&%cR(7_XVnr5!x*fT+-ZrQ(Z1~`!Oo7 z6^8a@aGQGDeDjWaTk;3aBTGo><@pQ1F!_`J$+wl1EI*jS(_OO(Y=n{Uix#n{w;O(0 z_Zv}Elx{!m@;ydKt=(N&^Wy=W7{?`( ztxWV@q{B2mNAyAxMe?K-%VZC%M;pUMr1u$zl5zYOyt3e5D(Q4S;MXM_2kcA6E^j+C zvgiRecMI~q<}LcsKZ`I^VI^|suf$OO_jl^77afb(xv8R}{%{30_EaSUab}T4D)NM% zUjS6wZ_M8f(72k3cDumK8Hp0>WaTfYvmsf?L_T_Xc<_d+6W$h`uOL!ib@286Sabbx z9Z0!v%JOk$JfT4jyXz|7cuvpGBDes*w{puonfh&>Eo4>w5{I2R#wc;yXPhspY2DfwU=M1!+ABW(+EKM+1Zq)dP>ICZzoZxbwctGA zOTO4?0t{c+woG8#Q9bRPCaZuO8hILIc>$nZm=xHo|I=G#wU@urj|&Dl{Sr}&sy>5E zoeJd5EP&Fu09gz=N&8W$p5{TpNGm@vnGUF9&VO18X97H zf2BS$Pdw!Jt7JswF>(6=eE3VVr!T#MqYOkQZ*NQEYlQ{CK*j835>NLETE|WbrmXn? zxcbYeHX82>7)^1v;w}MNw75foA}OV~yA}(s#c7e^gc7Vkad(H{UMQ{!?oceyQoL`T z-~Zlq*L}avhncL&%$dE<*?XUx9ktkTZ7SUBfXIdFp`vqw#kq<)kk;47y;apoWshWs zi=N22etpT1ybt9TsCnc{b&+qnHn76oYd@X4$5+-YKjK*!iKR{84l z9m}tU<^(=oXZ5T}dpnS5^5{vCV4a=ZON{vNly9WTp12e{m%842NAFMHIlcWQOLc5+ z-&nmI;D5<``r%5<=Ze;6SO78p7+g8?QV68P{;FE!X#B5|EEEE1vq;QZx+d z4b5}_i@G6_#AEzEV3%fgG9VL$vM%zL|7tqI>}rOD5aU9QGp7M*@Lg8PGTk6cG7aA z|J;lpV-h5|JjN=D^CM#n8ygP8`agWv^QN2N$QQ2CABrpQNR{^dsLoXIj5m{A9vGdv zww5SKuxV*v<82$Y=vWY;R?epE6G4{0%WTU9W%2w-kSwtqdyqZ|M|fXwbcdeqyho|S zJ1!AZ2=so*;MMC^WB!=a8cW|;L;I#kb1|JLeH}h|3=;Wr@IQbHG1^ZXKdGTg#5mCu z-=dnXpsB046kfYllc!$;a*i|hEQkde*Dpun^V0hi-QZ~&miXKq`IzN^q_)%cJjB*F zm%K9bb&xauuMp)hZBVe!Pc|x&L?|buWK80nDBy*a=B!A4p~eU*1$scW{ffkkYH?dp zPaguw`Lxw@r*6jC8y7i0lF*FHyOnqflNTveqqWKsxBkM0@kg9SHq(As$h_EGtiq%? zx6lW}UODllv54U4tOOugOo(hE7zE7SFQ1#&87)H;vw!3qs0?fqHc4-Lm0{n`58nIW zo@D)UBX4`Xb}peaaK9rfzs&j0KE>w)IJgXMWNI##4kjG@MK`&E?u6z!!c&Mo|8X&T z5fZB)qy<{c?JA$o6#i=P40)~*th4zK@MTLafbT5=_gaN(_;tdf!iuFl9(lca6?vFE z^U_35!^9%#gJqq`C=j}>=D0XEjU-3l@~kFG*K_^di)I)>2y3Z23aMq)2DrCCQ#DYQ zK-J0q7jPA3g5-+tjZBufGL^YEjzz17x#%;ee1Beu1Psbrbv6TD_bqo+8Sad0_89;O zE86g0VT&P|wksS(N8Vrj`Uh}ys&?l+vujQ$F~J!=7a7AFwbN`Pecs7a>P(#0hKTNg zwL8}C&HZuA!sUHhD|2+0IdM4rp#{_|d%n-0=($0Q2@)TQw_+n%@(yo_IS3xnl$xdU(%8o96wucKe|j7 zh$klhKZ#52%v2=j6K~Rg>IGsH!YLr@6nFY9Q+b(td30X0-J2xhvcg0FP9ZwIDFDbKUDM2Xwu-BXI%3%+FA!}uB>79jOroX|pF8#NEo z_A6C}Tat340)uUS(nd@m1c_mv0Ay<74oo|LFpA& z#r^?6m4VlO{{YDr2|Xu{-Twg7*0qMUl(1&VxX%0zbgRa2!*rD4D!E#yp%!?NACY9o zAgL?7jUdgog@9>R$X(9Xe^lVw90Gs~ag_l)ZhS5WfxhjnskRa83R|A&e4fuR3fV{# z#r&u_+KbTlYohx?DVq3C#^ac?iXe`E1&!Zc-|77vwCf{qpBWxVSU$jJ{$?5B%@-o* z;OnPdbuIZ@RKO(ri^xl1lj7EQjGFs0o8ea+<4uWYUP+c;s)G}g=2d<0#@YpxN% zZg@mMZ8nViBI^_;1|~cYgI*s4vlgA>)Uw6&tym0h6NddF+Bhqcd%^Suij1jD5kVp) z!X3fGamC|QS$R&%2)DK$=58*tMWsb%D>FIk&;&5a10;-`C>;_6;Kpy}HY zmrHwR%i2~;;W*dd&EAc|#m?1I_BNQdt1Gay_V*o12`Vc^vvbpf zBtoWA&W>5($*S-`D-3OF(cU~fHP_xtg^uzM_go9FqozLs231Q@M&o`SA28A{ga|5d6=-NbC;DlEw zeh#h1bW-5xc=4@9?uZX-c%g!TM3(A{gjbhn^1bd=H$W$)=7!hDm+8omo8()!x~$T^9?J4P&LJl=BOQZ++8T|= zN%oApVE&Z7yB>$u^u@ zT7=XOXg-}{PpBW)Ro%aPJK(5L;;=x$k=+}DgKR)J>+4f`KE`QBEvmoWQi2&nSEvGC zyk<>?C2F=p71M0Z+6^o)kwc5s`8N^j3@~}eGDL7fDJ!n6=rPCVQ5&M&rZxiU7M>MM z35+zxU{;)EOrK;+hVgHn&)AYB803fq|EJ0PFX<|#=VSE%yuO>=T%+_s5D8wWx->CU zEHYOkpKe!4806DSi)M~^hGDR;PVqNw z`TwMC{7+vZx)xEyk967xAFMW*E0#6=p4H6PknWVvtQF-X=*G3VJlBT{g>}9L5D;Zw z`*-K*+$a{9oAzXSd9bg}b^}&_`Ur5MhmW0_fASGRAk=x>L7vD$!9G&WOAVZ7Q@iSl2Kcv;s7bxo~`?44!Bv{`h+iqvg&(N7_ zIJ@%N!_?w3z`KcSYxK&OTvAaMnZA`mWCCGDyFPR+Pe3rXHm!1PVfQCuc-CzHp1yEH zrrHnQg7``Z{Sc*ZavQ3yjM5ceJv&$DlW`OyHr@$R@(bMBh+(8z;yL-W0u!U8&Dr%8 zG*hDoj&QwDO?)!u&|J3D-c6Y#ig_&VruRcqJ*obeiqdg-ikh);UBYR0koNKQKO&UK zHdN@sl$H1F2}0_k!R$>vgiaa^KdbJ1_RGC|Y$)P?iFCnuUJEE2 z>@5Syz{7$#>{@ZG*MAcPjVBgoidvuHCQ6tVG}?q2Vlh8oMNd+kg(2QwXmpMlD?-dKEIPx~xZEw(_cMD$@DBv{|D$lgw(wKyZ&I?cBuN?KjsRRx`67X5; zw{}1_-0wwt1uzpNG4V99v<(TYQuLk-Z&tRz{7Og_gfM>jA9b!f7C-i18rNT+gLnoU zzWV$F=q|6SF;qj`ohMg5i7I^FBp|r+IY5CvRITR@?4=F**pnnJX7h5;z&Ndm$d_%) zSWoA&qanA8MpdSd-rz{^Po?`J@lfb3J0ohQP{)3bY7st67IY6jCWh{2I)z?SqjVH+ z`pi$2IR86oE#70j+-|00-Zga`>iCqgT!VRnZ2Co-tDOT}=IxVnSp?bJGJGPsM54nC zWG>Dfv3)_Tg7d*Ssv2IBBM%-EP_X5WY{}w+XnRBcA~^4pYmJQsiKC-%BRp)tTf>6| zWCH{o%F}S?6ooBI8106r6sp9eJZ=~%_*1XY8#FOwG ze3&xzXTm2T71=$4OMW`dOoH%~_kL(6av$;SURCE|{sWATpd=pXC{#t8bFXBo_Tj?I zA{W;jcRSD^(Qvtv4ZkeLQib``dOLr#IeOmq$fuJagYuik!499Zf-52Tk=QoAL&RHT zMS+Vrou&^k6$0XDGtpoQQf_Tq*n(bZpd=ZeJ*5WxJgzw}`HExJtDm>wp<|BMOxS|g z=20b#q@358e=IsUcO0=7XNSDHdwesn)&0ZA$kXXe9p6>TYCOi zPqCp-CfEM}4|+@&6)=?QLrLx*;05J>2W*e?06|JMW;}Q42~Cd*KCk0=mm;g#E!#OA zctFFToz=znJr|{h7qY1$$T{if+cH8LErFfwHBBCleq1F7-dfZSS4{vq^xVSu-0|xW z8^)yVUrJJ7mj|_A%qIMPdFo{a*57*L0=+xHyQT6OCGyPta;}=<3ZugoL31Z6cf*yD zguhgRJRUWw=sbhZAg}MTHmgyAHvAaJYLZ9kf3v#gwS;?Y>*rj}4bbZt4bg$&kk?~0 ztQGK(X~}n~p(Qt7L$pc-mC~)P9XbI5T;;%)Vfzv4O-9(J?NXVR(cSM#q7?60MIR4R z^#r~-=Vj%A+nk#fU6!Hmf5WvxBMK6pe|7d<8ASve*n2rK`B+FTkqts z{riC1fCG^QGgICwt5sEbAC0x)NzVy#_wV0q<8#AozX8+(6foSVj~2@dj*QbXFRn~Y z){eXo_`iZDwyax|rQh@Ri$Nh={5(ZJb_OE#P@`{Ym&Ba4HLCTltIo7)nOe9I{pj=IF9lT&9$Vd(YZsXeo`0F7>nt-%$A zbuttskRXNehp!6rGQUy*I@Ze@(Mzl~xk>=sO@IXMI5gs8|4U%uF8j|D$1c~;bWQ!A zCGN!|Wk!z{dnC*LOJ}iT zpt|SWqUc)6*+&tvbq&8(*A0FQ#a4-f$M+}5zx4>tWd{@`DyqeLtgq1uVK}1P1$C?I z(Ua1V_Yb^~Z~DLZl>`~&>|7ly^N=F-)P#g4=baQ>3_U%};7Gi5W182I7xfldAkkI_-9A2ozJ z+kSCwY!F-+zfFre7C{6U7`rDPxl%c3apflqvMhUqHzibm>r&b#jN1zhj93kLV&8rzP{s{$fAua}#6Y_vUA-~z5KQ^xENar!Y|DEf{0@lIb~so=QRl8I zF5VZnO*IJS-?sStT)uJUL5aPls-=}|z2w^%J;@h{(KGw|NjBx--mNd1#f|DW6g!7O z{1?X~ujhZOe_Yb8Cj%SI0arYycoHd?=nSGX-$jx?Ujn2gY@J7YIs8MRh6FTY6K65~ z*BG5;vilE|hBv89q(5Z3BWF1EB5*L( zcx>Z_ixN*w}V`uyJ zS5efjMU$iRx^>g>1bxeG!sAaIJDPKwZT@$?Ki@L{U)QUYD&s)G;K2}%pw}~Q((WDV zsI~?e{5zOqjUScKk)C-rYk-aP57G85pdAxu@sqr%m=bd!&X9((wm}p|;s^$b)TduY z=A6@oNR{Y6gdEP9r_5cE-=QYpT>Igzu=Oe|WtDfE$WNb)@(97ME zC3v2I(wQp z_3@rz77xu|lOh_6UNA#fOsk4OFH@4++|6-TT2!mesgNoo>LNKkpU)CX)6g ziQTxd;wcIbXxEz&zdL6SXr)xRWJf(xSZuN5 zLyV5H{%7`GR7#k=QJ*7*^PXyWA$+v9M>^x8{kCPjSg*!wK<*-U#XnS|vHn6@vbp&i zw?k{o-Ci5$okb_lv%LVFH0e*t?(&sON!!lDb5(!Nv40i~@lNFcOU|TX^jM!wpC^P9 z@5fvedFFR)?wHOPnlm8v(+dx;CEwp8GI?-jC!lvhbKF14gUTGzmOPX;8a*r}!{nc3 zxeZZ^L?x;b6W&1XH6RLK$`Foj?42*Hi~BI@HRVrpB|pTXi1cSD@g4TB&>LXae;U!9 zj)a~_n0%#@&t}fY_3@#kkR|)eJ5c@=dZWDvK{klz7%d#~{Zp>jq2$OHm{35aqTM!F za(&I{O;+$^wJU)R8}o-gpT{{g(FR%K)n9FZMw18e7WY(@Er)LvZ3ZTmZ|ew3a|cP} z&u}Wz7en#?;2X52!30yf1*g?9`1`P<6{x*Wf-4A#`{W2Lbi*9SiZ;xH)=in*?%$t( zJ^1T#LWjxt|kJmJr8Xm4q1g=M>?xrr9Cj^2vX>5ipBUJ0x>_iVkt5j&By zeHw`VaV5RBZkua=V#8>Eitu=l7!DYA(zwyTSQ#K}N!ey1bD(@xuG=u@V?;)xM#)3b zY6*GoG1B6doh29fN1bS|v<2A{3-nd^Y;LaNodIN|G+dG2^u+pjHC8QE=5s%8^gVUh z_(xIM=2#nW9l!-*UTwkPy%Cy3Ln&*oW1#RI)$i#Nw zF2qYSIDK30kv#MvAEEaP8+i&7QuNyKKO3y3x$3Fk0_E$u)Wt`wK&jg8B{*GucT?l9jQ=t+-=via_LXk< zhw8VQ4VoS=UJki?4n|tx;<$GzZ&rTuKC`bwjtm9}e-$$}h+2FcbBW7b(0XUfC5Y+L z(2dJ-@tR8@d22D06y{M3B>hE8`RU`_TZ2>R$FI=3ft-BOMb))9A$r30F=k62@#%+< z#otlwjYzDd0)#1?yD1&wl;p@TO#DzEzU^pe!~6=YEB^?!v4WWgnG!=sKYQosW>|oF zRm%wmovq*xwq@zI9qoL;3sQwBTUSmKr0P7+V*kPW`iL{?#YMGWc19>Gzinb{-M31+A=L9cWfQp$L4c-rAa&&GOdm{3X?#%2a8!-g4Y zp)Ky8Zdwb;eCb}?0q$zd>l_3<0q=N7BxQ#!^8BFWl*oSoxZ5^%VzUPE;ax~$X=uM# z;hMU~b7SnmrAw0zbm3Thj2I{;8_^DP%K@W_!KAmrMi2Ufl-*WsWC(riPtnJUNvWfp zh%<?aq!DMTNp}Zq#pa`YG~9Bg(gKz>R%jW&u0|(|TKR%En!W z_nGo*&LD0d|;onDx8JwJc6ybx;!_)4xA&q6KFFVc|c`7i{KtvllZycSEB{MjTpj?o}opZ?yr zWr>EdJBJ&Ullr-H+u-pz(?cyHG%{dg_*X66aX0S#xkxDCF(Xrb0!x&t%|bP2lbvH) zTnFYA{<&eAyFbPy*5;)@*zGjPqtx(5?rrycwX~d_hm{u>kM)|Zw*objC_6;`-f#Fs z_J~E1a6qRoL~=ozlYa4hGdO5P3fBETdyBZ9Ng#vd{mP0e9@^t-awQZ<|I0sV8)(io z?e-f*{G+=?1Jy>eIEUkLO%rK62eEXbu<1#Noi=~x$f>4lw_cnMClwuyvD62OKY&W( z7<7IlZqkV5HJ;?`jX=@Hew0m`OiUF8kzL4r4pP5(LYU_DcbKS`o0+XPn3@3B4e#H? zmKCQ*>gfSqpvUh3mrSaHC@%Qgo$5?)Owm!~m_eJEz5d`Zg%BrDo5`vPka{sHp=N*^WIIYxkWT(asbDEjs6 zis1Pqer;HbzHh_ilMu2JsA>k~RhjSvjKM2O?PYt(0(E;XrWW&lOWdF^E>`6~!0@p| z2;dDcOlgOhszYd7KiKxA9y~ykRVwkc5F-&+Vh5|G{$Bcsiq`JOF(Vf;@-(aDmf3kr z_M!(xvcA}i0MI7Br&kEp4iPf zBwAO|yx}bLSLx?4Qyig%X3J)KNBlVj7iTTPZ=o;Qd~^X}Z0?;`yMZG-}Iw{Ke`(~dz&iG1uz#tYf089;V}5VkRR?*j{(Xw|_mqkxxH>*Th-B+qVaCJk;AbhC z%uMQMYJ+mk`1cjZp~M%F?x77tl2SV7dpvXtiLXl9GlT+T~>8cG4UQt+?e}!>Hux+o+x z^IrA0R})}OAcxXxI_pSHD&|c9fO^xrT6$WYuWkL|8+7lbCLiRP{$<{~0B5P?M zcf)J5t|=np_noVfofb>=`@<(_KoAHd?%-s5@txy`x9FY^V%Tw$`-sI$-S$`FOX z4k%sF(CRCk-T1ITG9qHd1457~=g6<4T3O-&@>BI!@Q(pD^}R&3^l3J%M*#0^81-N7u(svl z+z^|zB4rXAYgDY9eVkoqGMlnn+?pT)d!w~ztx#M(a!^0n1xGHObyjNaT z`2eTG%m>-baoY9AS$VK2TEw?Yjoia~Wd3{uwDr+9^|UojvF1fP7j zYhiVUe_y$={~r(Z>s>T%$=}X?A*_a)kW{}px9b*DUI9$FfYZNc$U}hN6n#6qBUB^nWZ&xwgI$l~z9t|fc+v?)0?5||=TIM( zBYoOccurcCoBQAKk~|St4uMocL{US?MYk4p34GiFuHO&GAcPZyn5(K!SN)tP>SZ5FyVV4W;@iDlCM}h zWQJ3HXbOGk%226KiTjsybdEKy_KEB3G_D0440ofUm+RnW`ZV9v&!`uu~puo`}ZZCo!Fm%IELrkN~Kk@K%H$!q;bl6bP zG8wQ-xJFsy?S}5pt%ejlPF{C{wuJMzZgvFlq!lF0@aE$bvzuLlsIQ2#_r`<*GUHRO znnI-K&p8)T2GJ0jpg7}l(h(eiQ@!~5QC&Sf-LWl&@NWj(|B(xFy+=mpvfU1o7r?B2 zHAjOW4t1nTQ>LK{TN00IbsNR?ZUo-*3@l&U>#ZL zV+6FC#9Ujwi=1CF&;faQ2{l1}3Q-2oe}h{8w-tw@pq$rAEw0QO;(wa5%B}vwIwiv0 zs3l^V!5;(JD{{xZc`D1m+25g;R=sVpVuAqbw+if#y~bjdz=)C(-HSq}PbMe98WHv@ zl-2@0lueP_w;4UXG%~yygGrVD#7YWERc1}JgDQ7}sEh2MHyfNwOGsGbO%^MZW&}=L zWf78psMcEasZ>YTfL=fD#x4Q_fN3lNXk5y(LZZ{|X!*PUi*G>&W1ntZR5YEROx@y! zT8~^?bUw9?(#ig13S{vAQxmO;)X(%ml~8MmRmZ;{dlPAZ5pVeHn%fiQ(!Pq)WV)*k z+z zdC_!zsV1pe8``BKe_^l3V-yBxh)|_ra7MI#3=ug9Woo{a7P}bH>W-u|nhmregJBu| z#ocksL&tknx)1bdQ<_I=5h zeU-xDbNf~|9{!N)pD$$Jg$0JX$o~h}u9O-K5xsD2-vax>-JTy!SuYBr!Y)8#G~GkuL9L4B+jqz*^La^z)s{ zM`G>8%{gfij%td(vHS&TkYhS8sx*c+aA%sn-l)@!UNhbe`cgy{&J-!k&dpN#3sy-?6;-nEEV`B==pz-Xn$HfDgepr9@zZFvxi zsUp?z3U?HJpPKXATiOcw-~$UY6XECm(=M!_=YKsbiD;;8=}CIa2MF8Q2#On}m9|f% z6xv$m&U{`7pDNtZMK=YOtrRfo2Cl6}0Q8sy#`#nfO%GA-xiXtN2|+wu)~Q8}%i}3PZHd>UNYI8C zVmWvfO3}@tj!H9M`WV|a|Iz-zXl3=CsY0h72>;tlaCi*ElurB-gSLj0skk2wj-JL^ z!T0_$tzPtRL>k(j??D`e|3d)3nWFDP6CRYDE01X@ORKpYu75Dyi#nQbW}>N(YYkUX zf7%^sOQc|#k|Nb8KBgqOxkL4gDV@bc8L1i#?dE*O$Hh{0i0(-tO5RtjK8~)Nk8@(xsS5GXeBc#G%Mt}R)0j7+F5Ry1W4 z9f+xElvIb2+uyB=JP3E0Y|QunZg^9u)-<2vRqo{HMlqZ%X_}_r5kUIT#5E1{bo;^O z#?3-!a`X>CbespzG7f0<75kXb!h8M?&{(`dVDPr^r~ITc?%`^fva=dpIkpJH(4eTt z7tSnk(i|H?HcZUSh>G36Jg?E)nGNEfX7fnE-Y6mY+Ko0h_pbyC1AM}s2et8DRsW30 z57fR~%UCi)CQRO&ORu{s_p?s}^)6~-e=`sr2O9&F)cLK+ zB#r1I#5xY5CKq^NVVbIaaXM7JHfQD}dKGZl`L2=DC_0O}Be5ubmAVm&u#?H#@3uy0 zJG`g4W#*5X0DYlG=M|-dovOA}ls5D)A=|fS(Y@NYEt)cW=tmc zUWR=oW4?H1le`OqV3wHV&p+a6lmlYur81oN^Ag3(S(i!%Q`Om%5NLq&i>mz ziqeRp;35Gi55b!fDuF%I#*a^NC85@b*R-LT2f@&Fap|9(eqhuZi1$K?X>KAT{?7fi zTTF4K24PCm8zV<}Q^p`=3(MmI{M*YvO z8ou%YNu!%P&MJk09}>_8v@S?exmZYqaVCzuZCxy~-qwp^Z?kvb{kG%5LuMWr8LFs8 z94;;9$l@O)Q>?IOgs);p2B|7G@;8qJ{kJ49>4{<^vggof<{#h!jsJvh#GDg;h_P^;UNiB22VGrJZ zLmD&t4oyLYwruT+2Zr|jVE&2fIE$eqyAq*P4GOM6IJsffdW7^#m|wJgX2|R>JW)z8 zh{v>m(RQYFMAiUX$cC3l3r3MxbPI-c`fOzwm4Lug*(m7tF`f9rL6*4I|NFVr^@FE% z=UjVua16I)T7IEW6HZ(M0La{**(`H4(qjVIpT1`Wz25nmr9O_?(ZQ2WM4C6QK8QBR z&8T_^Vn%bS9&XRRpPy8hN!ELl$1r&?O%7r zYg8iMlWlCbu8J?iWr*G_Q|ic%^{7T3X|2a{jw&!uX)ZqR7+o2BNw9Df!s^=Zj{LgU zHwuhYNPL*jBV~J9xhTomCgi-ATj>K z8e79wjepE^4JL0g$yk4xuuXb(PMUB_hiA*W$dEU93T~28V^BVxQ$cbR#l!7T>1tB9 z3wmFNm@QeO^iw?OCq!kvc9Yu8vCGBcpCpVOb>yu?jvW@iSYC;Y;_`$+Y#(=s*9C6_ zFF@?_;uz0#G%tL6s+{1v>E;A&jUE1?h@n!WCjGiGI*xsF-((vQpbtE;1AuTN&SWue zxSRuQ%-A=5wF?Z-N_aje!Nde;7y>W?4YD6}FEqZu#3~%&6Oz!%Z7|>1ATk?~X$PH2 zCqQJXa+O+2O_x*mF-LNa@{8d9A!a)z3#cYg!xPZzw0@k{(C^*+Ag=k{9YD$pt45z- z^THD>R3$&vw|pBBNJdfrbo9FjB7~1=U6e+6S!Xqh;VE@B*Q)q`f#clOHy`h6P$8#M zghEsiL&g zdyHsja(#>RXQE|>wY3`t7mw-RkcEyfpd`xK@(?k|wy*v88Bi$YGT)RGQc8E|=z&nL zFe?6a>kAg-nSzxpj}wl#tFXmilEyq89R{bX-Y9J`@WP}pHb{AyhSH6TxM>e{GPg-@ z%R05+D9nssVHpJR`42zy_+wTQ;Zjr0M``$T@WtZnyEj!=CTPPz>shkNqVg*yk9||j ztM{Tp=L)|IVr447BGZSM2!iC=T3b;aH{n}85*QDdBZVIQQ`8&olwoC0K^bMAAd&4H zu_0*d^P`4wE|Z_v0dE#BUmxD2Nk9*HV_!cDn={vbW20s}(PJf-%jW z7zy<|aC$fV_2311V8qvkGaMlrw~Wo-E&)_AB5K@BOb+JQ^CC2V(i@s3V?`#m?M!Ab>o5eH zD#o7+SP1GrlkUa`98?gRW8N!*P&{#{q0hfiw?T)z<*feu%eo)$ucAgV-H8-w02&$M zWg*x{jYsA@i`DUS&%o&NKIj8LCl0b?80m`c<3$zzE5rcpbA%%hOiJUmy7UIP$CIi+Dn!lKgui#1<(fZStqKWPL9QuxqimD)dlxr&<95MttpiEulWnV5G?>!qgNDHzC2M*j#rfgTUZtI%7SV!xl zm|e+c3m{Cnibmx0^uu;zFROKiX`}L8%PD>#j8@D8;68<;v+52-43*@Au6W@jHtq+G zfMnJ3t*$`rX}*a&^{Hhym2=D=KlgHC@Tn&axw%Pj^|3wl&})dG=_Sq|A-}|0W;cw+ ziE@`{a|UZ)ioIlW?Sp3yRB~I5VQ@=WN_we#aGMli8N6Z>sJ9>;zRG-W!(wBJ0h-$HO8T{0f#s*yMpd>;huPZBeYDo#TN3_76Pk{(Zem9Y! zfwwlCboFg15m-2fD%h;e(ries`++CHCL~cA2a;l_NrNo7&IG#ZUHuFHmO13TE0qT)eYs#pMeCThfyD}AndlUxwPTQqicYiTtuOQjk=>jQAJg_rcto<*^}!O9`0eN9yr7I{N3Rq&q?6G@JKuv9rrvJM0 zO>AvC*BV7)x!pGVyzt6q(qtr=)KAHMRXZOe8^V@1D(=q+#-n~U*QX88*JA%lga?n! z&#DW+H#G>16SliXQa$hUiHcsvocl)FNc6=y*!ObCcnvSEQ$;!Oxp`pb6ykR|9kZdL zzv;*a8;YF1H`eUKi$nLaHfai{ULrNNDK?^h-!mw<5g2b6u1VW~QuSUwhaW%N7>C#; zC-D-5O19`NIdh-zrfoJ?CIk*M(nPDNi*8@(%$~tF46|!@9#rl20qNRGmexkFQ2_Pr4wN)DbyOU_&!tB zeIt$w^_tWVW&Ux>NNxxB<#k2IWWN0c-uODBDl9|JSe0>&9&b($UA#9^22L(<<9|-I zQ6nBQhfms1KSiO7avu`!7GTM9qYWL8754h9`kAJ!nazgL?s}#_KFWogb1i*e6wy}& zpL^djxQUqj8fekgUj87ITjc79*Dir`?+%(Oc9f%UGP4;ZF*HG}cI6DBz@8eC&c%p& z8|ZEjv1iLx1JDlOV>@7Z%&&42$xe{G9`Vf+b|yEF^qG4pD28$VRYA*rVE^`Q8Yhs% zAZ4jrGPq(9%sQvi)HMweCxgoOAh@ki(Hkz-(R>u{T+hx)(x$BDx^!p>F zW;X@z&03sRv%`v#?pdGvaJ(x9x@#r=F^y2D(Peu)3FFNp zF)=PD%hzp*!DdadzRhTRx-kS_i}1) z<+SBU)%i}YGkdN=Aete;QsmQY)?!?>5yEk1bydE?;p11b^$in4H8#f?wdWKz%+Fri zzq()ohKIe~hBfx}(78%;*P5;J?kcP6*{GY}pA;oC6O~^Zahz%;0YtCBHu7`x!Da^jo5Qi4Di0E zgx?Q@MSeZ6mQgg10OK3A%{DWLobhO*vTDBcwYKJvLmJa0G)pm~G4O7Ondlsto_C9) z0>*rE7gOPmvjI!5hBuCcl9Hh=UL*5t3Qa9NwnZ}E+}MK&Sh{TJ$6f#A0ruEpg6vl=px_nj=w2_PG;2nGk^hZ=?x`ftR^G9nPGj@ri-AL_e1te&;bDg^jpvb}2| znvMV2^JwZS@tVAT;Nni~bB#}zsD8xk!}_h8Or41*(u`Fw8gCWM4GE3&VDWdsnq9Lg zx?$4jv^*Cr^kMz^!P)y4Mty$_g)5cB+CC`i{~Wfuv$4LU7fy=kQ4Ep*f46A1+Fy^Mu*!HWcm1XRAGBpPFBnE$(3PDBcl$0H7YS`H`|}C!`lQ=bES{jO+%C7^XK_qr>$c7UPihw01MX-D}VAgykzXZs#6*I%*!cg@?pWXa?h% z(QOBP?43PxWzW_(lb}beGSukPkbrINaz$P>b-I^6iy(jBVG;fDF>e6DAa$>QcBS83 zuco@B(E}OgR95E5M8fV|hs5Y``z%c3woonXu&Ea4lZ{UhsQDC@FOP}>wfQU zOR!5gA-!XaqG+Wr=cENN6H^0i9ADPAPd|k7XjZM;HFr(t{f%$P$P;9X6ci4h`AX>; z+TTsnwg5AF?5sJ2i+;&JrlMkGq6H7ub zZg1c?rNh%|PTAhidskX{@r+vM5I{^^HT5NMeZKOTjKBF&CTo1578k75Oi0xSkMCKz zcIIIztdnyD5&Z0Oefwsj5wte};2zUcV&KkO68<~u)1@$Uy4w`!{Ds9iz|P2Auu5M0 z7_FXqcoQH#O1|s^vThVjEcbA3FEX^l#${3HoR7ef^G+tBE^s9v$Ey|o>Asc0%%Ugz z2ItlHXaB!GW2TaEqJWjV(rIDKA;@qwV`_@gCL~AJ&SND?idJ3mB=_TE^wecgS!-}1 z9c+p>Xu{^k?+mfwDm3ZTOs*57@lw@Z(Duv>_G}nOV)xGuL$v7yY9GMBa}7b|Vnr!T z%w?|KZ=N6kvDXmEXuUdJle1tYnoUroC9z@z5pg|Mrjlx1r3vU|mWYp!7A|2|IDs0G zKzJCDs@$ty>7BL##uwd7y!N+e!X6&i!rczjslqdF6ncLo7XS&?o!^%Cj1z{Vda6N6V2`b8 zN;!O#N5!crmX5;Ns6?Q-xGJXDb5IcWg+^cCY^~{2UZz;Ud0e-&+O`I%k-tu_S8AX~ znTn%qQ$6q(*>kAB4d>rjK=7pUH2LPkkAXR9`7+ZR^GO-kU5)bKT=GPur3Ya%?Dbh& z$Ny8;dw;_fw_(3pf@mSy=*;MSln|X@WVDFhqKt0z8YM{dK9eCth!(vYgF%SiqxaEE z#7K}3A$i_;o^{@JemQ5Y{U7YLzu$dd_jP@)^KoWxkv$2R?;DZbz^2jPNq9HTjppC8 zOP`;5E>4u}{Mn8i`KXiRgRyYwbsw*BOjtZ$QFq$!`t*J;3P3it$L?xgNrF=8yb}aTD;tO z=eSI*`d#`mM0%lv_)V7^gS>K$^`ab9MV^kvbJh1Uz)Bj0AH=Lwc<6_v?~k3U0~^I2 z6>P^H+w--|cPVW{DRF;xZzQKPBFsb?H3i>Ia6M!A4^bC<3NRKM%eoqZ*pTnut=VLF z3D@3HV|mWf(n_j}nawM2Ex?SU-?sZWqUKxkkkoxs`{%gCSCQJa*1zj_d`WFbw`6YT zVwUC=9o7Rko(IbsV^i1SBG304Rs}|yKj*aWMqv_zHrPfs^(qt7WHCA(#23&B$T}dy zkI^qXBS{o`8POA_>=NwT^OW%te$z^A+}xaH!$D2c`{3_Mu!5TArhe1%x@@kRvvzu_ zt&8p(seo$-i;S)~g@c}`-|4%ecFsDpxP#eaxH;z}T>0!n{L?&;xgWTJH%ZeE`;yCI=N)4d^56S>C2ViL`Re2IGZ_pKlV z=wC^VXBPVNYSQ;LqYf*KR@}X@KK4BqwJ3jt>HTQiIO*)|KMkKZvv4B;u5=+Q?$uD9Wq(NUyHFjZV0^XvAb zXpsAHnDFZwO(PN&{qGN*!0GD2lAfitu|?Q*90>!Xy5Gxo+Iwl0-ja+GdEw44Lscs= zOUzd$+P)qz+kP_NOcA-f;y%;W-}><)lqMBQO+PnTA&ZS3tFx*N_Q#T-NRh#YbPXO{@Q8CySXx8u9LTrjf7h zq;X}HQ=%n5E?@bUr3;#MEbYyx&IK?KY=@)eXvF$JeS$207 zo*x>w#u?1suW4}*`7B5Lw1|J1WeMs|lx}4rlo$hBY<)vFS?i8`o z1v#o9FOT9GxUaRx!TGjZX43rYq;Z)pm$c-jN6cYUOBuDbvNr4nzJw7(REY|3!T?oy zb`mO&kRcGP1X4gwaVnMD*=0%h%{5}y$p@&WX~V3=m7dKzqnCau&0`jvX=uj{Oax#T z90X>gmvRxX1uwL-#yt!&+t2dY!O{KJ?b2}MDyp2w9xlgC@WqLSM7+MR-(Lt-FmC1* zo7`s#7NJm5q^dN>9atjV34>tu*=*Q|qwDoI`^!N^Q+noKnwy*DlX@8ld-4uSY zsevsaQiR?vV~f?aFPn0s9)sG3n{8EuM8Tepu9||y1phxXSoAq5=lFpm|-`G^mhzFm5Rvv+M2-x1|0GHZnAre4>UA|w{`4`wbC zRwwr+*>wUcltO_FVB*!W{Un=r)eoPCKgIOuJ_tx{T;nTJvG&wX?$qz(+jiT^Mpo`t`?dycPlPKP5)Xo*fPt z;p<+!e84{65VQ)0-(3l#HLl0S7sQL+!SNE&b!fy zSLFG@PL>ux3;>Me-e^8Q*=#&{HFDAQchfC%as%U|yn(&k{T&LQR+yHvCY%+o;mpaq z2N8JlO~Z^?MRT2pl>3GO4;=i~EMcc)479zvby4({8&Nr4!X(!OCPH@0^h#Dgs2Yi0 z_MUnaPpf-nGtw2cGqi+mDGz_?3N^_6<17ANlRz3OYr+t>oW}#4q&ryC2>VOQQ-l$j zwM|mbv`PWO#)x*&1VIjZg)PYHEnETlr_px7IOZ;5EeSUrCbpot$Gp-Z~JpPb&DP~ipxK0y0$@^#i zL3lb<(tGDORm-!&E;P$o6eE`-e->yU>o{xcGL}!v7t?%h6OR$L4lOzz{GnT1(GEm{ z=Fe=6_|wzJ^;Am(0T-MFErU(+Ct1P{DJ&oekeA4~?l509Q?<_RrEm2y zoBdmusaGnX&U_Z~8jcEh?C9*|Vn&lNHn#BuUvX?tZy70EzQWuDt@(xxYVj41o&~vx zDhEmtz1E|Moa+tM;qoZS?UQ7&@XzUg27Lgh*O<@Lb#oeeso%8QiNgkQhl53hX zmu!*hvVyW_OODN;NFDWq$sV+G?cEO>SS7eue8Dztg{L~s{){8vWKBpf64#~l;LAJ+ ze+1*1@v!fuRqcLvTfwS9vS!u!s(U}mDa|yadK^neLPt(!QU7(5Q}Sm-l%yu1>hjK1 zksDL@`^hrNVCp6i11nCk#DiIpb@;$XAMSMaeQNSmJ?3{+ec1W9)!e)O2gfg7Y3;cq z4BTXOj&aY}3?&K$&De|c0krZ%v_re}OTIr!ja$A1{rqv^$+9$eB&{1 z6$d44Wjx>9ZAhfsp}X@t4sK&p_-A$)PgP=Ry{UYRANBD{tsbB$fZ0UZ~p~$#BgYOPR?@c2aaPNHH2aEel+oC={ISVL$d; zJNml){>ADJ-277E7kSRH8MxLUoFoSk4D>36*z%?qr2lgpo&094TDoJz@>Y(H`uLGg zcg^zZ*FR6^fnLSHJIOAc?WoSq{`YIZYbqaJ&W9W?f9tM$T!!M57YW!u-Oxw!1+}yK z@x57{Sn|hi{@|?M2V!FBX^=CgFu}*OT~?CIa_rb|5t|!p%l+jZMIPDBr{_?vZ!2ZeTCFZ`PStUh zJBv*6NERv7K$guUVmQkwytCgnT8NPqoOVY!2M6z{ znP1}IouS9**`PNO=5r;E>^jzAo0C@dk2l2Zz1%#;ImgB&S{mH{QU0h$s$I%uq@IyK zo`-LF35zjkiS*I3=^38Dv&LWymDIxyb~wv7W@mzFCq2BnUJaW@C6Y;?g|y2MmL4x% znl4C+xL`mCDmz7L#B%uiXpq>L3X6F@=d;fkYuy2Es$*3^4+4i1+WT=s>KoGZWYZNL zYqp_ZHnOFuvE@5*534LcKES<(lWOa3o)z=PuMIHt=JdmYtchp zZ>+HwFd+x>Rnb2hj2FFwCc`Czu0rR&!{+t`1jI53{+2@06StuNVjNSd&YBTNI<&v( z=!M0l*3qNH#BB3(FDuqe^w`j2E|YM(Jb~~|4IFL zm?&2#LD#x^41QPCY@-dbkjHi{m*r>?J{(j4)(%6ly`#LRR`8oecQMj&my|1$`Mp5( zSGh5bP^R|y5p#ZK!RKPg0+IO7zpgcNtX07s9X(5j*us}>{gR^|VQo%}N~vKN)IQln zB=vklL|avy8ntT*PbR%&XDZPiZQ;n8Yu!6gl4l3K)H0X?`izop=b=KC!l9dfOll=G zBzstFa*wqI*DD7*My=N{l*tQ+HrP+9`Untg@IAm>~Tq&O?@X;Ew>NZTZEz6gK;M+7H_|Lv-9D!Q$ZpQ^WI;@9USI5=<5FvIeZ1v{^L0jIuB>UgU^IbB)DIWyM75rML6$cb10-YoaUYgDg8ks=R@Jz)kL zn{vLU5&)g%w$^rbcCNIZ-ftDBmV`B5J2>`%8Xrp&x4cn(PKC|S9kgfvH`snKrDy-R z-J{}RQyJ!qkkepRslZPX`E^y-kw~A7<^%N3x4S>^>t6`edsk2MVt8%6_^#!t1Q0g0 zDM~bams=>5LB1wxOJ;oS_u7q`CDIIG`3t(CNtSRil^E#(Fr_V*<~rbiK`lheUeF{u zjUISl;2R}ZS7NOzGW@rQw7E5j_V7@wmt!}O<969Lo;Nfy=v%$y<+s*L%YCV|kD62xAcmi(W|wVI_#ivC5-XjM;3bR2`X)9dBS)4oVAoX!3=I zVx&oXcI?Yd+uA1=Qf?Bb>s8t369JRR-Vq|_FOI+SD#KoGbNr)2oNHcH9jGtPYJvRL zS`wvwl3&$ycwmyL?pN0|`igbp1kgVY6aN8l$8p00#@`A>6L`s1=Vzb?)e}g=<7Z@5 zB1Ot601WTbxPccIiQik*s3Vmck=FBvZEZ^>`RB(3w?0PIv-(kaYu4xLnKdw_c;mP8 zR~(-2`gH9rdVARCf_(4&&U~^ci;o_%Nev9VGnl@L$#W5Fq%;@CMCHwx!Sk(pY-<{M zL}0(ze7b{o)b9V@?Oi%FMK8(;m8SD&4AIPJI;K-2-=Ipw%+4oB5H)B^ZV`o(-_0wn zDle8a-q|ef%}Vg52+V)a-xruWNct|L5x&>Sj1ZQfIwTTN0P_)*7R{)Ng&CP<7;q2e zQyt~|ApI8q@PD(JYO$#m=i-%!FUtrb;TyCmOyuy{iROv4o9_W0Gj|Fmi2VZ8!f}cx z492t1%VtXcomqn|QB;CBH?^)1K_#;A&fK(*=ZjI!Pto~%{Me&isI$~8Z(gCEzHk>` zmli$6UVqhj%A=$=1!_#5ORBPSYUurL^jzy-74Z}AR-Nu}yC61!hY7w^7B5~Ce=4Q{cHQsE&4hU7X)kk_!F23R6 z73IBB8*9U&10YhKvJ{Fba6kF{f_z&Ze0ICUpDbghtlV(X<(`$s5rn#f6GLbHKM06W zmH4SEI;)GJOX6v%I6D)+)syDE5D^Hl9b_70dKKy$F!Js|{zqJvuI#(p%5fP&g;}tx zG7)%SH$N^#WFGEzn6v?t@7ugOk{>fo6Be;-V4eCBKFZ!nZ|}zNMJC(Pixd zHiGFrKMh~MiUZfCfnVg>3e}W)<>p6s*Z33u_o*#rY_*~_Ti#Vh-y&)rF`KiKmFU=3 zsZU5zD6$2K(@dt1<}Z?Y#gsr}noF2OpnA-#Z>|$fc^iB0_AxCHWY7obhTj@xKg?0? zIWxF*9pbq!$rX3xl?@gOM%HKp3oBJMnF2Y38knCyf2TxMqhb=o?bL*E&lh&VK^gqs z>7_a7vfa);9J$Yw(R!=2Q&XeHxO|-L<*}_LIxsRLid$P7$krov)d}Z*QEx^cyQ3AC z8W%gRvJg`O`#t!*70le4Q^tx6F6u4W~8IFsM!Rh}^bD)UX4Sui_3 z94$&!)be~#vf#{eUHtWsyx^pJfe>WD^!*0PvTZhHU)v*6Ui{Zz<{fwM`ilHj#=Ma{ z05EywxewEV{`jkzOP6eoH3RfQT`+;>i;?{B($m)^W7qJaY$NOha&0BGouSShh9HLT zwFN7i?M%AaZd7}|7^>n<7Wdgn*}<7ZP+V%V!+avmt=>goJbhN}#9$v19z5KOqivsc zYoCwQItVL$+KOcEjQ24UQfoIiIko%i2d>!E}Yg+)wjsrbKePZ9Nkt|CL-b>p2ujQ%{nE}FUxQ?=)zL| zgcUG{lD92t-AY}NTV&7S(0z+wc+fl(NUir=ZM6=t(RJRV8vP}7@;U-WgOZq%?uK{} zi)c*46GMY9lOs2ZT#;O^lh?M+K6rxSr7%4{r-;w+q8j=#9O}?$P_0#=(czLcD*0yF z3V6M6agG`RW`5e=+vV-5JbpCwD!f>r#h<6GDekFv5H_r=-L5i#143-H0hXp#JzY;< z0a|=kmAc``@5V3u>MqPakY#T9++&q}rNd?Xx+_y)HZxauZ>u@&aPjoihsS+@IX$=| zH_+G2)a018pkPl_#(_43J_|BwXJgs)qdunvHwiNLhi6W@Ae@v)21s6R>2`4JEdkEJ z=etm=T*K6<41GJ#oEorCdrW0|#w=Cky;x}dmxpc#ilX}uxg=9>$WL+_ZMDKdRB*Y0 z+`C%)Li&6R;HIVvN{x&sw*xfjg3g8cN5S>nLD^ILAcXoJVF-HW_>ZAjV*|yj&f4#0 zxM|w4R4=FQ>*(fQmVvXmz9mq49R@@@oa3sUmu>$;RHvL}yCehDF;__$>x&MU%rZ0r zX55vMp5`gIi1jil+?^_<8ojeH5WsYC`yV1DR#!2mS4=LhPAh=XJuXA11g~y^uly-` zwWnrUz+#~-@DB}+t*Tp%8YwRWYV#R6)SE8@SUXURtK$JB?IEk5AqhcbwvEv-3>A+g zWiH?Duk`rGJNsR7H^D0}C~H>t(J-6N_w-{@a6*8(0-wClb86;{Vu6p&nf+~rf9u@@7TPUmuaF~Dnnb9yR^miG z4?@IPJ=96(e)AOh>393=@^QXkys~JyhTF^91L#Lgic)ZA8#)Pv#?64`_u19Gy1#SosW$35RMH28}^nrg~ zrXlpovx5jA)mNq+m<-V<`zW(60`1EPZ7p=0YepkaL^j&2j%9z5P+vIo=gR)fH1wY! z_Emq}w~18q__|%2hQ?T568_!0I@-C@j_rH}_(*Tagl%Zr4uKru@^bseK+>qExd~EV zJn!=nlkxlA>rJ-Pq*sslpfgnINA))21Hpt&-&GHmB~qi=pI+~dN+5d?HBCF1W;(Jfs(4ZlXi-bFW0Rd=WtO|6@>V9R^9E2kX{(@gED6C(6q(9w8z^Nv;B+ zzKU}}jzzBI$?WO!9>RO(%VU=$FMSDjW{xMF$9#SZqr#zDPCgxjv{l3c3 zzGLwB`INl>=G`Rv;W$Eh|4*L*jVW4=(Q`xF| z2G(CH3=OHT(DHoewy8gYaUS zH@yo8?oi6n-lhPXw4Z7JMBGKgW`~z^jk1IGZWQu)K1d;b!7RW)<|)0OM3ljFZJy?T z=)2El@oHl?{G~nk8nzMWn5j=zRra3KGEdvD=N)MOQX$sslnJaMN!wfj2UlX+ZpL4Q zZ+7vSneo3a-^=$%RAfSf5ua(qOPdoo6tkDclUeTS^n!WKpLbv2sh);m2dy8bL@y{m zV!5<01r2R~@A-1Yu%QHB2kis(n^5B*=l3a0>Yy#F_2*whW^FaOlxzkNGaIEFjQ#hl z6xsFcW-!(7)1)->OSPGf)ac}VTfVX#<^LJho?YQfv9ey9M(w${7&EoBbJk8&0NLB( zM}auJr1&o?SUb8<=`FjGOMHK+!`4>DqgVFu9VlGnm!xbu)a1tZeH2IAkF^*{ex#@7 zVFZ(An+DJZka;a@+0iEZRL+;}A2q9GVs8EF<=(O+jd6KJQ1fkeIu9m6aN6?>E zfg`35qNegK|MM}+te$rrnE`|PA-{f~{{?ujI?fEDeQhcdJ13C1T69w6w#J?NX<}nv z;&zvHGky7TN@*t#OtBwiVP$3+%jZUO3ML+&zn52rIA)-TH)q=TT;?5peA(yRyIZv5 zbK=>}#9xQS5q4^>a^bdoc`(Z_41Nz~?pLdf5`|U;i%Tt2Rc!s$sA%kfxaO}9^E{UbD^Gb$Hgp^cB%v5Iu26mWJXO&X|5R#O%%IS{7+x?JTF{!hLq~ZBi4c z4jPd0sA9!7j~{S5}iOIf}2 zVxUK8?(Oj-J3==Sft`AI#u>d|w&LC_Mrt7KQ?@xZCudhc1z z@dhyv-pUT=)}DKbsg-EGmV0<(%l0||)SPNuOT=8B6?3X_!5PCFZR{5q3%VpgP9UY| zfng8Cjvf_9+$|65y)rQD{;+UXFGFjN1(!t;yX~Ye^$Zxo3%HQJ;FDShmoLbCP20-4 zV?k&)RCjX26~7_^9ttY%`KM9S{vGaN*S4Db&NjBaXMWFG*m*SB<>st8J7LQ$6nFe7 zEZ~kgAx~DrLcg~5w}k0s>qv7f=Y-f}{a1d1UP8{;eV+I2M0>C^`~O-ag=a<_oyHgu z<hq?r1dT#kcpE{0OQX|I5Gp4K@4>s_ZnC>_u}>=bbCHVc^O=(P6_xBNZF%VMV;lOUhAr7aUeS87yO?>oYsDc!q^! zGb=H@6>=s001}Cdz;mHEjiN4nF}6{elQ-ONaYjX%GOmUj%ex`c1^)SQ=t#M08}}FJ z`cf6Fy znphS#l!0>UK~^N%dDN@(&QQ^we91XsVGQW#c=$SD{JT)GpH=d*UbMOg2_X?#psF{1}LyA1JPd+irp^!eTn} z%RT5jHLg#hxT4lK%EQ-h&(5fO{4Tuuo=9~ZYrM&thQx5FqGPp{byO=m6}JfP%c!eQ zSI53?R4G}d+1uOe)vXhvg2;FqR7t^waw;3PMa&CL$`KC`B>e(I{?3Opnyq=IdUbmW z|C0LVCf*xS?98UqN9A&h?$uV9x=WIwWF~@Gbis6_SR^RD(WU+}W(kVnKq*1IxeD$_ zQPgbuWL)UnsO+!*gBLMN)pb6~n#^M=69X^?^r<^`6l_DKm3|P6v&wTn3E1HC#eTgn zNJn>k+qIMuQoJ8eY?;Ql)#&D`Ui^L;sXec(Mwcw`Q#aMMlK&H#>BEYqC1rW@0_NXOH z7y3#sLE#tc%xSQm05F{QwSP%VLDRSrDp`H`D>gj20Cp_%HNX?0QeJzu%o>xyE#sZ? z&lupUgmJtE-C383&*Tv`|Ks(Iu?gi;sN}v;SDHxC)Z{P=*^-=kB20#$Wm1J#GS?i- ztgYKaE^|IPw{7WCW{nU)+$~(S{s?ta(6*@q1^)D7>;I>GVmv2mqkBJ|>HqyqhVD|b z65S4i&XRqD)+Qg0+}M>}esWKCOPoqaPNesItJf9rBj~J5*8g*B|1S(nIGaSEUU{{r zeC-(2R-qt+u9&x3cI?RiK*Fi-60q$#p%e|kTt^Nswm3sWCiQzNF+?FHtNevKLWQt4 zUB5cn*pwm4KIhg4u}d*VALKZ#nhSB<%C@V2%VEjc6j`N@|C;q3`RP#b>_drPCD=5} zZ6@q4$gVgesNR)j0G@Qp`rh5o&7j?yXzc8ix}$q`cO+By-&DTncm$zRLgw+TMi@3( zj~Nt<77ozB65*Lbpz1b_G;Y61ZTGP^kiSRzM3S5?8H?F|jELUtk9 zqj#)rZ64GfG30l3Tn`(>Ui|U5zWigW`rs^l?$+j`UAX+|7o2rJPX=tgj9lwV&u;A7 zt$6IzTt0%E!}C#a{#R+jROxYKK0C@^_pzL$%X31*O1arml!O#MYHw$_k5Ip+-_-Kw zQ!T+*WHj8%v5Bb|(Oz}FgK7+UeeZ>kE!;=i+RLMEH-0~PR}VRn{2sy}v4eec#g0nQ z4F;m2+{=VCt=r}y0XrPtbgdL}ZEwGH@i26wNR)M#{bIG|DdF;gWw0N?a&{uLb#Q`h z>gPaOji(*qQ%Y&U^|;|3#yKN-Y{cPYWQ%g(Fu=VOL7wUDS5|`rJUdXZrCAGQ7At8| zc7gl#fEM-;&++j85Ov=?llI`#JZ5ZXJzw_+=sZo^B0kR_dfu`z${}rYZ8%c~ne<}> zP*G!ZSV?nOuhrQD3@JTo@#YHfeXYy)njVY<_-BnIZ&My)94%xOIAj>$C!hE|@Fb^#iEH;CfR1m;FSi6WI zD-`ApNae9&tP&Xm*pN4wP^k3XEv=E>RD194L%!yS?uCYL+;+bkfBTy!p8xIpGVZqp zae*dwp40wt@n#$AHS6xa4$GZb=n$k=L)6tE<|So-QbD07diFC0T!$SMZx0~wODRq| zwoqg-{>u+CpFLf87bSoG?F6S?b`kaQ85x(YH_rQ&&r?5D*Xz01=?N9>pj>9jtxOL0 z^tz(L%@YfYkUuX}x_$`EzZ5&;T8VQ&RD9>i*+4!Gs~OBMEZ>C|(c2kSJh!(~der5o zE7zg%HuuUzxc6QGC8Mf*(_WnSS2g-y?%s}blY4$xdvrg}jwfIKf&sGcu?u@Cg~~f$ z7BkISyBq>yqqaoDf;im<%vnMn)%7G+m&Xsjv7(>!k*W!@d}8C>Fm#_FLNf74a`enZ zl&p{X`g(cugylyq(I>oo!x!#;I0?eMoo+;3=ZX|Fx4?6l+mn4bcVgNZl-)T|fur{z zWV>xTQQB5u8+)7e@j#iuuw(|CL0``}VIpF~OKL2{m{zmN8R4fVfO7vGZJ@eo0)1~n z*S4~@qucyIRy^>6ct4S1?Zw_9w@4$IG?O)r{Q2?J@hQ7ic`JJDaGJvf!8uIT9rJnb zhsA11w5Y`6oxQ^%nS1CM~xSbs#eDY%mD z0++}+f)5pXLAu(Eri&pT&&}1paRI}@W5cJ#-jN>){nLH|MtNXK?*I3o6RP4%hGn>V zAb@N>W)3S^r=*@+^aTvzy`KvMW1MR`%|8%|r1>oO3UNC)2q<2_y`P~YtxffZ9$5ff z`2lOS8ECP^W|(T6F}rN^;PF%$C1KJTi%1{q2X!gEYf{CR}@dEohpcd0N4 z1}^F(C&~)Bb=#T#{p3^g=44MeZ>w1+3-WrcKKk2OZL}+{3NXHxMn>+$!*ToYnawa* zTP(Zm>;72f040kbyjCfFtb)Ar)hYq2FgyFvD{0N(=J~Q?`#KDM!r)5vHoMQE9Vf-Q z>vOKxyX&U6;0;^5giGSt1`sarP;Ub5DvsCv%GEa9-4rI%a=Vtqe)9VrVSD-{s_rn3 zLL%ts)XfIKG>|sn5bhamieovL&do+Cin0!TQC5>j!z-UOTlR6##~y6jQs|rqRKL!m zYSiVpZJ+Y<^Z28hTs2+d`JxWln{)YXZ=E@hSzDJ}fozX7z009(r&LX zf4-Jxosfy80t-~BwdD&=`}wxpP$Ot}^8-RJv>v?w706#f*JYYVnv67KkK+Z~w@9^Z z8$EO#^F}bpEA>VI8|NWz+sE{|HQrI^4C%)@xWCO9_dWKL&r-%ePFEFU&mYzV|F+)U zBe!lFSXUFcR)3O>l;sVxLJYgkJ_+AQ2z>Y<$Tv!SW3amdb;NW$Pp7qNv`ZL z=ufa}z~Xs`nL>vCAAr_gHgXNLMI1w*JqwRL@H%y+CLbf&dyw6C7@PLzC%5r`4fIsD zie^F-<}crWrWQejg92lFj}3`Nd7cSXOj75ZFk7z5i_|jpk$Vum`pFZgl1{G$Ix&~^ zU=@|VN2x%Bh>jsKYW!$g2i2ly-)5XqAe?2;FK5=vK1DhxYN`tsK8x(TXnWJ4%R;#I0uRL=$L`{PN{N! z0$czpBb>*N5H=wR3U(>HWW5G^w6$4IBxtWCu=xyPQ*4qX8 z@1~{waV<+V!WMd2mZ0YYGJJ_PNfdRlR0<7PAMveKN>tNOsVxL77VV)Ik2m) zpH(HOvs!Gw`0{OrUgDJSf`CAgDoD^8>Dj*;Kkn4bozuGySZ{_*0PE;|2| zTOKMzp!EU`ZE;gMD5CF7Hp-qbc*AI13HmMhWk z7h{oQ`wjP+>a^sF^0X+Poi6tiU=91xe@eIpE@RXEdEkIz!#P~@ef0!uHS!AsQzPMR zz4^UsQyxdblMh{b(=fL7ItEWs9UF*M>KL8cB4XXoHE*%99ryKT%(B%yP~<~B>6B6s z(I7b1`UtZWQ2f(u2+*ecX8WOre$kkQIIaQG_`Fpx9hgRH@YC|qhhP|75r{pPOGY{yx zn7N=bHHvE&a$eSdyTX!=x!s#);lJ7sa{mcH*#@AXVvw|QM(;y4#Vr6pXJ5fb*M82% z2-|UCm2dRW9fqMFm~54eakwpq3azx>r<=H+j;`CDx4{#_oY0=mw%L+G`IyOC%@(N7 zgLrLMQm=S+ne()uJ)vrg)kjuio67`xaj|obZhM=#3D0u%;2aR@cl68%Jw4wC`03skPI%=#sU78aTYaF?`QP=}~l0A&Y}A7oPTDm(i~*E8;5 z)k`TEe##dnm^=}n&4+?H_?f;M;km3>8x59y=@k1hsPM6xTN(nC1>;?P)QIa1z0R!D zFn7gVIC{PF@|c}flMn_4cAM*H`dJE*`s>|muq6S9Ag$@UXIJe!#1_BNR2AyEj<%~C z<*1t59b@x_<{>dYI8sHeLCYZMyHuO-FG6}1_g(del5AePX2+!673Cohy={)%qJF!F z$tMsd-NjF=m69t~IMX|^Ois)6m7u1*EfT#y`M4k5>7P=4-Oyc_`Ftg~V$QrrTTwn~zo=o7CMU{fM{_N_7;k>smF9ubf9KWvaYc~!6 zHNtpf*xAL(=v&Vzs%5Wv5&Y?e^4i&uo=Hcpo5*2jrYjA@H{#d z%{~U#${bVRAy2|RNiccHoM|%u*tDpKE3SgJllNF)|s44a91WH!r dT?GX%ouf)CE3Nb~$dC?X eventList;\r\nByteAddressBuffer inputAdditional;\r\n#endif\r\n\r\nvoid SetAttribute_CAC29747(inout float3 position, float3 Position) /*attribute:position Composition:Overwrite Source:Slot Random:Off - channels:XYZ */\n{\n position = Position;\n}\n\n\r\n\r\n[numthreads(NB_THREADS_PER_GROUP,1,1)]\r\nvoid + channels:XYZ */\n{\n position = Position;\n}\nvoid SetAttribute_FDD06EC7(inout + float3 color, float3 Color) /*attribute:color Composition:Overwrite Source:Slot + Random:Off channels:XYZ */\n{\n color = Color;\n}\n\n\r\n\r\n[numthreads(NB_THREADS_PER_GROUP,1,1)]\r\nvoid CSMain(uint3 groupId : SV_GroupID,\r\n uint3 groupThreadId \ : SV_GroupThreadID)\r\n{\r\n uint id = groupThreadId.x + groupId.x * NB_THREADS_PER_GROUP;\r\n#if !VFX_USE_SPAWNER_FROM_GPU\r\n id += groupId.y @@ -390,70 +364,57 @@ VisualEffectResource: += uint(asfloat(sourceAttributeBuffer.Load((sourceIndex * 0x1 + 0x0) << 2)));\n \ if (id < currentSumSpawnCount)\n {\n break;\n \ }\n }\n */\n \n\r\n#endif\r\n float3 - position = float3(0, 0, 0);\n uint particleId = (uint)0;\n float3 - velocity = float3(0, 0, 0);\n float age = (float)0;\n uint seed - = (uint)0;\n float3 color = float3(1, 1, 1);\n float alpha = (float)1;\n + position = float3(0, 0, 0);\n float3 color = float3(1, 1, 1);\n uint + particleId = (uint)0;\n float3 velocity = float3(0, 0, 0);\n float + age = (float)0;\n uint seed = (uint)0;\n float alpha = (float)1;\n \ \n\r\n#if VFX_USE_PARTICLEID_CURRENT\r\n particleId = particleIndex;\r\n#endif\r\n#if VFX_USE_SEED_CURRENT\r\n seed = WangHash(particleIndex ^ systemSeed);\r\n#endif\r\n - \ \r\n {\n uint tmp_bk = particleId / asuint(uniform_d);\n - \ uint tmp_bl = tmp_bk * asuint(uniform_d);\n uint tmp_bm - = particleId - tmp_bl;\n uint tmp_bn = tmp_bm / asuint(uniform_e);\n - \ float tmp_bo = (float)tmp_bn;\n uint tmp_bp = tmp_bm - / asuint(uniform_f);\n uint tmp_bq = tmp_bp / asuint(uniform_g);\n - \ uint tmp_br = tmp_bq * asuint(uniform_g);\n uint tmp_bs - = tmp_bp - tmp_br;\n float tmp_bt = (float)tmp_bs;\n uint - tmp_bu = tmp_bp * asuint(uniform_f);\n uint tmp_bv = tmp_bm - tmp_bu;\n - \ float tmp_bw = (float)tmp_bv;\n float3 tmp_bx = float3(tmp_bo, - tmp_bt, tmp_bw);\n float3 tmp_by = tmp_bx / uniform_h;\n float3 - tmp_ca = tmp_by * float3(2, 2, 2);\n float3 tmp_cc = tmp_ca - float3(1, - 1, 1);\n float tmp_cd = tmp_cc[0];\n float3 tmp_ce = float3(tmp_cd, - tmp_cd, tmp_cd);\n float3 tmp_cf = tmp_ce * uniform_i;\n float3 - tmp_cg = tmp_cf * uniform_j;\n float3 tmp_ch = uniform_c + tmp_cg;\n - \ float tmp_ci = tmp_cc[1];\n float3 tmp_cj = float3(tmp_ci, - tmp_ci, tmp_ci);\n float3 tmp_ck = tmp_cj * uniform_k;\n float3 - tmp_cl = tmp_ck * uniform_l;\n float3 tmp_cm = tmp_ch + tmp_cl;\n - \ float tmp_cn = tmp_cc[2];\n float3 tmp_co = float3(tmp_cn, - tmp_cn, tmp_cn);\n float3 tmp_cp = tmp_co * uniform_m;\n float3 - tmp_cq = tmp_cp * uniform_n;\n float3 tmp_cr = tmp_cm + tmp_cq;\n - \ float3 tmp_cs = mul(uniform_b, float4(tmp_cr, 1.0)).xyz;\n SetAttribute_CAC29747( - /*inout */position, tmp_cs);\n }\n \n\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\n + \ \r\n {\n uint tmp_ba = particleId / (uint)65536;\n + \ uint tmp_bb = tmp_ba * (uint)65536;\n uint tmp_bc = particleId + - tmp_bb;\n uint tmp_be = tmp_bc / (uint)256;\n float + tmp_bf = (float)tmp_be;\n uint tmp_bg = tmp_be * (uint)256;\n uint + tmp_bh = tmp_bc - tmp_bg;\n float tmp_bi = (float)tmp_bh;\n uint + tmp_bj = tmp_bc - tmp_bc;\n float tmp_bk = (float)tmp_bj;\n float3 + tmp_bl = float3(tmp_bf, tmp_bi, tmp_bk);\n float3 tmp_bn = tmp_bl + / float3(255, 255, 1);\n float3 tmp_bp = tmp_bn * float3(2, 2, 2);\n + \ float3 tmp_br = tmp_bp - float3(1, 1, 1);\n float tmp_bs + = tmp_br[0];\n float3 tmp_bt = float3(tmp_bs, tmp_bs, tmp_bs);\n + \ float3 tmp_bv = tmp_bt * float3(1, 0, 0);\n float3 tmp_bw + = float3(-4, 0, 0) + tmp_bv;\n float tmp_bx = tmp_br[1];\n float3 + tmp_by = float3(tmp_bx, tmp_bx, tmp_bx);\n float3 tmp_ca = tmp_by + * float3(0, 1, 0);\n float3 tmp_cb = tmp_bw + tmp_ca;\n float3 + tmp_cc = mul(uniform_b, float4(tmp_cb, 1.0)).xyz;\n SetAttribute_CAC29747( + /*inout */position, tmp_cc);\n }\n {\n SetAttribute_FDD06EC7( + /*inout */color, float3(1, 1, 1));\n }\n \n\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\n \ if (alive)\r\n {\r\n\t\t\tuint deadIndex = deadListIn.DecrementCounter();\r\n \ uint index = deadListIn[deadIndex];\r\n attributeBuffer.Store3((index - * 0x4 + 0x0) << 2,asuint(position));\n attributeBuffer.Store((index - * 0x1 + 0x106100) << 2,asuint(particleId));\n attributeBuffer.Store3((index - * 0x8 + 0x147940) << 2,asuint(velocity));\n attributeBuffer.Store((index - * 0x8 + 0x147943) << 2,asuint(age));\n attributeBuffer.Store((index - * 0x8 + 0x147944) << 2,asuint(seed));\n attributeBuffer.Store3((index - * 0x4 + 0x353B40) << 2,asuint(color));\n attributeBuffer.Store((index - * 0x1 + 0x459C40) << 2,asuint(alpha));\n \n\r\n }\r\n#else\r\n + * 0x4 + 0x0) << 2,asuint(position));\n attributeBuffer.Store3((index + * 0x4 + 0x40000) << 2,asuint(color));\n attributeBuffer.Store((index + * 0x1 + 0x80000) << 2,asuint(particleId));\n attributeBuffer.Store3((index + * 0x8 + 0x90000) << 2,asuint(velocity));\n attributeBuffer.Store((index + * 0x8 + 0x90003) << 2,asuint(age));\n attributeBuffer.Store((index + * 0x8 + 0x90004) << 2,asuint(seed));\n attributeBuffer.Store((index + * 0x1 + 0x110000) << 2,asuint(alpha));\n \n\r\n }\r\n#else\r\n \ uint index = particleIndex;\r\n attributeBuffer.Store3((index - * 0x4 + 0x0) << 2,asuint(position));\n attributeBuffer.Store((index * - 0x1 + 0x106100) << 2,asuint(particleId));\n attributeBuffer.Store3((index - * 0x8 + 0x147940) << 2,asuint(velocity));\n attributeBuffer.Store((index - * 0x8 + 0x147943) << 2,asuint(age));\n attributeBuffer.Store((index * - 0x8 + 0x147944) << 2,asuint(seed));\n attributeBuffer.Store3((index * - 0x4 + 0x353B40) << 2,asuint(color));\n attributeBuffer.Store((index * - 0x1 + 0x459C40) << 2,asuint(alpha));\n \n\r\n#endif\r\n }\r\n}\r\n" + * 0x4 + 0x0) << 2,asuint(position));\n attributeBuffer.Store3((index + * 0x4 + 0x40000) << 2,asuint(color));\n attributeBuffer.Store((index + * 0x1 + 0x80000) << 2,asuint(particleId));\n attributeBuffer.Store3((index + * 0x8 + 0x90000) << 2,asuint(velocity));\n attributeBuffer.Store((index + * 0x8 + 0x90003) << 2,asuint(age));\n attributeBuffer.Store((index * + 0x8 + 0x90004) << 2,asuint(seed));\n attributeBuffer.Store((index * 0x1 + + 0x110000) << 2,asuint(alpha));\n \n\r\n#endif\r\n }\r\n}\r\n" - compute: 1 name: '[System 1]Update' source: "#pragma kernel CSMain\r\n#define NB_THREADS_PER_GROUP 64\n#define VFX_USE_POSITION_CURRENT - 1\n#define VFX_USE_PARTICLEID_CURRENT 1\n#define VFX_USE_VELOCITY_CURRENT 1\n#define - VFX_USE_AGE_CURRENT 1\n#define VFX_USE_LIFETIME_CURRENT 1\n#define VFX_USE_SEED_CURRENT - 1\n#define VFX_USE_MASS_CURRENT 1\n#define VFX_USE_COLOR_CURRENT 1\n#define - VFX_USE_ALPHA_CURRENT 1\n#define VFX_HAS_INDIRECT_DRAW 1\n#define VFX_WORLD_SPACE - 1\n#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\n\r\nCBUFFER_START(parameters)\n - \ float3 Sphere_center_a;\n float Sphere_radius_a;\n float3 uniform_i;\n - \ float Elasticity_a;\n float3 uniform_n;\n float Friction_a;\n float3 - uniform_o;\n float LifetimeLoss_a;\n float3 uniform_p;\n float Roughness_a;\n - \ float3 uniform_q;\n float deltaTime_a;\n float3 uniform_r;\n float - uniform_j;\n float3 uniform_s;\n float uniform_k;\n float3 uniform_t;\n - \ float uniform_l;\n float3 uniform_bf;\n float uniform_m;\n float2 - uniform_u;\n float2 uniform_v;\n float2 uniform_w;\n float2 uniform_x;\n - \ float2 uniform_y;\n float2 uniform_z;\n float2 uniform_ba;\n float2 - SpeedRange_d;\n float uniform_bb;\n float uniform_bc;\n float uniform_bd;\n - \ float uniform_be;\n float Drag_b;\n float Color_c;\n float Color_d;\n - \ uint PADDING_0;\nCBUFFER_END\nTexture2D texture_b;\nSamplerState samplertexture_b;\n\n\r\n#include - \"Packages/com.unity.visualeffectgraph/Shaders/Common/VFXCommonCompute.cginc\"\n#include + 1\n#define VFX_USE_COLOR_CURRENT 1\n#define VFX_USE_PARTICLEID_CURRENT 1\n#define + VFX_USE_VELOCITY_CURRENT 1\n#define VFX_USE_AGE_CURRENT 1\n#define VFX_USE_LIFETIME_CURRENT + 1\n#define VFX_USE_SEED_CURRENT 1\n#define VFX_USE_MASS_CURRENT 1\n#define VFX_USE_ALPHA_CURRENT + 1\n#define VFX_HAS_INDIRECT_DRAW 1\n#define VFX_WORLD_SPACE 1\n#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\n\r\nCBUFFER_START(parameters)\n + \ float4x4 uniform_e;\n float3 Sphere_center_a;\n float deltaTime_a;\n + \ float3 uniform_d;\n float uniform_f;\n float3 Color_e;\n float + uniform_g;\n float Intensity_c;\n float Color_d;\n uint2 PADDING_0;\nCBUFFER_END\nTexture2D + texture_b;\nSamplerState samplertexture_b;\nTexture3D VectorField_c;\nSamplerState + samplerVectorField_c;\n\n\r\n#include \"Packages/com.unity.visualeffectgraph/Shaders/Common/VFXCommonCompute.cginc\"\n#include \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\n\r\n\r\nRWByteAddressBuffer attributeBuffer;\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\nRWStructuredBuffer deadListOut;\r\n#endif\r\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\nRWStructuredBuffer @@ -479,165 +440,145 @@ VisualEffectResource: (LifetimeLoss * lifetime);\n \n }\n}\nvoid Force_1(inout float3 velocity, float mass, float3 Velocity, float Drag, float deltaTime) /*Mode:Relative */\n{\n \ velocity += (Velocity - velocity) * min(1.0f,Drag * deltaTime / mass);\n}\nvoid - AttributeFromCurve_39BD5D15(inout float3 color, inout float alpha, float Color, - float SampleTime) /*attribute:color Composition:Overwrite AlphaComposition:Overwrite - SampleMode:Custom Mode:PerComponent ColorMode:ColorAndAlpha channels:XYZ */\n{\n - \ float t = SampleTime;\n float4 value = 0.0f;\n value = SampleGradient(Color, - t);\n color = value.rgb;\n alpha = value.a;\n}\nvoid AttributeFromCurve_30403583(inout - float3 color, float3 velocity, float Color, float2 SpeedRange) /*attribute:color - Composition:Add AlphaComposition:Overwrite SampleMode:BySpeed Mode:PerComponent - ColorMode:Color channels:XYZ */\n{\n float t = saturate((length(velocity) - - SpeedRange.x) * SpeedRange.y);\n float4 value = 0.0f;\n value = SampleGradient(Color, - t);\n color += value.rgb;\n}\nvoid EulerIntegration(inout float3 position, - float3 velocity, float deltaTime)\n{\n position += velocity * deltaTime;\n}\nvoid + VectorFieldForce_267A9(inout float3 velocity, float mass, float3 position, VFXSampler3D + VectorField, float4x4 InvFieldTransform, float4x4 FieldTransform, float Intensity, + float Drag, float deltaTime) /*DataEncoding:UnsignedNormalized Mode:Relative + ClosedField:False ConserveMagnitude:False */\n{\n float3 vectorFieldCoord + = mul(InvFieldTransform, float4(position,1.0f)).xyz;\n \n float3 value + = SampleTexture(VectorField, vectorFieldCoord + 0.5f).xyz * 2.0f - 1.0f;\n value + = mul(FieldTransform,float4(value,0.0f)).xyz;\n \n velocity += ((value + * Intensity) - velocity) * min(1.0f,Drag * deltaTime / mass);\n}\nvoid AttributeFromCurve_44F26C8C(inout + float3 color, inout float alpha, float3 velocity, float Color, float2 SpeedRange) + /*attribute:color Composition:Overwrite AlphaComposition:Overwrite SampleMode:BySpeed + Mode:PerComponent ColorMode:ColorAndAlpha channels:XYZ */\n{\n float t = + saturate((length(velocity) - SpeedRange.x) * SpeedRange.y);\n float4 value + = 0.0f;\n value = SampleGradient(Color, t);\n color = value.rgb;\n alpha + = value.a;\n}\nvoid SetAttribute_FA15ADAA(inout float3 color, float3 Color) + /*attribute:color Composition:Add Source:Slot Random:Off channels:XYZ */\n{\n + \ color += Color;\n}\nvoid EulerIntegration(inout float3 position, float3 + velocity, float deltaTime)\n{\n position += velocity * deltaTime;\n}\nvoid Age(inout float age, float deltaTime)\n{\n age += deltaTime;\n}\n\n\r\n\r\n[numthreads(NB_THREADS_PER_GROUP,1,1)]\r\nvoid CSMain(uint3 groupId : SV_GroupID,\r\n uint3 groupThreadId \ : SV_GroupThreadID)\r\n{\r\n\tuint id = groupThreadId.x + groupId.x * NB_THREADS_PER_GROUP + groupId.y * dispatchWidth * NB_THREADS_PER_GROUP;\r\n\tuint index = id;\r\n\tif (id < nbMax)\r\n\t{\r\n#if VFX_USE_ALIVE_CURRENT\r\n\t\t\r\n\t\tif (alive)\r\n\t\t{\r\n\t\t\tfloat3 - position = asfloat(attributeBuffer.Load3((index * 0x4 + 0x0) << 2));\n\t\t\tuint - particleId = (attributeBuffer.Load((index * 0x1 + 0x106100) << 2));\n\t\t\tfloat3 - velocity = asfloat(attributeBuffer.Load3((index * 0x8 + 0x147940) << 2));\n\t\t\tfloat - age = asfloat(attributeBuffer.Load((index * 0x8 + 0x147943) << 2));\n\t\t\tfloat + position = asfloat(attributeBuffer.Load3((index * 0x4 + 0x0) << 2));\n\t\t\tfloat3 + color = asfloat(attributeBuffer.Load3((index * 0x4 + 0x40000) << 2));\n\t\t\tuint + particleId = (attributeBuffer.Load((index * 0x1 + 0x80000) << 2));\n\t\t\tfloat3 + velocity = asfloat(attributeBuffer.Load3((index * 0x8 + 0x90000) << 2));\n\t\t\tfloat + age = asfloat(attributeBuffer.Load((index * 0x8 + 0x90003) << 2));\n\t\t\tfloat lifetime = (float)1;\n\t\t\tuint seed = (attributeBuffer.Load((index * 0x8 + - 0x147944) << 2));\n\t\t\tfloat mass = (float)1;\n\t\t\tfloat3 color = asfloat(attributeBuffer.Load3((index - * 0x4 + 0x353B40) << 2));\n\t\t\tfloat alpha = asfloat(attributeBuffer.Load((index - * 0x1 + 0x459C40) << 2));\n\t\t\t\n\r\n\t\t\t\r\n#if VFX_USE_OLDPOSITION_CURRENT\r\n\t\t\toldPosition + 0x90004) << 2));\n\t\t\tfloat mass = (float)1;\n\t\t\tfloat alpha = asfloat(attributeBuffer.Load((index + * 0x1 + 0x110000) << 2));\n\t\t\t\n\r\n\t\t\t\r\n#if VFX_USE_OLDPOSITION_CURRENT\r\n\t\t\toldPosition = position;\r\n#endif\r\n\t\t\t\r\n\t\t\t{\n\t\t\t CollisionSphere_1( /*inout */position, /*inout */velocity, /*inout */age, lifetime, /*inout */seed, - Sphere_center_a, Sphere_radius_a, Elasticity_a, Friction_a, LifetimeLoss_a, - Roughness_a, deltaTime_a, (float)1, (float)0);\n\t\t\t}\n\t\t\t{\n\t\t\t uint - tmp_ch = particleId / asuint(uniform_j);\n\t\t\t uint tmp_ci = tmp_ch * asuint(uniform_j);\n\t\t\t - \ uint tmp_cj = particleId - tmp_ci;\n\t\t\t uint tmp_ck = tmp_cj / asuint(uniform_k);\n\t\t\t - \ float tmp_cl = (float)tmp_ck;\n\t\t\t uint tmp_cm = tmp_cj / asuint(uniform_l);\n\t\t\t - \ uint tmp_cn = tmp_cm / asuint(uniform_m);\n\t\t\t uint tmp_co = tmp_cn - * asuint(uniform_m);\n\t\t\t uint tmp_cp = tmp_cm - tmp_co;\n\t\t\t float - tmp_cq = (float)tmp_cp;\n\t\t\t uint tmp_cr = tmp_cm * asuint(uniform_l);\n\t\t\t - \ uint tmp_cs = tmp_cj - tmp_cr;\n\t\t\t float tmp_ct = (float)tmp_cs;\n\t\t\t - \ float3 tmp_cu = float3(tmp_cl, tmp_cq, tmp_ct);\n\t\t\t float3 tmp_cv - = tmp_cu / uniform_n;\n\t\t\t float3 tmp_cx = tmp_cv * float3(2, 2, 2);\n\t\t\t - \ float3 tmp_cz = tmp_cx - float3(1, 1, 1);\n\t\t\t float tmp_da = tmp_cz[0];\n\t\t\t - \ float3 tmp_db = float3(tmp_da, tmp_da, tmp_da);\n\t\t\t float3 tmp_dc - = tmp_db * uniform_o;\n\t\t\t float3 tmp_dd = tmp_dc * uniform_p;\n\t\t\t - \ float3 tmp_de = uniform_i + tmp_dd;\n\t\t\t float tmp_df = tmp_cz[1];\n\t\t\t - \ float3 tmp_dg = float3(tmp_df, tmp_df, tmp_df);\n\t\t\t float3 tmp_dh - = tmp_dg * uniform_q;\n\t\t\t float3 tmp_di = tmp_dh * uniform_r;\n\t\t\t - \ float3 tmp_dj = tmp_de + tmp_di;\n\t\t\t float tmp_dk = tmp_cz[2];\n\t\t\t - \ float3 tmp_dl = float3(tmp_dk, tmp_dk, tmp_dk);\n\t\t\t float3 tmp_dm - = tmp_dl * uniform_s;\n\t\t\t float3 tmp_dn = tmp_dm * uniform_t;\n\t\t\t - \ float3 tmp_do = tmp_dj + tmp_dn;\n\t\t\t float tmp_dp = tmp_do[0];\n\t\t\t - \ float tmp_dq = position[0];\n\t\t\t float tmp_dr = tmp_dp - tmp_dq;\n\t\t\t - \ float tmp_ds = tmp_do[1];\n\t\t\t float tmp_dt = position[1];\n\t\t\t - \ float tmp_du = tmp_ds - tmp_dt;\n\t\t\t float2 tmp_dx = float2(tmp_dq, - tmp_dt);\n\t\t\t float2 tmp_dy = tmp_dx / uniform_v;\n\t\t\t float2 tmp_dz - = tmp_dy - uniform_w;\n\t\t\t float2 tmp_ea = tmp_dz - uniform_x;\n\t\t\t - \ float2 tmp_eb = tmp_ea / uniform_y;\n\t\t\t float2 tmp_ec = tmp_eb * - uniform_z;\n\t\t\t float2 tmp_ed = uniform_u + tmp_ec;\n\t\t\t float2 - tmp_ee = tmp_ed * uniform_ba;\n\t\t\t float4 tmp_ef = SampleTexture(VFX_SAMPLER(texture_b),tmp_ee,uniform_bb);\n\t\t\t - \ float tmp_eg = tmp_ef[0];\n\t\t\t float tmp_eh = tmp_eg * uniform_bc;\n\t\t\t - \ float tmp_ei = (float)1 - tmp_eh;\n\t\t\t float tmp_ej = tmp_eh - uniform_bd;\n\t\t\t - \ float tmp_ek = ceil(tmp_ej);\n\t\t\t float tmp_el = saturate(tmp_ek);\n\t\t\t - \ float tmp_em = tmp_ei * tmp_el;\n\t\t\t float tmp_en = tmp_ei - uniform_be;\n\t\t\t - \ float tmp_eo = ceil(tmp_en);\n\t\t\t float tmp_ep = saturate(tmp_eo);\n\t\t\t - \ float tmp_eq = tmp_em * tmp_ep;\n\t\t\t float tmp_er = (float)-1 * tmp_eq;\n\t\t\t - \ float tmp_es = position[2];\n\t\t\t float tmp_et = tmp_er - tmp_es;\n\t\t\t - \ float3 tmp_eu = float3(tmp_dr, tmp_du, tmp_et);\n\t\t\t float3 tmp_ev - = tmp_eu * uniform_bf;\n\t\t\t Force_1( /*inout */velocity, mass, tmp_ev, - Drag_b, deltaTime_a);\n\t\t\t}\n\t\t\t{\n\t\t\t float tmp_ci = position[0];\n\t\t\t - \ float tmp_cj = position[1];\n\t\t\t float2 tmp_ck = float2(tmp_ci, tmp_cj);\n\t\t\t - \ float2 tmp_cl = tmp_ck / uniform_v;\n\t\t\t float2 tmp_cm = tmp_cl - - uniform_w;\n\t\t\t float2 tmp_cn = tmp_cm - uniform_x;\n\t\t\t float2 - tmp_co = tmp_cn / uniform_y;\n\t\t\t float2 tmp_cp = tmp_co * uniform_z;\n\t\t\t - \ float2 tmp_cq = uniform_u + tmp_cp;\n\t\t\t float2 tmp_cr = tmp_cq * - uniform_ba;\n\t\t\t float4 tmp_cs = SampleTexture(VFX_SAMPLER(texture_b),tmp_cr,uniform_bb);\n\t\t\t - \ float tmp_ct = tmp_cs[0];\n\t\t\t float tmp_cu = tmp_ct * uniform_bc;\n\t\t\t - \ float tmp_cv = (float)1 - tmp_cu;\n\t\t\t float tmp_cw = tmp_cu - uniform_bd;\n\t\t\t - \ float tmp_cx = ceil(tmp_cw);\n\t\t\t float tmp_cy = saturate(tmp_cx);\n\t\t\t - \ float tmp_cz = tmp_cv * tmp_cy;\n\t\t\t float tmp_da = tmp_cv - uniform_be;\n\t\t\t - \ float tmp_db = ceil(tmp_da);\n\t\t\t float tmp_dc = saturate(tmp_db);\n\t\t\t - \ float tmp_dd = tmp_cz * tmp_dc;\n\t\t\t AttributeFromCurve_39BD5D15( - /*inout */color, /*inout */alpha, Color_c, tmp_dd);\n\t\t\t}\n\t\t\tAttributeFromCurve_30403583( - /*inout */color, velocity, Color_d, SpeedRange_d);\n\t\t\tEulerIntegration( - /*inout */position, velocity, deltaTime_a);\n\t\t\tAge( /*inout */age, deltaTime_a);\n\t\t\t\n\r\n\t\t\tif - (alive)\r\n\t\t\t{\r\n\t\t\t\tattributeBuffer.Store3((index * 0x4 + 0x0) << - 2,asuint(position));\n\t\t\t\tattributeBuffer.Store3((index * 0x8 + 0x147940) - << 2,asuint(velocity));\n\t\t\t\tattributeBuffer.Store((index * 0x8 + 0x147943) - << 2,asuint(age));\n\t\t\t\tattributeBuffer.Store((index * 0x8 + 0x147944) << - 2,asuint(seed));\n\t\t\t\tattributeBuffer.Store3((index * 0x4 + 0x353B40) << - 2,asuint(color));\n\t\t\t\tattributeBuffer.Store((index * 0x1 + 0x459C40) << - 2,asuint(alpha));\n\t\t\t\t\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\n uint - indirectIndex = indirectBuffer.IncrementCounter();\r\n\t\t\t\tindirectBuffer[indirectIndex] + Sphere_center_a, (float)0.5, (float)0, (float)0, (float)0, (float)0, deltaTime_a, + (float)1, (float)0);\n\t\t\t}\n\t\t\t{\n\t\t\t uint tmp_bk = particleId / + (uint)65536;\n\t\t\t uint tmp_bl = tmp_bk * (uint)65536;\n\t\t\t uint + tmp_bm = particleId - tmp_bl;\n\t\t\t uint tmp_bo = tmp_bm / (uint)256;\n\t\t\t + \ float tmp_bp = (float)tmp_bo;\n\t\t\t uint tmp_bq = tmp_bo * (uint)256;\n\t\t\t + \ uint tmp_br = tmp_bm - tmp_bq;\n\t\t\t float tmp_bs = (float)tmp_br;\n\t\t\t + \ uint tmp_bt = tmp_bm - tmp_bm;\n\t\t\t float tmp_bu = (float)tmp_bt;\n\t\t\t + \ float3 tmp_bv = float3(tmp_bp, tmp_bs, tmp_bu);\n\t\t\t float3 tmp_bx + = tmp_bv / float3(255, 255, 1);\n\t\t\t float3 tmp_bz = tmp_bx * float3(2, + 2, 2);\n\t\t\t float3 tmp_cb = tmp_bz - float3(1, 1, 1);\n\t\t\t float + tmp_cc = tmp_cb[0];\n\t\t\t float3 tmp_cd = float3(tmp_cc, tmp_cc, tmp_cc);\n\t\t\t + \ float3 tmp_cf = tmp_cd * float3(1, 0, 0);\n\t\t\t float3 tmp_cg = float3(-4, + 0, 0) + tmp_cf;\n\t\t\t float tmp_ch = tmp_cb[1];\n\t\t\t float3 tmp_ci + = float3(tmp_ch, tmp_ch, tmp_ch);\n\t\t\t float3 tmp_ck = tmp_ci * float3(0, + 1, 0);\n\t\t\t float3 tmp_cl = tmp_cg + tmp_ck;\n\t\t\t float tmp_cm = + tmp_cl[0];\n\t\t\t float tmp_cn = position[0];\n\t\t\t float tmp_co = + tmp_cm - tmp_cn;\n\t\t\t float tmp_cp = tmp_cl[1];\n\t\t\t float tmp_cq + = position[1];\n\t\t\t float tmp_cr = tmp_cp - tmp_cq;\n\t\t\t float2 + tmp_cu = float2(tmp_cn, tmp_cq);\n\t\t\t float2 tmp_cw = tmp_cu - float2(-1, + -1);\n\t\t\t float2 tmp_cy = tmp_cw / float2(2, 2);\n\t\t\t float2 tmp_da + = tmp_cy * float2(1, -1);\n\t\t\t float4 tmp_dc = SampleTexture(VFX_SAMPLER(texture_b),tmp_da,(float)0);\n\t\t\t + \ float tmp_dd = tmp_dc[0];\n\t\t\t float tmp_de = (float)1 - tmp_dd;\n\t\t\t + \ float tmp_df = ceil(tmp_dd);\n\t\t\t float tmp_dg = saturate(tmp_df);\n\t\t\t + \ float tmp_dh = tmp_de * tmp_dg;\n\t\t\t float tmp_dj = tmp_dd - (float)0.0399999991;\n\t\t\t + \ float tmp_dk = ceil(tmp_dj);\n\t\t\t float tmp_dl = saturate(tmp_dk);\n\t\t\t + \ float tmp_dm = (float)1 - tmp_dl;\n\t\t\t float tmp_dn = tmp_dh * tmp_dm;\n\t\t\t + \ float tmp_do = (float)-1 * tmp_dn;\n\t\t\t float tmp_dq = tmp_do * (float)0.649999976;\n\t\t\t + \ float tmp_dr = position[2];\n\t\t\t float tmp_ds = tmp_dq - tmp_dr;\n\t\t\t + \ float3 tmp_dt = float3(tmp_co, tmp_cr, tmp_ds);\n\t\t\t float3 tmp_du + = tmp_dt * uniform_d;\n\t\t\t Force_1( /*inout */velocity, mass, tmp_du, + (float)20, deltaTime_a);\n\t\t\t}\n\t\t\t{\n\t\t\t uint tmp_bi = particleId + ^ asuint(uniform_g);\n\t\t\t float tmp_bj = FixedRand(tmp_bi);\n\t\t\t float + tmp_bk = deltaTime_a * tmp_bj;\n\t\t\t float tmp_bl = uniform_f + tmp_bk;\n\t\t\t + \ float3 tmp_bn = float3(tmp_bl, (float)0, (float)0);\n\t\t\t float4x4 + tmp_bq = GetTRSMatrix(tmp_bn, float3(0, 0, 0), float3(5, 5, 5));\n\t\t\t float4x4 + tmp_br = mul(uniform_e, tmp_bq);\n\t\t\t float4x4 tmp_bs = VFXInverseTRSMatrix(tmp_br);\n\t\t\t + \ VectorFieldForce_267A9( /*inout */velocity, mass, position, GetVFXSampler(VectorField_c, + samplerVectorField_c), tmp_bs, tmp_br, Intensity_c, (float)1, deltaTime_a);\n\t\t\t}\n\t\t\t{\n\t\t\t + \ AttributeFromCurve_44F26C8C( /*inout */color, /*inout */alpha, velocity, + Color_d, float2(0, 1));\n\t\t\t}\n\t\t\tSetAttribute_FA15ADAA( /*inout */color, + Color_e);\n\t\t\tEulerIntegration( /*inout */position, velocity, deltaTime_a);\n\t\t\tAge( + /*inout */age, deltaTime_a);\n\t\t\t\n\r\n\t\t\tif (alive)\r\n\t\t\t{\r\n\t\t\t\tattributeBuffer.Store3((index + * 0x4 + 0x0) << 2,asuint(position));\n\t\t\t\tattributeBuffer.Store3((index + * 0x4 + 0x40000) << 2,asuint(color));\n\t\t\t\tattributeBuffer.Store3((index + * 0x8 + 0x90000) << 2,asuint(velocity));\n\t\t\t\tattributeBuffer.Store((index + * 0x8 + 0x90003) << 2,asuint(age));\n\t\t\t\tattributeBuffer.Store((index * + 0x8 + 0x90004) << 2,asuint(seed));\n\t\t\t\tattributeBuffer.Store((index * 0x1 + + 0x110000) << 2,asuint(alpha));\n\t\t\t\t\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\n + \ uint indirectIndex = indirectBuffer.IncrementCounter();\r\n\t\t\t\tindirectBuffer[indirectIndex] = index;\r\n#endif\r\n\t\t\t}\r\n\t\t\telse\r\n\t\t\t{\r\n\t\t\t\t\r\n\t\t\t\tuint deadIndex = deadListOut.IncrementCounter();\r\n\t\t\t\tdeadListOut[deadIndex] = index;\r\n\t\t\t}\r\n\t\t}\r\n#else\r\n\t\tfloat3 position = asfloat(attributeBuffer.Load3((index - * 0x4 + 0x0) << 2));\n\t\tuint particleId = (attributeBuffer.Load((index * 0x1 - + 0x106100) << 2));\n\t\tfloat3 velocity = asfloat(attributeBuffer.Load3((index - * 0x8 + 0x147940) << 2));\n\t\tfloat age = asfloat(attributeBuffer.Load((index - * 0x8 + 0x147943) << 2));\n\t\tfloat lifetime = (float)1;\n\t\tuint seed = (attributeBuffer.Load((index - * 0x8 + 0x147944) << 2));\n\t\tfloat mass = (float)1;\n\t\tfloat3 color = asfloat(attributeBuffer.Load3((index - * 0x4 + 0x353B40) << 2));\n\t\tfloat alpha = asfloat(attributeBuffer.Load((index - * 0x1 + 0x459C40) << 2));\n\t\t\n\r\n\t\t\r\n#if VFX_USE_OLDPOSITION_CURRENT\r\n\t\toldPosition + * 0x4 + 0x0) << 2));\n\t\tfloat3 color = asfloat(attributeBuffer.Load3((index + * 0x4 + 0x40000) << 2));\n\t\tuint particleId = (attributeBuffer.Load((index + * 0x1 + 0x80000) << 2));\n\t\tfloat3 velocity = asfloat(attributeBuffer.Load3((index + * 0x8 + 0x90000) << 2));\n\t\tfloat age = asfloat(attributeBuffer.Load((index + * 0x8 + 0x90003) << 2));\n\t\tfloat lifetime = (float)1;\n\t\tuint seed = (attributeBuffer.Load((index + * 0x8 + 0x90004) << 2));\n\t\tfloat mass = (float)1;\n\t\tfloat alpha = asfloat(attributeBuffer.Load((index + * 0x1 + 0x110000) << 2));\n\t\t\n\r\n\t\t\r\n#if VFX_USE_OLDPOSITION_CURRENT\r\n\t\toldPosition = position;\r\n#endif\r\n\t\t\r\n\t\t{\n\t\t CollisionSphere_1( /*inout */position, \ /*inout */velocity, /*inout */age, lifetime, /*inout */seed, Sphere_center_a, - Sphere_radius_a, Elasticity_a, Friction_a, LifetimeLoss_a, Roughness_a, deltaTime_a, - (float)1, (float)0);\n\t\t}\n\t\t{\n\t\t uint tmp_ch = particleId / asuint(uniform_j);\n\t\t - \ uint tmp_ci = tmp_ch * asuint(uniform_j);\n\t\t uint tmp_cj = particleId - - tmp_ci;\n\t\t uint tmp_ck = tmp_cj / asuint(uniform_k);\n\t\t float - tmp_cl = (float)tmp_ck;\n\t\t uint tmp_cm = tmp_cj / asuint(uniform_l);\n\t\t - \ uint tmp_cn = tmp_cm / asuint(uniform_m);\n\t\t uint tmp_co = tmp_cn - * asuint(uniform_m);\n\t\t uint tmp_cp = tmp_cm - tmp_co;\n\t\t float - tmp_cq = (float)tmp_cp;\n\t\t uint tmp_cr = tmp_cm * asuint(uniform_l);\n\t\t - \ uint tmp_cs = tmp_cj - tmp_cr;\n\t\t float tmp_ct = (float)tmp_cs;\n\t\t - \ float3 tmp_cu = float3(tmp_cl, tmp_cq, tmp_ct);\n\t\t float3 tmp_cv = - tmp_cu / uniform_n;\n\t\t float3 tmp_cx = tmp_cv * float3(2, 2, 2);\n\t\t - \ float3 tmp_cz = tmp_cx - float3(1, 1, 1);\n\t\t float tmp_da = tmp_cz[0];\n\t\t - \ float3 tmp_db = float3(tmp_da, tmp_da, tmp_da);\n\t\t float3 tmp_dc = - tmp_db * uniform_o;\n\t\t float3 tmp_dd = tmp_dc * uniform_p;\n\t\t float3 - tmp_de = uniform_i + tmp_dd;\n\t\t float tmp_df = tmp_cz[1];\n\t\t float3 - tmp_dg = float3(tmp_df, tmp_df, tmp_df);\n\t\t float3 tmp_dh = tmp_dg * uniform_q;\n\t\t - \ float3 tmp_di = tmp_dh * uniform_r;\n\t\t float3 tmp_dj = tmp_de + tmp_di;\n\t\t - \ float tmp_dk = tmp_cz[2];\n\t\t float3 tmp_dl = float3(tmp_dk, tmp_dk, - tmp_dk);\n\t\t float3 tmp_dm = tmp_dl * uniform_s;\n\t\t float3 tmp_dn - = tmp_dm * uniform_t;\n\t\t float3 tmp_do = tmp_dj + tmp_dn;\n\t\t float - tmp_dp = tmp_do[0];\n\t\t float tmp_dq = position[0];\n\t\t float tmp_dr - = tmp_dp - tmp_dq;\n\t\t float tmp_ds = tmp_do[1];\n\t\t float tmp_dt - = position[1];\n\t\t float tmp_du = tmp_ds - tmp_dt;\n\t\t float2 tmp_dx - = float2(tmp_dq, tmp_dt);\n\t\t float2 tmp_dy = tmp_dx / uniform_v;\n\t\t - \ float2 tmp_dz = tmp_dy - uniform_w;\n\t\t float2 tmp_ea = tmp_dz - uniform_x;\n\t\t - \ float2 tmp_eb = tmp_ea / uniform_y;\n\t\t float2 tmp_ec = tmp_eb * uniform_z;\n\t\t - \ float2 tmp_ed = uniform_u + tmp_ec;\n\t\t float2 tmp_ee = tmp_ed * uniform_ba;\n\t\t - \ float4 tmp_ef = SampleTexture(VFX_SAMPLER(texture_b),tmp_ee,uniform_bb);\n\t\t - \ float tmp_eg = tmp_ef[0];\n\t\t float tmp_eh = tmp_eg * uniform_bc;\n\t\t - \ float tmp_ei = (float)1 - tmp_eh;\n\t\t float tmp_ej = tmp_eh - uniform_bd;\n\t\t - \ float tmp_ek = ceil(tmp_ej);\n\t\t float tmp_el = saturate(tmp_ek);\n\t\t - \ float tmp_em = tmp_ei * tmp_el;\n\t\t float tmp_en = tmp_ei - uniform_be;\n\t\t - \ float tmp_eo = ceil(tmp_en);\n\t\t float tmp_ep = saturate(tmp_eo);\n\t\t - \ float tmp_eq = tmp_em * tmp_ep;\n\t\t float tmp_er = (float)-1 * tmp_eq;\n\t\t - \ float tmp_es = position[2];\n\t\t float tmp_et = tmp_er - tmp_es;\n\t\t - \ float3 tmp_eu = float3(tmp_dr, tmp_du, tmp_et);\n\t\t float3 tmp_ev = - tmp_eu * uniform_bf;\n\t\t Force_1( /*inout */velocity, mass, tmp_ev, Drag_b, - deltaTime_a);\n\t\t}\n\t\t{\n\t\t float tmp_ci = position[0];\n\t\t float - tmp_cj = position[1];\n\t\t float2 tmp_ck = float2(tmp_ci, tmp_cj);\n\t\t - \ float2 tmp_cl = tmp_ck / uniform_v;\n\t\t float2 tmp_cm = tmp_cl - uniform_w;\n\t\t - \ float2 tmp_cn = tmp_cm - uniform_x;\n\t\t float2 tmp_co = tmp_cn / uniform_y;\n\t\t - \ float2 tmp_cp = tmp_co * uniform_z;\n\t\t float2 tmp_cq = uniform_u + - tmp_cp;\n\t\t float2 tmp_cr = tmp_cq * uniform_ba;\n\t\t float4 tmp_cs - = SampleTexture(VFX_SAMPLER(texture_b),tmp_cr,uniform_bb);\n\t\t float tmp_ct - = tmp_cs[0];\n\t\t float tmp_cu = tmp_ct * uniform_bc;\n\t\t float tmp_cv - = (float)1 - tmp_cu;\n\t\t float tmp_cw = tmp_cu - uniform_bd;\n\t\t float - tmp_cx = ceil(tmp_cw);\n\t\t float tmp_cy = saturate(tmp_cx);\n\t\t float - tmp_cz = tmp_cv * tmp_cy;\n\t\t float tmp_da = tmp_cv - uniform_be;\n\t\t - \ float tmp_db = ceil(tmp_da);\n\t\t float tmp_dc = saturate(tmp_db);\n\t\t - \ float tmp_dd = tmp_cz * tmp_dc;\n\t\t AttributeFromCurve_39BD5D15( /*inout - */color, /*inout */alpha, Color_c, tmp_dd);\n\t\t}\n\t\tAttributeFromCurve_30403583( - /*inout */color, velocity, Color_d, SpeedRange_d);\n\t\tEulerIntegration( /*inout - */position, velocity, deltaTime_a);\n\t\tAge( /*inout */age, deltaTime_a);\n\t\t\n\r\n\t\tattributeBuffer.Store3((index - * 0x4 + 0x0) << 2,asuint(position));\n\t\tattributeBuffer.Store3((index * 0x8 - + 0x147940) << 2,asuint(velocity));\n\t\tattributeBuffer.Store((index * 0x8 - + 0x147943) << 2,asuint(age));\n\t\tattributeBuffer.Store((index * 0x8 + 0x147944) - << 2,asuint(seed));\n\t\tattributeBuffer.Store3((index * 0x4 + 0x353B40) << - 2,asuint(color));\n\t\tattributeBuffer.Store((index * 0x1 + 0x459C40) << 2,asuint(alpha));\n\t\t\n\r\n#if - VFX_HAS_INDIRECT_DRAW\r\n uint indirectIndex = indirectBuffer.IncrementCounter();\r\n\t\tindirectBuffer[indirectIndex] + (float)0.5, (float)0, (float)0, (float)0, (float)0, deltaTime_a, (float)1, (float)0);\n\t\t}\n\t\t{\n\t\t + \ uint tmp_bk = particleId / (uint)65536;\n\t\t uint tmp_bl = tmp_bk * + (uint)65536;\n\t\t uint tmp_bm = particleId - tmp_bl;\n\t\t uint tmp_bo + = tmp_bm / (uint)256;\n\t\t float tmp_bp = (float)tmp_bo;\n\t\t uint tmp_bq + = tmp_bo * (uint)256;\n\t\t uint tmp_br = tmp_bm - tmp_bq;\n\t\t float + tmp_bs = (float)tmp_br;\n\t\t uint tmp_bt = tmp_bm - tmp_bm;\n\t\t float + tmp_bu = (float)tmp_bt;\n\t\t float3 tmp_bv = float3(tmp_bp, tmp_bs, tmp_bu);\n\t\t + \ float3 tmp_bx = tmp_bv / float3(255, 255, 1);\n\t\t float3 tmp_bz = tmp_bx + * float3(2, 2, 2);\n\t\t float3 tmp_cb = tmp_bz - float3(1, 1, 1);\n\t\t + \ float tmp_cc = tmp_cb[0];\n\t\t float3 tmp_cd = float3(tmp_cc, tmp_cc, + tmp_cc);\n\t\t float3 tmp_cf = tmp_cd * float3(1, 0, 0);\n\t\t float3 + tmp_cg = float3(-4, 0, 0) + tmp_cf;\n\t\t float tmp_ch = tmp_cb[1];\n\t\t + \ float3 tmp_ci = float3(tmp_ch, tmp_ch, tmp_ch);\n\t\t float3 tmp_ck = + tmp_ci * float3(0, 1, 0);\n\t\t float3 tmp_cl = tmp_cg + tmp_ck;\n\t\t float + tmp_cm = tmp_cl[0];\n\t\t float tmp_cn = position[0];\n\t\t float tmp_co + = tmp_cm - tmp_cn;\n\t\t float tmp_cp = tmp_cl[1];\n\t\t float tmp_cq + = position[1];\n\t\t float tmp_cr = tmp_cp - tmp_cq;\n\t\t float2 tmp_cu + = float2(tmp_cn, tmp_cq);\n\t\t float2 tmp_cw = tmp_cu - float2(-1, -1);\n\t\t + \ float2 tmp_cy = tmp_cw / float2(2, 2);\n\t\t float2 tmp_da = tmp_cy * + float2(1, -1);\n\t\t float4 tmp_dc = SampleTexture(VFX_SAMPLER(texture_b),tmp_da,(float)0);\n\t\t + \ float tmp_dd = tmp_dc[0];\n\t\t float tmp_de = (float)1 - tmp_dd;\n\t\t + \ float tmp_df = ceil(tmp_dd);\n\t\t float tmp_dg = saturate(tmp_df);\n\t\t + \ float tmp_dh = tmp_de * tmp_dg;\n\t\t float tmp_dj = tmp_dd - (float)0.0399999991;\n\t\t + \ float tmp_dk = ceil(tmp_dj);\n\t\t float tmp_dl = saturate(tmp_dk);\n\t\t + \ float tmp_dm = (float)1 - tmp_dl;\n\t\t float tmp_dn = tmp_dh * tmp_dm;\n\t\t + \ float tmp_do = (float)-1 * tmp_dn;\n\t\t float tmp_dq = tmp_do * (float)0.649999976;\n\t\t + \ float tmp_dr = position[2];\n\t\t float tmp_ds = tmp_dq - tmp_dr;\n\t\t + \ float3 tmp_dt = float3(tmp_co, tmp_cr, tmp_ds);\n\t\t float3 tmp_du = + tmp_dt * uniform_d;\n\t\t Force_1( /*inout */velocity, mass, tmp_du, (float)20, + deltaTime_a);\n\t\t}\n\t\t{\n\t\t uint tmp_bi = particleId ^ asuint(uniform_g);\n\t\t + \ float tmp_bj = FixedRand(tmp_bi);\n\t\t float tmp_bk = deltaTime_a * + tmp_bj;\n\t\t float tmp_bl = uniform_f + tmp_bk;\n\t\t float3 tmp_bn = + float3(tmp_bl, (float)0, (float)0);\n\t\t float4x4 tmp_bq = GetTRSMatrix(tmp_bn, + float3(0, 0, 0), float3(5, 5, 5));\n\t\t float4x4 tmp_br = mul(uniform_e, + tmp_bq);\n\t\t float4x4 tmp_bs = VFXInverseTRSMatrix(tmp_br);\n\t\t VectorFieldForce_267A9( + /*inout */velocity, mass, position, GetVFXSampler(VectorField_c, samplerVectorField_c), + tmp_bs, tmp_br, Intensity_c, (float)1, deltaTime_a);\n\t\t}\n\t\t{\n\t\t AttributeFromCurve_44F26C8C( + /*inout */color, /*inout */alpha, velocity, Color_d, float2(0, 1));\n\t\t}\n\t\tSetAttribute_FA15ADAA( + /*inout */color, Color_e);\n\t\tEulerIntegration( /*inout */position, velocity, + deltaTime_a);\n\t\tAge( /*inout */age, deltaTime_a);\n\t\t\n\r\n\t\tattributeBuffer.Store3((index + * 0x4 + 0x0) << 2,asuint(position));\n\t\tattributeBuffer.Store3((index * 0x4 + + 0x40000) << 2,asuint(color));\n\t\tattributeBuffer.Store3((index * 0x8 + 0x90000) + << 2,asuint(velocity));\n\t\tattributeBuffer.Store((index * 0x8 + 0x90003) << + 2,asuint(age));\n\t\tattributeBuffer.Store((index * 0x8 + 0x90004) << 2,asuint(seed));\n\t\tattributeBuffer.Store((index + * 0x1 + 0x110000) << 2,asuint(alpha));\n\t\t\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\n + \ uint indirectIndex = indirectBuffer.IncrementCounter();\r\n\t\tindirectBuffer[indirectIndex] = index;\r\n#endif\r\n#endif\r\n\t}\r\n}\r\n" - compute: 0 name: '[System 1]Mesh Output' @@ -655,10 +596,8 @@ VisualEffectResource: VFX_USE_PIVOTZ_CURRENT 1\n\t\t#define VFX_USE_SIZE_CURRENT 1\n\t\t#define VFX_USE_SCALEX_CURRENT 1\n\t\t#define VFX_USE_SCALEY_CURRENT 1\n\t\t#define VFX_USE_SCALEZ_CURRENT 1\n\t\t#define VFX_COLORMAPPING_DEFAULT 1\n\t\t#define IS_TRANSPARENT_PARTICLE - 1\n\t\t#define USE_SOFT_PARTICLE 1\n\t\t#define VFX_BLENDMODE_ALPHA 1\n\t\t#define - VFX_HAS_INDIRECT_DRAW 1\n\t\t\n\t\t\n\t\t\n\t\t#define VFX_WORLD_SPACE 1\n\t\t#include - \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\t\t\n\n\t\tCBUFFER_START(parameters)\n\t\t - \ float3 Scale_a;\n\t\t float invSoftParticlesFadeDistance;\n\t\tCBUFFER_END\n\t\tTexture2D + 1\n\t\t#define VFX_BLENDMODE_ALPHA 1\n\t\t#define VFX_HAS_INDIRECT_DRAW 1\n\t\t\n\t\t\n\t\t\n\t\t#define + VFX_WORLD_SPACE 1\n\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\t\t\n\n\t\tTexture2D mainTexture;\n\t\tSamplerState samplermainTexture;\n\t\t\n\n\t\t\n\t\t#define VFX_NEEDS_COLOR_INTERPOLATOR (VFX_USE_COLOR_CURRENT || VFX_USE_ALPHA_CURRENT)\n\t\t\n\t\tByteAddressBuffer attributeBuffer;\t\n\t\t\n\t\t#if VFX_HAS_INDIRECT_DRAW\n\t\tStructuredBuffer @@ -689,22 +628,21 @@ VisualEffectResource: VFX_VARYING_PS_INPUTS, VFX_VARYING_POSCS and VFX_VARYING_UV must be defined.\n\t\t\t#endif\n\t\t\t\n\t\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXCommon.cginc\"\n\t\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\t\t\t\n\n\t\t\tvoid - SetAttribute_D5151642(inout float scaleX, inout float scaleY, inout float scaleZ, - float3 Scale) /*attribute:scale Composition:Overwrite Source:Slot Random:Off - channels:XYZ */\n\t\t\t{\n\t\t\t scaleX = Scale.x;\n\t\t\t scaleY = Scale.y;\n\t\t\t - \ scaleZ = Scale.z;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\tstruct vs_input\n\t\t\t{\n\t\t\t\tfloat3 - pos : POSITION;\n\t\t\t\tfloat2 uv : TEXCOORD0;\n\t\t\t\tfloat3 normal : NORMAL;\n\t\t\t\t#ifdef - VFX_VARYING_TANGENT\n\t\t\t\tfloat4 tangent : TANGENT;\n\t\t\t\t#endif\n\t\t\t};\n\t\t\t\n\t\t\t#pragma - vertex vert\n\t\t\tVFX_VARYING_PS_INPUTS vert(vs_input i, uint instanceID : - SV_InstanceID)\n\t\t\t{\n\t\t\t\tuint index = instanceID;\n\t\t\t\tVFX_VARYING_PS_INPUTS - o = (VFX_VARYING_PS_INPUTS)0;\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tuint deadCount - = 0;\n\t\t\t\t\t\t#if USE_DEAD_LIST_COUNT\n\t\t\t\t\t\tdeadCount = deadListCount.Load(0);\n\t\t\t\t\t\t#endif\t\n\t\t\t\t\t\tif - (index >= asuint(nbMax) - deadCount)\n\t\t\t\t\t\t#if USE_GEOMETRY_SHADER\n\t\t\t\t\t\t\treturn; - // cull\n\t\t\t\t\t\t#else\n\t\t\t\t\t\t\treturn o; // cull\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + SetAttribute_3278B22F(inout float size, float Size) /*attribute:size Composition:Overwrite + Source:Slot Random:Off channels:XYZ */\n\t\t\t{\n\t\t\t size = Size;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\tstruct + vs_input\n\t\t\t{\n\t\t\t\tfloat3 pos : POSITION;\n\t\t\t\tfloat2 uv : TEXCOORD0;\n\t\t\t\tfloat3 + normal : NORMAL;\n\t\t\t\t#ifdef VFX_VARYING_TANGENT\n\t\t\t\tfloat4 tangent + : TANGENT;\n\t\t\t\t#endif\n\t\t\t};\n\t\t\t\n\t\t\t#pragma vertex vert\n\t\t\tVFX_VARYING_PS_INPUTS + vert(vs_input i, uint instanceID : SV_InstanceID)\n\t\t\t{\n\t\t\t\tuint index + = instanceID;\n\t\t\t\tVFX_VARYING_PS_INPUTS o = (VFX_VARYING_PS_INPUTS)0;\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tuint + deadCount = 0;\n\t\t\t\t\t\t#if USE_DEAD_LIST_COUNT\n\t\t\t\t\t\tdeadCount = + deadListCount.Load(0);\n\t\t\t\t\t\t#endif\t\n\t\t\t\t\t\tif (index >= asuint(nbMax) + - deadCount)\n\t\t\t\t\t\t#if USE_GEOMETRY_SHADER\n\t\t\t\t\t\t\treturn; // + cull\n\t\t\t\t\t\t#else\n\t\t\t\t\t\t\treturn o; // cull\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if VFX_HAS_INDIRECT_DRAW\n\t\t\t\t\t\tindex = indirectBuffer[index];\n\t\t\t\t\t\tfloat3 position = asfloat(attributeBuffer.Load3((index * 0x4 + 0x0) << 2));\n\t\t\t\t\t\tfloat3 - color = asfloat(attributeBuffer.Load3((index * 0x4 + 0x353B40) << 2));\n\t\t\t\t\t\tfloat - alpha = asfloat(attributeBuffer.Load((index * 0x1 + 0x459C40) << 2));\n\t\t\t\t\t\tbool + color = asfloat(attributeBuffer.Load3((index * 0x4 + 0x40000) << 2));\n\t\t\t\t\t\tfloat + alpha = asfloat(attributeBuffer.Load((index * 0x1 + 0x110000) << 2));\n\t\t\t\t\t\tbool alive = (bool)true;\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat angleX = (float)0;\n\t\t\t\t\t\tfloat angleY = (float)0;\n\t\t\t\t\t\tfloat @@ -715,15 +653,15 @@ VisualEffectResource: alive = (bool)true;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tif (!alive)\n\t\t\t\t\t\t\treturn o;\n\t\t\t\t\t\t\t\n\t\t\t\t\t\tfloat3 position = asfloat(attributeBuffer.Load3((index * 0x4 + 0x0) << 2));\n\t\t\t\t\t\tfloat3 color = asfloat(attributeBuffer.Load3((index - * 0x4 + 0x353B40) << 2));\n\t\t\t\t\t\tfloat alpha = asfloat(attributeBuffer.Load((index - * 0x1 + 0x459C40) << 2));\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 + * 0x4 + 0x40000) << 2));\n\t\t\t\t\t\tfloat alpha = asfloat(attributeBuffer.Load((index + * 0x1 + 0x110000) << 2));\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat angleX = (float)0;\n\t\t\t\t\t\tfloat angleY = (float)0;\n\t\t\t\t\t\tfloat angleZ = (float)0;\n\t\t\t\t\t\tfloat pivotX = (float)0;\n\t\t\t\t\t\tfloat pivotY = (float)0;\n\t\t\t\t\t\tfloat pivotZ = (float)0;\n\t\t\t\t\t\tfloat size = (float)0.100000001;\n\t\t\t\t\t\tfloat scaleX = (float)1;\n\t\t\t\t\t\tfloat - scaleY = (float)1;\n\t\t\t\t\t\tfloat scaleZ = (float)1;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\tSetAttribute_D5151642( - /*inout */scaleX, /*inout */scaleY, /*inout */scaleZ, Scale_a);\n\t\t\t\t\n\n\t\t\t\t\t\t\n\t\t\t\tif + scaleY = (float)1;\n\t\t\t\t\t\tfloat scaleZ = (float)1;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t{\n\t\t\t\t + \ SetAttribute_3278B22F( /*inout */size, (float)0.00899999961);\n\t\t\t\t}\n\t\t\t\t\n\n\t\t\t\t\t\t\n\t\t\t\tif (!alive)\n\t\t\t\t\treturn o;\n\t\t\t\t\n\t\t\t\to.VFX_VARYING_UV.xy = i.uv;\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tfloat3 size3 = float3(size,size,size);\n\t\t\t\t\t\t#if VFX_USE_SCALEX_CURRENT\n\t\t\t\t\t\tsize3.x *= scaleX;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEY_CURRENT\n\t\t\t\t\t\tsize3.y @@ -799,100 +737,70 @@ VisualEffectResource: data[1]: -1 data[2]: -1 data[3]: 6 - - op: 26 + - op: 1 valueIndex: 2 - data[0]: 0 - data[1]: 1 - data[2]: -1 - data[3]: 6 - - op: 1 - valueIndex: 3 data[0]: -1 data[1]: -1 data[2]: -1 - data[3]: 6 - - op: 26 + data[3]: 2 + - op: 1 valueIndex: 4 - data[0]: 2 - data[1]: 3 - data[2]: -1 - data[3]: 6 - - op: 1 - valueIndex: 5 data[0]: -1 data[1]: -1 data[2]: -1 data[3]: 2 - - op: 5 - valueIndex: 7 - data[0]: 5 + - op: 1 + valueIndex: 6 + data[0]: -1 data[1]: -1 - data[2]: 0 + data[2]: -1 data[3]: 2 - - op: 5 + - op: 1 valueIndex: 8 - data[0]: 5 + data[0]: -1 data[1]: -1 - data[2]: 1 - data[3]: 2 + data[2]: -1 + data[3]: 1 - op: 1 valueIndex: 9 data[0]: -1 data[1]: -1 data[2]: -1 - data[3]: 2 - - op: 5 - valueIndex: 11 - data[0]: 8 - data[1]: -1 - data[2]: 0 - data[3]: 2 - - op: 2 - valueIndex: 12 - data[0]: 6 - data[1]: 7 - data[2]: -1 - data[3]: -1 - - op: 5 - valueIndex: 14 - data[0]: 8 - data[1]: -1 - data[2]: 1 - data[3]: 2 + data[3]: 7 - op: 1 - valueIndex: 15 + valueIndex: 10 data[0]: -1 data[1]: -1 data[2]: -1 - data[3]: 1 + data[3]: 3 + - op: 1 + valueIndex: 13 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 - op: 1 valueIndex: 16 data[0]: -1 data[1]: -1 data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 17 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 18 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 + data[3]: 3 - op: 1 valueIndex: 19 data[0]: -1 data[1]: -1 data[2]: -1 data[3]: 1 - - op: 2 + - op: 1 valueIndex: 20 - data[0]: 9 - data[1]: 11 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 8 + valueIndex: 21 + data[0]: -1 + data[1]: -1 data[2]: -1 data[3]: -1 - op: 1 @@ -906,41 +814,41 @@ VisualEffectResource: data[0]: -1 data[1]: -1 data[2]: -1 - data[3]: 1 - - op: 26 + data[3]: 6 + - op: 31 valueIndex: 24 - data[0]: 1 - data[1]: 3 + data[0]: 11 + data[1]: 5 + data[2]: -1 + data[3]: 1 + - op: 30 + valueIndex: 25 + data[0]: 15 + data[1]: 13 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 26 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 62 + valueIndex: 27 + data[0]: 14 + data[1]: 12 data[2]: -1 data[3]: 6 - - op: 64 - valueIndex: 25 - data[0]: 0 - data[1]: -1 - data[2]: -1 - data[3]: -1 - - op: 64 - valueIndex: 26 - data[0]: 1 - data[1]: -1 - data[2]: -1 - data[3]: -1 - - op: 64 - valueIndex: 27 - data[0]: 3 - data[1]: -1 - data[2]: -1 - data[3]: -1 - - op: 29 + - op: 1 valueIndex: 28 - data[0]: 14 - data[1]: 19 + data[0]: -1 + data[1]: -1 data[2]: -1 data[3]: 1 - - op: 13 + - op: 27 valueIndex: 29 - data[0]: 13 - data[1]: -1 + data[0]: 16 + data[1]: 13 data[2]: -1 data[3]: 1 - op: 1 @@ -948,191 +856,155 @@ VisualEffectResource: data[0]: -1 data[1]: -1 data[2]: -1 - data[3]: 1 - - op: 2 - valueIndex: 31 - data[0]: 18 - data[1]: 18 - data[2]: -1 - data[3]: -1 - - op: 29 + data[3]: 3 + - op: 6 valueIndex: 33 - data[0]: 16 - data[1]: 15 - data[2]: -1 - data[3]: 1 - - op: 12 - valueIndex: 34 - data[0]: 13 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 2 - valueIndex: 35 - data[0]: 12 - data[1]: 12 - data[2]: -1 - data[3]: -1 - - op: 1 - valueIndex: 37 data[0]: -1 data[1]: -1 data[2]: -1 - data[3]: 1 - - op: 2 - valueIndex: 38 - data[0]: 31 - data[1]: 31 - data[2]: -1 data[3]: -1 - op: 1 - valueIndex: 40 + valueIndex: 34 data[0]: -1 data[1]: -1 data[2]: -1 data[3]: 3 - - op: 2 + - op: 26 + valueIndex: 37 + data[0]: 20 + data[1]: 19 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 38 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 39 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 7 + valueIndex: 42 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: -1 + - op: 1 valueIndex: 43 - data[0]: 26 - data[1]: 26 - data[2]: -1 - data[3]: -1 - - op: 3 - valueIndex: 45 - data[0]: 21 - data[1]: 22 - data[2]: 23 - data[3]: -1 - - op: 29 - valueIndex: 48 - data[0]: 27 - data[1]: 30 - data[2]: -1 - data[3]: 2 - - op: 26 - valueIndex: 50 - data[0]: 28 - data[1]: 25 - data[2]: -1 - data[3]: 1 - - op: 26 - valueIndex: 51 - data[0]: 24 - data[1]: 25 - data[2]: -1 - data[3]: 1 - - op: 26 - valueIndex: 52 - data[0]: 28 - data[1]: 29 - data[2]: -1 - data[3]: 1 - - op: 26 - valueIndex: 53 - data[0]: 24 - data[1]: 29 + data[0]: -1 + data[1]: -1 data[2]: -1 data[3]: 1 - op: 28 - valueIndex: 54 - data[0]: 40 - data[1]: 37 + valueIndex: 44 + data[0]: 25 + data[1]: 24 data[2]: -1 data[3]: 1 - - op: 29 - valueIndex: 55 - data[0]: 35 - data[1]: 33 - data[2]: -1 - data[3]: 3 - - op: 29 - valueIndex: 58 - data[0]: 38 - data[1]: 39 + - op: 1 + valueIndex: 45 + data[0]: -1 + data[1]: -1 data[2]: -1 data[3]: 1 - - op: 29 - valueIndex: 59 - data[0]: 34 + - op: 1 + valueIndex: 46 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 47 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 31 + valueIndex: 48 + data[0]: 30 + data[1]: 5 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 49 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 50 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 31 + valueIndex: 51 + data[0]: 29 + data[1]: 28 + data[2]: -1 + data[3]: 1 + - op: 30 + valueIndex: 52 + data[0]: 33 data[1]: 32 data[2]: -1 - data[3]: 2 - - op: 28 - valueIndex: 61 - data[0]: 15 - data[1]: 41 - data[2]: -1 data[3]: 1 - - op: 31 - valueIndex: 62 - data[0]: 42 - data[1]: 33 - data[2]: -1 - data[3]: 3 - - op: 28 - valueIndex: 65 - data[0]: 19 - data[1]: 43 + - op: 30 + valueIndex: 53 + data[0]: 36 + data[1]: 34 data[2]: -1 data[3]: 1 - op: 1 - valueIndex: 66 + valueIndex: 54 data[0]: -1 data[1]: -1 data[2]: -1 data[3]: 3 - - op: 2 - valueIndex: 69 - data[0]: 47 - data[1]: 45 + - op: 1 + valueIndex: 57 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 31 + valueIndex: 60 + data[0]: 29 + data[1]: 5 + data[2]: -1 + data[3]: 1 + - op: 18 + valueIndex: 61 + data[0]: 38 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 62 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 30 + valueIndex: 63 + data[0]: 41 + data[1]: 32 + data[2]: -1 + data[3]: 1 + - op: 9 + valueIndex: 64 + data[0]: -1 + data[1]: -1 data[2]: -1 data[3]: -1 - - op: 1 - valueIndex: 71 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 72 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 73 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 7 - - op: 31 - valueIndex: 74 - data[0]: 51 - data[1]: 50 - data[2]: -1 - data[3]: 1 - - op: 20 - valueIndex: 75 - data[0]: 42 - data[1]: -1 - data[2]: -1 - data[3]: 3 - - op: 5 - valueIndex: 78 - data[0]: 54 - data[1]: -1 - data[2]: 0 - data[3]: 3 - - op: 1 - valueIndex: 79 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 1 + - op: 27 valueIndex: 80 - data[0]: -1 - data[1]: -1 + data[0]: 37 + data[1]: 32 data[2]: -1 data[3]: 1 - op: 1 @@ -1140,483 +1012,117 @@ VisualEffectResource: data[0]: -1 data[1]: -1 data[2]: -1 + data[3]: 14 + - op: 26 + valueIndex: 82 + data[0]: 46 + data[1]: 43 + data[2]: -1 + data[3]: 1 + - op: 27 + valueIndex: 83 + data[0]: 42 + data[1]: 32 + data[2]: -1 data[3]: 1 - op: 3 - valueIndex: 82 - data[0]: 55 - data[1]: 55 - data[2]: 55 + valueIndex: 84 + data[0]: 44 + data[1]: 44 + data[2]: 44 data[3]: -1 - - op: 1 - valueIndex: 85 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 86 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 1 + - op: 57 valueIndex: 87 - data[0]: -1 + data[0]: 47 data[1]: -1 data[2]: -1 - data[3]: 1 - - op: 5 + data[3]: 0 + - op: 3 valueIndex: 88 - data[0]: 54 - data[1]: -1 - data[2]: 1 - data[3]: 3 - - op: 1 - valueIndex: 89 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 90 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 + data[0]: 5 + data[1]: 48 + data[2]: 5 + data[3]: -1 - op: 1 valueIndex: 91 data[0]: -1 data[1]: -1 data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 92 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 + data[3]: 2 - op: 1 valueIndex: 93 data[0]: -1 data[1]: -1 data[2]: -1 + data[3]: 2 + - op: 1 + valueIndex: 95 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 9 + - op: 1 + valueIndex: 96 + data[0]: -1 + data[1]: -1 + data[2]: -1 data[3]: 1 - - op: 3 - valueIndex: 94 - data[0]: 60 - data[1]: 58 - data[2]: 57 - data[3]: -1 - - op: 3 + - op: 1 valueIndex: 97 - data[0]: 63 - data[1]: 63 - data[2]: 63 - data[3]: -1 - - op: 5 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 98 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 99 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 valueIndex: 100 - data[0]: 54 + data[0]: -1 data[1]: -1 - data[2]: 2 + data[2]: -1 data[3]: 3 - - op: 1 - valueIndex: 101 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 102 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - op: 1 valueIndex: 103 data[0]: -1 data[1]: -1 data[2]: -1 - data[3]: 1 + data[3]: 6 - op: 1 valueIndex: 104 data[0]: -1 data[1]: -1 data[2]: -1 - data[3]: 1 + data[3]: 15 - op: 1 valueIndex: 105 data[0]: -1 data[1]: -1 data[2]: -1 - data[3]: 1 - - op: 3 - valueIndex: 106 - data[0]: 65 - data[1]: 67 - data[2]: 66 - data[3]: -1 - - op: 3 - valueIndex: 109 - data[0]: 72 - data[1]: 68 - data[2]: 73 - data[3]: -1 - - op: 3 - valueIndex: 112 - data[0]: 71 - data[1]: 71 - data[2]: 71 - data[3]: -1 - - op: 1 - valueIndex: 115 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 3 - valueIndex: 116 - data[0]: 76 - data[1]: 75 - data[2]: 74 - data[3]: -1 - - op: 1 - valueIndex: 119 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 120 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 2 - - op: 2 - valueIndex: 122 - data[0]: 80 - data[1]: 82 - data[2]: -1 - data[3]: -1 - - op: 1 - valueIndex: 124 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 31 - valueIndex: 125 - data[0]: 84 - data[1]: 83 - data[2]: -1 - data[3]: 2 - - op: 5 - valueIndex: 127 - data[0]: 86 - data[1]: -1 - data[2]: 1 - data[3]: 2 - - op: 5 - valueIndex: 128 - data[0]: 86 - data[1]: -1 - data[2]: 0 - data[3]: 2 - - op: 1 - valueIndex: 129 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 130 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 131 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 132 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 133 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 29 - valueIndex: 134 - data[0]: 87 - data[1]: 88 - data[2]: -1 - data[3]: 1 - - op: 3 - valueIndex: 135 - data[0]: 93 - data[1]: 93 - data[2]: 93 - data[3]: -1 - - op: 1 - valueIndex: 138 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 139 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 31 - valueIndex: 140 - data[0]: 92 - data[1]: 50 - data[2]: -1 - data[3]: 1 - - op: 31 - valueIndex: 141 - data[0]: 89 - data[1]: 50 - data[2]: -1 - data[3]: 1 - - op: 31 - valueIndex: 142 - data[0]: 90 - data[1]: 91 - data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 143 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 144 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 145 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 146 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 147 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 148 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 149 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 27 - valueIndex: 150 - data[0]: 62 - data[1]: 94 - data[2]: -1 - data[3]: 1 - - op: 9 - valueIndex: 151 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: -1 - - op: 1 - valueIndex: 167 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 14 - - op: 1 - valueIndex: 168 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 169 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 170 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 14 - - op: 1 - valueIndex: 171 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 57 - valueIndex: 172 - data[0]: 113 - data[1]: -1 - data[2]: -1 - data[3]: 0 - - op: 27 - valueIndex: 173 - data[0]: 62 - data[1]: 100 - data[2]: -1 - data[3]: 1 - - op: 2 - valueIndex: 174 - data[0]: 88 - data[1]: 108 - data[2]: -1 - data[3]: -1 - - op: 3 - valueIndex: 176 - data[0]: 107 - data[1]: 107 - data[2]: 107 - data[3]: -1 - - op: 2 - valueIndex: 179 - data[0]: 98 - data[1]: 98 - data[2]: -1 - data[3]: -1 - - op: 31 - valueIndex: 181 - data[0]: 114 - data[1]: 50 - data[2]: -1 - data[3]: 1 - - op: 2 - valueIndex: 182 - data[0]: 99 - data[1]: 99 - data[2]: -1 - data[3]: -1 - - op: 3 - valueIndex: 184 - data[0]: 101 - data[1]: 102 - data[2]: 103 - data[3]: -1 - - op: 3 - valueIndex: 187 - data[0]: 104 - data[1]: 105 - data[2]: 106 - data[3]: -1 - - op: 1 - valueIndex: 190 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 15 - - op: 1 - valueIndex: 191 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 6 - - op: 1 - valueIndex: 192 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 193 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 57 - valueIndex: 194 - data[0]: 110 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 195 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 196 - data[0]: -1 - data[1]: -1 - data[2]: -1 data[3]: 3 - op: 1 - valueIndex: 199 + valueIndex: 108 data[0]: -1 data[1]: -1 data[2]: -1 - data[3]: 1 - - op: 31 - valueIndex: 200 - data[0]: 96 - data[1]: 50 + data[3]: 2 + - op: 26 + valueIndex: 110 + data[0]: 49 + data[1]: 32 data[2]: -1 data[3]: 1 - - op: 31 - valueIndex: 201 - data[0]: 111 - data[1]: 50 - data[2]: -1 - data[3]: 1 - - op: 20 - valueIndex: 202 - data[0]: 112 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 20 - valueIndex: 203 - data[0]: 97 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 6 - valueIndex: 204 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: -1 - op: 1 - valueIndex: 205 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 7 - - op: 1 - valueIndex: 206 + valueIndex: 111 data[0]: -1 data[1]: -1 data[2]: -1 @@ -1627,135 +1133,89 @@ VisualEffectResource: m_PropertySheet: m_Float: m_Array: - - m_ExpressionIndex: 12 - m_Value: -1 - - m_ExpressionIndex: 13 + - m_ExpressionIndex: 5 m_Value: 0 - - m_ExpressionIndex: 14 - m_Value: 1 - - m_ExpressionIndex: 15 - m_Value: 0.5 - - m_ExpressionIndex: 16 - m_Value: -1 - - m_ExpressionIndex: 18 + - m_ExpressionIndex: 10 + m_Value: 0.04 + - m_ExpressionIndex: 11 + m_Value: 0 + - m_ExpressionIndex: 13 + m_Value: 100 + - m_ExpressionIndex: 17 m_Value: 1 - m_ExpressionIndex: 19 - m_Value: 0.5 - - m_ExpressionIndex: 26 - m_Value: 1 - - m_ExpressionIndex: 31 - m_Value: 0 - - m_ExpressionIndex: 50 - m_Value: 0 - - m_ExpressionIndex: 51 - m_Value: 0 - - m_ExpressionIndex: 56 - m_Value: 14.89 - - m_ExpressionIndex: 57 - m_Value: 0 - - m_ExpressionIndex: 58 - m_Value: 0 - - m_ExpressionIndex: 60 - m_Value: 1 - - m_ExpressionIndex: 61 - m_Value: 0.14 - - m_ExpressionIndex: 62 - m_Value: 1 - - m_ExpressionIndex: 64 - m_Value: 0.84 - - m_ExpressionIndex: 65 - m_Value: -4 - - m_ExpressionIndex: 66 - m_Value: 0 - - m_ExpressionIndex: 67 - m_Value: 0 - - m_ExpressionIndex: 68 - m_Value: 1 - - m_ExpressionIndex: 72 - m_Value: 0 - - m_ExpressionIndex: 73 - m_Value: 0 - - m_ExpressionIndex: 74 - m_Value: 1 - - m_ExpressionIndex: 75 - m_Value: 0 - - m_ExpressionIndex: 76 - m_Value: 0 - - m_ExpressionIndex: 80 - m_Value: 0 - - m_ExpressionIndex: 82 - m_Value: 1 - - m_ExpressionIndex: 85 - m_Value: -1 - - m_ExpressionIndex: 89 - m_Value: 0 - - m_ExpressionIndex: 90 - m_Value: 1 - - m_ExpressionIndex: 91 - m_Value: 0.001 - - m_ExpressionIndex: 92 - m_Value: 268324 - - m_ExpressionIndex: 93 - m_Value: 9.46 - - m_ExpressionIndex: 96 - m_Value: 0 - - m_ExpressionIndex: 97 - m_Value: 0.3610921 - - m_ExpressionIndex: 101 - m_Value: 0 - - m_ExpressionIndex: 102 - m_Value: 0.5 - - m_ExpressionIndex: 103 - m_Value: 0 - - m_ExpressionIndex: 104 - m_Value: 4 - - m_ExpressionIndex: 105 - m_Value: 2 - - m_ExpressionIndex: 106 - m_Value: 4 - - m_ExpressionIndex: 107 - m_Value: 0.004 - - m_ExpressionIndex: 111 - m_Value: 0 - - m_ExpressionIndex: 112 - m_Value: 0 - - m_ExpressionIndex: 114 + m_Value: -30 + - m_ExpressionIndex: 25 m_Value: 10 - - m_ExpressionIndex: 126 - m_Value: 2 - - m_ExpressionIndex: 127 - m_Value: 0.48 - - m_ExpressionIndex: 129 + - m_ExpressionIndex: 28 + m_Value: -50 + - m_ExpressionIndex: 30 m_Value: 0 - - m_ExpressionIndex: 131 + - m_ExpressionIndex: 31 + m_Value: -1 + - m_ExpressionIndex: 32 + m_Value: 50 + - m_ExpressionIndex: 34 + m_Value: -0.1 + - m_ExpressionIndex: 35 + m_Value: 0.65 + - m_ExpressionIndex: 43 + m_Value: 3 + - m_ExpressionIndex: 56 + m_Value: 20 + - m_ExpressionIndex: 57 + m_Value: 0.009 + - m_ExpressionIndex: 58 m_Value: 0.5 + - m_ExpressionIndex: 59 + m_Value: 0 m_Vector2f: m_Array: - - m_ExpressionIndex: 5 - m_Value: {x: 1, y: 1} - - m_ExpressionIndex: 8 - m_Value: {x: 0, y: 0} - - m_ExpressionIndex: 83 + - m_ExpressionIndex: 2 + m_Value: {x: -1, y: -1} + - m_ExpressionIndex: 3 + m_Value: {x: 2, y: 2} + - m_ExpressionIndex: 4 + m_Value: {x: 1, y: -1} + - m_ExpressionIndex: 53 + m_Value: {x: 0, y: 1} + - m_ExpressionIndex: 54 + m_Value: {x: 65536, y: 65536} + - m_ExpressionIndex: 64 m_Value: {x: 0, y: 0} m_Vector3f: m_Array: - - m_ExpressionIndex: 33 - m_Value: {x: 1, y: 1, z: 1} - - m_ExpressionIndex: 48 + - m_ExpressionIndex: 7 + m_Value: {x: 255, y: 255, z: 1} + - m_ExpressionIndex: 8 m_Value: {x: 2, y: 2, z: 2} - - m_ExpressionIndex: 130 + - m_ExpressionIndex: 9 + m_Value: {x: 1, y: 1, z: 1} + - m_ExpressionIndex: 21 + m_Value: {x: 1, y: 0, z: 0} + - m_ExpressionIndex: 23 + m_Value: {x: -4, y: 0, z: 0} + - m_ExpressionIndex: 26 + m_Value: {x: 0, y: 1, z: 0} + - m_ExpressionIndex: 39 + m_Value: {x: 5, y: 5, z: 5} + - m_ExpressionIndex: 40 m_Value: {x: 0, y: 0, z: 0} + - m_ExpressionIndex: 60 + m_Value: {x: 0, y: 0, z: 0} + - m_ExpressionIndex: 63 + m_Value: {x: 50, y: 50, z: 50} m_Vector4f: m_Array: [] m_Uint: m_Array: - m_ExpressionIndex: 0 - m_Value: 256 + m_Value: 65536 - m_ExpressionIndex: 1 m_Value: 256 - - m_ExpressionIndex: 3 - m_Value: 1 - - m_ExpressionIndex: 125 + - m_ExpressionIndex: 14 + m_Value: 3291711721 + - m_ExpressionIndex: 61 m_Value: 4294967295 m_Int: m_Array: [] @@ -1765,56 +1225,26 @@ VisualEffectResource: m_Array: [] m_Gradient: m_Array: - - m_ExpressionIndex: 110 + - m_ExpressionIndex: 47 m_Value: serializedVersion: 2 - key0: {r: 0, g: 0, b: 0, a: 0} - key1: {r: 0.12565443, g: 3.9999995, b: 0, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} + key0: {r: 0.0067949295, g: 0, b: 1, a: 0.2901961} + key1: {r: 1.1117381, g: 0, b: 0.86176467, a: 1} + key2: {r: 3.9999995, g: 0, b: 0, a: 0} key3: {r: 0, g: 0, b: 0, a: 0} key4: {r: 0, g: 0, b: 0, a: 0} key5: {r: 0, g: 0, b: 0, a: 0} key6: {r: 0, g: 0, b: 0, a: 0} key7: {r: 0, g: 0, b: 0, a: 0} ctime0: 0 - ctime1: 65535 - ctime2: 0 + ctime1: 32768 + ctime2: 65535 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 - atime1: 58211 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - - m_ExpressionIndex: 113 - m_Value: - serializedVersion: 2 - key0: {r: 0, g: 0.5026177, b: 15.999998, a: 0} - key1: {r: 0, g: 0.5026177, b: 15.999998, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 57825 atime1: 65535 atime2: 0 atime3: 0 @@ -1823,48 +1253,34 @@ VisualEffectResource: atime6: 0 atime7: 0 m_Mode: 0 - m_NumColorKeys: 2 + m_NumColorKeys: 3 m_NumAlphaKeys: 2 m_NamedObject: m_Array: - - m_ExpressionIndex: 52 - m_Value: {fileID: 10300, guid: 0000000000000000f000000000000000, type: 0} - - m_ExpressionIndex: 137 - m_Value: {fileID: 2800000, guid: 276d9e395ae18fe40a9b4988549f2349, type: 3} - - m_ExpressionIndex: 138 + - m_ExpressionIndex: 6 + m_Value: {fileID: 2800000, guid: 3b6f1cd74f73e0e4b9b42e8501fd3233, type: 3} + - m_ExpressionIndex: 55 + m_Value: {fileID: 11700000, guid: 08937e3134903c5488be506a2dac71e9, type: 2} + - m_ExpressionIndex: 66 m_Value: {fileID: 0} - - m_ExpressionIndex: 124 + - m_ExpressionIndex: 62 m_Value: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} m_Bool: m_Array: [] m_ExposedExpressions: - - nameId: BlendSpeed - index: 126 - nameId: Collider Position - index: 130 + index: 60 - nameId: DepthImage - index: 52 - - nameId: Elevation - index: 127 - - nameId: Ground Level - index: 129 - - nameId: HeightScale - index: 56 - - nameId: Max Threshold - index: 64 - - nameId: Min Threshold - index: 61 - - nameId: MovementImage - index: 137 - - nameId: Position - index: 8 - - nameId: Size - index: 5 - - nameId: Voxel Size - index: 107 + index: 6 + - nameId: Pitch Value + index: 59 + - nameId: Spectrum Value 1 + index: 11 + - nameId: Spectrum Value 2 + index: 30 m_Buffers: - type: 1 - size: 4830308 + size: 1179648 layout: - name: position type: 3 @@ -1872,46 +1288,46 @@ VisualEffectResource: bucket: 0 structure: 4 element: 0 + - name: color + type: 3 + offset: + bucket: 262144 + structure: 4 + element: 0 - name: particleId type: 6 offset: - bucket: 1073408 + bucket: 524288 structure: 1 element: 0 - name: velocity type: 3 offset: - bucket: 1341760 + bucket: 589824 structure: 8 element: 0 - name: age type: 1 offset: - bucket: 1341760 + bucket: 589824 structure: 8 element: 3 - name: seed type: 6 offset: - bucket: 1341760 + bucket: 589824 structure: 8 element: 4 - - name: color - type: 3 - offset: - bucket: 3488576 - structure: 4 - element: 0 - name: alpha type: 1 offset: - bucket: 4561984 + bucket: 1114112 structure: 1 element: 0 - capacity: 268324 + capacity: 65536 stride: 4 - type: 1 - size: 4830336 + size: 1179648 layout: - name: position type: 3 @@ -1919,43 +1335,43 @@ VisualEffectResource: bucket: 0 structure: 4 element: 0 + - name: color + type: 3 + offset: + bucket: 262144 + structure: 4 + element: 0 - name: particleId type: 6 offset: - bucket: 1073408 + bucket: 524288 structure: 1 element: 0 - name: velocity type: 3 offset: - bucket: 1341760 + bucket: 589824 structure: 8 element: 0 - name: age type: 1 offset: - bucket: 1341760 + bucket: 589824 structure: 8 element: 3 - name: seed type: 6 offset: - bucket: 1341760 + bucket: 589824 structure: 8 element: 4 - - name: color - type: 3 - offset: - bucket: 3488576 - structure: 4 - element: 0 - name: alpha type: 1 offset: - bucket: 4561984 + bucket: 1114112 structure: 1 element: 0 - capacity: 268352 + capacity: 65536 stride: 4 - type: 1 size: 1 @@ -1969,17 +1385,17 @@ VisualEffectResource: capacity: 1 stride: 4 - type: 4 - size: 268324 + size: 65536 layout: [] capacity: 0 stride: 4 - type: 0 - size: 268324 + size: 65536 layout: [] capacity: 0 stride: 8 - type: 0 - size: 268324 + size: 65536 layout: [] capacity: 0 stride: 8 @@ -2040,15 +1456,15 @@ VisualEffectResource: temporaryBuffers: [] values: - nameId: Count - index: 119 + index: 54 - nameId: Delay - index: 121 + index: 64 params: [] processor: {fileID: 0} shaderSourceIndex: -1 - type: 1 flags: 2 - capacity: 268324 + capacity: 65536 layer: 4294967295 buffers: - nameId: attributeBuffer @@ -2065,9 +1481,9 @@ VisualEffectResource: index: 5 values: - nameId: bounds_center - index: 122 + index: 40 - nameId: bounds_size - index: 123 + index: 63 tasks: - type: 536870912 buffers: @@ -2078,36 +1494,12 @@ VisualEffectResource: temporaryBuffers: [] values: - nameId: uniform_b - index: 109 - - nameId: uniform_c - index: 77 - - nameId: uniform_d - index: 4 - - nameId: uniform_e - index: 20 - - nameId: uniform_f - index: 3 - - nameId: uniform_g - index: 1 - - nameId: uniform_h - index: 46 - - nameId: uniform_i - index: 59 - - nameId: uniform_j - index: 69 - - nameId: uniform_k - index: 70 - - nameId: uniform_l - index: 78 - - nameId: uniform_m - index: 79 - - nameId: uniform_n - index: 81 + index: 45 params: - nameId: bounds_center - index: 122 + index: 40 - nameId: bounds_size - index: 123 + index: 63 processor: {fileID: 0} shaderSourceIndex: 0 - type: 805306368 @@ -2119,77 +1511,27 @@ VisualEffectResource: temporaryBuffers: [] values: - nameId: Sphere_center_a - index: 130 - - nameId: Sphere_radius_a - index: 131 - - nameId: Elasticity_a - index: 132 - - nameId: Friction_a - index: 133 - - nameId: LifetimeLoss_a - index: 134 - - nameId: Roughness_a - index: 135 + index: 60 - nameId: deltaTime_a - index: 136 - - nameId: uniform_i - index: 77 - - nameId: uniform_j - index: 4 - - nameId: uniform_k - index: 20 - - nameId: uniform_l - index: 3 - - nameId: uniform_m - index: 1 - - nameId: uniform_n - index: 46 - - nameId: uniform_o - index: 59 - - nameId: uniform_p - index: 69 - - nameId: uniform_q - index: 70 - - nameId: uniform_r - index: 78 - - nameId: uniform_s - index: 79 - - nameId: uniform_t - index: 81 - - nameId: uniform_u - index: 32 - - nameId: uniform_v - index: 10 - - nameId: uniform_w - index: 17 - - nameId: uniform_x - index: 30 - - nameId: uniform_y - index: 36 - - nameId: uniform_z - index: 44 - - nameId: uniform_ba - index: 49 - - nameId: uniform_bb - index: 53 - - nameId: uniform_bc - index: 56 - - nameId: uniform_bd - index: 61 - - nameId: uniform_be - index: 64 - - nameId: uniform_bf - index: 95 - - nameId: Drag_b - index: 120 - - nameId: Color_c - index: 128 + index: 22 + - nameId: uniform_d + index: 50 + - nameId: uniform_e + index: 45 + - nameId: uniform_f + index: 27 + - nameId: uniform_g + index: 18 + - nameId: Intensity_c + index: 65 - nameId: Color_d - index: 115 - - nameId: SpeedRange_d - index: 117 - - nameId: texture_b + index: 51 + - nameId: Color_e index: 52 + - nameId: texture_b + index: 6 + - nameId: VectorField_c + index: 55 params: [] processor: {fileID: 0} shaderSourceIndex: 1 @@ -2214,94 +1556,19 @@ VisualEffectResource: index: 3 temporaryBuffers: [] values: - - nameId: Scale_a - index: 118 - - nameId: invSoftParticlesFadeDistance - index: 116 - nameId: mainTexture - index: 138 + index: 66 params: - nameId: mesh - index: 124 + index: 62 - nameId: subMeshMask - index: 125 + index: 61 - nameId: sortPriority index: 0 - nameId: indirectDraw index: 1 processor: {fileID: 0} shaderSourceIndex: 2 ---- !u!114 &8926484042661614632 -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: 5e382412bb691334bb79457a6c127924, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 114023846229194376} - m_Children: [] - m_UIPosition: {x: 0, y: 2} - m_UICollapsed: 0 - m_UISuperCollapsed: 0 - m_InputSlots: - - {fileID: 8926484042661618534} - - {fileID: 8926484042661614634} - m_OutputSlots: [] - m_Disabled: 0 - repeat: 0 - spawnMode: 0 - delayMode: 0 ---- !u!114 &8926484042661614634 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661614634} - m_MasterData: - m_Owner: {fileID: 8926484042661614632} - m_Value: - m_Type: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - m_SerializableObject: 0 - m_Space: 2147483647 - m_Property: - name: Delay - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: - - m_Type: 3 - m_Min: -Infinity - m_Max: Infinity - m_Tooltip: Delay between each burst - m_Regex: - m_RegexMaxLength: 0 - - m_Type: 1 - m_Min: 0 - m_Max: Infinity - m_Tooltip: - m_Regex: - m_RegexMaxLength: 0 - m_Direction: 0 - m_LinkedSlots: [] --- !u!114 &8926484042661615903 MonoBehaviour: m_ObjectHideFlags: 1 @@ -2317,12 +1584,13 @@ MonoBehaviour: m_Parent: {fileID: 114350483966674976} m_Children: - {fileID: 8926484042661619818} - - {fileID: 8926484042661619960} - {fileID: 8926484042661619978} - {fileID: 8926484042661618177} - - {fileID: 8926484042661618084} - - {fileID: 8926484042661618270} - m_UIPosition: {x: 995, y: 609} + - {fileID: 8926484042661620397} + - {fileID: 8926484042661620380} + - {fileID: 8926484042661620307} + - {fileID: 8926484042661620433} + m_UIPosition: {x: 995, y: 759} m_UICollapsed: 0 m_UISuperCollapsed: 0 m_InputSlots: [] @@ -2335,7 +1603,7 @@ MonoBehaviour: slotIndex: 0 m_OutputFlowSlot: - link: - - context: {fileID: 8926484042661618112} + - context: {fileID: 8926484042661620299} slotIndex: 0 integration: 0 angularIntegration: 0 @@ -2516,7 +1784,7 @@ MonoBehaviour: m_EditorClassIdentifier: m_Parent: {fileID: 114350483966674976} m_Children: [] - m_UIPosition: {x: -915, y: -6} + m_UIPosition: {x: -1018, y: -55} m_UICollapsed: 0 m_UISuperCollapsed: 0 m_InputSlots: @@ -2792,7 +2060,7 @@ MonoBehaviour: attributes: [] m_Direction: 1 m_LinkedSlots: - - {fileID: 8926484042661617280} + - {fileID: 8926484042661620235} --- !u!114 &8926484042661616231 MonoBehaviour: m_ObjectHideFlags: 0 @@ -2906,7 +2174,7 @@ MonoBehaviour: m_EditorClassIdentifier: m_Parent: {fileID: 114350483966674976} m_Children: [] - m_UIPosition: {x: -620, y: 147} + m_UIPosition: {x: 769, y: 360} m_UICollapsed: 0 m_UISuperCollapsed: 0 m_InputSlots: @@ -2957,84 +2225,7 @@ MonoBehaviour: attributes: [] m_Direction: 0 m_LinkedSlots: - - {fileID: 8926484042661616344} ---- !u!114 &8926484042661616343 -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: 330e0fca1717dde4aaa144f48232aa64, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 114350483966674976} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_InputSlots: [] - m_OutputSlots: - - {fileID: 8926484042661616344} - m_ExposedName: HeightScale - m_Exposed: 1 - m_Order: 0 - m_Category: - m_Min: - m_Type: - m_SerializableType: - m_SerializableObject: - m_Max: - m_Type: - m_SerializableType: - m_SerializableObject: - m_IsOutput: 0 - m_Tooltip: - m_Nodes: - - m_Id: 0 - linkedSlots: - - outputSlot: {fileID: 8926484042661616344} - inputSlot: {fileID: 8926484042661616341} - position: {x: -880, y: 223} - expandedSlots: [] - expanded: 0 ---- !u!114 &8926484042661616344 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661616344} - m_MasterData: - m_Owner: {fileID: 8926484042661616343} - m_Value: - m_Type: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - m_SerializableObject: 14.89 - m_Space: 2147483647 - m_Property: - name: o - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 1 - m_LinkedSlots: - - {fileID: 8926484042661616341} + - {fileID: 8926484042661620182} --- !u!114 &8926484042661616345 MonoBehaviour: m_ObjectHideFlags: 0 @@ -3721,8 +2912,8 @@ MonoBehaviour: m_OutputSlots: - {fileID: 8926484042661616377} m_ExposedName: Position - m_Exposed: 1 - m_Order: 2 + m_Exposed: 0 + m_Order: 5 m_Category: m_Min: m_Type: @@ -3771,7 +2962,7 @@ MonoBehaviour: m_Type: m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - m_SerializableObject: + m_SerializableObject: '{"x":0.0,"y":0.0}' m_Space: 2147483647 m_Property: name: o @@ -4441,8 +3632,8 @@ MonoBehaviour: m_OutputSlots: - {fileID: 8926484042661616412} m_ExposedName: Size - m_Exposed: 1 - m_Order: 3 + m_Exposed: 0 + m_Order: 6 m_Category: m_Min: m_Type: @@ -4591,8 +3782,8 @@ MonoBehaviour: - {fileID: 8926484042661616419} m_ExposedName: DepthImage m_Exposed: 1 - m_Order: 1 - m_Category: + m_Order: 2 + m_Category: Kinect Input m_Min: m_Type: m_SerializableType: @@ -4635,7 +3826,7 @@ MonoBehaviour: m_Type: m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - m_SerializableObject: '{"obj":{"fileID":10300,"guid":"0000000000000000f000000000000000","type":0}}' + m_SerializableObject: '{"obj":{"fileID":2800000,"guid":"3b6f1cd74f73e0e4b9b42e8501fd3233","type":3}}' m_Space: 2147483647 m_Property: name: o @@ -4646,75 +3837,6 @@ MonoBehaviour: m_Direction: 1 m_LinkedSlots: - {fileID: 8926484042661616224} ---- !u!114 &8926484042661616426 -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: 330e0fca1717dde4aaa144f48232aa64, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 114350483966674976} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_InputSlots: [] - m_OutputSlots: - - {fileID: 8926484042661616427} - m_ExposedName: BlendSpeed - m_Exposed: 1 - m_Order: 4 - m_Category: - m_Min: - m_Type: - m_SerializableType: - m_SerializableObject: - m_Max: - m_Type: - m_SerializableType: - m_SerializableObject: - m_IsOutput: 0 - m_Tooltip: - m_Nodes: [] ---- !u!114 &8926484042661616427 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661616427} - m_MasterData: - m_Owner: {fileID: 8926484042661616426} - m_Value: - m_Type: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - m_SerializableObject: 2 - m_Space: 2147483647 - m_Property: - name: o - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 1 - m_LinkedSlots: [] --- !u!114 &8926484042661616463 MonoBehaviour: m_ObjectHideFlags: 0 @@ -4736,8 +3858,8 @@ MonoBehaviour: m_OutputSlots: - {fileID: 8926484042661616464} m_ExposedName: Voxel Size - m_Exposed: 1 - m_Order: 5 + m_Exposed: 0 + m_Order: 7 m_Category: m_Min: m_Type: @@ -4755,8 +3877,8 @@ MonoBehaviour: - m_Id: 0 linkedSlots: - outputSlot: {fileID: 8926484042661616464} - inputSlot: {fileID: 8926484042661618119} - position: {x: 521, y: 1720} + inputSlot: {fileID: 8926484042661620306} + position: {x: 754, y: 2453} expandedSlots: [] expanded: 0 --- !u!114 &8926484042661616464 @@ -4783,7 +3905,7 @@ MonoBehaviour: m_Type: m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - m_SerializableObject: 0.004 + m_SerializableObject: 0.009 m_Space: 2147483647 m_Property: name: o @@ -4793,145 +3915,7 @@ MonoBehaviour: attributes: [] m_Direction: 1 m_LinkedSlots: - - {fileID: 8926484042661618119} ---- !u!114 &8926484042661616489 -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: 330e0fca1717dde4aaa144f48232aa64, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 114350483966674976} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_InputSlots: [] - m_OutputSlots: - - {fileID: 8926484042661616490} - m_ExposedName: Elevation - m_Exposed: 1 - m_Order: 6 - m_Category: - m_Min: - m_Type: - m_SerializableType: - m_SerializableObject: - m_Max: - m_Type: - m_SerializableType: - m_SerializableObject: - m_IsOutput: 0 - m_Tooltip: - m_Nodes: [] ---- !u!114 &8926484042661616490 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661616490} - m_MasterData: - m_Owner: {fileID: 8926484042661616489} - m_Value: - m_Type: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - m_SerializableObject: 0.48 - m_Space: 2147483647 - m_Property: - name: o - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 1 - m_LinkedSlots: [] ---- !u!114 &8926484042661616522 -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: 330e0fca1717dde4aaa144f48232aa64, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 114350483966674976} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_InputSlots: [] - m_OutputSlots: - - {fileID: 8926484042661616523} - m_ExposedName: Ground Level - m_Exposed: 1 - m_Order: 7 - m_Category: - m_Min: - m_Type: - m_SerializableType: - m_SerializableObject: - m_Max: - m_Type: - m_SerializableType: - m_SerializableObject: - m_IsOutput: 0 - m_Tooltip: - m_Nodes: [] ---- !u!114 &8926484042661616523 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661616523} - m_MasterData: - m_Owner: {fileID: 8926484042661616522} - m_Value: - m_Type: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - m_SerializableObject: 0 - m_Space: 2147483647 - m_Property: - name: o - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 1 - m_LinkedSlots: [] + - {fileID: 8926484042661620306} --- !u!114 &8926484042661616552 MonoBehaviour: m_ObjectHideFlags: 0 @@ -5478,80 +4462,6 @@ MonoBehaviour: attributes: [] m_Direction: 1 m_LinkedSlots: [] ---- !u!114 &8926484042661616614 -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: 330e0fca1717dde4aaa144f48232aa64, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 114350483966674976} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_InputSlots: [] - m_OutputSlots: - - {fileID: 8926484042661616615} - m_ExposedName: MovementImage - m_Exposed: 1 - m_Order: 8 - m_Category: - m_Min: - m_Type: - m_SerializableType: - m_SerializableObject: - m_Max: - m_Type: - m_SerializableType: - m_SerializableObject: - m_IsOutput: 0 - m_Tooltip: - m_Nodes: - - m_Id: 0 - linkedSlots: [] - position: {x: -1456, y: -18} - expandedSlots: [] - expanded: 0 ---- !u!114 &8926484042661616615 -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: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661616615} - m_MasterData: - m_Owner: {fileID: 8926484042661616614} - m_Value: - m_Type: - m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - m_SerializableObject: '{"obj":{"fileID":2800000,"guid":"276d9e395ae18fe40a9b4988549f2349","type":3}}' - m_Space: 2147483647 - m_Property: - name: o - m_serializedType: - m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - attributes: [] - m_Direction: 1 - m_LinkedSlots: [] --- !u!114 &8926484042661617280 MonoBehaviour: m_ObjectHideFlags: 0 @@ -5586,7 +4496,7 @@ MonoBehaviour: attributes: [] m_Direction: 0 m_LinkedSlots: - - {fileID: 8926484042661616230} + - {fileID: 8926484042661620244} --- !u!114 &8926484042661617281 MonoBehaviour: m_ObjectHideFlags: 0 @@ -5621,7 +4531,7 @@ MonoBehaviour: attributes: [] m_Direction: 1 m_LinkedSlots: - - {fileID: 8926484042661618175} + - {fileID: 8926484042661618231} --- !u!114 &8926484042661617340 MonoBehaviour: m_ObjectHideFlags: 0 @@ -5643,8 +4553,8 @@ MonoBehaviour: m_OutputSlots: - {fileID: 8926484042661617341} m_ExposedName: Min Threshold - m_Exposed: 1 - m_Order: 9 + m_Exposed: 0 + m_Order: 8 m_Category: m_Min: m_Type: @@ -5661,7 +4571,7 @@ MonoBehaviour: linkedSlots: - outputSlot: {fileID: 8926484042661617341} inputSlot: {fileID: 8926484042661618160} - position: {x: -229, y: 402} + position: {x: -306, y: 39} expandedSlots: [] expanded: 1 --- !u!114 &8926484042661617341 @@ -5688,7 +4598,7 @@ MonoBehaviour: m_Type: m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - m_SerializableObject: 0.14 + m_SerializableObject: 0 m_Space: 2147483647 m_Property: name: o @@ -5720,8 +4630,8 @@ MonoBehaviour: m_OutputSlots: - {fileID: 8926484042661617343} m_ExposedName: Max Threshold - m_Exposed: 1 - m_Order: 10 + m_Exposed: 0 + m_Order: 9 m_Category: m_Min: m_Type: @@ -5738,7 +4648,7 @@ MonoBehaviour: linkedSlots: - outputSlot: {fileID: 8926484042661617343} inputSlot: {fileID: 8926484042661618172} - position: {x: -234, y: 603} + position: {x: -531, y: 249} expandedSlots: [] expanded: 0 --- !u!114 &8926484042661617343 @@ -5765,7 +4675,7 @@ MonoBehaviour: m_Type: m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - m_SerializableObject: 0.84 + m_SerializableObject: 0.04 m_Space: 2147483647 m_Property: name: o @@ -6504,592 +5414,6 @@ MonoBehaviour: attributes: [] m_Direction: 1 m_LinkedSlots: [] ---- !u!114 &8926484042661618084 -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: 01ec2c1930009b04ea08905b47262415, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 8926484042661615903} - m_Children: [] - m_UIPosition: {x: 0, y: 468} - m_UICollapsed: 0 - m_UISuperCollapsed: 0 - m_InputSlots: - - {fileID: 8926484042661618085} - - {fileID: 8926484042661618089} - m_OutputSlots: [] - m_Disabled: 0 - attribute: color - Composition: 0 - AlphaComposition: 0 - SampleMode: 4 - Mode: 1 - ColorMode: 3 - channels: 6 ---- !u!114 &8926484042661618085 -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: 76f778ff57c4e8145b9681fe3268d8e9, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661618085} - m_MasterData: - m_Owner: {fileID: 8926484042661618084} - m_Value: - m_Type: - m_SerializableType: UnityEngine.Gradient, UnityEngine.CoreModule, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - m_SerializableObject: '{"colorKeys":[{"color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0},"time":0.0},{"color":{"r":0.1256544291973114,"g":3.999999523162842,"b":0.0,"a":1.0},"time":1.0}],"alphaKeys":[{"alpha":0.0,"time":0.0},{"alpha":1.0,"time":0.8882429003715515}],"gradientMode":0}' - m_Space: 2147483647 - m_Property: - name: Color - m_serializedType: - m_SerializableType: UnityEngine.Gradient, UnityEngine.CoreModule, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - attributes: [] - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661618089 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661618089} - m_MasterData: - m_Owner: {fileID: 8926484042661618084} - m_Value: - m_Type: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - m_SerializableObject: 0 - m_Space: 2147483647 - m_Property: - name: SampleTime - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 0 - m_LinkedSlots: - - {fileID: 8926484042661618166} ---- !u!114 &8926484042661618112 -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: e837ba02e1cb47d4394b6c186d164156, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 114350483966674976} - m_Children: - - {fileID: 8926484042661618118} - m_UIPosition: {x: 991, y: 1885} - m_UICollapsed: 0 - m_UISuperCollapsed: 0 - m_InputSlots: - - {fileID: 8926484042661618113} - - {fileID: 8926484042661618114} - - {fileID: 8926484042661618115} - - {fileID: 8926484042661618124} - m_OutputSlots: [] - m_Label: - m_Data: {fileID: 8926484042661618490} - m_InputFlowSlot: - - link: - - context: {fileID: 8926484042661615903} - slotIndex: 0 - m_OutputFlowSlot: - - link: [] - blendMode: 1 - m_SubOutputs: - - {fileID: 8926484042661618117} - cullMode: 0 - zWriteMode: 0 - zTestMode: 0 - colorMappingMode: 0 - uvMode: 0 - useSoftParticle: 1 - sortPriority: 0 - sort: 0 - indirectDraw: 0 - castShadows: 0 - useExposureWeight: 0 ---- !u!114 &8926484042661618113 -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: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661618113} - m_MasterData: - m_Owner: {fileID: 8926484042661618112} - m_Value: - m_Type: - m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: mainTexture - m_serializedType: - m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - attributes: - - m_Type: 3 - m_Min: -Infinity - m_Max: Infinity - m_Tooltip: Texture to be applied to the mesh. - m_Regex: - m_RegexMaxLength: 0 - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661618114 -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: b47b8679b468b7347a00cdd50589bc9f, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661618114} - m_MasterData: - m_Owner: {fileID: 8926484042661618112} - m_Value: - m_Type: - m_SerializableType: UnityEngine.Mesh, UnityEngine.CoreModule, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - m_SerializableObject: '{"obj":{"fileID":10202,"guid":"0000000000000000e000000000000000","type":0}}' - m_Space: 2147483647 - m_Property: - name: mesh - m_serializedType: - m_SerializableType: UnityEngine.Mesh, UnityEngine.CoreModule, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - attributes: - - m_Type: 3 - m_Min: -Infinity - m_Max: Infinity - m_Tooltip: Mesh to be used for particle rendering. - m_Regex: - m_RegexMaxLength: 0 - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661618115 -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: c52d920e7fff73b498050a6b3c4404ca, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661618115} - m_MasterData: - m_Owner: {fileID: 8926484042661618112} - m_Value: - m_Type: - m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - m_SerializableObject: 4294967295 - m_Space: 2147483647 - m_Property: - name: subMeshMask - m_serializedType: - m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: - - m_Type: 3 - m_Min: -Infinity - m_Max: Infinity - m_Tooltip: Define a bitmask to control which submeshes are rendered. - m_Regex: - m_RegexMaxLength: 0 - - m_Type: 8 - m_Min: -Infinity - m_Max: Infinity - m_Tooltip: - m_Regex: - m_RegexMaxLength: 0 - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661618117 -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: 081ffb0090424ba4cb05370a42ead6b9, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - opaqueRenderQueue: 0 - transparentRenderQueue: 1 ---- !u!114 &8926484042661618118 -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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 8926484042661618112} - m_Children: [] - m_UIPosition: {x: 0, y: 184} - m_UICollapsed: 0 - m_UISuperCollapsed: 0 - m_InputSlots: - - {fileID: 8926484042661618119} - m_OutputSlots: [] - m_Disabled: 0 - attribute: scale - Composition: 0 - Source: 0 - Random: 0 - channels: 6 ---- !u!114 &8926484042661618119 -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: ac39bd03fca81b849929b9c966f1836a, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: - - {fileID: 8926484042661618120} - - {fileID: 8926484042661618121} - - {fileID: 8926484042661618122} - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661618119} - m_MasterData: - m_Owner: {fileID: 8926484042661618118} - m_Value: - m_Type: - m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - m_SerializableObject: '{"x":1.0,"y":1.0,"z":0.0}' - m_Space: 2147483647 - m_Property: - name: Scale - m_serializedType: - m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - attributes: [] - m_Direction: 0 - m_LinkedSlots: - - {fileID: 8926484042661616464} ---- !u!114 &8926484042661618120 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 8926484042661618119} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661618119} - m_MasterData: - m_Owner: {fileID: 0} - m_Value: - m_Type: - m_SerializableType: - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: x - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661618121 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 8926484042661618119} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661618119} - m_MasterData: - m_Owner: {fileID: 0} - m_Value: - m_Type: - m_SerializableType: - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: y - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661618122 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 8926484042661618119} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661618119} - m_MasterData: - m_Owner: {fileID: 0} - m_Value: - m_Type: - m_SerializableType: - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: z - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661618124 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661618124} - m_MasterData: - m_Owner: {fileID: 8926484042661618112} - m_Value: - m_Type: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - m_SerializableObject: 1 - m_Space: 2147483647 - m_Property: - name: softParticlesFadeDistance - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: - - m_Type: 1 - m_Min: 0.001 - m_Max: Infinity - m_Tooltip: - m_Regex: - m_RegexMaxLength: 0 - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661618155 -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: c8ac0ebcb5fd27b408f3700034222acb, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 114350483966674976} - m_Children: [] - m_UIPosition: {x: -106, y: 212} - m_UICollapsed: 0 - m_UISuperCollapsed: 0 - m_InputSlots: - - {fileID: 8926484042661618156} - m_OutputSlots: - - {fileID: 8926484042661618157} - m_Type: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 ---- !u!114 &8926484042661618156 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661618156} - m_MasterData: - m_Owner: {fileID: 8926484042661618155} - m_Value: - m_Type: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - m_SerializableObject: 0 - m_Space: 2147483647 - m_Property: - name: x - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 0 - m_LinkedSlots: - - {fileID: 8926484042661618176} ---- !u!114 &8926484042661618157 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661618157} - m_MasterData: - m_Owner: {fileID: 8926484042661618155} - m_Value: - m_Type: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 1 - m_LinkedSlots: - - {fileID: 8926484042661618163} --- !u!114 &8926484042661618158 MonoBehaviour: m_ObjectHideFlags: 0 @@ -7104,7 +5428,7 @@ MonoBehaviour: m_EditorClassIdentifier: m_Parent: {fileID: 114350483966674976} m_Children: [] - m_UIPosition: {x: -42, y: 328} + m_UIPosition: {x: -119, y: -35} m_UICollapsed: 0 m_UISuperCollapsed: 0 m_InputSlots: @@ -7157,7 +5481,7 @@ MonoBehaviour: m_RegexMaxLength: 0 m_Direction: 0 m_LinkedSlots: - - {fileID: 8926484042661618176} + - {fileID: 8926484042661620237} --- !u!114 &8926484042661618160 MonoBehaviour: m_ObjectHideFlags: 0 @@ -7233,7 +5557,7 @@ MonoBehaviour: attributes: [] m_Direction: 1 m_LinkedSlots: - - {fileID: 8926484042661618164} + - {fileID: 8926484042661620256} --- !u!114 &8926484042661618162 MonoBehaviour: m_ObjectHideFlags: 0 @@ -7248,21 +5572,17 @@ MonoBehaviour: m_EditorClassIdentifier: m_Parent: {fileID: 114350483966674976} m_Children: [] - m_UIPosition: {x: 216, y: 357} + m_UIPosition: {x: 137, y: -53} m_UICollapsed: 0 m_UISuperCollapsed: 0 m_InputSlots: - - {fileID: 8926484042661618163} - - {fileID: 8926484042661618164} - {fileID: 8926484042661618165} + - {fileID: 8926484042661620256} + - {fileID: 8926484042661620257} m_OutputSlots: - {fileID: 8926484042661618166} m_Operands: - - name: a - type: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - - name: b + - name: c type: m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -7270,76 +5590,10 @@ MonoBehaviour: type: m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 ---- !u!114 &8926484042661618163 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661618163} - m_MasterData: - m_Owner: {fileID: 8926484042661618162} - m_Value: - m_Type: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - m_SerializableObject: 1 - m_Space: 2147483647 - m_Property: - name: a - m_serializedType: + - name: c + type: m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 0 - m_LinkedSlots: - - {fileID: 8926484042661618157} ---- !u!114 &8926484042661618164 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661618164} - m_MasterData: - m_Owner: {fileID: 8926484042661618162} - m_Value: - m_Type: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - m_SerializableObject: 1 - m_Space: 2147483647 - m_Property: - name: b - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 0 - m_LinkedSlots: - - {fileID: 8926484042661618161} --- !u!114 &8926484042661618165 MonoBehaviour: m_ObjectHideFlags: 0 @@ -7374,7 +5628,7 @@ MonoBehaviour: attributes: [] m_Direction: 0 m_LinkedSlots: - - {fileID: 8926484042661618173} + - {fileID: 8926484042661620254} --- !u!114 &8926484042661618166 MonoBehaviour: m_ObjectHideFlags: 0 @@ -7409,102 +5663,7 @@ MonoBehaviour: attributes: [] m_Direction: 1 m_LinkedSlots: - - {fileID: 8926484042661618089} - - {fileID: 8926484042661619625} ---- !u!114 &8926484042661618167 -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: c8ac0ebcb5fd27b408f3700034222acb, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 114350483966674976} - m_Children: [] - m_UIPosition: {x: -222, y: 494} - m_UICollapsed: 0 - m_UISuperCollapsed: 0 - m_InputSlots: - - {fileID: 8926484042661618168} - m_OutputSlots: - - {fileID: 8926484042661618169} - m_Type: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 ---- !u!114 &8926484042661618168 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661618168} - m_MasterData: - m_Owner: {fileID: 8926484042661618167} - m_Value: - m_Type: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - m_SerializableObject: 0 - m_Space: 2147483647 - m_Property: - name: x - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 0 - m_LinkedSlots: - - {fileID: 8926484042661618176} ---- !u!114 &8926484042661618169 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661618169} - m_MasterData: - m_Owner: {fileID: 8926484042661618167} - m_Value: - m_Type: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 1 - m_LinkedSlots: - - {fileID: 8926484042661618171} + - {fileID: 8926484042661620231} --- !u!114 &8926484042661618170 MonoBehaviour: m_ObjectHideFlags: 0 @@ -7519,7 +5678,7 @@ MonoBehaviour: m_EditorClassIdentifier: m_Parent: {fileID: 114350483966674976} m_Children: [] - m_UIPosition: {x: 8, y: 575} + m_UIPosition: {x: -371, y: 205} m_UICollapsed: 0 m_UISuperCollapsed: 0 m_InputSlots: @@ -7572,7 +5731,7 @@ MonoBehaviour: m_RegexMaxLength: 0 m_Direction: 0 m_LinkedSlots: - - {fileID: 8926484042661618169} + - {fileID: 8926484042661620237} --- !u!114 &8926484042661618172 MonoBehaviour: m_ObjectHideFlags: 0 @@ -7648,103 +5807,7 @@ MonoBehaviour: attributes: [] m_Direction: 1 m_LinkedSlots: - - {fileID: 8926484042661618165} ---- !u!114 &8926484042661618174 -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: 955b0c175a6f3bb4582e92f3de8f0626, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 114350483966674976} - m_Children: [] - m_UIPosition: {x: -411, y: 318} - m_UICollapsed: 0 - m_UISuperCollapsed: 0 - m_InputSlots: - - {fileID: 8926484042661618175} - m_OutputSlots: - - {fileID: 8926484042661618176} - m_Type: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 ---- !u!114 &8926484042661618175 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661618175} - m_MasterData: - m_Owner: {fileID: 8926484042661618174} - m_Value: - m_Type: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 0 - m_LinkedSlots: - - {fileID: 8926484042661617281} ---- !u!114 &8926484042661618176 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661618176} - m_MasterData: - m_Owner: {fileID: 8926484042661618174} - m_Value: - m_Type: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 1 - m_LinkedSlots: - - {fileID: 8926484042661618156} - - {fileID: 8926484042661618159} - - {fileID: 8926484042661618168} + - {fileID: 8926484042661620250} --- !u!114 &8926484042661618177 MonoBehaviour: m_ObjectHideFlags: 0 @@ -7833,178 +5896,7 @@ MonoBehaviour: attributes: [] m_Direction: 0 m_LinkedSlots: - - {fileID: 8926484042661619626} ---- !u!114 &8926484042661618270 -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: 01ec2c1930009b04ea08905b47262415, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 8926484042661615903} - m_Children: [] - m_UIPosition: {x: 0, y: 613} - m_UICollapsed: 0 - m_UISuperCollapsed: 0 - m_InputSlots: - - {fileID: 8926484042661618271} - - {fileID: 8926484042661618272} - m_OutputSlots: [] - m_Disabled: 0 - attribute: color - Composition: 1 - AlphaComposition: 0 - SampleMode: 1 - Mode: 1 - ColorMode: 1 - channels: 6 ---- !u!114 &8926484042661618271 -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: 76f778ff57c4e8145b9681fe3268d8e9, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661618271} - m_MasterData: - m_Owner: {fileID: 8926484042661618270} - m_Value: - m_Type: - m_SerializableType: UnityEngine.Gradient, UnityEngine.CoreModule, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - m_SerializableObject: '{"colorKeys":[{"color":{"r":0.0,"g":0.5026177167892456,"b":15.999998092651368,"a":1.0},"time":0.0},{"color":{"r":0.0,"g":0.5026177167892456,"b":15.999998092651368,"a":1.0},"time":1.0}],"alphaKeys":[{"alpha":0.0,"time":0.8823529481887817},{"alpha":1.0,"time":1.0}],"gradientMode":0}' - m_Space: 2147483647 - m_Property: - name: Color - m_serializedType: - m_SerializableType: UnityEngine.Gradient, UnityEngine.CoreModule, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - attributes: [] - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661618272 -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: 1b2b751071c7fc14f9fa503163991826, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: - - {fileID: 8926484042661618273} - - {fileID: 8926484042661618274} - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 0 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661618272} - m_MasterData: - m_Owner: {fileID: 8926484042661618270} - m_Value: - m_Type: - m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - m_SerializableObject: '{"x":0.0,"y":1.0}' - m_Space: 2147483647 - m_Property: - name: SpeedRange - m_serializedType: - m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - attributes: - - m_Type: 1 - m_Min: 0 - m_Max: Infinity - m_Tooltip: - m_Regex: - m_RegexMaxLength: 0 - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661618273 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 8926484042661618272} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661618272} - m_MasterData: - m_Owner: {fileID: 0} - m_Value: - m_Type: - m_SerializableType: - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: x - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661618274 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 8926484042661618272} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661618272} - m_MasterData: - m_Owner: {fileID: 0} - m_Value: - m_Type: - m_SerializableType: - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: y - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 0 - m_LinkedSlots: [] + - {fileID: 8926484042661617281} --- !u!114 &8926484042661618449 MonoBehaviour: m_ObjectHideFlags: 1 @@ -8020,6 +5912,7 @@ MonoBehaviour: m_Parent: {fileID: 114350483966674976} m_Children: - {fileID: 8926484042661619510} + - {fileID: 8926484042661620290} m_UIPosition: {x: 996, y: 239} m_UICollapsed: 0 m_UISuperCollapsed: 0 @@ -8062,7 +5955,7 @@ MonoBehaviour: m_Type: m_SerializableType: UnityEditor.VFX.AABox, Unity.VisualEffectGraph.Editor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - m_SerializableObject: '{"center":{"x":0.0,"y":0.5,"z":0.0},"size":{"x":4.0,"y":2.0,"z":4.0}}' + m_SerializableObject: '{"center":{"x":0.0,"y":0.0,"z":0.0},"size":{"x":50.0,"y":50.0,"z":50.0}}' m_Space: 0 m_Property: name: bounds @@ -8375,55 +6268,9 @@ MonoBehaviour: m_Owners: - {fileID: 8926484042661618449} - {fileID: 8926484042661615903} - - {fileID: 8926484042661618112} - m_Capacity: 268324 + - {fileID: 8926484042661620299} + m_Capacity: 65536 m_Space: 1 ---- !u!114 &8926484042661618534 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661618534} - m_MasterData: - m_Owner: {fileID: 8926484042661614632} - m_Value: - m_Type: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - m_SerializableObject: 268324 - m_Space: 2147483647 - m_Property: - name: Count - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: - - m_Type: 3 - m_Min: -Infinity - m_Max: Infinity - m_Tooltip: Count for each burst - m_Regex: - m_RegexMaxLength: 0 - - m_Type: 1 - m_Min: 0 - m_Max: Infinity - m_Tooltip: - m_Regex: - m_RegexMaxLength: 0 - m_Direction: 0 - m_LinkedSlots: [] --- !u!114 &8926484042661618948 MonoBehaviour: m_ObjectHideFlags: 0 @@ -9990,100 +7837,6 @@ MonoBehaviour: m_Direction: 1 m_LinkedSlots: - {fileID: 8926484042661619519} ---- !u!114 &8926484042661619624 -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: ed61682dd0ce22343910fec4ca3f8e9b, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 114350483966674976} - m_Children: [] - m_UIPosition: {x: 425, y: 376} - m_UICollapsed: 0 - m_UISuperCollapsed: 0 - m_InputSlots: - - {fileID: 8926484042661619625} - m_OutputSlots: - - {fileID: 8926484042661619626} - m_Type: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 ---- !u!114 &8926484042661619625 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661619625} - m_MasterData: - m_Owner: {fileID: 8926484042661619624} - m_Value: - m_Type: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - m_SerializableObject: 0 - m_Space: 2147483647 - m_Property: - name: x - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 0 - m_LinkedSlots: - - {fileID: 8926484042661618166} ---- !u!114 &8926484042661619626 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661619626} - m_MasterData: - m_Owner: {fileID: 8926484042661619624} - m_Value: - m_Type: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 1 - m_LinkedSlots: - - {fileID: 8926484042661618231} --- !u!114 &8926484042661619735 MonoBehaviour: m_ObjectHideFlags: 0 @@ -10125,7 +7878,7 @@ MonoBehaviour: m_RegexMaxLength: 0 m_Direction: 0 m_LinkedSlots: - - {fileID: 8926484042661619913} + - {fileID: 8926484042661620048} --- !u!114 &8926484042661619736 MonoBehaviour: m_ObjectHideFlags: 0 @@ -10291,7 +8044,7 @@ MonoBehaviour: m_Type: m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - m_SerializableObject: 10 + m_SerializableObject: 20 m_Space: 2147483647 m_Property: name: Drag @@ -10336,7 +8089,7 @@ MonoBehaviour: - {fileID: 8926484042661619825} - {fileID: 8926484042661619826} - {fileID: 8926484042661619827} - - {fileID: 8926484042661620028} + - {fileID: 8926484042661620372} m_OutputSlots: [] m_Disabled: 0 mode: 0 @@ -11175,7 +8928,7 @@ MonoBehaviour: attributes: [] m_Direction: 1 m_LinkedSlots: - - {fileID: 8926484042661619909} + - {fileID: 8926484042661620043} --- !u!114 &8926484042661619902 MonoBehaviour: m_ObjectHideFlags: 0 @@ -11275,968 +9028,6 @@ MonoBehaviour: attributes: [] m_Direction: 1 m_LinkedSlots: [] ---- !u!114 &8926484042661619905 -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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 114350483966674976} - m_Children: [] - m_UIPosition: {x: 435, y: 1159} - m_UICollapsed: 0 - m_UISuperCollapsed: 0 - m_InputSlots: - - {fileID: 8926484042661619909} - - {fileID: 8926484042661619907} - m_OutputSlots: - - {fileID: 8926484042661619913} - m_Operands: - - name: a - type: - m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - - name: b - type: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 ---- !u!114 &8926484042661619907 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661619907} - m_MasterData: - m_Owner: {fileID: 8926484042661619905} - m_Value: - m_Type: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - m_SerializableObject: 9.46 - m_Space: 2147483647 - m_Property: - name: b - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661619909 -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: ac39bd03fca81b849929b9c966f1836a, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: - - {fileID: 8926484042661619910} - - {fileID: 8926484042661619911} - - {fileID: 8926484042661619912} - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661619909} - m_MasterData: - m_Owner: {fileID: 8926484042661619905} - m_Value: - m_Type: - m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - m_SerializableObject: '{"x":1.0,"y":1.0,"z":1.0}' - m_Space: 2147483647 - m_Property: - name: a - m_serializedType: - m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - attributes: [] - m_Direction: 0 - m_LinkedSlots: - - {fileID: 8926484042661619901} ---- !u!114 &8926484042661619910 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 8926484042661619909} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661619909} - m_MasterData: - m_Owner: {fileID: 0} - m_Value: - m_Type: - m_SerializableType: - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: x - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661619911 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 8926484042661619909} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661619909} - m_MasterData: - m_Owner: {fileID: 0} - m_Value: - m_Type: - m_SerializableType: - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: y - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661619912 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 8926484042661619909} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661619909} - m_MasterData: - m_Owner: {fileID: 0} - m_Value: - m_Type: - m_SerializableType: - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: z - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661619913 -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: ac39bd03fca81b849929b9c966f1836a, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: - - {fileID: 8926484042661619914} - - {fileID: 8926484042661619915} - - {fileID: 8926484042661619916} - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 0 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661619913} - m_MasterData: - m_Owner: {fileID: 8926484042661619905} - m_Value: - m_Type: - m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: - m_serializedType: - m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - attributes: [] - m_Direction: 1 - m_LinkedSlots: - - {fileID: 8926484042661619735} ---- !u!114 &8926484042661619914 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 8926484042661619913} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661619913} - m_MasterData: - m_Owner: {fileID: 0} - m_Value: - m_Type: - m_SerializableType: - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: x - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 1 - m_LinkedSlots: [] ---- !u!114 &8926484042661619915 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 8926484042661619913} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661619913} - m_MasterData: - m_Owner: {fileID: 0} - m_Value: - m_Type: - m_SerializableType: - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: y - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 1 - m_LinkedSlots: [] ---- !u!114 &8926484042661619916 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 8926484042661619913} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661619913} - m_MasterData: - m_Owner: {fileID: 0} - m_Value: - m_Type: - m_SerializableType: - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: z - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 1 - m_LinkedSlots: [] ---- !u!114 &8926484042661619960 -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: 63716c0daf1806941a123003dc6d7398, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 8926484042661615903} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 0 - m_UISuperCollapsed: 0 - m_InputSlots: - - {fileID: 8926484042661619961} - - {fileID: 8926484042661619974} - - {fileID: 8926484042661619975} - - {fileID: 8926484042661619976} - m_OutputSlots: [] - m_Disabled: 1 - Mode: 0 ---- !u!114 &8926484042661619961 -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: 3e3f628d80ffceb489beac74258f9cf7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: - - {fileID: 8926484042661619962} - - {fileID: 8926484042661619966} - - {fileID: 8926484042661619970} - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 0 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661619961} - m_MasterData: - m_Owner: {fileID: 8926484042661619960} - m_Value: - m_Type: - m_SerializableType: UnityEditor.VFX.Transform, Unity.VisualEffectGraph.Editor, - Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - m_SerializableObject: '{"position":{"x":-3.8499999046325685,"y":0.0,"z":-0.7300000190734863},"angles":{"x":0.0,"y":0.0,"z":0.0},"scale":{"x":10.0,"y":10.0,"z":10.0}}' - m_Space: 1 - m_Property: - name: FieldTransform - m_serializedType: - m_SerializableType: UnityEditor.VFX.Transform, Unity.VisualEffectGraph.Editor, - Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - attributes: - - m_Type: 3 - m_Min: -Infinity - m_Max: Infinity - m_Tooltip: The position, rotation and scale of the turbulence field - m_Regex: - m_RegexMaxLength: 0 - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661619962 -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: ac39bd03fca81b849929b9c966f1836a, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 8926484042661619961} - m_Children: - - {fileID: 8926484042661619963} - - {fileID: 8926484042661619964} - - {fileID: 8926484042661619965} - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661619961} - m_MasterData: - m_Owner: {fileID: 0} - m_Value: - m_Type: - m_SerializableType: - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: position - m_serializedType: - m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - attributes: - - m_Type: 3 - m_Min: -Infinity - m_Max: Infinity - m_Tooltip: The transform position. - m_Regex: - m_RegexMaxLength: 0 - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661619963 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 8926484042661619962} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661619961} - m_MasterData: - m_Owner: {fileID: 0} - m_Value: - m_Type: - m_SerializableType: - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: x - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661619964 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 8926484042661619962} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661619961} - m_MasterData: - m_Owner: {fileID: 0} - m_Value: - m_Type: - m_SerializableType: - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: y - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661619965 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 8926484042661619962} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661619961} - m_MasterData: - m_Owner: {fileID: 0} - m_Value: - m_Type: - m_SerializableType: - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: z - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661619966 -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: ac39bd03fca81b849929b9c966f1836a, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 8926484042661619961} - m_Children: - - {fileID: 8926484042661619967} - - {fileID: 8926484042661619968} - - {fileID: 8926484042661619969} - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661619961} - m_MasterData: - m_Owner: {fileID: 0} - m_Value: - m_Type: - m_SerializableType: - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: angles - m_serializedType: - m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - attributes: - - m_Type: 4 - m_Min: -Infinity - m_Max: Infinity - m_Tooltip: - m_Regex: - m_RegexMaxLength: 0 - - m_Type: 3 - m_Min: -Infinity - m_Max: Infinity - m_Tooltip: The euler angles of the transform. - m_Regex: - m_RegexMaxLength: 0 - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661619967 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 8926484042661619966} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661619961} - m_MasterData: - m_Owner: {fileID: 0} - m_Value: - m_Type: - m_SerializableType: - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: x - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661619968 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 8926484042661619966} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661619961} - m_MasterData: - m_Owner: {fileID: 0} - m_Value: - m_Type: - m_SerializableType: - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: y - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661619969 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 8926484042661619966} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661619961} - m_MasterData: - m_Owner: {fileID: 0} - m_Value: - m_Type: - m_SerializableType: - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: z - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661619970 -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: ac39bd03fca81b849929b9c966f1836a, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 8926484042661619961} - m_Children: - - {fileID: 8926484042661619971} - - {fileID: 8926484042661619972} - - {fileID: 8926484042661619973} - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661619961} - m_MasterData: - m_Owner: {fileID: 0} - m_Value: - m_Type: - m_SerializableType: - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: scale - m_serializedType: - m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - attributes: - - m_Type: 3 - m_Min: -Infinity - m_Max: Infinity - m_Tooltip: The scale of the transform along each axis. - m_Regex: - m_RegexMaxLength: 0 - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661619971 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 8926484042661619970} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661619961} - m_MasterData: - m_Owner: {fileID: 0} - m_Value: - m_Type: - m_SerializableType: - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: x - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661619972 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 8926484042661619970} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661619961} - m_MasterData: - m_Owner: {fileID: 0} - m_Value: - m_Type: - m_SerializableType: - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: y - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661619973 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 8926484042661619970} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661619961} - m_MasterData: - m_Owner: {fileID: 0} - m_Value: - m_Type: - m_SerializableType: - m_SerializableObject: - m_Space: 2147483647 - m_Property: - name: z - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: [] - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661619974 -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: c52d920e7fff73b498050a6b3c4404ca, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661619974} - m_MasterData: - m_Owner: {fileID: 8926484042661619960} - m_Value: - m_Type: - m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - m_SerializableObject: 3 - m_Space: 2147483647 - m_Property: - name: NumOctaves - m_serializedType: - m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: - - m_Type: 3 - m_Min: -Infinity - m_Max: Infinity - m_Tooltip: Number of Octaves of the noise (Max 10) - m_Regex: - m_RegexMaxLength: 0 - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661619975 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661619975} - m_MasterData: - m_Owner: {fileID: 8926484042661619960} - m_Value: - m_Type: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - m_SerializableObject: 0.5210016 - m_Space: 2147483647 - m_Property: - name: Roughness - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: - - m_Type: 0 - m_Min: 0 - m_Max: 1 - m_Tooltip: - m_Regex: - m_RegexMaxLength: 0 - - m_Type: 3 - m_Min: -Infinity - m_Max: Infinity - m_Tooltip: The roughness of the turbulence - m_Regex: - m_RegexMaxLength: 0 - m_Direction: 0 - m_LinkedSlots: [] ---- !u!114 &8926484042661619976 -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: f780aa281814f9842a7c076d436932e7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Parent: {fileID: 0} - m_Children: [] - m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 1 - m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661619976} - m_MasterData: - m_Owner: {fileID: 8926484042661619960} - m_Value: - m_Type: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - m_SerializableObject: -3.85 - m_Space: 2147483647 - m_Property: - name: Intensity - m_serializedType: - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - attributes: - - m_Type: 3 - m_Min: -Infinity - m_Max: Infinity - m_Tooltip: Intensity of the motion vectors - m_Regex: - m_RegexMaxLength: 0 - m_Direction: 0 - m_LinkedSlots: [] --- !u!114 &8926484042661619978 MonoBehaviour: m_ObjectHideFlags: 0 @@ -12747,14 +9538,14 @@ MonoBehaviour: m_Parent: {fileID: 114350483966674976} m_Children: [] m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 0 + m_UICollapsed: 1 m_UISuperCollapsed: 0 m_InputSlots: [] m_OutputSlots: - {fileID: 8926484042661620024} m_ExposedName: Collider Position m_Exposed: 1 - m_Order: 11 + m_Order: 10 m_Category: m_Min: m_Type: @@ -12911,7 +9702,175 @@ MonoBehaviour: attributes: [] m_Direction: 1 m_LinkedSlots: [] ---- !u!114 &8926484042661620028 +--- !u!114 &8926484042661620042 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 533, y: 1210} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620043} + - {fileID: 8926484042661620047} + m_OutputSlots: + - {fileID: 8926484042661620048} + m_Operands: + - name: a + type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661620043 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661620044} + - {fileID: 8926484042661620045} + - {fileID: 8926484042661620046} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620043} + m_MasterData: + m_Owner: {fileID: 8926484042661620042} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0,"z":1.0}' + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661619901} +--- !u!114 &8926484042661620044 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620043} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620043} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620045 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620043} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620043} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620046 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620043} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620043} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620047 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} @@ -12928,14 +9887,2439 @@ MonoBehaviour: m_UIPosition: {x: 0, y: 0} m_UICollapsed: 1 m_UISuperCollapsed: 0 - m_MasterSlot: {fileID: 8926484042661620028} + m_MasterSlot: {fileID: 8926484042661620047} + m_MasterData: + m_Owner: {fileID: 8926484042661620042} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620134} +--- !u!114 &8926484042661620048 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661620049} + - {fileID: 8926484042661620050} + - {fileID: 8926484042661620051} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620048} + m_MasterData: + m_Owner: {fileID: 8926484042661620042} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661619735} +--- !u!114 &8926484042661620049 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620048} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620048} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661620050 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620048} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620048} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661620051 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620048} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620048} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661620125 +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: 4475775c3ab9f224ab10ccb991fb9336, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 555, y: 1635} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620126} + - {fileID: 8926484042661620127} + - {fileID: 8926484042661620128} + m_OutputSlots: + - {fileID: 8926484042661620129} + m_Type: + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661620126 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620126} + m_MasterData: + m_Owner: {fileID: 8926484042661620125} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: input + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to be clamped. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620140} +--- !u!114 &8926484042661620127 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620127} + m_MasterData: + m_Owner: {fileID: 8926484042661620125} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: -50 + m_Space: 2147483647 + m_Property: + name: min + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The lower bound to clamp the input to. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620128 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620128} + m_MasterData: + m_Owner: {fileID: 8926484042661620125} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: -0.1 + m_Space: 2147483647 + m_Property: + name: max + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The upper bound to clamp the input to. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620129 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620129} + m_MasterData: + m_Owner: {fileID: 8926484042661620125} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620146} +--- !u!114 &8926484042661620130 +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: 4475775c3ab9f224ab10ccb991fb9336, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 562, y: 1523} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620131} + - {fileID: 8926484042661620132} + - {fileID: 8926484042661620133} + m_OutputSlots: + - {fileID: 8926484042661620134} + m_Type: + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661620131 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620131} + m_MasterData: + m_Owner: {fileID: 8926484042661620130} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: input + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to be clamped. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620140} +--- !u!114 &8926484042661620132 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620132} + m_MasterData: + m_Owner: {fileID: 8926484042661620130} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: min + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The lower bound to clamp the input to. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620133 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620133} + m_MasterData: + m_Owner: {fileID: 8926484042661620130} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 50 + m_Space: 2147483647 + m_Property: + name: max + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The upper bound to clamp the input to. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620134 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620134} + m_MasterData: + m_Owner: {fileID: 8926484042661620130} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620047} +--- !u!114 &8926484042661620138 +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: 955b0c175a6f3bb4582e92f3de8f0626, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 332, y: 1597} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620139} + m_OutputSlots: + - {fileID: 8926484042661620140} + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661620139 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620139} + m_MasterData: + m_Owner: {fileID: 8926484042661620138} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620425} +--- !u!114 &8926484042661620140 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620140} + m_MasterData: + m_Owner: {fileID: 8926484042661620138} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620126} + - {fileID: 8926484042661620131} +--- !u!114 &8926484042661620145 +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: 850204dbbab27354ca79dcd450671db2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 731, y: 1638} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620146} + m_OutputSlots: + - {fileID: 8926484042661620147} + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661620146 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620146} + m_MasterData: + m_Owner: {fileID: 8926484042661620145} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620129} +--- !u!114 &8926484042661620147 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620147} + m_MasterData: + m_Owner: {fileID: 8926484042661620145} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620374} +--- !u!114 &8926484042661620181 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661620182} + m_ExposedName: HeightScale + m_Exposed: 0 + m_Order: 0 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661620182} + inputSlot: {fileID: 8926484042661616341} + position: {x: 449, y: 422} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661620182 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620182} + m_MasterData: + m_Owner: {fileID: 8926484042661620181} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.65 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616341} +--- !u!114 &8926484042661620230 +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: 39201e37c9a341c45bace12065f0cb90, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 338, y: -117} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620231} + - {fileID: 8926484042661620232} + m_OutputSlots: + - {fileID: 8926484042661620233} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661620231 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620231} + m_MasterData: + m_Owner: {fileID: 8926484042661620230} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 100 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661618166} +--- !u!114 &8926484042661620232 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620232} + m_MasterData: + m_Owner: {fileID: 8926484042661620230} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620233 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620233} + m_MasterData: + m_Owner: {fileID: 8926484042661620230} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620243} +--- !u!114 &8926484042661620234 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -637, y: -77} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620235} + - {fileID: 8926484042661620236} + m_OutputSlots: + - {fileID: 8926484042661620237} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661620235 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620235} + m_MasterData: + m_Owner: {fileID: 8926484042661620234} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616230} +--- !u!114 &8926484042661620236 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620236} + m_MasterData: + m_Owner: {fileID: 8926484042661620234} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620237 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620237} + m_MasterData: + m_Owner: {fileID: 8926484042661620234} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661618159} + - {fileID: 8926484042661618171} + - {fileID: 8926484042661620253} +--- !u!114 &8926484042661620242 +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: ed61682dd0ce22343910fec4ca3f8e9b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 464, y: 29} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620243} + m_OutputSlots: + - {fileID: 8926484042661620244} + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661620243 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620243} + m_MasterData: + m_Owner: {fileID: 8926484042661620242} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620233} +--- !u!114 &8926484042661620244 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620244} + m_MasterData: + m_Owner: {fileID: 8926484042661620242} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617280} +--- !u!114 &8926484042661620249 +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: c8ac0ebcb5fd27b408f3700034222acb, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -131, y: 167} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620250} + m_OutputSlots: + - {fileID: 8926484042661620251} + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661620250 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620250} + m_MasterData: + m_Owner: {fileID: 8926484042661620249} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661618173} +--- !u!114 &8926484042661620251 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620251} + m_MasterData: + m_Owner: {fileID: 8926484042661620249} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620257} +--- !u!114 &8926484042661620252 +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: c8ac0ebcb5fd27b408f3700034222acb, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -406, y: -168} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620253} + m_OutputSlots: + - {fileID: 8926484042661620254} + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661620253 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620253} + m_MasterData: + m_Owner: {fileID: 8926484042661620252} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620237} +--- !u!114 &8926484042661620254 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620254} + m_MasterData: + m_Owner: {fileID: 8926484042661620252} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661618165} +--- !u!114 &8926484042661620256 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620256} + m_MasterData: + m_Owner: {fileID: 8926484042661618162} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: c + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661618161} +--- !u!114 &8926484042661620257 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620257} + m_MasterData: + m_Owner: {fileID: 8926484042661618162} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: c + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620251} +--- !u!114 &8926484042661620276 +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: d1847decbcc406c41b56205a65871167, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -643, y: 1675} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620277} + m_OutputSlots: + - {fileID: 8926484042661620278} + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661620277 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620277} + m_MasterData: + m_Owner: {fileID: 8926484042661620276} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620371} +--- !u!114 &8926484042661620278 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620278} + m_MasterData: + m_Owner: {fileID: 8926484042661620276} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661620279 +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: 7d33fb94df928ef4c986f97607706b82, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -935, y: 1724} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661620280} + m_expressionOp: 7 +--- !u!114 &8926484042661620280 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620280} + m_MasterData: + m_Owner: {fileID: 8926484042661620279} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: TotalTime + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620369} +--- !u!114 &8926484042661620290 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661618449} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620291} + m_OutputSlots: [] + m_Disabled: 0 + attribute: color + Composition: 0 + Source: 0 + Random: 0 + channels: 6 +--- !u!114 &8926484042661620291 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661620292} + - {fileID: 8926484042661620293} + - {fileID: 8926484042661620294} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620291} + m_MasterData: + m_Owner: {fileID: 8926484042661620290} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0,"z":1.0}' + m_Space: 2147483647 + m_Property: + name: Color + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 5 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620292 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620291} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620291} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620293 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620291} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620291} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620294 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620291} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620291} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620299 +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: e837ba02e1cb47d4394b6c186d164156, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 8926484042661620305} + m_UIPosition: {x: 992, y: 2545} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620300} + - {fileID: 8926484042661620301} + - {fileID: 8926484042661620302} + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 8926484042661618490} + m_InputFlowSlot: + - link: + - context: {fileID: 8926484042661615903} + slotIndex: 0 + m_OutputFlowSlot: + - link: [] + blendMode: 1 + m_SubOutputs: + - {fileID: 8926484042661620304} + cullMode: 0 + zWriteMode: 0 + zTestMode: 0 + colorMappingMode: 0 + uvMode: 0 + useSoftParticle: 0 + sortPriority: 0 + sort: 0 + indirectDraw: 0 + castShadows: 0 + useExposureWeight: 0 +--- !u!114 &8926484042661620300 +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: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620300} + m_MasterData: + m_Owner: {fileID: 8926484042661620299} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: mainTexture + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Texture to be applied to the mesh. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620301 +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: b47b8679b468b7347a00cdd50589bc9f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620301} + m_MasterData: + m_Owner: {fileID: 8926484042661620299} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Mesh, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":10202,"guid":"0000000000000000e000000000000000","type":0}}' + m_Space: 2147483647 + m_Property: + name: mesh + m_serializedType: + m_SerializableType: UnityEngine.Mesh, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Mesh to be used for particle rendering. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620302 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620302} + m_MasterData: + m_Owner: {fileID: 8926484042661620299} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 4294967295 + m_Space: 2147483647 + m_Property: + name: subMeshMask + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Define a bitmask to control which submeshes are rendered. + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 8 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620304 +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: 081ffb0090424ba4cb05370a42ead6b9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + opaqueRenderQueue: 0 + transparentRenderQueue: 1 +--- !u!114 &8926484042661620305 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620299} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620306} + m_OutputSlots: [] + m_Disabled: 0 + attribute: size + Composition: 0 + Source: 0 + Random: 0 + channels: 6 +--- !u!114 &8926484042661620306 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620306} + m_MasterData: + m_Owner: {fileID: 8926484042661620305} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.1 + m_Space: 2147483647 + m_Property: + name: Size + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616464} +--- !u!114 &8926484042661620307 +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: 01ec2c1930009b04ea08905b47262415, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615903} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620308} + - {fileID: 8926484042661620309} + m_OutputSlots: [] + m_Disabled: 0 + attribute: color + Composition: 0 + AlphaComposition: 0 + SampleMode: 1 + Mode: 1 + ColorMode: 3 + channels: 6 +--- !u!114 &8926484042661620308 +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: 76f778ff57c4e8145b9681fe3268d8e9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620308} + m_MasterData: + m_Owner: {fileID: 8926484042661620307} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Gradient, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"colorKeys":[{"color":{"r":0.006794929504394531,"g":0.0,"b":1.0,"a":1.0},"time":0.0},{"color":{"r":1.1117380857467652,"g":0.0,"b":0.861764669418335,"a":1.0},"time":0.5000076293945313},{"color":{"r":3.999999523162842,"g":0.0,"b":0.0,"a":1.0},"time":1.0}],"alphaKeys":[{"alpha":0.29019609093666079,"time":0.0},{"alpha":1.0,"time":1.0}],"gradientMode":0}' + m_Space: 2147483647 + m_Property: + name: Color + m_serializedType: + m_SerializableType: UnityEngine.Gradient, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620309 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661620310} + - {fileID: 8926484042661620311} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620309} + m_MasterData: + m_Owner: {fileID: 8926484042661620307} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":-1.0,"y":1.0}' + m_Space: 2147483647 + m_Property: + name: SpeedRange + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620310 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620309} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620309} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620311 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620309} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620309} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620364 +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: 5e382412bb691334bb79457a6c127924, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114023846229194376} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620365} + - {fileID: 8926484042661620366} + m_OutputSlots: [] + m_Disabled: 0 + repeat: 0 + spawnMode: 0 + delayMode: 0 +--- !u!114 &8926484042661620365 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620365} + m_MasterData: + m_Owner: {fileID: 8926484042661620364} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 65536 + m_Space: 2147483647 + m_Property: + name: Count + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Count for each burst + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620366 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620366} + m_MasterData: + m_Owner: {fileID: 8926484042661620364} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Delay + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Delay between each burst + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620368 +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: 39201e37c9a341c45bace12065f0cb90, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -810, y: 1653} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620369} + - {fileID: 8926484042661620370} + m_OutputSlots: + - {fileID: 8926484042661620371} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661620369 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620369} + m_MasterData: + m_Owner: {fileID: 8926484042661620368} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620280} +--- !u!114 &8926484042661620370 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620370} + m_MasterData: + m_Owner: {fileID: 8926484042661620368} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 4 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620371 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620371} + m_MasterData: + m_Owner: {fileID: 8926484042661620368} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620277} +--- !u!114 &8926484042661620372 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620372} m_MasterData: m_Owner: {fileID: 8926484042661619818} m_Value: m_Type: m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - m_SerializableObject: 0.3610921 + m_SerializableObject: 0 m_Space: 2147483647 m_Property: name: Roughness @@ -12957,3 +12341,2277 @@ MonoBehaviour: m_RegexMaxLength: 0 m_Direction: 0 m_LinkedSlots: [] +--- !u!114 &8926484042661620373 +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: 0a02ebe9815b1084495277ae39c6c270, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 671, y: 1774} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620374} + - {fileID: 8926484042661620375} + - {fileID: 8926484042661620376} + - {fileID: 8926484042661620377} + - {fileID: 8926484042661620378} + m_OutputSlots: + - {fileID: 8926484042661620379} + m_Type: + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_Clamp: 0 +--- !u!114 &8926484042661620374 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620374} + m_MasterData: + m_Owner: {fileID: 8926484042661620373} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.5 + m_Space: 2147483647 + m_Property: + name: input + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to be remapped into the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620147} +--- !u!114 &8926484042661620375 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620375} + m_MasterData: + m_Owner: {fileID: 8926484042661620373} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: oldRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620376 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620376} + m_MasterData: + m_Owner: {fileID: 8926484042661620373} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 50 + m_Space: 2147483647 + m_Property: + name: oldRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620377 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620377} + m_MasterData: + m_Owner: {fileID: 8926484042661620373} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: newRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620378 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620378} + m_MasterData: + m_Owner: {fileID: 8926484042661620373} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 50 + m_Space: 2147483647 + m_Property: + name: newRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620379 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620379} + m_MasterData: + m_Owner: {fileID: 8926484042661620373} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620405} + - {fileID: 8926484042661620395} +--- !u!114 &8926484042661620380 +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: b5ef41639278ae84eac41b1850137685, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615903} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620381} + - {fileID: 8926484042661620382} + - {fileID: 8926484042661620395} + - {fileID: 8926484042661620396} + m_OutputSlots: [] + m_Disabled: 0 + DataEncoding: 0 + Mode: 1 + ClosedField: 0 + ConserveMagnitude: 0 +--- !u!114 &8926484042661620381 +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: ef9ecf819143d0a439c558ab8e84fce7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620381} + m_MasterData: + m_Owner: {fileID: 8926484042661620380} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture3D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":11700000,"guid":"08937e3134903c5488be506a2dac71e9","type":2}}' + m_Space: 2147483647 + m_Property: + name: VectorField + m_serializedType: + m_SerializableType: UnityEngine.Texture3D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The vector field used as a force for particles + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620382 +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: a4dabe497818b98468b0ebebf7de6583, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661620383} + - {fileID: 8926484042661620387} + - {fileID: 8926484042661620391} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620382} + m_MasterData: + m_Owner: {fileID: 8926484042661620380} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.OrientedBox, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"center":{"x":-4.0,"y":0.0,"z":0.0},"angles":{"x":0.0,"y":0.0,"z":0.0},"size":{"x":5.0,"y":5.0,"z":5.0}}' + m_Space: 0 + m_Property: + name: FieldTransform + m_serializedType: + m_SerializableType: UnityEditor.VFX.OrientedBox, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The position, rotation and scale of the field + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620383 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620382} + m_Children: + - {fileID: 8926484042661620384} + - {fileID: 8926484042661620385} + - {fileID: 8926484042661620386} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620382} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: center + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The centre of the box. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620384 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620383} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620382} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620502} +--- !u!114 &8926484042661620385 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620383} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620382} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620386 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620383} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620382} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620387 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620382} + m_Children: + - {fileID: 8926484042661620388} + - {fileID: 8926484042661620389} + - {fileID: 8926484042661620390} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620382} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: angles + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 4 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The orientation of the box. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620388 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620387} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620382} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620389 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620387} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620382} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620390 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620387} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620382} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620391 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620382} + m_Children: + - {fileID: 8926484042661620392} + - {fileID: 8926484042661620393} + - {fileID: 8926484042661620394} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620382} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: size + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The size of the box along each axis. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620392 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620391} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620382} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620393 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620391} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620382} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620394 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620391} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620382} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620395 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620395} + m_MasterData: + m_Owner: {fileID: 8926484042661620380} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: Intensity + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Intensity of the field. Vectors are multiplied by the intensity + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620379} +--- !u!114 &8926484042661620396 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620396} + m_MasterData: + m_Owner: {fileID: 8926484042661620380} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: Drag + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Drag coefficient. The higher the drag, the more the force will have + influence over the particle velocity + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620397 +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: 3a58e066cb558cf41a5b79a0095f6bbc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615903} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620398} + - {fileID: 8926484042661620404} + - {fileID: 8926484042661620405} + - {fileID: 8926484042661620406} + - {fileID: 8926484042661620407} + m_OutputSlots: [] + m_Disabled: 1 +--- !u!114 &8926484042661620398 +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: 1b605c022ee79394a8a776c0869b3f9a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661620399} + - {fileID: 8926484042661620403} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620398} + m_MasterData: + m_Owner: {fileID: 8926484042661620397} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Sphere, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"center":{"x":-4.0,"y":0.0,"z":0.0},"radius":0.4300000071525574}' + m_Space: 0 + m_Property: + name: Sphere + m_serializedType: + m_SerializableType: UnityEditor.VFX.Sphere, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620399 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620398} + m_Children: + - {fileID: 8926484042661620400} + - {fileID: 8926484042661620401} + - {fileID: 8926484042661620402} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620398} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: center + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The centre of the sphere. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620400 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620399} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620398} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620401 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620399} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620398} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620402 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620399} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620398} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620403 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620398} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620398} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: radius + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The radius of the sphere. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620404 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620404} + m_MasterData: + m_Owner: {fileID: 8926484042661620397} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1.31 + m_Space: 2147483647 + m_Property: + name: attractionSpeed + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620405 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620405} + m_MasterData: + m_Owner: {fileID: 8926484042661620397} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 20 + m_Space: 2147483647 + m_Property: + name: attractionForce + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620379} +--- !u!114 &8926484042661620406 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620406} + m_MasterData: + m_Owner: {fileID: 8926484042661620397} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.1 + m_Space: 2147483647 + m_Property: + name: stickDistance + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620407 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620407} + m_MasterData: + m_Owner: {fileID: 8926484042661620397} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: stickForce + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620408 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661620409} + m_ExposedName: Spectrum Value 1 + m_Exposed: 1 + m_Order: 1 + m_Category: Pd Controlled + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661620409} + inputSlot: {fileID: 8926484042661620420} + position: {x: -400, y: 1739} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661620409 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620409} + m_MasterData: + m_Owner: {fileID: 8926484042661620408} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620420} +--- !u!114 &8926484042661620410 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661620411} + m_ExposedName: Pitch Value + m_Exposed: 1 + m_Order: 4 + m_Category: Pd Controlled + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: [] +--- !u!114 &8926484042661620411 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620411} + m_MasterData: + m_Owner: {fileID: 8926484042661620410} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661620412 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661620413} + m_ExposedName: Spectrum Value 2 + m_Exposed: 1 + m_Order: 3 + m_Category: Pd Controlled + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661620413} + inputSlot: {fileID: 8926484042661620427} + position: {x: 112, y: 2135} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661620413 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620413} + m_MasterData: + m_Owner: {fileID: 8926484042661620412} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620427} +--- !u!114 &8926484042661620419 +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: 0a02ebe9815b1084495277ae39c6c270, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 1673} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620420} + - {fileID: 8926484042661620421} + - {fileID: 8926484042661620422} + - {fileID: 8926484042661620423} + - {fileID: 8926484042661620424} + m_OutputSlots: + - {fileID: 8926484042661620425} + m_Type: + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_Clamp: 1 +--- !u!114 &8926484042661620420 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620420} + m_MasterData: + m_Owner: {fileID: 8926484042661620419} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 60.28 + m_Space: 2147483647 + m_Property: + name: input + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to be remapped into the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620409} +--- !u!114 &8926484042661620421 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620421} + m_MasterData: + m_Owner: {fileID: 8926484042661620419} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: oldRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620422 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620422} + m_MasterData: + m_Owner: {fileID: 8926484042661620419} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 100 + m_Space: 2147483647 + m_Property: + name: oldRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620423 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620423} + m_MasterData: + m_Owner: {fileID: 8926484042661620419} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 10 + m_Space: 2147483647 + m_Property: + name: newRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620424 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620424} + m_MasterData: + m_Owner: {fileID: 8926484042661620419} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: -20 + m_Space: 2147483647 + m_Property: + name: newRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620425 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620425} + m_MasterData: + m_Owner: {fileID: 8926484042661620419} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620139} +--- !u!114 &8926484042661620426 +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: 0a02ebe9815b1084495277ae39c6c270, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 418, y: 2086} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620427} + - {fileID: 8926484042661620428} + - {fileID: 8926484042661620429} + - {fileID: 8926484042661620430} + - {fileID: 8926484042661620431} + m_OutputSlots: + - {fileID: 8926484042661620432} + m_Type: + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_Clamp: 1 +--- !u!114 &8926484042661620427 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620427} + m_MasterData: + m_Owner: {fileID: 8926484042661620426} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 45.84 + m_Space: 2147483647 + m_Property: + name: input + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to be remapped into the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620413} +--- !u!114 &8926484042661620428 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620428} + m_MasterData: + m_Owner: {fileID: 8926484042661620426} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: oldRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620429 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620429} + m_MasterData: + m_Owner: {fileID: 8926484042661620426} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 50 + m_Space: 2147483647 + m_Property: + name: oldRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620430 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620430} + m_MasterData: + m_Owner: {fileID: 8926484042661620426} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: newRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620431 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620431} + m_MasterData: + m_Owner: {fileID: 8926484042661620426} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 3 + m_Space: 2147483647 + m_Property: + name: newRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620432 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620432} + m_MasterData: + m_Owner: {fileID: 8926484042661620426} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620436} +--- !u!114 &8926484042661620433 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615903} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620434} + m_OutputSlots: [] + m_Disabled: 0 + attribute: color + Composition: 1 + Source: 0 + Random: 0 + channels: 6 +--- !u!114 &8926484042661620434 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661620435} + - {fileID: 8926484042661620436} + - {fileID: 8926484042661620437} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620434} + m_MasterData: + m_Owner: {fileID: 8926484042661620433} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: Color + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 5 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620435 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620434} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620434} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620436 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620434} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620434} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620432} +--- !u!114 &8926484042661620437 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620434} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620434} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620501 +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: 6fbab4aa995aa0b4fa31ba5aebd54e8f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 687, y: 2003} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661620502} +--- !u!114 &8926484042661620502 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620502} + m_MasterData: + m_Owner: {fileID: 8926484042661620501} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: t + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620384} diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Force Position Texture.vfx.meta b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/Force Position Texture.vfx.meta similarity index 100% rename from UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Force Position Texture.vfx.meta rename to UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/Force Position Texture.vfx.meta diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Neadle Texture.vfx b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/Neadle Texture.vfx similarity index 97% rename from UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Neadle Texture.vfx rename to UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/Neadle Texture.vfx index b29a39b..2410c51 100644 --- a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Neadle Texture.vfx +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/Neadle Texture.vfx @@ -55,7 +55,7 @@ MonoBehaviour: m_Type: m_SerializableType: UnityEditor.VFX.AABox, Unity.VisualEffectGraph.Editor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - m_SerializableObject: '{"center":{"x":1.0,"y":0.5,"z":0.0},"size":{"x":2.0,"y":1.0,"z":2.0}}' + m_SerializableObject: '{"center":{"x":0.0,"y":0.0,"z":0.0},"size":{"x":50.0,"y":50.0,"z":50.0}}' m_Space: 0 m_Property: name: bounds @@ -109,7 +109,11 @@ MonoBehaviour: isStickyNote: 0 stickyNoteInfos: [] systemInfos: [] - categories: [] + categories: + - name: Kinect Image + collapsed: 0 + - name: Pd Values + collapsed: 0 uiBounds: serializedVersion: 2 x: -2011 @@ -174,6 +178,9 @@ MonoBehaviour: - {fileID: 8926484042661617436} - {fileID: 8926484042661617445} - {fileID: 8926484042661617456} + - {fileID: 8926484042661617460} + - {fileID: 8926484042661617462} + - {fileID: 8926484042661617464} m_UIPosition: {x: 0, y: 0} m_UICollapsed: 1 m_UISuperCollapsed: 0 @@ -192,19 +199,6 @@ MonoBehaviour: min: -Infinity max: Infinity descendantCount: 0 - - name: DepthImage - path: DepthImage - tooltip: - sheetType: m_NamedObject - realType: Texture2D - defaultValue: - m_Type: - m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - m_SerializableObject: '{"obj":{"fileID":10300,"guid":"0000000000000000f000000000000000","type":0}}' - min: -Infinity - max: Infinity - descendantCount: 0 - name: Position path: Position tooltip: @@ -337,6 +331,82 @@ MonoBehaviour: min: -Infinity max: Infinity descendantCount: 0 + - name: Kinect Image + path: + tooltip: + sheetType: + realType: + defaultValue: + m_Type: + m_SerializableType: + m_SerializableObject: + min: -Infinity + max: Infinity + descendantCount: 0 + - name: DepthImage + path: DepthImage + tooltip: + sheetType: m_NamedObject + realType: Texture2D + defaultValue: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":2800000,"guid":"3b6f1cd74f73e0e4b9b42e8501fd3233","type":3}}' + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Pd Values + path: + tooltip: + sheetType: + realType: + defaultValue: + m_Type: + m_SerializableType: + m_SerializableObject: + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Pitch Value + path: Pitch Value + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Spectrum Value 1 + path: Spectrum Value 1 + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Spectrum Value 2 + path: Spectrum Value 2 + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + min: -Infinity + max: Infinity + descendantCount: 0 m_GraphVersion: 2 m_saved: 1 m_SubgraphDependencies: [] @@ -1301,51 +1371,51 @@ VisualEffectResource: data[1]: -1 data[2]: -1 data[3]: 2 - - op: 1 - valueIndex: 2 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 2 - op: 5 - valueIndex: 4 + valueIndex: 2 data[0]: 0 data[1]: -1 data[2]: 0 data[3]: 2 + - op: 1 + valueIndex: 3 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 2 - op: 5 valueIndex: 5 data[0]: 0 data[1]: -1 data[2]: 1 data[3]: 2 - - op: 5 - valueIndex: 6 - data[0]: 1 - data[1]: -1 - data[2]: 0 - data[3]: 2 - - op: 2 - valueIndex: 7 - data[0]: 2 - data[1]: 3 - data[2]: -1 - data[3]: -1 - op: 1 - valueIndex: 9 + valueIndex: 6 data[0]: -1 data[1]: -1 data[2]: -1 data[3]: 6 + - op: 2 + valueIndex: 7 + data[0]: 1 + data[1]: 3 + data[2]: -1 + data[3]: -1 + - op: 5 + valueIndex: 9 + data[0]: 2 + data[1]: -1 + data[2]: 0 + data[3]: 2 - op: 5 valueIndex: 10 - data[0]: 1 + data[0]: 2 data[1]: -1 data[2]: 1 data[3]: 2 - op: 2 valueIndex: 11 - data[0]: 4 + data[0]: 6 data[1]: 7 data[2]: -1 data[3]: -1 @@ -1432,23 +1502,23 @@ VisualEffectResource: data[0]: -1 data[1]: -1 data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 34 - data[0]: -1 - data[1]: -1 - data[2]: -1 data[3]: 3 - op: 1 - valueIndex: 37 + valueIndex: 36 data[0]: -1 data[1]: -1 data[2]: -1 data[3]: 1 - op: 31 + valueIndex: 37 + data[0]: 23 + data[1]: 20 + data[2]: -1 + data[3]: 1 + - op: 1 valueIndex: 38 - data[0]: 20 - data[1]: 22 + data[0]: -1 + data[1]: -1 data[2]: -1 data[3]: 1 - op: 1 @@ -1456,151 +1526,163 @@ VisualEffectResource: data[0]: -1 data[1]: -1 data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 40 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 41 + data[0]: -1 + data[1]: -1 + data[2]: -1 data[3]: 3 - - op: 9 - valueIndex: 42 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: -1 - - op: 1 - valueIndex: 58 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 59 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - op: 3 - valueIndex: 60 - data[0]: 25 - data[1]: 25 - data[2]: 25 + valueIndex: 44 + data[0]: 24 + data[1]: 24 + data[2]: 24 data[3]: -1 - - op: 1 - valueIndex: 63 + - op: 9 + valueIndex: 47 data[0]: -1 data[1]: -1 data[2]: -1 - data[3]: 3 + data[3]: -1 - op: 43 + valueIndex: 63 + data[0]: 30 + data[1]: 28 + data[2]: -1 + data[3]: -1 + - op: 27 valueIndex: 66 data[0]: 27 data[1]: 26 data[2]: -1 - data[3]: -1 + data[3]: 1 - op: 1 - valueIndex: 69 + valueIndex: 67 data[0]: -1 data[1]: -1 data[2]: -1 data[3]: 3 - - op: 27 - valueIndex: 72 - data[0]: 28 - data[1]: 29 - data[2]: -1 - data[3]: 1 - - op: 20 - valueIndex: 73 - data[0]: 34 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 42 - valueIndex: 74 - data[0]: 27 - data[1]: 33 - data[2]: -1 - data[3]: -1 - op: 1 - valueIndex: 77 + valueIndex: 70 data[0]: -1 data[1]: -1 data[2]: -1 - data[3]: 1 + data[3]: 3 - op: 43 - valueIndex: 78 - data[0]: 27 - data[1]: 31 + valueIndex: 73 + data[0]: 30 + data[1]: 34 data[2]: -1 data[3]: -1 - op: 6 + valueIndex: 76 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: -1 + - op: 42 + valueIndex: 77 + data[0]: 30 + data[1]: 33 + data[2]: -1 + data[3]: -1 + - op: 20 + valueIndex: 80 + data[0]: 32 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 valueIndex: 81 data[0]: -1 data[1]: -1 data[2]: -1 - data[3]: -1 - - op: 26 + data[3]: 1 + - op: 1 valueIndex: 82 - data[0]: 39 - data[1]: 37 - data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 83 data[0]: -1 data[1]: -1 data[2]: -1 data[3]: 1 - - op: 2 + - op: 26 + valueIndex: 83 + data[0]: 36 + data[1]: 39 + data[2]: -1 + data[3]: 1 + - op: 1 valueIndex: 84 - data[0]: 20 - data[1]: 20 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 2 + valueIndex: 87 + data[0]: 23 + data[1]: 23 data[2]: -1 data[3]: -1 - - op: 1 - valueIndex: 86 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 2 - - op: 20 - valueIndex: 88 - data[0]: 40 - data[1]: -1 - data[2]: -1 - data[3]: 1 - op: 1 valueIndex: 89 data[0]: -1 data[1]: -1 data[2]: -1 - data[3]: 1 - - op: 1 - valueIndex: 90 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 7 + data[3]: 2 - op: 1 valueIndex: 91 data[0]: -1 data[1]: -1 data[2]: -1 - data[3]: 3 + data[3]: 1 + - op: 1 + valueIndex: 92 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 93 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 - op: 1 valueIndex: 94 data[0]: -1 data[1]: -1 data[2]: -1 - data[3]: 3 + data[3]: 1 - op: 1 - valueIndex: 97 + valueIndex: 95 data[0]: -1 data[1]: -1 data[2]: -1 - data[3]: 2 + data[3]: 7 + - op: 1 + valueIndex: 96 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 - op: 1 valueIndex: 99 data[0]: -1 data[1]: -1 data[2]: -1 - data[3]: 3 + data[3]: 2 + - op: 20 + valueIndex: 101 + data[0]: 41 + data[1]: -1 + data[2]: -1 + data[3]: 1 - op: 1 valueIndex: 102 data[0]: -1 @@ -1622,26 +1704,32 @@ VisualEffectResource: - m_ExpressionIndex: 19 m_Value: 0.14 - m_ExpressionIndex: 20 - m_Value: 0.004 - - m_ExpressionIndex: 22 m_Value: 0.000001 - - m_ExpressionIndex: 24 + - m_ExpressionIndex: 23 + m_Value: 0.004 + - m_ExpressionIndex: 25 m_Value: 0.84 - - m_ExpressionIndex: 28 - m_Value: 0 - - m_ExpressionIndex: 29 + - m_ExpressionIndex: 26 m_Value: 0.48 - - m_ExpressionIndex: 37 + - m_ExpressionIndex: 27 + m_Value: 0 + - m_ExpressionIndex: 39 m_Value: 2 - - m_ExpressionIndex: 41 + - m_ExpressionIndex: 40 m_Value: 14.89 - m_ExpressionIndex: 45 m_Value: 0.1208246 + - m_ExpressionIndex: 46 + m_Value: 0 + - m_ExpressionIndex: 47 + m_Value: 0 + - m_ExpressionIndex: 48 + m_Value: 0 m_Vector2f: m_Array: - m_ExpressionIndex: 0 m_Value: {x: 1, y: 1} - - m_ExpressionIndex: 1 + - m_ExpressionIndex: 2 m_Value: {x: 0, y: 0} - m_ExpressionIndex: 9 m_Value: {x: -1, y: -1} @@ -1649,9 +1737,9 @@ VisualEffectResource: m_Value: {x: 2, y: 2} - m_ExpressionIndex: 12 m_Value: {x: 1, y: -1} - - m_ExpressionIndex: 43 + - m_ExpressionIndex: 44 m_Value: {x: 65536, y: 65536} - - m_ExpressionIndex: 49 + - m_ExpressionIndex: 51 m_Value: {x: 0, y: 0} m_Vector3f: m_Array: @@ -1659,25 +1747,23 @@ VisualEffectResource: m_Value: {x: 255, y: 255, z: 1} - m_ExpressionIndex: 18 m_Value: {x: 2, y: 2, z: 2} - - m_ExpressionIndex: 23 + - m_ExpressionIndex: 22 m_Value: {x: 1, y: 1, z: 1} - - m_ExpressionIndex: 26 + - m_ExpressionIndex: 28 m_Value: {x: 1, y: 0, z: 0} - - m_ExpressionIndex: 31 - m_Value: {x: 0, y: 1, z: 0} - m_ExpressionIndex: 33 m_Value: {x: 0, y: 0, z: 0} - - m_ExpressionIndex: 47 - m_Value: {x: 2, y: 1, z: 2} - - m_ExpressionIndex: 48 - m_Value: {x: 1, y: 0.5, z: 0} - - m_ExpressionIndex: 50 + - m_ExpressionIndex: 34 + m_Value: {x: 0, y: 1, z: 0} + - m_ExpressionIndex: 42 m_Value: {x: 0, y: 0, z: 0.5} + - m_ExpressionIndex: 50 + m_Value: {x: 50, y: 50, z: 50} m_Vector4f: m_Array: [] m_Uint: m_Array: - - m_ExpressionIndex: 6 + - m_ExpressionIndex: 4 m_Value: 65536 - m_ExpressionIndex: 10 m_Value: 256 @@ -1692,38 +1778,44 @@ VisualEffectResource: m_NamedObject: m_Array: - m_ExpressionIndex: 14 - m_Value: {fileID: 10300, guid: 0000000000000000f000000000000000, type: 0} - - m_ExpressionIndex: 46 + m_Value: {fileID: 2800000, guid: 3b6f1cd74f73e0e4b9b42e8501fd3233, type: 3} + - m_ExpressionIndex: 49 m_Value: {fileID: 2800000, guid: 276d9e395ae18fe40a9b4988549f2349, type: 3} - - m_ExpressionIndex: 51 + - m_ExpressionIndex: 53 m_Value: {fileID: 0} m_Bool: m_Array: [] m_ExposedExpressions: - nameId: BlendSpeed - index: 37 + index: 39 - nameId: Depth_Texture Saturation index: 15 - nameId: DepthImage index: 14 - nameId: Elevation - index: 29 + index: 26 - nameId: Ground Level - index: 28 + index: 27 - nameId: HightScale - index: 41 + index: 40 - nameId: Max_Threshold index: 19 - nameId: Min_Threshold - index: 24 + index: 25 - nameId: MovementImage - index: 46 + index: 49 + - nameId: Pitch Value + index: 47 - nameId: Position - index: 1 + index: 2 - nameId: Size index: 0 + - nameId: Spectrum Value 1 + index: 48 + - nameId: Spectrum Value 2 + index: 46 - nameId: Voxel Size - index: 20 + index: 23 m_Buffers: - type: 1 size: 393216 @@ -1839,9 +1931,9 @@ VisualEffectResource: temporaryBuffers: [] values: - nameId: Count - index: 43 + index: 44 - nameId: Delay - index: 49 + index: 51 params: [] processor: {fileID: 0} shaderSourceIndex: -1 @@ -1858,9 +1950,9 @@ VisualEffectResource: index: 1 values: - nameId: bounds_center - index: 48 + index: 33 - nameId: bounds_size - index: 47 + index: 50 tasks: - type: 536870912 buffers: @@ -1871,16 +1963,16 @@ VisualEffectResource: temporaryBuffers: [] values: - nameId: uniform_b - index: 36 + index: 37 - nameId: uniform_c - index: 32 + index: 31 - nameId: uniform_d - index: 38 + index: 35 params: - nameId: bounds_center - index: 48 + index: 33 - nameId: bounds_size - index: 47 + index: 50 processor: {fileID: 0} shaderSourceIndex: 0 - type: 805306368 @@ -1898,11 +1990,11 @@ VisualEffectResource: - nameId: uniform_e index: 21 - nameId: uniform_f - index: 24 + index: 25 - nameId: uniform_g - index: 41 + index: 40 - nameId: Blend_a - index: 44 + index: 52 - nameId: texture_b index: 14 params: [] @@ -1915,15 +2007,15 @@ VisualEffectResource: temporaryBuffers: [] values: - nameId: Scale_c - index: 42 + index: 43 - nameId: uniform_c - index: 29 + index: 26 - nameId: uniform_d - index: 35 + index: 38 - nameId: uniform_e - index: 30 + index: 29 - nameId: baseColorMap - index: 51 + index: 53 params: - nameId: sortPriority index: 0 @@ -4558,7 +4650,7 @@ MonoBehaviour: - {fileID: 8926484042661616377} m_ExposedName: Position m_Exposed: 1 - m_Order: 2 + m_Order: 5 m_Category: m_Min: m_Type: @@ -5278,7 +5370,7 @@ MonoBehaviour: - {fileID: 8926484042661616412} m_ExposedName: Size m_Exposed: 1 - m_Order: 3 + m_Order: 6 m_Category: m_Min: m_Type: @@ -5420,15 +5512,15 @@ MonoBehaviour: m_Parent: {fileID: 114350483966674976} m_Children: [] m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 0 + m_UICollapsed: 1 m_UISuperCollapsed: 0 m_InputSlots: [] m_OutputSlots: - {fileID: 8926484042661616419} m_ExposedName: DepthImage m_Exposed: 1 - m_Order: 1 - m_Category: + m_Order: 2 + m_Category: Kinect Image m_Min: m_Type: m_SerializableType: @@ -5471,7 +5563,7 @@ MonoBehaviour: m_Type: m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - m_SerializableObject: '{"obj":{"fileID":10300,"guid":"0000000000000000f000000000000000","type":0}}' + m_SerializableObject: '{"obj":{"fileID":2800000,"guid":"3b6f1cd74f73e0e4b9b42e8501fd3233","type":3}}' m_Space: 2147483647 m_Property: name: o @@ -5696,7 +5788,7 @@ MonoBehaviour: - {fileID: 8926484042661616427} m_ExposedName: BlendSpeed m_Exposed: 1 - m_Order: 4 + m_Order: 7 m_Category: m_Min: m_Type: @@ -6021,7 +6113,7 @@ MonoBehaviour: - {fileID: 8926484042661616464} m_ExposedName: Voxel Size m_Exposed: 1 - m_Order: 5 + m_Order: 8 m_Category: m_Min: m_Type: @@ -6300,7 +6392,7 @@ MonoBehaviour: - {fileID: 8926484042661616490} m_ExposedName: Elevation m_Exposed: 1 - m_Order: 6 + m_Order: 9 m_Category: m_Min: m_Type: @@ -6804,7 +6896,7 @@ MonoBehaviour: - {fileID: 8926484042661616523} m_ExposedName: Ground Level m_Exposed: 1 - m_Order: 7 + m_Order: 10 m_Category: m_Min: m_Type: @@ -8108,7 +8200,7 @@ MonoBehaviour: - {fileID: 8926484042661616615} m_ExposedName: MovementImage m_Exposed: 1 - m_Order: 8 + m_Order: 11 m_Category: m_Min: m_Type: @@ -8604,14 +8696,14 @@ MonoBehaviour: m_Parent: {fileID: 114350483966674976} m_Children: [] m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 0 + m_UICollapsed: 1 m_UISuperCollapsed: 0 m_InputSlots: [] m_OutputSlots: - {fileID: 8926484042661617341} m_ExposedName: Max_Threshold m_Exposed: 1 - m_Order: 9 + m_Order: 12 m_Category: m_Min: m_Type: @@ -8683,14 +8775,14 @@ MonoBehaviour: m_Parent: {fileID: 114350483966674976} m_Children: [] m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 0 + m_UICollapsed: 1 m_UISuperCollapsed: 0 m_InputSlots: [] m_OutputSlots: - {fileID: 8926484042661617343} m_ExposedName: Min_Threshold m_Exposed: 1 - m_Order: 10 + m_Order: 13 m_Category: m_Min: m_Type: @@ -10121,14 +10213,14 @@ MonoBehaviour: m_Parent: {fileID: 114350483966674976} m_Children: [] m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 0 + m_UICollapsed: 1 m_UISuperCollapsed: 0 m_InputSlots: [] m_OutputSlots: - {fileID: 8926484042661617457} m_ExposedName: Depth_Texture Saturation m_Exposed: 1 - m_Order: 11 + m_Order: 14 m_Category: m_Min: m_Type: @@ -10243,3 +10335,210 @@ MonoBehaviour: attributes: [] m_Direction: 0 m_LinkedSlots: [] +--- !u!114 &8926484042661617460 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661617461} + m_ExposedName: Spectrum Value 1 + m_Exposed: 1 + m_Order: 3 + m_Category: Pd Values + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: [] +--- !u!114 &8926484042661617461 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617461} + m_MasterData: + m_Owner: {fileID: 8926484042661617460} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661617462 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661617463} + m_ExposedName: Pitch Value + m_Exposed: 1 + m_Order: 1 + m_Category: Pd Values + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: [] +--- !u!114 &8926484042661617463 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617463} + m_MasterData: + m_Owner: {fileID: 8926484042661617462} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661617464 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661617465} + m_ExposedName: Spectrum Value 2 + m_Exposed: 1 + m_Order: 4 + m_Category: Pd Values + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: [] +--- !u!114 &8926484042661617465 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617465} + m_MasterData: + m_Owner: {fileID: 8926484042661617464} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Neadle Texture.vfx.meta b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/Neadle Texture.vfx.meta similarity index 100% rename from UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Neadle Texture.vfx.meta rename to UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/Neadle Texture.vfx.meta diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Particles.vfx b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/Particles.vfx similarity index 100% rename from UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Particles.vfx rename to UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/Particles.vfx diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Particles.vfx.meta b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/Particles.vfx.meta similarity index 100% rename from UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Particles.vfx.meta rename to UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/Particles.vfx.meta diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Position Texture.vfx b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/Position Texture.vfx similarity index 97% rename from UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Position Texture.vfx rename to UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/Position Texture.vfx index b095abd..874869d 100644 --- a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Position Texture.vfx +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/Position Texture.vfx @@ -55,7 +55,7 @@ MonoBehaviour: m_Type: m_SerializableType: UnityEditor.VFX.AABox, Unity.VisualEffectGraph.Editor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - m_SerializableObject: '{"center":{"x":0.0,"y":0.5,"z":0.0},"size":{"x":4.0,"y":2.0,"z":4.0}}' + m_SerializableObject: '{"center":{"x":0.0,"y":0.0,"z":0.0},"size":{"x":50.0,"y":50.0,"z":50.0}}' m_Space: 0 m_Property: name: bounds @@ -112,7 +112,11 @@ MonoBehaviour: isStickyNote: 0 stickyNoteInfos: [] systemInfos: [] - categories: [] + categories: + - name: Pd Values + collapsed: 0 + - name: Kinect Image + collapsed: 1 uiBounds: serializedVersion: 2 x: -2011 @@ -179,6 +183,9 @@ MonoBehaviour: - {fileID: 8926484042661618148} - {fileID: 8926484042661618150} - {fileID: 8926484042661618175} + - {fileID: 8926484042661618178} + - {fileID: 8926484042661618180} + - {fileID: 8926484042661618182} m_UIPosition: {x: 0, y: 0} m_UICollapsed: 1 m_UISuperCollapsed: 0 @@ -197,19 +204,6 @@ MonoBehaviour: min: -Infinity max: Infinity descendantCount: 0 - - name: DepthImage - path: DepthImage - tooltip: - sheetType: m_NamedObject - realType: Texture2D - defaultValue: - m_Type: - m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - m_SerializableObject: '{"obj":{"fileID":10300,"guid":"0000000000000000f000000000000000","type":0}}' - min: -Infinity - max: Infinity - descendantCount: 0 - name: Position path: Position tooltip: @@ -355,6 +349,82 @@ MonoBehaviour: min: 0 max: 1 descendantCount: 0 + - name: Pd Values + path: + tooltip: + sheetType: + realType: + defaultValue: + m_Type: + m_SerializableType: + m_SerializableObject: + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Pitch Value + path: Pitch Value + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Spectrum Value 1 + path: Spectrum Value 1 + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Spectrum Value 2 + path: Spectrum Value 2 + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Kinect Image + path: + tooltip: + sheetType: + realType: + defaultValue: + m_Type: + m_SerializableType: + m_SerializableObject: + min: -Infinity + max: Infinity + descendantCount: 0 + - name: DepthImage + path: DepthImage + tooltip: + sheetType: m_NamedObject + realType: Texture2D + defaultValue: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":10300,"guid":"0000000000000000f000000000000000","type":0}}' + min: -Infinity + max: Infinity + descendantCount: 0 m_GraphVersion: 2 m_saved: 1 m_SubgraphDependencies: [] @@ -1030,47 +1100,47 @@ VisualEffectResource: valueIndex: 2 data[0]: 0 data[1]: -1 - data[2]: 1 - data[3]: 2 - - op: 5 - valueIndex: 3 - data[0]: 0 - data[1]: -1 data[2]: 0 data[3]: 2 - op: 1 - valueIndex: 4 + valueIndex: 3 data[0]: -1 data[1]: -1 data[2]: -1 data[3]: 6 - op: 1 - valueIndex: 5 + valueIndex: 4 data[0]: -1 data[1]: -1 data[2]: -1 data[3]: 2 - op: 5 - valueIndex: 7 - data[0]: 4 + valueIndex: 6 + data[0]: 0 data[1]: -1 - data[2]: 0 + data[2]: 1 data[3]: 2 - op: 2 - valueIndex: 8 - data[0]: 2 - data[1]: 1 + valueIndex: 7 + data[0]: 1 + data[1]: 4 data[2]: -1 data[3]: -1 + - op: 5 + valueIndex: 9 + data[0]: 3 + data[1]: -1 + data[2]: 0 + data[3]: 2 - op: 5 valueIndex: 10 - data[0]: 4 + data[0]: 3 data[1]: -1 data[2]: 1 data[3]: 2 - op: 2 valueIndex: 11 - data[0]: 5 + data[0]: 6 data[1]: 7 data[2]: -1 data[3]: -1 @@ -1170,46 +1240,46 @@ VisualEffectResource: data[1]: -1 data[2]: -1 data[3]: 3 - - op: 43 - valueIndex: 57 - data[0]: 23 - data[1]: 22 - data[2]: -1 - data[3]: -1 - op: 1 - valueIndex: 60 + valueIndex: 57 data[0]: -1 data[1]: -1 data[2]: -1 data[3]: 3 - - op: 1 + - op: 43 + valueIndex: 60 + data[0]: 23 + data[1]: 22 + data[2]: -1 + data[3]: -1 + - op: 6 valueIndex: 63 data[0]: -1 data[1]: -1 data[2]: -1 + data[3]: -1 + - op: 1 + valueIndex: 64 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 26 + valueIndex: 65 + data[0]: 27 + data[1]: 28 + data[2]: -1 data[3]: 1 - op: 42 - valueIndex: 64 - data[0]: 23 - data[1]: 26 - data[2]: -1 - data[3]: -1 - - op: 43 - valueIndex: 67 + valueIndex: 66 data[0]: 23 data[1]: 24 data[2]: -1 data[3]: -1 - - op: 1 - valueIndex: 70 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - - op: 6 - valueIndex: 71 - data[0]: -1 - data[1]: -1 + - op: 43 + valueIndex: 69 + data[0]: 23 + data[1]: 25 data[2]: -1 data[3]: -1 - op: 1 @@ -1217,43 +1287,43 @@ VisualEffectResource: data[0]: -1 data[1]: -1 data[2]: -1 - data[3]: 14 - - op: 1 + data[3]: 1 + - op: 31 valueIndex: 73 + data[0]: 29 + data[1]: 13 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 74 data[0]: -1 data[1]: -1 data[2]: -1 data[3]: 1 - - op: 26 - valueIndex: 74 - data[0]: 31 - data[1]: 27 - data[2]: -1 - data[3]: 1 - - op: 57 + - op: 1 valueIndex: 75 - data[0]: 32 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 14 + - op: 57 + valueIndex: 76 + data[0]: 35 data[1]: -1 data[2]: -1 data[3]: 0 - - op: 20 - valueIndex: 76 - data[0]: 34 - data[1]: -1 + - op: 30 + valueIndex: 77 + data[0]: 33 + data[1]: 18 data[2]: -1 data[3]: 1 - op: 1 - valueIndex: 77 + valueIndex: 78 data[0]: -1 data[1]: -1 data[2]: -1 data[3]: 2 - - op: 1 - valueIndex: 79 - data[0]: -1 - data[1]: -1 - data[2]: -1 - data[3]: 1 - op: 1 valueIndex: 80 data[0]: -1 @@ -1265,7 +1335,7 @@ VisualEffectResource: data[0]: -1 data[1]: -1 data[2]: -1 - data[3]: 7 + data[3]: 1 - op: 1 valueIndex: 82 data[0]: -1 @@ -1283,39 +1353,57 @@ VisualEffectResource: data[0]: -1 data[1]: -1 data[2]: -1 - data[3]: 6 + data[3]: 1 - op: 1 valueIndex: 85 data[0]: -1 data[1]: -1 data[2]: -1 - data[3]: 15 + data[3]: 7 - op: 1 valueIndex: 86 data[0]: -1 data[1]: -1 data[2]: -1 - data[3]: 3 + data[3]: 1 + - op: 1 + valueIndex: 87 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 88 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 6 - op: 1 valueIndex: 89 data[0]: -1 data[1]: -1 data[2]: -1 + data[3]: 15 + - op: 1 + valueIndex: 90 + data[0]: -1 + data[1]: -1 + data[2]: -1 data[3]: 3 - op: 1 - valueIndex: 92 + valueIndex: 93 data[0]: -1 data[1]: -1 data[2]: -1 data[3]: 2 - op: 3 - valueIndex: 94 - data[0]: 33 - data[1]: 33 - data[2]: 33 + valueIndex: 95 + data[0]: 34 + data[1]: 34 + data[2]: 34 data[3]: -1 - op: 1 - valueIndex: 97 + valueIndex: 98 data[0]: -1 data[1]: -1 data[2]: -1 @@ -1336,25 +1424,31 @@ VisualEffectResource: m_Value: 1 - m_ExpressionIndex: 20 m_Value: 0.84 - - m_ExpressionIndex: 27 + - m_ExpressionIndex: 28 m_Value: 2 - - m_ExpressionIndex: 30 + - m_ExpressionIndex: 32 m_Value: -1 - - m_ExpressionIndex: 33 + - m_ExpressionIndex: 34 m_Value: 0.004 - - m_ExpressionIndex: 38 - m_Value: 0.84 - m_ExpressionIndex: 39 - m_Value: 0.14 + m_Value: 0 + - m_ExpressionIndex: 40 + m_Value: 0 - m_ExpressionIndex: 41 m_Value: 0 - m_ExpressionIndex: 42 + m_Value: 0.84 + - m_ExpressionIndex: 43 + m_Value: 0.14 + - m_ExpressionIndex: 45 + m_Value: 0 + - m_ExpressionIndex: 46 m_Value: 0.48 m_Vector2f: m_Array: - m_ExpressionIndex: 0 m_Value: {x: 1, y: 1} - - m_ExpressionIndex: 4 + - m_ExpressionIndex: 3 m_Value: {x: 0, y: 0} - m_ExpressionIndex: 10 m_Value: {x: -1, y: -1} @@ -1362,9 +1456,9 @@ VisualEffectResource: m_Value: {x: 2, y: 2} - m_ExpressionIndex: 12 m_Value: {x: 1, y: -1} - - m_ExpressionIndex: 37 + - m_ExpressionIndex: 38 m_Value: {x: 65536, y: 65536} - - m_ExpressionIndex: 47 + - m_ExpressionIndex: 50 m_Value: {x: 0, y: 0} m_Vector3f: m_Array: @@ -1377,22 +1471,20 @@ VisualEffectResource: - m_ExpressionIndex: 22 m_Value: {x: 1, y: 0, z: 0} - m_ExpressionIndex: 24 + m_Value: {x: 0, y: 0, z: 0} + - m_ExpressionIndex: 25 m_Value: {x: 0, y: 1, z: 0} - - m_ExpressionIndex: 26 - m_Value: {x: -2, y: 0, z: 0} - - m_ExpressionIndex: 45 - m_Value: {x: 4, y: 2, z: 4} - - m_ExpressionIndex: 46 - m_Value: {x: 0, y: 0.5, z: 0} + - m_ExpressionIndex: 49 + m_Value: {x: 50, y: 50, z: 50} m_Vector4f: m_Array: [] m_Uint: m_Array: - - m_ExpressionIndex: 3 + - m_ExpressionIndex: 2 m_Value: 65536 - m_ExpressionIndex: 9 m_Value: 256 - - m_ExpressionIndex: 43 + - m_ExpressionIndex: 47 m_Value: 4294967295 m_Int: m_Array: [] @@ -1402,7 +1494,7 @@ VisualEffectResource: m_Array: [] m_Gradient: m_Array: - - m_ExpressionIndex: 32 + - m_ExpressionIndex: 35 m_Value: serializedVersion: 2 key0: {r: 0, g: 0.4392157, b: 4, a: 0} @@ -1436,41 +1528,47 @@ VisualEffectResource: m_Array: - m_ExpressionIndex: 14 m_Value: {fileID: 10300, guid: 0000000000000000f000000000000000, type: 0} - - m_ExpressionIndex: 40 - m_Value: {fileID: 2800000, guid: 276d9e395ae18fe40a9b4988549f2349, type: 3} - - m_ExpressionIndex: 49 - m_Value: {fileID: 0} - m_ExpressionIndex: 44 + m_Value: {fileID: 2800000, guid: 276d9e395ae18fe40a9b4988549f2349, type: 3} + - m_ExpressionIndex: 52 + m_Value: {fileID: 0} + - m_ExpressionIndex: 48 m_Value: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} m_Bool: m_Array: [] m_ExposedExpressions: - nameId: BlendSpeed - index: 27 + index: 28 - nameId: DepthImage index: 14 - nameId: Elevation - index: 42 + index: 46 - nameId: Ground Level - index: 41 + index: 45 - nameId: HeightScale index: 16 - nameId: Max Threshold index: 20 - nameId: Max_Threshold - index: 39 + index: 43 - nameId: Min Threshold index: 17 - nameId: Min_Threshold - index: 38 + index: 42 - nameId: MovementImage - index: 40 + index: 44 + - nameId: Pitch Value + index: 41 - nameId: Position - index: 4 + index: 3 - nameId: Size index: 0 + - nameId: Spectrum Value 1 + index: 40 + - nameId: Spectrum Value 2 + index: 39 - nameId: Voxel Size - index: 33 + index: 34 m_Buffers: - type: 1 size: 524288 @@ -1601,9 +1699,9 @@ VisualEffectResource: temporaryBuffers: [] values: - nameId: Count - index: 37 + index: 38 - nameId: Delay - index: 47 + index: 50 params: [] processor: {fileID: 0} shaderSourceIndex: -1 @@ -1626,9 +1724,9 @@ VisualEffectResource: index: 5 values: - nameId: bounds_center - index: 46 + index: 24 - nameId: bounds_size - index: 45 + index: 49 tasks: - type: 536870912 buffers: @@ -1639,16 +1737,16 @@ VisualEffectResource: temporaryBuffers: [] values: - nameId: uniform_b - index: 28 + index: 30 - nameId: uniform_c - index: 25 + index: 26 - nameId: uniform_d - index: 29 + index: 31 params: - nameId: bounds_center - index: 46 + index: 24 - nameId: bounds_size - index: 45 + index: 49 processor: {fileID: 0} shaderSourceIndex: 0 - type: 805306368 @@ -1660,7 +1758,7 @@ VisualEffectResource: temporaryBuffers: [] values: - nameId: uniform_b - index: 6 + index: 5 - nameId: uniform_c index: 8 - nameId: uniform_d @@ -1670,9 +1768,9 @@ VisualEffectResource: - nameId: uniform_f index: 20 - nameId: Blend_a - index: 36 + index: 37 - nameId: Color_b - index: 35 + index: 36 - nameId: texture_b index: 14 params: [] @@ -1700,14 +1798,14 @@ VisualEffectResource: temporaryBuffers: [] values: - nameId: Scale_a - index: 48 + index: 51 - nameId: mainTexture - index: 49 + index: 52 params: - nameId: mesh - index: 44 + index: 48 - nameId: subMeshMask - index: 43 + index: 47 - nameId: sortPriority index: 0 - nameId: indirectDraw @@ -2595,7 +2693,7 @@ MonoBehaviour: m_Type: m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - m_SerializableObject: '{"position":{"x":-2.0,"y":0.0,"z":0.0}}' + m_SerializableObject: '{"position":{"x":0.0,"y":0.0,"z":0.0}}' m_Space: 0 m_Property: name: Origin @@ -4104,7 +4202,7 @@ MonoBehaviour: - {fileID: 8926484042661616377} m_ExposedName: Position m_Exposed: 1 - m_Order: 2 + m_Order: 5 m_Category: m_Min: m_Type: @@ -4824,7 +4922,7 @@ MonoBehaviour: - {fileID: 8926484042661616412} m_ExposedName: Size m_Exposed: 1 - m_Order: 3 + m_Order: 6 m_Category: m_Min: m_Type: @@ -4966,15 +5064,15 @@ MonoBehaviour: m_Parent: {fileID: 114350483966674976} m_Children: [] m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 0 + m_UICollapsed: 1 m_UISuperCollapsed: 0 m_InputSlots: [] m_OutputSlots: - {fileID: 8926484042661616419} m_ExposedName: DepthImage m_Exposed: 1 - m_Order: 1 - m_Category: + m_Order: 2 + m_Category: Kinect Image m_Min: m_Type: m_SerializableType: @@ -5242,7 +5340,7 @@ MonoBehaviour: - {fileID: 8926484042661616427} m_ExposedName: BlendSpeed m_Exposed: 1 - m_Order: 4 + m_Order: 7 m_Category: m_Min: m_Type: @@ -5319,7 +5417,7 @@ MonoBehaviour: - {fileID: 8926484042661616464} m_ExposedName: Voxel Size m_Exposed: 1 - m_Order: 5 + m_Order: 8 m_Category: m_Min: m_Type: @@ -5533,7 +5631,7 @@ MonoBehaviour: - {fileID: 8926484042661616490} m_ExposedName: Elevation m_Exposed: 1 - m_Order: 6 + m_Order: 9 m_Category: m_Min: m_Type: @@ -6014,7 +6112,7 @@ MonoBehaviour: - {fileID: 8926484042661616523} m_ExposedName: Ground Level m_Exposed: 1 - m_Order: 7 + m_Order: 10 m_Category: m_Min: m_Type: @@ -6780,7 +6878,7 @@ MonoBehaviour: - {fileID: 8926484042661616615} m_ExposedName: MovementImage m_Exposed: 1 - m_Order: 8 + m_Order: 11 m_Category: m_Min: m_Type: @@ -7570,14 +7668,14 @@ MonoBehaviour: m_Parent: {fileID: 114350483966674976} m_Children: [] m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 0 + m_UICollapsed: 1 m_UISuperCollapsed: 0 m_InputSlots: [] m_OutputSlots: - {fileID: 8926484042661617341} m_ExposedName: Min Threshold m_Exposed: 1 - m_Order: 9 + m_Order: 12 m_Category: m_Min: m_Type: @@ -7647,14 +7745,14 @@ MonoBehaviour: m_Parent: {fileID: 114350483966674976} m_Children: [] m_UIPosition: {x: 0, y: 0} - m_UICollapsed: 0 + m_UICollapsed: 1 m_UISuperCollapsed: 0 m_InputSlots: [] m_OutputSlots: - {fileID: 8926484042661617343} m_ExposedName: Max Threshold m_Exposed: 1 - m_Order: 10 + m_Order: 13 m_Category: m_Min: m_Type: @@ -9929,7 +10027,7 @@ MonoBehaviour: - {fileID: 8926484042661618149} m_ExposedName: Max_Threshold m_Exposed: 1 - m_Order: 11 + m_Order: 14 m_Category: m_Min: m_Type: @@ -10000,7 +10098,7 @@ MonoBehaviour: - {fileID: 8926484042661618151} m_ExposedName: Min_Threshold m_Exposed: 1 - m_Order: 12 + m_Order: 15 m_Category: m_Min: m_Type: @@ -10145,3 +10243,210 @@ MonoBehaviour: - {fileID: 8926484042661617162} - {fileID: 8926484042661617207} - {fileID: 8926484042661617222} +--- !u!114 &8926484042661618178 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661618179} + m_ExposedName: Pitch Value + m_Exposed: 1 + m_Order: 1 + m_Category: Pd Values + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: [] +--- !u!114 &8926484042661618179 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618179} + m_MasterData: + m_Owner: {fileID: 8926484042661618178} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661618180 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661618181} + m_ExposedName: Spectrum Value 1 + m_Exposed: 1 + m_Order: 3 + m_Category: Pd Values + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: [] +--- !u!114 &8926484042661618181 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618181} + m_MasterData: + m_Owner: {fileID: 8926484042661618180} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661618182 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661618183} + m_ExposedName: Spectrum Value 2 + m_Exposed: 1 + m_Order: 4 + m_Category: Pd Values + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: [] +--- !u!114 &8926484042661618183 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618183} + m_MasterData: + m_Owner: {fileID: 8926484042661618182} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Position Texture.vfx.meta b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/Position Texture.vfx.meta similarity index 100% rename from UnityProject/Assets/Scenes/Examples/VisualEffectGraph/Position Texture.vfx.meta rename to UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/Position Texture.vfx.meta diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/Scene Settings Profile.asset b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/Scene Settings Profile.asset index 4bf98eb..0688c91 100644 --- a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/Scene Settings Profile.asset +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/Scene Settings Profile.asset @@ -1,5 +1,28 @@ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7899671507943415206 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 0d7593b3a9277ac4696b20006c21dde2, type: 3} + m_Name: VisualEnvironment + m_EditorClassIdentifier: + active: 1 + m_AdvancedMode: 0 + skyType: + m_OverrideState: 1 + m_Value: 2 + skyAmbientMode: + m_OverrideState: 1 + m_Value: 1 + fogType: + m_OverrideState: 1 + m_Value: 1 --- !u!114 &-6543854886712313374 MonoBehaviour: m_ObjectHideFlags: 3 @@ -16,12 +39,12 @@ MonoBehaviour: m_AdvancedMode: 0 intensity: m_OverrideState: 1 - m_Value: 0.231 + m_Value: 0.14 min: 0 max: 1 scatter: m_OverrideState: 1 - m_Value: 0.845 + m_Value: 0.336 min: 0 max: 1 tint: @@ -61,7 +84,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 7ddcec8a8eb2d684d833ac8f5d26aebd, type: 3} m_Name: HDShadowSettings m_EditorClassIdentifier: - active: 1 + active: 0 m_AdvancedMode: 0 maxShadowDistance: m_OverrideState: 1 @@ -106,72 +129,10 @@ MonoBehaviour: m_Name: Scene Settings Profile m_EditorClassIdentifier: components: - - {fileID: -5212262289134541047} - {fileID: -6543854886712313374} - - {fileID: 570944104029170019} ---- !u!114 &570944104029170019 -MonoBehaviour: - m_ObjectHideFlags: 3 - 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: aaa3b8214f75b354e9ba2caadd022259, type: 3} - m_Name: DepthOfField - m_EditorClassIdentifier: - active: 1 - m_AdvancedMode: 1 - focusMode: - m_OverrideState: 1 - m_Value: 1 - focusDistance: - m_OverrideState: 1 - m_Value: 4.39 - min: 0.1 - nearFocusStart: - m_OverrideState: 1 - m_Value: 0 - min: 0 - nearFocusEnd: - m_OverrideState: 1 - m_Value: 6.74 - min: 0 - farFocusStart: - m_OverrideState: 1 - m_Value: 10 - min: 0 - farFocusEnd: - m_OverrideState: 0 - m_Value: 20 - min: 0 - nearSampleCount: - m_OverrideState: 0 - m_Value: 5 - min: 3 - max: 8 - nearMaxBlur: - m_OverrideState: 0 - m_Value: 4 - min: 0 - max: 8 - farSampleCount: - m_OverrideState: 0 - m_Value: 7 - min: 3 - max: 16 - farMaxBlur: - m_OverrideState: 0 - m_Value: 8 - min: 0 - max: 16 - highQualityFiltering: - m_OverrideState: 0 - m_Value: 1 - resolution: - m_OverrideState: 0 - m_Value: 2 + - {fileID: -5212262289134541047} + - {fileID: 2571966065225955267} + - {fileID: -7899671507943415206} --- !u!114 &1409399634823879722 MonoBehaviour: m_ObjectHideFlags: 3 @@ -214,6 +175,69 @@ MonoBehaviour: m_Value: 1 min: 0 max: 20 +--- !u!114 &2571966065225955267 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: aaa3b8214f75b354e9ba2caadd022259, type: 3} + m_Name: DepthOfField + m_EditorClassIdentifier: + active: 0 + m_AdvancedMode: 1 + focusMode: + m_OverrideState: 1 + m_Value: 1 + focusDistance: + m_OverrideState: 0 + m_Value: 10 + min: 0.1 + nearFocusStart: + m_OverrideState: 1 + m_Value: 28.29 + min: 0 + nearFocusEnd: + m_OverrideState: 1 + m_Value: 4 + min: 0 + farFocusStart: + m_OverrideState: 1 + m_Value: 7.24 + min: 0 + farFocusEnd: + m_OverrideState: 1 + m_Value: 68.9 + min: 0 + nearSampleCount: + m_OverrideState: 0 + m_Value: 5 + min: 3 + max: 8 + nearMaxBlur: + m_OverrideState: 0 + m_Value: 4 + min: 0 + max: 8 + farSampleCount: + m_OverrideState: 0 + m_Value: 7 + min: 3 + max: 16 + farMaxBlur: + m_OverrideState: 0 + m_Value: 8 + min: 0 + max: 16 + highQualityFiltering: + m_OverrideState: 0 + m_Value: 1 + resolution: + m_OverrideState: 1 + m_Value: 1 --- !u!114 &5066986204273790376 MonoBehaviour: m_ObjectHideFlags: 3 diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/Swarm.vfx b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/Swarm.vfx new file mode 100644 index 0000000..1935e02 --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/Swarm.vfx @@ -0,0 +1,9997 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &114023846229194376 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 73a13919d81fb7444849bae8b5c812a2, type: 3} + m_Name: VFXBasicSpawner + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 8926484042661614554} + m_UIPosition: {x: 707.8936, y: -190.26595} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 0} + m_InputFlowSlot: + - link: [] + - link: [] + m_OutputFlowSlot: + - link: + - context: {fileID: 8926484042661614570} + slotIndex: 0 +--- !u!114 &114340500867371532 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: d01270efd3285ea4a9d6c555cb0a8027, type: 3} + m_Name: VFXUI + m_EditorClassIdentifier: + groupInfos: [] + stickyNoteInfos: [] + systemInfos: [] + categories: [] + uiBounds: + serializedVersion: 2 + x: -1369 + y: -190 + width: 2456 + height: 2131 +--- !u!114 &114350483966674976 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 7d4c867f6b72b714dbb5fd1780afe208, type: 3} + m_Name: Swarm + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 114023846229194376} + - {fileID: 114780028408030698} + - {fileID: 8926484042661614570} + - {fileID: 8926484042661614591} + - {fileID: 8926484042661614751} + - {fileID: 8926484042661614770} + - {fileID: 8926484042661614775} + - {fileID: 8926484042661614790} + - {fileID: 8926484042661614792} + - {fileID: 8926484042661614796} + - {fileID: 8926484042661614808} + - {fileID: 8926484042661614828} + - {fileID: 8926484042661614830} + - {fileID: 8926484042661614837} + - {fileID: 8926484042661614841} + - {fileID: 8926484042661614843} + - {fileID: 8926484042661614962} + - {fileID: 8926484042661614964} + - {fileID: 8926484042661615064} + - {fileID: 8926484042661615067} + - {fileID: 8926484042661615071} + - {fileID: 8926484042661615137} + - {fileID: 8926484042661615141} + - {fileID: 8926484042661615169} + - {fileID: 8926484042661615183} + - {fileID: 8926484042661615186} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_UIInfos: {fileID: 114340500867371532} + m_ParameterInfo: + - name: spread + path: spread + tooltip: particle spread + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 45.1 + min: 0 + max: 0 + descendantCount: 0 + - name: Amplitude + path: Amplitude + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + min: -Infinity + max: Infinity + descendantCount: 0 + - name: SizeOfBlocks + path: SizeOfBlocks + tooltip: + sheetType: m_Vector3f + realType: Vector3 + defaultValue: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0,"z":10.0}' + min: -Infinity + max: Infinity + descendantCount: 0 + m_GraphVersion: 2 + m_saved: 1 + m_SubgraphDependencies: [] + m_CategoryPath: +--- !u!114 &114780028408030698 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 2dc095764ededfa4bb32fa602511ea4b, type: 3} + m_Name: VFXBasicUpdate + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 8926484042661615131} + - {fileID: 8926484042661615091} + - {fileID: 8926484042661615102} + - {fileID: 8926484042661615120} + - {fileID: 8926484042661615190} + m_UIPosition: {x: 711, y: 550} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 8926484042661614580} + m_InputFlowSlot: + - link: + - context: {fileID: 8926484042661614570} + slotIndex: 0 + m_OutputFlowSlot: + - link: + - context: {fileID: 8926484042661614591} + slotIndex: 0 + integration: 0 + angularIntegration: 0 + ageParticles: 1 + reapParticles: 1 +--- !u!2058629511 &8926484042661614527 +VisualEffectResource: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Swarm + m_Graph: {fileID: 114350483966674976} + m_ShaderSources: + - compute: 1 + name: '[System 1]Update' + source: "#pragma kernel CSMain\r\n#define NB_THREADS_PER_GROUP 64\n#define VFX_USE_POSITION_CURRENT + 1\n#define VFX_USE_PARTICLEID_CURRENT 1\n#define VFX_USE_VELOCITY_CURRENT 1\n#define + VFX_USE_MASS_CURRENT 1\n#define VFX_USE_ANGLEX_CURRENT 1\n#define VFX_USE_ANGLEY_CURRENT + 1\n#define VFX_USE_ANGLEZ_CURRENT 1\n#define VFX_USE_COLOR_CURRENT 1\n#define + VFX_USE_ALPHA_CURRENT 1\n#define VFX_HAS_INDIRECT_DRAW 1\n#define VFX_LOCAL_SPACE + 1\n#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\n\r\nCBUFFER_START(parameters)\n + \ float3 uniform_b;\n float deltaTime_a;\n float3 valueScale_b;\n float + attractionForce_d;\n float Color_e;\n uint3 PADDING_0;\nCBUFFER_END\nTexture2D + attributeMap_b;\nSamplerState samplerattributeMap_b;\n\n\r\n#include \"Packages/com.unity.visualeffectgraph/Shaders/Common/VFXCommonCompute.cginc\"\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\n\r\n\r\nRWByteAddressBuffer + attributeBuffer;\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\nRWStructuredBuffer + deadListOut;\r\n#endif\r\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\nRWStructuredBuffer + indirectBuffer;\r\n#endif\r\n\r\nCBUFFER_START(updateParams)\r\n uint nbMax;\r\n\tuint + dispatchWidth;\r\n\tuint systemSeed;\r\nCBUFFER_END\r\n\r\nvoid Force_0(inout + float3 velocity, float mass, float3 Force, float deltaTime) /*Mode:Absolute + */\n{\n velocity += (Force / mass) * deltaTime;\n}\nvoid AttributeFromMap_EB8C636D(inout + float angleX, inout float angleY, inout float angleZ, uint particleId, VFXSampler2D + attributeMap, uint Seed, float3 valueBias, float3 valueScale) /*attribute:angle + Composition:Overwrite SampleMode:RandomConstantPerParticle channels:XYZ */\n{\n + \ \n uint width, height;\n attributeMap.t.GetDimensions(width, height);\n + \ uint count = width * height;\n uint id = FIXED_RAND(Seed) * count;\n + \ uint y = id / width;\n uint x = id - y * width;\n float3 value = (float3)attributeMap.t.Load(int3(x, + y, 0));\n value = (value + valueBias) * valueScale;\n angleX = value.x;\n + \ angleY = value.y;\n angleZ = value.z;\n}\nvoid Turbulence_1(float3 position, + inout float3 velocity, float mass, float4x4 InvFieldTransform, float4x4 FieldTransform, + float Roughness, float Intensity, float Drag, uint octaves, float deltaTime) + /*Mode:Relative */\n{\n float3 vectorFieldCoord = mul(InvFieldTransform, + float4(position,1.0f)).xyz;\n \n float3 value = Noise3D(vectorFieldCoord + + 0.5f, octaves, Roughness);\n value = mul(FieldTransform,float4(value,0.0f)).xyz + * Intensity;\n \n velocity += (value - velocity) * min(1.0f,Drag * deltaTime + / mass);\n}\nvoid ConformToSphere(inout float3 velocity, float3 position, float + mass, float3 Sphere_center, float Sphere_radius, float attractionSpeed, float + attractionForce, float stickDistance, float stickForce, float deltaTime)\n{\n + \ \n float3 dir = Sphere_center - position;\n float distToCenter = length(dir);\n + \ float distToSurface = distToCenter - Sphere_radius;\n dir /= max(VFX_FLT_MIN,distToCenter); + // safe normalize\n float spdNormal = dot(dir,velocity);\n float ratio + = smoothstep(0.0,stickDistance * 2.0,abs(distToSurface));\n float tgtSpeed + = sign(distToSurface) * attractionSpeed * ratio;\n float deltaSpeed = tgtSpeed + - spdNormal;\n velocity += sign(deltaSpeed) * min(abs(deltaSpeed),deltaTime + * lerp(stickForce,attractionForce,ratio)) * dir / mass;\n}\nvoid AttributeFromCurve_44F26C8C(inout + float3 color, inout float alpha, float3 velocity, float Color, float2 SpeedRange) + /*attribute:color Composition:Overwrite AlphaComposition:Overwrite SampleMode:BySpeed + Mode:PerComponent ColorMode:ColorAndAlpha channels:XYZ */\n{\n float t = + saturate((length(velocity) - SpeedRange.x) * SpeedRange.y);\n float4 value + = 0.0f;\n value = SampleGradient(Color, t);\n color = value.rgb;\n alpha + = value.a;\n}\nvoid EulerIntegration(inout float3 position, float3 velocity, + float deltaTime)\n{\n position += velocity * deltaTime;\n}\n\n\r\n\r\n[numthreads(NB_THREADS_PER_GROUP,1,1)]\r\nvoid + CSMain(uint3 groupId : SV_GroupID,\r\n uint3 groupThreadId + \ : SV_GroupThreadID)\r\n{\r\n\tuint id = groupThreadId.x + groupId.x * NB_THREADS_PER_GROUP + + groupId.y * dispatchWidth * NB_THREADS_PER_GROUP;\r\n\tuint index = id;\r\n\tif + (id < nbMax)\r\n\t{\r\n#if VFX_USE_ALIVE_CURRENT\r\n\t\t\r\n\t\tif (alive)\r\n\t\t{\r\n\t\t\tfloat3 + position = asfloat(attributeBuffer.Load3((index * 0x4 + 0x0) << 2));\n\t\t\tuint + particleId = (attributeBuffer.Load((index * 0x1 + 0x1000) << 2));\n\t\t\tfloat3 + velocity = asfloat(attributeBuffer.Load3((index * 0x4 + 0x1400) << 2));\n\t\t\tfloat + mass = (float)1;\n\t\t\tfloat angleX = asfloat(attributeBuffer.Load((index * + 0x8 + 0x2403) << 2));\n\t\t\tfloat angleY = asfloat(attributeBuffer.Load((index + * 0x8 + 0x2404) << 2));\n\t\t\tfloat angleZ = asfloat(attributeBuffer.Load((index + * 0x8 + 0x2405) << 2));\n\t\t\tfloat3 color = asfloat(attributeBuffer.Load3((index + * 0x8 + 0x2400) << 2));\n\t\t\tfloat alpha = asfloat(attributeBuffer.Load((index + * 0x8 + 0x2406) << 2));\n\t\t\t\n\r\n\t\t\t\r\n#if VFX_USE_OLDPOSITION_CURRENT\r\n\t\t\toldPosition + = position;\r\n#endif\r\n\t\t\t\r\n\t\t\t{\n\t\t\t uint tmp_bb = particleId + / (uint)1000;\n\t\t\t uint tmp_bc = tmp_bb * (uint)1000;\n\t\t\t uint + tmp_bd = particleId - tmp_bc;\n\t\t\t uint tmp_bf = tmp_bd / (uint)100;\n\t\t\t + \ float tmp_bg = (float)tmp_bf;\n\t\t\t uint tmp_bi = tmp_bd / (uint)10;\n\t\t\t + \ uint tmp_bj = tmp_bi / (uint)10;\n\t\t\t uint tmp_bk = tmp_bj * (uint)10;\n\t\t\t + \ uint tmp_bl = tmp_bi - tmp_bk;\n\t\t\t float tmp_bm = (float)tmp_bl;\n\t\t\t + \ uint tmp_bn = tmp_bi * (uint)10;\n\t\t\t uint tmp_bo = tmp_bd - tmp_bn;\n\t\t\t + \ float tmp_bp = (float)tmp_bo;\n\t\t\t float3 tmp_bq = float3(tmp_bg, + tmp_bm, tmp_bp);\n\t\t\t float3 tmp_bs = tmp_bq / float3(9, 9, 9);\n\t\t\t + \ float3 tmp_bu = tmp_bs * float3(2, 2, 2);\n\t\t\t float3 tmp_bw = tmp_bu + - float3(1, 1, 1);\n\t\t\t float tmp_bx = tmp_bw[0];\n\t\t\t float3 tmp_by + = float3(tmp_bx, tmp_bx, tmp_bx);\n\t\t\t float3 tmp_ca = tmp_by * float3(1, + 0, 0);\n\t\t\t float tmp_cb = tmp_bw[1];\n\t\t\t float3 tmp_cc = float3(tmp_cb, + tmp_cb, tmp_cb);\n\t\t\t float3 tmp_ce = tmp_cc * float3(0, 1, 0);\n\t\t\t + \ float3 tmp_cf = tmp_ca + tmp_ce;\n\t\t\t float tmp_cg = tmp_bw[2];\n\t\t\t + \ float3 tmp_ch = float3(tmp_cg, tmp_cg, tmp_cg);\n\t\t\t float3 tmp_cj + = tmp_ch * float3(0, 0, 1);\n\t\t\t float3 tmp_ck = tmp_cf + tmp_cj;\n\t\t\t + \ float3 tmp_cl = position - tmp_ck;\n\t\t\t float3 tmp_cm = tmp_cl * uniform_b;\n\t\t\t + \ Force_0( /*inout */velocity, mass, tmp_cm, deltaTime_a);\n\t\t\t}\n\t\t\t{\n\t\t\t + \ AttributeFromMap_EB8C636D( /*inout */angleX, /*inout */angleY, /*inout + */angleZ, particleId, GetVFXSampler(attributeMap_b, samplerattributeMap_b), + (uint)32, float3(0, 0, 0), valueScale_b);\n\t\t\t}\n\t\t\t{\n\t\t\t Turbulence_1(position, + \ /*inout */velocity, mass, float4x4(10,0,0,0,0,10,0,0,0,0,10,0,0,0,0,1), float4x4(0.100000001,0,0,0,0,0.100000001,0,0,0,0,0.100000001,0,0,0,0,1), + (float)0.5, (float)16.9599991, (float)1, (uint)3, deltaTime_a);\n\t\t\t}\n\t\t\t{\n\t\t\t + \ ConformToSphere( /*inout */velocity, position, mass, float3(0, 0, 0), (float)1, + (float)5, attractionForce_d, (float)0.100000001, (float)0, deltaTime_a);\n\t\t\t}\n\t\t\t{\n\t\t\t + \ AttributeFromCurve_44F26C8C( /*inout */color, /*inout */alpha, velocity, + Color_e, float2(0, 1));\n\t\t\t}\n\t\t\tEulerIntegration( /*inout */position, + velocity, deltaTime_a);\n\t\t\t\n\r\n\t\t\tif (alive)\r\n\t\t\t{\r\n\t\t\t\tattributeBuffer.Store3((index + * 0x4 + 0x0) << 2,asuint(position));\n\t\t\t\tattributeBuffer.Store3((index + * 0x4 + 0x1400) << 2,asuint(velocity));\n\t\t\t\tattributeBuffer.Store((index + * 0x8 + 0x2403) << 2,asuint(angleX));\n\t\t\t\tattributeBuffer.Store((index + * 0x8 + 0x2404) << 2,asuint(angleY));\n\t\t\t\tattributeBuffer.Store((index + * 0x8 + 0x2405) << 2,asuint(angleZ));\n\t\t\t\tattributeBuffer.Store3((index + * 0x8 + 0x2400) << 2,asuint(color));\n\t\t\t\tattributeBuffer.Store((index * + 0x8 + 0x2406) << 2,asuint(alpha));\n\t\t\t\t\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\n + \ uint indirectIndex = indirectBuffer.IncrementCounter();\r\n\t\t\t\tindirectBuffer[indirectIndex] + = index;\r\n#endif\r\n\t\t\t}\r\n\t\t\telse\r\n\t\t\t{\r\n\t\t\t\t\r\n\t\t\t\tuint + deadIndex = deadListOut.IncrementCounter();\r\n\t\t\t\tdeadListOut[deadIndex] + = index;\r\n\t\t\t}\r\n\t\t}\r\n#else\r\n\t\tfloat3 position = asfloat(attributeBuffer.Load3((index + * 0x4 + 0x0) << 2));\n\t\tuint particleId = (attributeBuffer.Load((index * 0x1 + + 0x1000) << 2));\n\t\tfloat3 velocity = asfloat(attributeBuffer.Load3((index + * 0x4 + 0x1400) << 2));\n\t\tfloat mass = (float)1;\n\t\tfloat angleX = asfloat(attributeBuffer.Load((index + * 0x8 + 0x2403) << 2));\n\t\tfloat angleY = asfloat(attributeBuffer.Load((index + * 0x8 + 0x2404) << 2));\n\t\tfloat angleZ = asfloat(attributeBuffer.Load((index + * 0x8 + 0x2405) << 2));\n\t\tfloat3 color = asfloat(attributeBuffer.Load3((index + * 0x8 + 0x2400) << 2));\n\t\tfloat alpha = asfloat(attributeBuffer.Load((index + * 0x8 + 0x2406) << 2));\n\t\t\n\r\n\t\t\r\n#if VFX_USE_OLDPOSITION_CURRENT\r\n\t\toldPosition + = position;\r\n#endif\r\n\t\t\r\n\t\t{\n\t\t uint tmp_bb = particleId / (uint)1000;\n\t\t + \ uint tmp_bc = tmp_bb * (uint)1000;\n\t\t uint tmp_bd = particleId - tmp_bc;\n\t\t + \ uint tmp_bf = tmp_bd / (uint)100;\n\t\t float tmp_bg = (float)tmp_bf;\n\t\t + \ uint tmp_bi = tmp_bd / (uint)10;\n\t\t uint tmp_bj = tmp_bi / (uint)10;\n\t\t + \ uint tmp_bk = tmp_bj * (uint)10;\n\t\t uint tmp_bl = tmp_bi - tmp_bk;\n\t\t + \ float tmp_bm = (float)tmp_bl;\n\t\t uint tmp_bn = tmp_bi * (uint)10;\n\t\t + \ uint tmp_bo = tmp_bd - tmp_bn;\n\t\t float tmp_bp = (float)tmp_bo;\n\t\t + \ float3 tmp_bq = float3(tmp_bg, tmp_bm, tmp_bp);\n\t\t float3 tmp_bs = + tmp_bq / float3(9, 9, 9);\n\t\t float3 tmp_bu = tmp_bs * float3(2, 2, 2);\n\t\t + \ float3 tmp_bw = tmp_bu - float3(1, 1, 1);\n\t\t float tmp_bx = tmp_bw[0];\n\t\t + \ float3 tmp_by = float3(tmp_bx, tmp_bx, tmp_bx);\n\t\t float3 tmp_ca = + tmp_by * float3(1, 0, 0);\n\t\t float tmp_cb = tmp_bw[1];\n\t\t float3 + tmp_cc = float3(tmp_cb, tmp_cb, tmp_cb);\n\t\t float3 tmp_ce = tmp_cc * float3(0, + 1, 0);\n\t\t float3 tmp_cf = tmp_ca + tmp_ce;\n\t\t float tmp_cg = tmp_bw[2];\n\t\t + \ float3 tmp_ch = float3(tmp_cg, tmp_cg, tmp_cg);\n\t\t float3 tmp_cj = + tmp_ch * float3(0, 0, 1);\n\t\t float3 tmp_ck = tmp_cf + tmp_cj;\n\t\t float3 + tmp_cl = position - tmp_ck;\n\t\t float3 tmp_cm = tmp_cl * uniform_b;\n\t\t + \ Force_0( /*inout */velocity, mass, tmp_cm, deltaTime_a);\n\t\t}\n\t\t{\n\t\t + \ AttributeFromMap_EB8C636D( /*inout */angleX, /*inout */angleY, /*inout + */angleZ, particleId, GetVFXSampler(attributeMap_b, samplerattributeMap_b), + (uint)32, float3(0, 0, 0), valueScale_b);\n\t\t}\n\t\t{\n\t\t Turbulence_1(position, + \ /*inout */velocity, mass, float4x4(10,0,0,0,0,10,0,0,0,0,10,0,0,0,0,1), float4x4(0.100000001,0,0,0,0,0.100000001,0,0,0,0,0.100000001,0,0,0,0,1), + (float)0.5, (float)16.9599991, (float)1, (uint)3, deltaTime_a);\n\t\t}\n\t\t{\n\t\t + \ ConformToSphere( /*inout */velocity, position, mass, float3(0, 0, 0), (float)1, + (float)5, attractionForce_d, (float)0.100000001, (float)0, deltaTime_a);\n\t\t}\n\t\t{\n\t\t + \ AttributeFromCurve_44F26C8C( /*inout */color, /*inout */alpha, velocity, + Color_e, float2(0, 1));\n\t\t}\n\t\tEulerIntegration( /*inout */position, velocity, + deltaTime_a);\n\t\t\n\r\n\t\tattributeBuffer.Store3((index * 0x4 + 0x0) << 2,asuint(position));\n\t\tattributeBuffer.Store3((index + * 0x4 + 0x1400) << 2,asuint(velocity));\n\t\tattributeBuffer.Store((index * + 0x8 + 0x2403) << 2,asuint(angleX));\n\t\tattributeBuffer.Store((index * 0x8 + + 0x2404) << 2,asuint(angleY));\n\t\tattributeBuffer.Store((index * 0x8 + 0x2405) + << 2,asuint(angleZ));\n\t\tattributeBuffer.Store3((index * 0x8 + 0x2400) << + 2,asuint(color));\n\t\tattributeBuffer.Store((index * 0x8 + 0x2406) << 2,asuint(alpha));\n\t\t\n\r\n#if + VFX_HAS_INDIRECT_DRAW\r\n uint indirectIndex = indirectBuffer.IncrementCounter();\r\n\t\tindirectBuffer[indirectIndex] + = index;\r\n#endif\r\n#endif\r\n\t}\r\n}\r\n" + - compute: 1 + name: '[System 1]Initialize' + source: "#pragma kernel CSMain\r\n#define NB_THREADS_PER_GROUP 64\n#define VFX_USE_POSITION_CURRENT + 1\n#define VFX_USE_PARTICLEID_CURRENT 1\n#define VFX_USE_VELOCITY_CURRENT 1\n#define + VFX_USE_ANGLEX_CURRENT 1\n#define VFX_USE_ANGLEY_CURRENT 1\n#define VFX_USE_ANGLEZ_CURRENT + 1\n#define VFX_USE_COLOR_CURRENT 1\n#define VFX_USE_ALPHA_CURRENT 1\n#define + VFX_LOCAL_SPACE 1\n#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\n\r\n\r\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/Common/VFXCommonCompute.cginc\"\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\n\r\n\r\nRWByteAddressBuffer + attributeBuffer;\r\nByteAddressBuffer sourceAttributeBuffer;\r\n\r\nCBUFFER_START(initParams)\r\n#if + !VFX_USE_SPAWNER_FROM_GPU\r\n uint nbSpawned;\t\t\t\t\t// Numbers of particle + spawned\r\n uint spawnIndex;\t\t\t\t// Index of the first particle spawned\r\n + \ uint dispatchWidth;\r\n#else\r\n uint offsetInAdditionalOutput;\r\n\tuint + nbMax;\r\n#endif\r\n\tuint systemSeed;\r\nCBUFFER_END\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\nRWStructuredBuffer + deadListIn;\r\nByteAddressBuffer deadListCount; // This is bad to use a SRV + to fetch deadList count but Unity API currently prevent from copying to CB\r\n#endif\r\n\r\n#if + VFX_USE_SPAWNER_FROM_GPU\r\nStructuredBuffer eventList;\r\nByteAddressBuffer + inputAdditional;\r\n#endif\r\n\r\nvoid SetAttribute_CAC29747(inout float3 position, + float3 Position) /*attribute:position Composition:Overwrite Source:Slot Random:Off + channels:XYZ */\n{\n position = Position;\n}\n\n\r\n\r\n[numthreads(NB_THREADS_PER_GROUP,1,1)]\r\nvoid + CSMain(uint3 groupId : SV_GroupID,\r\n uint3 groupThreadId + \ : SV_GroupThreadID)\r\n{\r\n uint id = groupThreadId.x + groupId.x * + NB_THREADS_PER_GROUP;\r\n#if !VFX_USE_SPAWNER_FROM_GPU\r\n id += groupId.y + * dispatchWidth * NB_THREADS_PER_GROUP;\r\n#endif\r\n\r\n#if VFX_USE_SPAWNER_FROM_GPU\r\n + \ uint maxThreadId = inputAdditional.Load((offsetInAdditionalOutput * 2 + + 0) << 2);\r\n uint currentSpawnIndex = inputAdditional.Load((offsetInAdditionalOutput + * 2 + 1) << 2) - maxThreadId;\r\n#else\r\n uint maxThreadId = nbSpawned;\r\n + \ uint currentSpawnIndex = spawnIndex;\r\n#endif\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\n + \ maxThreadId = min(maxThreadId, deadListCount.Load(0x0));\r\n#elif VFX_USE_SPAWNER_FROM_GPU\r\n + \ maxThreadId = min(maxThreadId, nbMax); //otherwise, nbSpawned already clamped + on CPU\r\n#endif\r\n\r\n if (id < maxThreadId)\r\n {\r\n#if VFX_USE_SPAWNER_FROM_GPU\r\n + \ int sourceIndex = eventList[id];\r\n#endif\r\n uint particleIndex + = id + currentSpawnIndex;\r\n\t\t\r\n#if !VFX_USE_SPAWNER_FROM_GPU\r\n int + sourceIndex = 0;\n /*//Loop with 1 iteration generate a wrong IL Assembly + (and actually, useless code)\n uint currentSumSpawnCount = 0u;\n for + (sourceIndex=0; sourceIndex<1; sourceIndex++)\n {\n currentSumSpawnCount + += uint(asfloat(sourceAttributeBuffer.Load((sourceIndex * 0x1 + 0x0) << 2)));\n + \ if (id < currentSumSpawnCount)\n {\n break;\n + \ }\n }\n */\n \n\r\n#endif\r\n float3 + position = float3(0, 0, 0);\n uint particleId = (uint)0;\n float3 + velocity = float3(0, 0, 0);\n float angleX = (float)0;\n float + angleY = (float)0;\n float angleZ = (float)0;\n float3 color = + float3(1, 1, 1);\n float alpha = (float)1;\n \n\r\n#if VFX_USE_PARTICLEID_CURRENT\r\n + \ particleId = particleIndex;\r\n#endif\r\n#if VFX_USE_SEED_CURRENT\r\n + \ seed = WangHash(particleIndex ^ systemSeed);\r\n#endif\r\n \r\n + \ {\n uint tmp_v = particleId / (uint)1000;\n uint + tmp_w = tmp_v * (uint)1000;\n uint tmp_x = particleId - tmp_w;\n + \ uint tmp_z = tmp_x / (uint)100;\n float tmp_ba = (float)tmp_z;\n + \ uint tmp_bc = tmp_x / (uint)10;\n uint tmp_bd = tmp_bc + / (uint)10;\n uint tmp_be = tmp_bd * (uint)10;\n uint + tmp_bf = tmp_bc - tmp_be;\n float tmp_bg = (float)tmp_bf;\n uint + tmp_bh = tmp_bc * (uint)10;\n uint tmp_bi = tmp_x - tmp_bh;\n float + tmp_bj = (float)tmp_bi;\n float3 tmp_bk = float3(tmp_ba, tmp_bg, + tmp_bj);\n float3 tmp_bm = tmp_bk / float3(9, 9, 9);\n float3 + tmp_bo = tmp_bm * float3(2, 2, 2);\n float3 tmp_bq = tmp_bo - float3(1, + 1, 1);\n float tmp_br = tmp_bq[0];\n float3 tmp_bs = float3(tmp_br, + tmp_br, tmp_br);\n float3 tmp_bu = tmp_bs * float3(1, 0, 0);\n float + tmp_bv = tmp_bq[1];\n float3 tmp_bw = float3(tmp_bv, tmp_bv, tmp_bv);\n + \ float3 tmp_by = tmp_bw * float3(0, 1, 0);\n float3 tmp_bz + = tmp_bu + tmp_by;\n float tmp_ca = tmp_bq[2];\n float3 + tmp_cb = float3(tmp_ca, tmp_ca, tmp_ca);\n float3 tmp_cd = tmp_cb + * float3(0, 0, 1);\n float3 tmp_ce = tmp_bz + tmp_cd;\n SetAttribute_CAC29747( + /*inout */position, tmp_ce);\n }\n \n\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\n + \ if (alive)\r\n {\r\n\t\t\tuint deadIndex = deadListIn.DecrementCounter();\r\n + \ uint index = deadListIn[deadIndex];\r\n attributeBuffer.Store3((index + * 0x4 + 0x0) << 2,asuint(position));\n attributeBuffer.Store((index + * 0x1 + 0x1000) << 2,asuint(particleId));\n attributeBuffer.Store3((index + * 0x4 + 0x1400) << 2,asuint(velocity));\n attributeBuffer.Store((index + * 0x8 + 0x2403) << 2,asuint(angleX));\n attributeBuffer.Store((index + * 0x8 + 0x2404) << 2,asuint(angleY));\n attributeBuffer.Store((index + * 0x8 + 0x2405) << 2,asuint(angleZ));\n attributeBuffer.Store3((index + * 0x8 + 0x2400) << 2,asuint(color));\n attributeBuffer.Store((index + * 0x8 + 0x2406) << 2,asuint(alpha));\n \n\r\n }\r\n#else\r\n + \ uint index = particleIndex;\r\n attributeBuffer.Store3((index + * 0x4 + 0x0) << 2,asuint(position));\n attributeBuffer.Store((index * + 0x1 + 0x1000) << 2,asuint(particleId));\n attributeBuffer.Store3((index + * 0x4 + 0x1400) << 2,asuint(velocity));\n attributeBuffer.Store((index + * 0x8 + 0x2403) << 2,asuint(angleX));\n attributeBuffer.Store((index + * 0x8 + 0x2404) << 2,asuint(angleY));\n attributeBuffer.Store((index + * 0x8 + 0x2405) << 2,asuint(angleZ));\n attributeBuffer.Store3((index + * 0x8 + 0x2400) << 2,asuint(color));\n attributeBuffer.Store((index * + 0x8 + 0x2406) << 2,asuint(alpha));\n \n\r\n#endif\r\n }\r\n}\r\n" + - compute: 0 + name: '[System 1]Lit Mesh Output' + source: "Shader \"Hidden/VFX/System 1/Lit Mesh Output\"\n{\r\n\tSubShader\r\n\t{\t\r\n\t\tCull + Off\r\n\t\t\r\n\t\tTags { \"Queue\"=\"Transparent+0\" \"IgnoreProjector\"=\"True\" + \"RenderType\"=\"Transparent\" }\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\tBlend + One OneMinusSrcAlpha \n\t\tZTest LEqual\n\t\tZWrite Off\n\t\tCull Back\n\t\t\n\t\n\t\t\t\n\t\tHLSLINCLUDE\n\t\t#if + !defined(VFX_WORLD_SPACE) && !defined(VFX_LOCAL_SPACE)\n\t\t#define VFX_LOCAL_SPACE + 1\n\t\t#endif\n\t\t\n\t\t#define NB_THREADS_PER_GROUP 64\n\t\t#define VFX_USE_POSITION_CURRENT + 1\n\t\t#define VFX_USE_ANGLEX_CURRENT 1\n\t\t#define VFX_USE_ANGLEY_CURRENT + 1\n\t\t#define VFX_USE_ANGLEZ_CURRENT 1\n\t\t#define VFX_USE_COLOR_CURRENT 1\n\t\t#define + VFX_USE_ALPHA_CURRENT 1\n\t\t#define VFX_USE_ALIVE_CURRENT 1\n\t\t#define VFX_USE_AXISX_CURRENT + 1\n\t\t#define VFX_USE_AXISY_CURRENT 1\n\t\t#define VFX_USE_AXISZ_CURRENT 1\n\t\t#define + VFX_USE_PIVOTX_CURRENT 1\n\t\t#define VFX_USE_PIVOTY_CURRENT 1\n\t\t#define + VFX_USE_PIVOTZ_CURRENT 1\n\t\t#define VFX_USE_SIZE_CURRENT 1\n\t\t#define VFX_USE_SCALEX_CURRENT + 1\n\t\t#define VFX_USE_SCALEY_CURRENT 1\n\t\t#define VFX_USE_SCALEZ_CURRENT + 1\n\t\t#define VFX_COLORMAPPING_DEFAULT 1\n\t\t#define IS_TRANSPARENT_PARTICLE + 1\n\t\t#define VFX_BLENDMODE_ALPHA 1\n\t\t#define USE_CAST_SHADOWS_PASS 1\n\t\t#define + VFX_HAS_INDIRECT_DRAW 1\n\t\t#define HDRP_LIT 1\n\t\t#define HDRP_MATERIAL_TYPE_STANDARD + 1\n\t\t#define HDRP_USE_BASE_COLOR_MAP 1\n\t\t#define HDRP_USE_BASE_COLOR_MAP_COLOR + 1\n\t\t#define HDRP_USE_BASE_COLOR_MAP_ALPHA 1\n\t\t#define HDRP_USE_BASE_COLOR + 1\n\t\t\n\t\t\n\t\t\n\t\t#define VFX_LOCAL_SPACE 1\n\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\t\t\n\n\t\tTexture2D + baseColorMap;\n\t\tSamplerState samplerbaseColorMap;\n\t\t\n\n\t\t\n\t\t#define + VFX_NEEDS_COLOR_INTERPOLATOR (VFX_USE_COLOR_CURRENT || VFX_USE_ALPHA_CURRENT)\n\t\t\n\t\tByteAddressBuffer + attributeBuffer;\t\n\t\t\n\t\t#if VFX_HAS_INDIRECT_DRAW\n\t\tStructuredBuffer + indirectBuffer;\t\n\t\t#endif\t\n\t\t\n\t\t#if USE_DEAD_LIST_COUNT\n\t\tByteAddressBuffer + deadListCount;\n\t\t#endif\n\t\t\n\t\tCBUFFER_START(outputParams)\n\t\t\tfloat + nbMax;\n\t\t\tfloat systemSeed;\n\t\tCBUFFER_END\n\t\t\n\t\tENDHLSL\n\t\t\n\r\n\t\t\r\n\t\t\r\n\t\tPass\n\t\t{\t\t\n\t\t\tTags + { \"LightMode\"=\"Forward\"}\n\t\t\t\t\t\n\t\t\tHLSLPROGRAM\n\t\t\t#pragma target + 4.5\n\t\t\t\n\t\t\t#define UNITY_MATERIAL_LIT\n\t\t\t#define LIGHTLOOP_TILE_PASS\n\t\t\t#define + _ENABLE_FOG_ON_TRANSPARENT\n\t\t\t#define _DISABLE_DECALS\n\t\t\t#define _BLENDMODE_ALPHA\n\t\t\t#define + _SURFACE_TYPE_TRANSPARENT\n\t\t\t\n\n\t\t\t#pragma multi_compile USE_FPTL_LIGHTLIST + USE_CLUSTERED_LIGHTLIST\n\t\t\t#pragma multi_compile SHADOW_LOW SHADOW_MEDIUM + SHADOW_HIGH SHADOW_VERY_HIGH\n\t\t\t#pragma multi_compile _ DEBUG_DISPLAY\n\t\t\t//#pragma + enable_d3d11_debug_symbols\n\t\t\t\n\t\t\t#define HDRP_NEEDS_UVS (HDRP_USE_BASE_COLOR_MAP + || HDRP_USE_MASK_MAP || USE_NORMAL_MAP || HDRP_USE_EMISSIVE_MAP)\n\t\t\t#define + HDRP_USE_EMISSIVE (HDRP_USE_EMISSIVE_MAP || HDRP_USE_EMISSIVE_COLOR || HDRP_USE_ADDITIONAL_EMISSIVE_COLOR)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tstruct + ps_input\n\t\t\t{\n\t\t\t\tfloat4 pos : SV_POSITION;\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t#if + (VFX_NEEDS_COLOR_INTERPOLATOR && HDRP_USE_BASE_COLOR) || HDRP_USE_ADDITIONAL_BASE_COLOR\n\t\t\t\t\t\t\tnointerpolation + float4 color : COLOR0;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t#if HDRP_MATERIAL_TYPE_SPECULAR\n\t\t\t\t\t\t\tnointerpolation + float3 specularColor : COLOR1;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t#if HDRP_USE_EMISSIVE\t\n\t\t\t\t\t\t\tnointerpolation + float4 emissiveColor : COLOR2;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t// + x: smoothness\n\t\t\t\t\t\t\t// y: metallic/thickness\n\t\t\t\t\t\t\t// z: normal + scale\n\t\t\t\t\t\t\t// w: emissive scale\n\t\t\t\t\t\t\tnointerpolation float4 + materialProperties : TEXCOORD0;\n\t\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t#if USE_FLIPBOOK_INTERPOLATION\n\t\t\t\tfloat4 + uv : TEXCOORD1;\n\t\t\t\t#else\n\t\t\t\tfloat2 uv : TEXCOORD1;\t\n\t\t\t\t#endif\n\t\t\t\tfloat3 + normal : TEXCOORD2;\n\t\t\t\t#if USE_NORMAL_MAP\n\t\t\t\tfloat4 tangent : TEXCOORD3;\n\t\t\t\t#endif\n\t\t\t\t#if + USE_SOFT_PARTICLE || USE_ALPHA_TEST || USE_FLIPBOOK_INTERPOLATION\n\t\t\t\t// + x: inverse soft particles fade distance\n\t\t\t\t// y: alpha threshold\n\t\t\t\t// + z: frame blending factor\n\t\t\t\tnointerpolation float3 builtInInterpolants + : TEXCOORD4;\n\t\t\t\t#endif\n\t\t\t\t#if USE_FLIPBOOK_MOTIONVECTORS\n\t\t\t\t// + x: motion vector scale u\n\t\t\t\t// y: motion vector scale v\n\t\t\t\tnointerpolation + float2 builtInInterpolants2 : TEXCOORD5;\n\t\t\t\t#endif\n\t\t\t\tfloat3 posWS + : TEXCOORD6;\n\t\t\t};\n\t\t\t\n\t\t\tstruct ps_output\n\t\t\t{\n\t\t\t\tfloat4 + color : SV_Target0;\n\t\t\t};\n\t\t\n\t\t\n\t\t\t\t\t#if (VFX_NEEDS_COLOR_INTERPOLATOR + && HDRP_USE_BASE_COLOR) || HDRP_USE_ADDITIONAL_BASE_COLOR\n\t\t\t\t\t#define + VFX_VARYING_COLOR color.rgb\n\t\t\t\t\t#define VFX_VARYING_ALPHA color.a\n\t\t\t\t\t#endif\n\t\t\t\t\t\n\t\t\t\t\t#define + VFX_VARYING_SMOOTHNESS materialProperties.x\n\t\t\t\t\t\n\t\t\t\t\t#if HDRP_MATERIAL_TYPE_STANDARD\n\t\t\t\t\t#define + VFX_VARYING_METALLIC materialProperties.y\n\t\t\t\t\t#elif HDRP_MATERIAL_TYPE_SPECULAR\n\t\t\t\t\t#define + VFX_VARYING_SPECULAR specularColor\n\t\t\t\t\t#elif HDRP_MATERIAL_TYPE_TRANSLUCENT\n\t\t\t\t\t#define + VFX_VARYING_THICKNESS materialProperties.y\n\t\t\t\t\t#endif\n\t\t\t\t\t\n\t\t\t\t\t#if + USE_NORMAL_MAP\n\t\t\t\t\t#define VFX_VARYING_NORMALSCALE materialProperties.z\n\t\t\t\t\t#endif\n\t\t\t\t\t\n\t\t\t\t\t#if + HDRP_USE_EMISSIVE_MAP\n\t\t\t\t\t#define VFX_VARYING_EMISSIVESCALE materialProperties.w\n\t\t\t\t\t#endif\n\t\t\t\t\t\n\t\t\t\t\t#if + HDRP_USE_EMISSIVE_COLOR || HDRP_USE_ADDITIONAL_EMISSIVE_COLOR\n\t\t\t\t\t#define + VFX_VARYING_EMISSIVE emissiveColor.rgb\n\t\t\t\t\t#endif\n\t\t\t\t\t\n\t\t\t\t\t#if + USE_EXPOSURE_WEIGHT\n\t\t\t\t\t#define VFX_VARYING_EXPOSUREWEIGHT emissiveColor.a\n\t\t\t\t\t#endif\n\t\t\t\t\t\n\t\t\n\t\t#define + VFX_VARYING_PS_INPUTS ps_input\n\t\t#define VFX_VARYING_POSCS pos\n\t\t#define + VFX_VARYING_UV uv\n\t\t#define VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE builtInInterpolants.x\n\t\t#define + VFX_VARYING_ALPHATHRESHOLD builtInInterpolants.y\n\t\t#define VFX_VARYING_FRAMEBLEND + builtInInterpolants.z\n\t\t#define VFX_VARYING_MOTIONVECTORSCALE builtInInterpolants2.xy\n\t\t#define + VFX_VARYING_NORMAL normal\n\t\t#if USE_NORMAL_MAP\n\t\t#define VFX_VARYING_TANGENT + tangent\n\t\t#endif\n\t\t#define VFX_VARYING_POSWS posWS\n\t\t\n\t\t\n\t\t\n\t\t\t#if + !(defined(VFX_VARYING_PS_INPUTS) && defined(VFX_VARYING_POSCS))\n\t\t\t#error + VFX_VARYING_PS_INPUTS, VFX_VARYING_POSCS and VFX_VARYING_UV must be defined.\n\t\t\t#endif\n\t\t\t\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXCommon.cginc\"\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\t\t\t\n\n\t\t\tvoid + SetAttribute_3278B22F(inout float size, float Size) /*attribute:size Composition:Overwrite + Source:Slot Random:Off channels:XYZ */\n\t\t\t{\n\t\t\t size = Size;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\tstruct + vs_input\n\t\t\t{\n\t\t\t\tfloat3 pos : POSITION;\n\t\t\t\tfloat2 uv : TEXCOORD0;\n\t\t\t\tfloat3 + normal : NORMAL;\n\t\t\t\t#ifdef VFX_VARYING_TANGENT\n\t\t\t\tfloat4 tangent + : TANGENT;\n\t\t\t\t#endif\n\t\t\t};\n\t\t\t\n\t\t\t#pragma vertex vert\n\t\t\tVFX_VARYING_PS_INPUTS + vert(vs_input i, uint instanceID : SV_InstanceID)\n\t\t\t{\n\t\t\t\tuint index + = instanceID;\n\t\t\t\tVFX_VARYING_PS_INPUTS o = (VFX_VARYING_PS_INPUTS)0;\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tuint + deadCount = 0;\n\t\t\t\t\t\t#if USE_DEAD_LIST_COUNT\n\t\t\t\t\t\tdeadCount = + deadListCount.Load(0);\n\t\t\t\t\t\t#endif\t\n\t\t\t\t\t\tif (index >= asuint(nbMax) + - deadCount)\n\t\t\t\t\t\t#if USE_GEOMETRY_SHADER\n\t\t\t\t\t\t\treturn; // + cull\n\t\t\t\t\t\t#else\n\t\t\t\t\t\t\treturn o; // cull\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + VFX_HAS_INDIRECT_DRAW\n\t\t\t\t\t\tindex = indirectBuffer[index];\n\t\t\t\t\t\tfloat3 + position = asfloat(attributeBuffer.Load3((index * 0x4 + 0x0) << 2));\n\t\t\t\t\t\tfloat + angleX = asfloat(attributeBuffer.Load((index * 0x8 + 0x2403) << 2));\n\t\t\t\t\t\tfloat + angleY = asfloat(attributeBuffer.Load((index * 0x8 + 0x2404) << 2));\n\t\t\t\t\t\tfloat + angleZ = asfloat(attributeBuffer.Load((index * 0x8 + 0x2405) << 2));\n\t\t\t\t\t\tfloat3 + color = asfloat(attributeBuffer.Load3((index * 0x8 + 0x2400) << 2));\n\t\t\t\t\t\tfloat + alpha = asfloat(attributeBuffer.Load((index * 0x8 + 0x2406) << 2));\n\t\t\t\t\t\tbool + alive = (bool)true;\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 + axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat + pivotX = (float)0;\n\t\t\t\t\t\tfloat pivotY = (float)0;\n\t\t\t\t\t\tfloat + pivotZ = (float)0;\n\t\t\t\t\t\tfloat size = (float)0.100000001;\n\t\t\t\t\t\tfloat + scaleX = (float)1;\n\t\t\t\t\t\tfloat scaleY = (float)1;\n\t\t\t\t\t\tfloat + scaleZ = (float)1;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#else\n\t\t\t\t\t\tbool + alive = (bool)true;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tif (!alive)\n\t\t\t\t\t\t\treturn + o;\n\t\t\t\t\t\t\t\n\t\t\t\t\t\tfloat3 position = asfloat(attributeBuffer.Load3((index + * 0x4 + 0x0) << 2));\n\t\t\t\t\t\tfloat angleX = asfloat(attributeBuffer.Load((index + * 0x8 + 0x2403) << 2));\n\t\t\t\t\t\tfloat angleY = asfloat(attributeBuffer.Load((index + * 0x8 + 0x2404) << 2));\n\t\t\t\t\t\tfloat angleZ = asfloat(attributeBuffer.Load((index + * 0x8 + 0x2405) << 2));\n\t\t\t\t\t\tfloat3 color = asfloat(attributeBuffer.Load3((index + * 0x8 + 0x2400) << 2));\n\t\t\t\t\t\tfloat alpha = asfloat(attributeBuffer.Load((index + * 0x8 + 0x2406) << 2));\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 + axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat + pivotX = (float)0;\n\t\t\t\t\t\tfloat pivotY = (float)0;\n\t\t\t\t\t\tfloat + pivotZ = (float)0;\n\t\t\t\t\t\tfloat size = (float)0.100000001;\n\t\t\t\t\t\tfloat + scaleX = (float)1;\n\t\t\t\t\t\tfloat scaleY = (float)1;\n\t\t\t\t\t\tfloat + scaleZ = (float)1;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t{\n\t\t\t\t + \ SetAttribute_3278B22F( /*inout */size, (float)0.100000001);\n\t\t\t\t}\n\t\t\t\t\n\n\t\t\t\t\t\t\n\t\t\t\tif + (!alive)\n\t\t\t\t\treturn o;\n\t\t\t\t\n\t\t\t\to.VFX_VARYING_UV.xy = i.uv;\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tfloat3 + size3 = float3(size,size,size);\n\t\t\t\t\t\t#if VFX_USE_SCALEX_CURRENT\n\t\t\t\t\t\tsize3.x + *= scaleX;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEY_CURRENT\n\t\t\t\t\t\tsize3.y + *= scaleY;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEZ_CURRENT\n\t\t\t\t\t\tsize3.z + *= scaleZ;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\tfloat4x4 elementToVFX + = GetElementToVFXMatrix(axisX,axisY,axisZ,float3(angleX,angleY,angleZ),float3(pivotX,pivotY,pivotZ),size3,position);\n\t\t\t\tfloat3 + vPos = mul(elementToVFX,float4(i.pos,1.0f)).xyz;\n\t\t\t\n\t\t\t\to.VFX_VARYING_POSCS + = TransformPositionVFXToClip(vPos);\n\t\t\t\tfloat3 normalWS = normalize(TransformDirectionVFXToWorld(mul((float3x3)elementToVFX, + i.normal)));\n\t\t\t\t#ifdef VFX_VARYING_NORMAL // TODO Should use inverse transpose\n\t\t\t\to.VFX_VARYING_NORMAL + = normalWS;\n\t\t\t\t#endif\n\t\t\t\t#ifdef VFX_VARYING_TANGENT\n\t\t\t\to.VFX_VARYING_TANGENT + = float4(normalize(TransformDirectionVFXToWorld(mul((float3x3)elementToVFX,i.tangent.xyz))),i.tangent.w);\n\t\t\t\t#endif\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if + VFX_USE_COLOR_CURRENT && defined(VFX_VARYING_COLOR)\n\t\t\t\t\t\to.VFX_VARYING_COLOR + = color;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_ALPHA_CURRENT && defined(VFX_VARYING_ALPHA) + \n\t\t\t\t\t\to.VFX_VARYING_ALPHA = alpha;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#ifdef + VFX_VARYING_EXPOSUREWEIGHT\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_EXPOSUREWEIGHT + = exposureWeight;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_SOFT_PARTICLE + && defined(VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE + = invSoftParticlesFadeDistance;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + USE_ALPHA_TEST && defined(VFX_VARYING_ALPHATHRESHOLD)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_ALPHATHRESHOLD + = alphaThreshold;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_UV_SCALE_BIAS\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_UV.xy + = o.VFX_VARYING_UV.xy * uvScale + uvBias;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + defined(VFX_VARYING_POSWS)\n\t\t\t\t\t\to.VFX_VARYING_POSWS = TransformPositionVFXToWorld(vPos);\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if + USE_FLIPBOOK\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\tVFXUVData uvData = GetUVData(flipBookSize, + invFlipBookSize, o.VFX_VARYING_UV.xy, texIndex);\n\t\t\t\t\t\to.VFX_VARYING_UV.xy + = uvData.uvs.xy;\n\t\t\t\t\t\t#if USE_FLIPBOOK_INTERPOLATION\n\t\t\t\t\t\to.VFX_VARYING_UV.zw + = uvData.uvs.zw;\n\t\t\t\t\t\to.VFX_VARYING_FRAMEBLEND = uvData.blend;\n\t\t\t\t\t\t#if + USE_FLIPBOOK_MOTIONVECTORS\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_MOTIONVECTORSCALE + = motionVectorScale * invFlipBookSize;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t#ifdef + VFX_VARYING_SMOOTHNESS\n\t\t\t\t\t\t\t\t\tfloat smoothness = (float)0;\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t + \ \n\t\t\t\t\t\t\t\t\t smoothness = (float)0;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_SMOOTHNESS + = smoothness;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#if HDRP_MATERIAL_TYPE_STANDARD\n\t\t\t\t\t\t\t\t\t#ifdef + VFX_VARYING_METALLIC\n\t\t\t\t\t\t\t\t\tfloat metallic = (float)0;\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t + \ \n\t\t\t\t\t\t\t\t\t metallic = (float)0;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_METALLIC + = metallic;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#elif HDRP_MATERIAL_TYPE_SPECULAR\n\t\t\t\t\t\t\t\t\t#ifdef + VFX_VARYING_SPECULAR\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_SPECULAR + = specularColor;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#elif HDRP_MATERIAL_TYPE_TRANSLUCENT\n\t\t\t\t\t\t\t\t\t#ifdef + VFX_VARYING_THICKNESS\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_THICKNESS + = thickness;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#if + USE_NORMAL_MAP\n\t\t\t\t\t\t\t\t\t#ifdef VFX_VARYING_NORMALSCALE\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_NORMALSCALE + = normalScale;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#if + HDRP_USE_EMISSIVE_MAP\n\t\t\t\t\t\t\t\t\t#ifdef VFX_VARYING_EMISSIVESCALE\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_EMISSIVESCALE + = emissiveScale;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#ifdef + VFX_VARYING_EMISSIVE\n\t\t\t\t\t\t\t\t\t#if HDRP_USE_EMISSIVE_COLOR\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_EMISSIVE + = color;\n\t\t\t\t\t\t\t\t\t#elif HDRP_USE_ADDITIONAL_EMISSIVE_COLOR\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_EMISSIVE + = emissiveColor;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#if + HDRP_USE_ADDITIONAL_BASE_COLOR\n\t\t\t\t\t\t\t\t\t#ifdef VFX_VARYING_COLOR\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_COLOR + = baseColor;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\treturn + o;\n\t\t\t}\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommonOutput.cginc\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\t#define + SHADERPASS SHADERPASS_FORWARD\n\t\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXLit.cginc\"\n\t\t\t\n\t\t\tvoid + VFXGetHDRPLitData(out SurfaceData surfaceData, out BuiltinData builtinData, + out BSDFData bsdfData, out PreLightData preLightData, VFX_VARYING_PS_INPUTS + i, float3 normalWS, const VFXUVData uvData, uint2 tileIndex)\n\t\t\t{\t\n\t\t\t\t#if + HDRP_MATERIAL_TYPE_TRANSLUCENT\n\t\t\t\t // Loads diffusion profile\n\t\t\t\t#else\n\t\t\t\tconst + uint diffusionProfileHash = 0;\n\t\t\t\t#endif\n\t\t\t\t\n\t\t\t\tfloat3 posRWS + = VFXGetPositionRWS(i);\n\t\t\t\tfloat4 posSS = i.VFX_VARYING_POSCS;\n\t\t\t\tPositionInputs + posInput = GetPositionInput(posSS.xy, _ScreenSize.zw, posSS.z, posSS.w, posRWS, + tileIndex);\n\t\t\t\t\n\t\t\t\tfloat alpha;\n\t\t\t\tsurfaceData = VFXGetSurfaceData(i,normalWS,uvData,diffusionProfileHash,alpha);\t\n\t\t\t\tbsdfData + = ConvertSurfaceDataToBSDFData(posSS.xy, surfaceData);\n\t\t\t\n\t\t\t\tpreLightData + = GetPreLightData(GetWorldSpaceNormalizeViewDir(posRWS),posInput,bsdfData);\n\t\t\t\t\n\t\t\t\tpreLightData.diffuseFGD + = 1.0f;\n\t\t\t //TODO: investigate why this is needed\n\t\t\t preLightData.coatPartLambdaV + = 0;\n\t\t\t preLightData.coatIblR = 0;\n\t\t\t preLightData.coatIblF + = 0;\n\t\t\t \n\t\t\t\tbuiltinData = VFXGetBuiltinData(i,posInput,surfaceData,bsdfData,preLightData,uvData,alpha);\n\t\t\t}\n\t\t\t\n\t\t\tvoid + VFXGetHDRPLitData(out SurfaceData surfaceData, out BuiltinData builtinData, + VFX_VARYING_PS_INPUTS i, float3 normalWS, const VFXUVData uvData)\n\t\t\t{\n\t\t\t\tBSDFData + bsdfData = (BSDFData)0;\n\t\t\t\tPreLightData preLightData = (PreLightData)0;\n\t\t\t\tpreLightData.diffuseFGD + = 1.0f;\n\t\t\t\tVFXGetHDRPLitData(surfaceData,builtinData,bsdfData,preLightData,i,normalWS,uvData,uint2(0,0));\n\t\t\t}\n\t\t\t\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXLitPixelOutput.cginc\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t#pragma + fragment frag\n\t\t\tvoid frag(ps_input i\n\t\t\t, out float4 outColor : SV_Target0\n\t\t#if + USE_DOUBLE_SIDED\n\t\t\t, bool frontFace : SV_IsFrontFace\n\t\t#endif\n\t\t\t)\n\t\t\t{\n\t\t\t\tVFXTransformPSInputs(i);\n\t\t\t\t\n\t\t\t\t\t\t\t#if + USE_DOUBLE_SIDED\n\t\t\t\t\t\t\tconst float faceMul = frontFace ? 1.0f : -1.0f;\n\t\t\t\t\t\t\t#else\n\t\t\t\t\t\t\tconst + float faceMul = 1.0f;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tfloat3 + normalWS = normalize(i.VFX_VARYING_NORMAL * faceMul);\n\t\t\t\t\t\t\tconst VFXUVData + uvData = GetUVData(i);\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t#if defined(VFX_VARYING_TANGENT) + && USE_NORMAL_MAP\n\t\t\t\t\t\t\tfloat3 tangentWS = normalize(i.VFX_VARYING_TANGENT.xyz);\n\t\t\t\t\t\t\tfloat3 + bitangentWS = cross(normalWS,tangentWS) * (i.VFX_VARYING_TANGENT.w * faceMul);\n\t\t\t\t\t\t\tfloat3 + n = SampleNormalMap(VFX_SAMPLER(normalMap),uvData);\n\t\t\t\t\t\t\tfloat3x3 + tbn = float3x3(tangentWS,bitangentWS,normalWS);\n\t\t\t\t\t\t\tfloat normalScale + = 1.0f;\n\t\t\t\t\t\t\t#ifdef VFX_VARYING_NORMALSCALE\n\t\t\t\t\t\t\tnormalScale + = i.VFX_VARYING_NORMALSCALE;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\tnormalWS = + normalize(lerp(normalWS,mul(n,tbn),normalScale));\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\n\t\t\t\toutColor + = VFXGetPixelOutputForward(i,normalWS,uvData);\n\t\t\t}\n\t\t\tENDHLSL\n\t\t}\n\t\t\n\r\n\t\t// + Shadow pass\n\t\tPass\n\t\t{\t\t\n\t\t\tTags { \"LightMode\"=\"ShadowCaster\" + }\n\t\t\n\t\t\tZWrite On\n\t\t\tBlend Off\n\t\t\t\n\t\t\tHLSLPROGRAM\n\t\t\t#pragma + target 4.5\n\t\t\t\n\t\t\tstruct ps_input\n\t\t\t{\n\t\t\t\tfloat4 pos : SV_POSITION;\n\t\t\t\tfloat2 + uv : TEXCOORD0;\t\n\t\t\t\t#if USE_ALPHA_TEST || USE_FLIPBOOK_INTERPOLATION + || VFX_USE_ALPHA_CURRENT\n\t\t\t\t// x: alpha threshold\n\t\t\t\t// y: frame + blending factor\n\t\t\t\t// z: alpha\n\t\t\t\tnointerpolation float3 builtInInterpolants + : TEXCOORD1;\n\t\t\t\t#endif\n\t\t\t\t#if USE_FLIPBOOK_MOTIONVECTORS\n\t\t\t\t// + x: motion vector scale u\n\t\t\t\t// y: motion vector scale v\n\t\t\t\tnointerpolation + float2 builtInInterpolants2 : TEXCOORD2;\n\t\t\t\t#endif\n\t\t\t};\n\t\t\n\t\t#define + VFX_VARYING_PS_INPUTS ps_input\n\t\t#define VFX_VARYING_POSCS pos\n\t\t#define + VFX_VARYING_ALPHA builtInInterpolants.z\n\t\t#define VFX_VARYING_ALPHATHRESHOLD + builtInInterpolants.x\n\t\t#define VFX_VARYING_FRAMEBLEND builtInInterpolants.y\n\t\t#define + VFX_VARYING_MOTIONVECTORSCALE builtInInterpolants2.xy\n\t\t#define VFX_VARYING_UV + uv\n\t\t\t\t\n\t\t\n\t\t\n\t\t// Needed for HDRP\n\t\t#define SHADERPASS SHADERPASS_SHADOWS\n\t\t\t\t\n\t\t\t#if + !(defined(VFX_VARYING_PS_INPUTS) && defined(VFX_VARYING_POSCS))\n\t\t\t#error + VFX_VARYING_PS_INPUTS, VFX_VARYING_POSCS and VFX_VARYING_UV must be defined.\n\t\t\t#endif\n\t\t\t\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXCommon.cginc\"\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\t\t\t\n\n\t\t\tvoid + SetAttribute_3278B22F(inout float size, float Size) /*attribute:size Composition:Overwrite + Source:Slot Random:Off channels:XYZ */\n\t\t\t{\n\t\t\t size = Size;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\tstruct + vs_input\n\t\t\t{\n\t\t\t\tfloat3 pos : POSITION;\n\t\t\t\tfloat2 uv : TEXCOORD0;\n\t\t\t\tfloat3 + normal : NORMAL;\n\t\t\t\t#ifdef VFX_VARYING_TANGENT\n\t\t\t\tfloat4 tangent + : TANGENT;\n\t\t\t\t#endif\n\t\t\t};\n\t\t\t\n\t\t\t#pragma vertex vert\n\t\t\tVFX_VARYING_PS_INPUTS + vert(vs_input i, uint instanceID : SV_InstanceID)\n\t\t\t{\n\t\t\t\tuint index + = instanceID;\n\t\t\t\tVFX_VARYING_PS_INPUTS o = (VFX_VARYING_PS_INPUTS)0;\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tuint + deadCount = 0;\n\t\t\t\t\t\t#if USE_DEAD_LIST_COUNT\n\t\t\t\t\t\tdeadCount = + deadListCount.Load(0);\n\t\t\t\t\t\t#endif\t\n\t\t\t\t\t\tif (index >= asuint(nbMax) + - deadCount)\n\t\t\t\t\t\t#if USE_GEOMETRY_SHADER\n\t\t\t\t\t\t\treturn; // + cull\n\t\t\t\t\t\t#else\n\t\t\t\t\t\t\treturn o; // cull\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + VFX_HAS_INDIRECT_DRAW\n\t\t\t\t\t\tindex = indirectBuffer[index];\n\t\t\t\t\t\tfloat3 + position = asfloat(attributeBuffer.Load3((index * 0x4 + 0x0) << 2));\n\t\t\t\t\t\tfloat + angleX = asfloat(attributeBuffer.Load((index * 0x8 + 0x2403) << 2));\n\t\t\t\t\t\tfloat + angleY = asfloat(attributeBuffer.Load((index * 0x8 + 0x2404) << 2));\n\t\t\t\t\t\tfloat + angleZ = asfloat(attributeBuffer.Load((index * 0x8 + 0x2405) << 2));\n\t\t\t\t\t\tfloat3 + color = asfloat(attributeBuffer.Load3((index * 0x8 + 0x2400) << 2));\n\t\t\t\t\t\tfloat + alpha = asfloat(attributeBuffer.Load((index * 0x8 + 0x2406) << 2));\n\t\t\t\t\t\tbool + alive = (bool)true;\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 + axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat + pivotX = (float)0;\n\t\t\t\t\t\tfloat pivotY = (float)0;\n\t\t\t\t\t\tfloat + pivotZ = (float)0;\n\t\t\t\t\t\tfloat size = (float)0.100000001;\n\t\t\t\t\t\tfloat + scaleX = (float)1;\n\t\t\t\t\t\tfloat scaleY = (float)1;\n\t\t\t\t\t\tfloat + scaleZ = (float)1;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#else\n\t\t\t\t\t\tbool + alive = (bool)true;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tif (!alive)\n\t\t\t\t\t\t\treturn + o;\n\t\t\t\t\t\t\t\n\t\t\t\t\t\tfloat3 position = asfloat(attributeBuffer.Load3((index + * 0x4 + 0x0) << 2));\n\t\t\t\t\t\tfloat angleX = asfloat(attributeBuffer.Load((index + * 0x8 + 0x2403) << 2));\n\t\t\t\t\t\tfloat angleY = asfloat(attributeBuffer.Load((index + * 0x8 + 0x2404) << 2));\n\t\t\t\t\t\tfloat angleZ = asfloat(attributeBuffer.Load((index + * 0x8 + 0x2405) << 2));\n\t\t\t\t\t\tfloat3 color = asfloat(attributeBuffer.Load3((index + * 0x8 + 0x2400) << 2));\n\t\t\t\t\t\tfloat alpha = asfloat(attributeBuffer.Load((index + * 0x8 + 0x2406) << 2));\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 + axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat + pivotX = (float)0;\n\t\t\t\t\t\tfloat pivotY = (float)0;\n\t\t\t\t\t\tfloat + pivotZ = (float)0;\n\t\t\t\t\t\tfloat size = (float)0.100000001;\n\t\t\t\t\t\tfloat + scaleX = (float)1;\n\t\t\t\t\t\tfloat scaleY = (float)1;\n\t\t\t\t\t\tfloat + scaleZ = (float)1;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t{\n\t\t\t\t + \ SetAttribute_3278B22F( /*inout */size, (float)0.100000001);\n\t\t\t\t}\n\t\t\t\t\n\n\t\t\t\t\t\t\n\t\t\t\tif + (!alive)\n\t\t\t\t\treturn o;\n\t\t\t\t\n\t\t\t\to.VFX_VARYING_UV.xy = i.uv;\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tfloat3 + size3 = float3(size,size,size);\n\t\t\t\t\t\t#if VFX_USE_SCALEX_CURRENT\n\t\t\t\t\t\tsize3.x + *= scaleX;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEY_CURRENT\n\t\t\t\t\t\tsize3.y + *= scaleY;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEZ_CURRENT\n\t\t\t\t\t\tsize3.z + *= scaleZ;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\tfloat4x4 elementToVFX + = GetElementToVFXMatrix(axisX,axisY,axisZ,float3(angleX,angleY,angleZ),float3(pivotX,pivotY,pivotZ),size3,position);\n\t\t\t\tfloat3 + vPos = mul(elementToVFX,float4(i.pos,1.0f)).xyz;\n\t\t\t\n\t\t\t\to.VFX_VARYING_POSCS + = TransformPositionVFXToClip(vPos);\n\t\t\t\tfloat3 normalWS = normalize(TransformDirectionVFXToWorld(mul((float3x3)elementToVFX, + i.normal)));\n\t\t\t\t#ifdef VFX_VARYING_NORMAL // TODO Should use inverse transpose\n\t\t\t\to.VFX_VARYING_NORMAL + = normalWS;\n\t\t\t\t#endif\n\t\t\t\t#ifdef VFX_VARYING_TANGENT\n\t\t\t\to.VFX_VARYING_TANGENT + = float4(normalize(TransformDirectionVFXToWorld(mul((float3x3)elementToVFX,i.tangent.xyz))),i.tangent.w);\n\t\t\t\t#endif\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if + VFX_USE_COLOR_CURRENT && defined(VFX_VARYING_COLOR)\n\t\t\t\t\t\to.VFX_VARYING_COLOR + = color;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_ALPHA_CURRENT && defined(VFX_VARYING_ALPHA) + \n\t\t\t\t\t\to.VFX_VARYING_ALPHA = alpha;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#ifdef + VFX_VARYING_EXPOSUREWEIGHT\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_EXPOSUREWEIGHT + = exposureWeight;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_SOFT_PARTICLE + && defined(VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE + = invSoftParticlesFadeDistance;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + USE_ALPHA_TEST && defined(VFX_VARYING_ALPHATHRESHOLD)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_ALPHATHRESHOLD + = alphaThreshold;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_UV_SCALE_BIAS\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_UV.xy + = o.VFX_VARYING_UV.xy * uvScale + uvBias;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + defined(VFX_VARYING_POSWS)\n\t\t\t\t\t\to.VFX_VARYING_POSWS = TransformPositionVFXToWorld(vPos);\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if + USE_FLIPBOOK\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\tVFXUVData uvData = GetUVData(flipBookSize, + invFlipBookSize, o.VFX_VARYING_UV.xy, texIndex);\n\t\t\t\t\t\to.VFX_VARYING_UV.xy + = uvData.uvs.xy;\n\t\t\t\t\t\t#if USE_FLIPBOOK_INTERPOLATION\n\t\t\t\t\t\to.VFX_VARYING_UV.zw + = uvData.uvs.zw;\n\t\t\t\t\t\to.VFX_VARYING_FRAMEBLEND = uvData.blend;\n\t\t\t\t\t\t#if + USE_FLIPBOOK_MOTIONVECTORS\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_MOTIONVECTORSCALE + = motionVectorScale * invFlipBookSize;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\treturn + o;\n\t\t\t}\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommonOutput.cginc\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t#pragma + fragment frag\n\t\t\tfloat frag(ps_input i) : SV_TARGET\n\t\t\t{\n\t\t\t\tVFXTransformPSInputs(i);\n\t\t\t\tfloat + alpha = VFXGetFragmentColor(i).a;\n\t\t#if HDRP_USE_BASE_COLOR_MAP_ALPHA\n\t\t\t\talpha + *= VFXGetTextureColor(VFX_SAMPLER(baseColorMap),i).a;\n\t\t#endif\t\n\t\t\t\tVFXClipFragmentColor(alpha,i);\n\t\t\t\treturn + 0;\n\t\t\t}\n\t\t\tENDHLSL\n\t\t}\n\t\t\n\r\n\t}\r\n}\r\n" + - compute: 1 + name: '[System 1]CameraSort' + source: "#pragma kernel CSMain\r\n#define NB_THREADS_PER_GROUP 64\n#define VFX_USE_POSITION_CURRENT + 1\n#define VFX_LOCAL_SPACE 1\n#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\n\r\nCBUFFER_START(parameters)\n + \ float4x4 localToWorld;\nCBUFFER_END\n\n\r\n#include \"Packages/com.unity.visualeffectgraph/Shaders/Common/VFXCommonCompute.cginc\"\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\n\r\n\r\nCBUFFER_START(params)\r\n + \ uint nbMax;\r\n uint dispatchWidth;\r\nCBUFFER_END\r\n\r\nCBUFFER_START(cameraParams)\r\n + \ float3 cameraPosition;\r\nCBUFFER_END\r\n\r\nByteAddressBuffer attributeBuffer;\r\nStructuredBuffer + inputBuffer;\r\n\r\n#if USE_DEAD_LIST_COUNT\r\nByteAddressBuffer deadListCount;\r\n#endif\r\n\r\nstruct + Kvp\r\n{\r\n\tfloat sortKey;\r\n\tuint index;\r\n};\r\n\r\nRWStructuredBuffer + outputBuffer;\r\n\r\n[numthreads(NB_THREADS_PER_GROUP,1,1)]\r\nvoid CSMain(uint3 + groupId : SV_GroupID,\r\n uint3 groupThreadId : SV_GroupThreadID)\r\n{\r\n\tuint + threshold = nbMax;\r\n#if USE_DEAD_LIST_COUNT\r\n\tthreshold -= deadListCount.Load(0);\r\n#endif\r\n\tuint + id = groupThreadId.x + groupId.x * NB_THREADS_PER_GROUP + groupId.y * dispatchWidth + * NB_THREADS_PER_GROUP;\r\n\tif (id < threshold)\r\n\t{\r\n\t\tuint index = + inputBuffer[id];\r\n\t\tfloat3 position = asfloat(attributeBuffer.Load3((index + * 0x4 + 0x0) << 2));\n\t\t\n\r\n\t\t\r\n#if VFX_LOCAL_SPACE\r\n\t\tfloat3 wPos + = mul(localToWorld,float4(position,1.0f)).xyz;\r\n#else\r\n\t\tfloat3 wPos = + position;\r\n#endif\r\n\t\tfloat3 camToPos = wPos - cameraPosition;\r\n\t\t\r\n\t\tKvp + kvp;\r\n\t\tkvp.sortKey = dot(camToPos,camToPos); // sqr distance to the camera\r\n\t\tkvp.index + = index;\r\n\r\n\t\toutputBuffer[id] = kvp;\r\n\t}\r\n}\r\n" + m_Infos: + m_Expressions: + m_Expressions: + - op: 1 + valueIndex: 0 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 6 + - op: 1 + valueIndex: 1 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 6 + - op: 1 + valueIndex: 2 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 6 + - op: 1 + valueIndex: 3 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 6 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 9 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 7 + valueIndex: 12 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: -1 + - op: 1 + valueIndex: 13 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 16 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 19 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 12 + valueIndex: 22 + data[0]: 6 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 23 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 18 + valueIndex: 24 + data[0]: 10 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 26 + valueIndex: 25 + data[0]: 12 + data[1]: 11 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 26 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 3 + valueIndex: 27 + data[0]: 13 + data[1]: 13 + data[2]: 13 + data[3]: -1 + - op: 1 + valueIndex: 30 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 14 + - op: 26 + valueIndex: 31 + data[0]: 10 + data[1]: 14 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 32 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 33 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 34 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 35 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 36 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 2 + - op: 1 + valueIndex: 38 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 39 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 40 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 12 + - op: 1 + valueIndex: 56 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 12 + - op: 57 + valueIndex: 72 + data[0]: 16 + data[1]: -1 + data[2]: -1 + data[3]: 0 + - op: 1 + valueIndex: 73 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 6 + - op: 1 + valueIndex: 74 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 2 + - op: 1 + valueIndex: 76 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 6 + - op: 1 + valueIndex: 77 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 7 + - op: 6 + valueIndex: 78 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: -1 + - op: 1 + valueIndex: 79 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 7 + - op: 1 + valueIndex: 80 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 83 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 84 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 85 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 6 + - op: 1 + valueIndex: 86 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 15 + - op: 1 + valueIndex: 87 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 90 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 93 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 2 + - op: 3 + valueIndex: 95 + data[0]: 17 + data[1]: 17 + data[2]: 17 + data[3]: -1 + - op: 9 + valueIndex: 98 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: -1 + m_NeedsLocalToWorld: 1 + m_NeedsWorldToLocal: 0 + m_NeededMainCameraBuffers: 0 + m_PropertySheet: + m_Float: + m_Array: + - m_ExpressionIndex: 11 + m_Value: -10 + - m_ExpressionIndex: 14 + m_Value: 360 + - m_ExpressionIndex: 18 + m_Value: 0 + - m_ExpressionIndex: 19 + m_Value: 1 + - m_ExpressionIndex: 20 + m_Value: 0.1 + - m_ExpressionIndex: 21 + m_Value: 16.96 + - m_ExpressionIndex: 23 + m_Value: 5 + - m_ExpressionIndex: 24 + m_Value: 0.5 + - m_ExpressionIndex: 35 + m_Value: 1 + - m_ExpressionIndex: 36 + m_Value: 45.1 + m_Vector2f: + m_Array: + - m_ExpressionIndex: 22 + m_Value: {x: 0, y: 1} + - m_ExpressionIndex: 29 + m_Value: {x: 8000, y: 8000} + - m_ExpressionIndex: 41 + m_Value: {x: 0, y: 0} + m_Vector3f: + m_Array: + - m_ExpressionIndex: 3 + m_Value: {x: 9, y: 9, z: 9} + - m_ExpressionIndex: 4 + m_Value: {x: 2, y: 2, z: 2} + - m_ExpressionIndex: 5 + m_Value: {x: 1, y: 1, z: 1} + - m_ExpressionIndex: 7 + m_Value: {x: 0, y: 1, z: 0} + - m_ExpressionIndex: 8 + m_Value: {x: 1, y: 0, z: 0} + - m_ExpressionIndex: 9 + m_Value: {x: 0, y: 0, z: 1} + - m_ExpressionIndex: 34 + m_Value: {x: 1, y: 1, z: 10} + - m_ExpressionIndex: 39 + m_Value: {x: 10, y: 10, z: 1} + - m_ExpressionIndex: 40 + m_Value: {x: 0, y: 0, z: 0} + m_Vector4f: + m_Array: [] + m_Uint: + m_Array: + - m_ExpressionIndex: 0 + m_Value: 1000 + - m_ExpressionIndex: 1 + m_Value: 10 + - m_ExpressionIndex: 2 + m_Value: 100 + - m_ExpressionIndex: 28 + m_Value: 3 + - m_ExpressionIndex: 30 + m_Value: 32 + - m_ExpressionIndex: 37 + m_Value: 4294967295 + m_Int: + m_Array: [] + m_Matrix4x4f: + m_Array: + - m_ExpressionIndex: 25 + m_Value: + e00: 0.1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 0.1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 0.1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + - m_ExpressionIndex: 26 + m_Value: + e00: 10 + e01: -0 + e02: 0 + e03: -0 + e10: -0 + e11: 10 + e12: -0 + e13: -0 + e20: 0 + e21: -0 + e22: 10 + e23: -0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_AnimationCurve: + m_Array: [] + m_Gradient: + m_Array: + - m_ExpressionIndex: 16 + m_Value: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 0} + key1: {r: 1, g: 1, b: 1, a: 0.45} + key2: {r: 2, g: 0, b: 0, a: 1} + key3: {r: 1, g: 1, b: 1, a: 0} + key4: {r: 1, g: 1, b: 1, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 19468 + ctime2: 28527 + ctime3: 37972 + ctime4: 65535 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 29491 + atime2: 65535 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 5 + m_NumAlphaKeys: 3 + m_NamedObject: + m_Array: + - m_ExpressionIndex: 31 + m_Value: {fileID: 2800000, guid: 1d8481de16af723418a688958c41224b, type: 3} + - m_ExpressionIndex: 33 + m_Value: {fileID: 0} + - m_ExpressionIndex: 38 + m_Value: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0} + m_Bool: + m_Array: [] + m_ExposedExpressions: + - nameId: Amplitude + index: 35 + - nameId: SizeOfBlocks + index: 34 + - nameId: spread + index: 36 + m_Buffers: + - type: 1 + size: 17216 + layout: + - name: position + type: 3 + offset: + bucket: 0 + structure: 4 + element: 0 + - name: particleId + type: 6 + offset: + bucket: 4096 + structure: 1 + element: 0 + - name: velocity + type: 3 + offset: + bucket: 5120 + structure: 4 + element: 0 + - name: color + type: 3 + offset: + bucket: 9216 + structure: 8 + element: 0 + - name: angleX + type: 1 + offset: + bucket: 9216 + structure: 8 + element: 3 + - name: angleY + type: 1 + offset: + bucket: 9216 + structure: 8 + element: 4 + - name: angleZ + type: 1 + offset: + bucket: 9216 + structure: 8 + element: 5 + - name: alpha + type: 1 + offset: + bucket: 9216 + structure: 8 + element: 6 + capacity: 1000 + stride: 4 + - type: 1 + size: 17408 + layout: + - name: position + type: 3 + offset: + bucket: 0 + structure: 4 + element: 0 + - name: particleId + type: 6 + offset: + bucket: 4096 + structure: 1 + element: 0 + - name: velocity + type: 3 + offset: + bucket: 5120 + structure: 4 + element: 0 + - name: color + type: 3 + offset: + bucket: 9216 + structure: 8 + element: 0 + - name: angleX + type: 1 + offset: + bucket: 9216 + structure: 8 + element: 3 + - name: angleY + type: 1 + offset: + bucket: 9216 + structure: 8 + element: 4 + - name: angleZ + type: 1 + offset: + bucket: 9216 + structure: 8 + element: 5 + - name: alpha + type: 1 + offset: + bucket: 9216 + structure: 8 + element: 6 + capacity: 1024 + stride: 4 + - type: 1 + size: 1 + layout: + - name: spawnCount + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + capacity: 1 + stride: 4 + - type: 4 + size: 1000 + layout: [] + capacity: 0 + stride: 4 + - type: 0 + size: 1000 + layout: [] + capacity: 0 + stride: 8 + - type: 0 + size: 1000 + layout: [] + capacity: 0 + stride: 8 + m_TemporaryBuffers: [] + m_CPUBuffers: + - capacity: 1 + stride: 1 + layout: + - name: spawnCount + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + initialData: + data: 00000000 + - capacity: 1 + stride: 1 + layout: + - name: spawnCount + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + initialData: + data: 00000000 + m_Events: + - name: OnPlay + playSystems: 00000000 + stopSystems: + - name: OnStop + playSystems: + stopSystems: 00000000 + m_RuntimeVersion: 10 + m_RendererSettings: + motionVectorGenerationMode: 0 + shadowCastingMode: 1 + receiveShadows: 0 + reflectionProbeUsage: 0 + lightProbeUsage: 0 + m_CullingFlags: 3 + m_UpdateMode: 0 + m_PreWarmDeltaTime: 0.05 + m_PreWarmStepCount: 0 + m_Systems: + - type: 0 + flags: 0 + capacity: 0 + layer: 4294967295 + buffers: + - nameId: spawner_output + index: 1 + values: [] + tasks: + - type: 268435457 + buffers: [] + temporaryBuffers: [] + values: + - nameId: Count + index: 29 + - nameId: Delay + index: 41 + params: [] + processor: {fileID: 0} + shaderSourceIndex: -1 + - type: 1 + flags: 2 + capacity: 1000 + layer: 4294967295 + buffers: + - nameId: attributeBuffer + index: 0 + - nameId: sourceAttributeBuffer + index: 2 + - nameId: spawner_input + index: 1 + - nameId: indirectBuffer + index: 3 + - nameId: sortBufferA + index: 4 + - nameId: sortBufferB + index: 5 + values: + - nameId: bounds_center + index: 40 + - nameId: bounds_size + index: 39 + tasks: + - type: 536870912 + buffers: + - nameId: attributeBuffer + index: 0 + - nameId: sourceAttributeBuffer + index: 2 + temporaryBuffers: [] + values: [] + params: + - nameId: bounds_center + index: 40 + - nameId: bounds_size + index: 39 + processor: {fileID: 0} + shaderSourceIndex: 1 + - type: 805306368 + buffers: + - nameId: attributeBuffer + index: 0 + - nameId: indirectBuffer + index: 3 + temporaryBuffers: [] + values: + - nameId: uniform_b + index: 15 + - nameId: deltaTime_a + index: 32 + - nameId: valueScale_b + index: 42 + - nameId: attractionForce_d + index: 10 + - nameId: Color_e + index: 27 + - nameId: attributeMap_b + index: 31 + params: [] + processor: {fileID: 0} + shaderSourceIndex: 0 + - type: 805306369 + buffers: + - nameId: attributeBuffer + index: 0 + - nameId: inputBuffer + index: 3 + - nameId: outputBuffer + index: 4 + temporaryBuffers: [] + values: + - nameId: localToWorld + index: 43 + params: [] + processor: {fileID: 0} + shaderSourceIndex: 3 + - type: 1073741828 + buffers: + - nameId: attributeBuffer + index: 0 + - nameId: indirectBuffer + index: 3 + temporaryBuffers: [] + values: + - nameId: baseColorMap + index: 33 + params: + - nameId: mesh + index: 38 + - nameId: subMeshMask + index: 37 + - nameId: sortPriority + index: 0 + - nameId: indirectDraw + index: 1 + processor: {fileID: 0} + shaderSourceIndex: 2 +--- !u!114 &8926484042661614554 +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: 5e382412bb691334bb79457a6c127924, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114023846229194376} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614555} + - {fileID: 8926484042661614556} + m_OutputSlots: [] + m_Disabled: 0 + repeat: 0 + spawnMode: 0 + delayMode: 0 +--- !u!114 &8926484042661614555 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614555} + m_MasterData: + m_Owner: {fileID: 8926484042661614554} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 8000 + m_Space: 2147483647 + m_Property: + name: Count + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Count for each burst + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614556 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614556} + m_MasterData: + m_Owner: {fileID: 8926484042661614554} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Delay + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Delay between each burst + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614570 +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: 9dfea48843f53fc438eabc12a3a30abc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 8926484042661614708} + m_UIPosition: {x: 711.3, y: 233.20082} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614571} + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 8926484042661614580} + m_InputFlowSlot: + - link: + - context: {fileID: 114023846229194376} + slotIndex: 0 + m_OutputFlowSlot: + - link: + - context: {fileID: 114780028408030698} + slotIndex: 0 +--- !u!114 &8926484042661614571 +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: 1b605c022ee79394a8a776c0869b3f9a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614572} + - {fileID: 8926484042661614576} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614571} + m_MasterData: + m_Owner: {fileID: 8926484042661614570} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.AABox, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"center":{"x":0.0,"y":0.0,"z":0.0},"size":{"x":10.0,"y":10.0,"z":1.0}}' + m_Space: 0 + m_Property: + name: bounds + m_serializedType: + m_SerializableType: UnityEditor.VFX.AABox, Unity.VisualEffectGraph.Editor, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614572 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614571} + m_Children: + - {fileID: 8926484042661614573} + - {fileID: 8926484042661614574} + - {fileID: 8926484042661614575} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614571} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: center + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The centre of the box. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614573 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614572} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614571} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614574 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614572} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614571} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614575 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614572} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614571} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614576 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614571} + m_Children: + - {fileID: 8926484042661614577} + - {fileID: 8926484042661614578} + - {fileID: 8926484042661614579} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614571} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: size + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The size of the box along each axis. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614577 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614576} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614571} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614578 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614576} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614571} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614579 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614576} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614571} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614580 +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: d78581a96eae8bf4398c282eb0b098bd, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + title: + m_Owners: + - {fileID: 8926484042661614570} + - {fileID: 114780028408030698} + - {fileID: 8926484042661614591} + m_Capacity: 1000 + m_Space: 0 +--- !u!114 &8926484042661614591 +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: c6841bdef989b6d408d7298703cfde75, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 8926484042661614852} + m_UIPosition: {x: 709, y: 1596} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614592} + - {fileID: 8926484042661614593} + - {fileID: 8926484042661614594} + - {fileID: 8926484042661614595} + - {fileID: 8926484042661614596} + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 8926484042661614580} + m_InputFlowSlot: + - link: + - context: {fileID: 114780028408030698} + slotIndex: 0 + m_OutputFlowSlot: + - link: [] + blendMode: 1 + m_SubOutputs: + - {fileID: 8926484042661614598} + cullMode: 0 + zWriteMode: 0 + zTestMode: 0 + colorMappingMode: 0 + uvMode: 0 + useSoftParticle: 0 + sortPriority: 0 + sort: 0 + indirectDraw: 0 + castShadows: 1 + useExposureWeight: 0 + materialType: 0 + onlyAmbientLighting: 0 + diffusionProfileAsset: {fileID: 0} + multiplyThicknessWithAlpha: 0 + useBaseColorMap: 3 + useMaskMap: 0 + useNormalMap: 0 + useEmissiveMap: 0 + colorMode: 1 + useEmissive: 0 + doubleSided: 0 + enableShadows: 1 + enableSpecular: 1 + enableCookie: 1 + enableEnvLight: 1 +--- !u!114 &8926484042661614592 +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: b47b8679b468b7347a00cdd50589bc9f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614592} + m_MasterData: + m_Owner: {fileID: 8926484042661614591} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Mesh, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":10207,"guid":"0000000000000000e000000000000000","type":0}}' + m_Space: 2147483647 + m_Property: + name: mesh + m_serializedType: + m_SerializableType: UnityEngine.Mesh, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Mesh to be used for particle rendering. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614593 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614593} + m_MasterData: + m_Owner: {fileID: 8926484042661614591} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 4294967295 + m_Space: 2147483647 + m_Property: + name: subMeshMask + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Define a bitmask to control which submeshes are rendered. + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 8 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614594 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614594} + m_MasterData: + m_Owner: {fileID: 8926484042661614591} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: smoothness + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 0 + m_Min: 0 + m_Max: 1 + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614595 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614595} + m_MasterData: + m_Owner: {fileID: 8926484042661614591} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: metallic + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 0 + m_Min: 0 + m_Max: 1 + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614596 +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: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614596} + m_MasterData: + m_Owner: {fileID: 8926484042661614591} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: baseColorMap + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Base Color (RGB) Opacity (A) + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614598 +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: 081ffb0090424ba4cb05370a42ead6b9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + opaqueRenderQueue: 0 + transparentRenderQueue: 1 +--- !u!114 &8926484042661614708 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614570} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614709} + m_OutputSlots: [] + m_Disabled: 0 + attribute: position + Composition: 0 + Source: 0 + Random: 0 + channels: 6 +--- !u!114 &8926484042661614709 +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: 5265657162cc1a241bba03a3b0476d99, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614710} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614709} + m_MasterData: + m_Owner: {fileID: 8926484042661614708} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"position":{"x":0.0,"y":0.0,"z":0.0}}' + m_Space: 0 + m_Property: + name: Position + m_serializedType: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614989} +--- !u!114 &8926484042661614710 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614709} + m_Children: + - {fileID: 8926484042661614711} + - {fileID: 8926484042661614712} + - {fileID: 8926484042661614713} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614709} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The position. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614711 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614710} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614709} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614712 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614710} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614709} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614713 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614710} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614709} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614751 +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: 1fb2f8fde2589884fae38ab8bc886b6f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -708, y: 983} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614752} + - {fileID: 8926484042661614756} + - {fileID: 8926484042661614757} + - {fileID: 8926484042661614758} + - {fileID: 8926484042661614759} + - {fileID: 8926484042661614760} + m_OutputSlots: + - {fileID: 8926484042661614761} + type: 1 + dimensions: 1 +--- !u!114 &8926484042661614752 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614753} + - {fileID: 8926484042661614754} + - {fileID: 8926484042661614755} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614752} + m_MasterData: + m_Owner: {fileID: 8926484042661614751} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":8.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: coordinate + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The coordinate in the noise field to take the sample from. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614804} +--- !u!114 &8926484042661614753 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614752} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614752} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614754 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614752} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614752} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614755 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614752} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614752} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614756 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614756} + m_MasterData: + m_Owner: {fileID: 8926484042661614751} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.2 + m_Space: 2147483647 + m_Property: + name: frequency + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The frequency of the noise. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614757 +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: 4d246e354feb93041a837a9ef59437cb, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614757} + m_MasterData: + m_Owner: {fileID: 8926484042661614751} + m_Value: + m_Type: + m_SerializableType: System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 2 + m_Space: 2147483647 + m_Property: + name: octaves + m_serializedType: + m_SerializableType: System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The number of layers of noise. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614758 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614758} + m_MasterData: + m_Owner: {fileID: 8926484042661614751} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.4507042 + m_Space: 2147483647 + m_Property: + name: roughness + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 0 + m_Min: 0 + m_Max: 1 + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The scaling factor applied to each octave. Also known as persistence. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614759 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614759} + m_MasterData: + m_Owner: {fileID: 8926484042661614751} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: lacunarity + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The rate of change of the frequency for each successive octave. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614760 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614760} + m_MasterData: + m_Owner: {fileID: 8926484042661614751} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 4.48 + m_Space: 2147483647 + m_Property: + name: amplitude + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The magnitude of the noise. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614840} +--- !u!114 &8926484042661614761 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614762} + - {fileID: 8926484042661614763} + - {fileID: 8926484042661614764} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614761} + m_MasterData: + m_Owner: {fileID: 8926484042661614751} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: Noise + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The calculated noise vector. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614782} + - {fileID: 8926484042661614815} +--- !u!114 &8926484042661614762 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614761} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614761} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614763 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614761} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614761} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614764 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614761} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614761} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614770 +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: 486e063e1ed58c843942ea4122829ab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1287, y: 894} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661614771} + attribute: position + location: 0 + mask: xyz +--- !u!114 &8926484042661614771 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614772} + - {fileID: 8926484042661614773} + - {fileID: 8926484042661614774} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614771} + m_MasterData: + m_Owner: {fileID: 8926484042661614770} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614800} +--- !u!114 &8926484042661614772 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614771} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614771} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614773 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614771} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614771} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614774 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614771} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614771} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614775 +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: 0a02ebe9815b1084495277ae39c6c270, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -359, y: 1038} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614782} + - {fileID: 8926484042661614777} + - {fileID: 8926484042661614778} + - {fileID: 8926484042661614779} + - {fileID: 8926484042661614780} + m_OutputSlots: + - {fileID: 8926484042661614786} + m_Type: + - m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_Clamp: 0 +--- !u!114 &8926484042661614777 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614777} + m_MasterData: + m_Owner: {fileID: 8926484042661614775} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: -1 + m_Space: 2147483647 + m_Property: + name: oldRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614778 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614778} + m_MasterData: + m_Owner: {fileID: 8926484042661614775} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: oldRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614779 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614779} + m_MasterData: + m_Owner: {fileID: 8926484042661614775} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: newRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614780 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614780} + m_MasterData: + m_Owner: {fileID: 8926484042661614775} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 12 + m_Space: 2147483647 + m_Property: + name: newRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614782 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614783} + - {fileID: 8926484042661614784} + - {fileID: 8926484042661614785} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614782} + m_MasterData: + m_Owner: {fileID: 8926484042661614775} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: input + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to be remapped into the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614761} +--- !u!114 &8926484042661614783 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614782} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614782} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614784 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614782} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614782} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614785 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614782} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614782} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614786 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614787} + - {fileID: 8926484042661614788} + - {fileID: 8926484042661614789} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614786} + m_MasterData: + m_Owner: {fileID: 8926484042661614775} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614787 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614786} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614786} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614788 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614786} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614786} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614789 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614786} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614786} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614790 +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: 6fbab4aa995aa0b4fa31ba5aebd54e8f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1369, y: 1061} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661614791} +--- !u!114 &8926484042661614791 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614791} + m_MasterData: + m_Owner: {fileID: 8926484042661614790} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: t + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614793} +--- !u!114 &8926484042661614792 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1125, y: 1175} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614793} + - {fileID: 8926484042661614794} + m_OutputSlots: + - {fileID: 8926484042661614795} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661614793 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614793} + m_MasterData: + m_Owner: {fileID: 8926484042661614792} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614791} +--- !u!114 &8926484042661614794 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614794} + m_MasterData: + m_Owner: {fileID: 8926484042661614792} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614795 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614795} + m_MasterData: + m_Owner: {fileID: 8926484042661614792} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614798} +--- !u!114 &8926484042661614796 +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: c7acf5424f3655744af4b8f63298fa0f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -963, y: 1122} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614800} + - {fileID: 8926484042661614798} + m_OutputSlots: + - {fileID: 8926484042661614804} + m_Operands: + - name: a + type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661614798 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614798} + m_MasterData: + m_Owner: {fileID: 8926484042661614796} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614795} +--- !u!114 &8926484042661614800 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614801} + - {fileID: 8926484042661614802} + - {fileID: 8926484042661614803} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614800} + m_MasterData: + m_Owner: {fileID: 8926484042661614796} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614771} +--- !u!114 &8926484042661614801 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614800} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614800} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614802 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614800} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614800} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614803 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614800} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614800} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614804 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614805} + - {fileID: 8926484042661614806} + - {fileID: 8926484042661614807} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614804} + m_MasterData: + m_Owner: {fileID: 8926484042661614796} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614752} +--- !u!114 &8926484042661614805 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614804} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614804} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614806 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614804} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614804} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614807 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614804} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614804} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614808 +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: 0a02ebe9815b1084495277ae39c6c270, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -371, y: 1274} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614815} + - {fileID: 8926484042661614810} + - {fileID: 8926484042661614811} + - {fileID: 8926484042661614812} + - {fileID: 8926484042661614813} + m_OutputSlots: + - {fileID: 8926484042661614819} + m_Type: + - m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_Clamp: 0 +--- !u!114 &8926484042661614810 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614810} + m_MasterData: + m_Owner: {fileID: 8926484042661614808} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: -1 + m_Space: 2147483647 + m_Property: + name: oldRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614811 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614811} + m_MasterData: + m_Owner: {fileID: 8926484042661614808} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: oldRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614812 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614812} + m_MasterData: + m_Owner: {fileID: 8926484042661614808} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: newRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614813 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614813} + m_MasterData: + m_Owner: {fileID: 8926484042661614808} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: newRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614815 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614816} + - {fileID: 8926484042661614817} + - {fileID: 8926484042661614818} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614815} + m_MasterData: + m_Owner: {fileID: 8926484042661614808} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: input + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to be remapped into the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614761} +--- !u!114 &8926484042661614816 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614815} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614815} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614817 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614815} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614815} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614818 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614815} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614815} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614819 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614820} + - {fileID: 8926484042661614821} + - {fileID: 8926484042661614822} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614819} + m_MasterData: + m_Owner: {fileID: 8926484042661614808} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614820 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614819} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614819} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614821 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614819} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614819} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614822 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614819} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614819} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614828 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661614829} + m_ExposedName: spread + m_Exposed: 1 + m_Order: 0 + m_Category: + m_Min: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: particle spread + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661614829} + inputSlot: {fileID: 8926484042661614831} + position: {x: -1140, y: 1333} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661614829 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614829} + m_MasterData: + m_Owner: {fileID: 8926484042661614828} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 45.1 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614831} +--- !u!114 &8926484042661614830 +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: 0a02ebe9815b1084495277ae39c6c270, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -977, y: 1340} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614831} + - {fileID: 8926484042661614832} + - {fileID: 8926484042661614833} + - {fileID: 8926484042661614834} + - {fileID: 8926484042661614835} + m_OutputSlots: + - {fileID: 8926484042661614836} + m_Type: + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_Clamp: 0 +--- !u!114 &8926484042661614831 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614831} + m_MasterData: + m_Owner: {fileID: 8926484042661614830} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.5 + m_Space: 2147483647 + m_Property: + name: input + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to be remapped into the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614829} +--- !u!114 &8926484042661614832 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614832} + m_MasterData: + m_Owner: {fileID: 8926484042661614830} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: oldRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614833 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614833} + m_MasterData: + m_Owner: {fileID: 8926484042661614830} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 100 + m_Space: 2147483647 + m_Property: + name: oldRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614834 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614834} + m_MasterData: + m_Owner: {fileID: 8926484042661614830} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 2 + m_Space: 2147483647 + m_Property: + name: newRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614835 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614835} + m_MasterData: + m_Owner: {fileID: 8926484042661614830} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 10 + m_Space: 2147483647 + m_Property: + name: newRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614836 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614836} + m_MasterData: + m_Owner: {fileID: 8926484042661614830} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614838} +--- !u!114 &8926484042661614837 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -584, y: 1310} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614838} + - {fileID: 8926484042661614839} + m_OutputSlots: + - {fileID: 8926484042661614840} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661614838 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614838} + m_MasterData: + m_Owner: {fileID: 8926484042661614837} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614836} +--- !u!114 &8926484042661614839 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614839} + m_MasterData: + m_Owner: {fileID: 8926484042661614837} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614842} +--- !u!114 &8926484042661614840 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614840} + m_MasterData: + m_Owner: {fileID: 8926484042661614837} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614760} +--- !u!114 &8926484042661614841 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661614842} + m_ExposedName: Amplitude + m_Exposed: 1 + m_Order: 1 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661614842} + inputSlot: {fileID: 8926484042661614839} + position: {x: -732, y: 1456} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661614842 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614842} + m_MasterData: + m_Owner: {fileID: 8926484042661614841} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614839} +--- !u!114 &8926484042661614843 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661614844} + m_ExposedName: SizeOfBlocks + m_Exposed: 1 + m_Order: 2 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: [] + position: {x: 358, y: 1507} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661614844 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614845} + - {fileID: 8926484042661614846} + - {fileID: 8926484042661614847} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614844} + m_MasterData: + m_Owner: {fileID: 8926484042661614843} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0,"z":10.0}' + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614845 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614844} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614844} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614846 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614844} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614844} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614847 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614844} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614844} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614852 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614591} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614853} + m_OutputSlots: [] + m_Disabled: 0 + attribute: size + Composition: 0 + Source: 0 + Random: 0 + channels: 6 +--- !u!114 &8926484042661614853 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614853} + m_MasterData: + m_Owner: {fileID: 8926484042661614852} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.1 + m_Space: 2147483647 + m_Property: + name: Size + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614962 +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: 486e063e1ed58c843942ea4122829ab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -86, y: 388} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661614963} + attribute: particleId + location: 0 + mask: xyz +--- !u!114 &8926484042661614963 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614963} + m_MasterData: + m_Owner: {fileID: 8926484042661614962} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: particleId + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614965} +--- !u!114 &8926484042661614964 +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: fc49b1fef34c4eb4d952a47631c1c2e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 290, y: 406} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614965} + - {fileID: 8926484042661614966} + - {fileID: 8926484042661614967} + - {fileID: 8926484042661614968} + - {fileID: 8926484042661614969} + - {fileID: 8926484042661614974} + - {fileID: 8926484042661614979} + - {fileID: 8926484042661614984} + m_OutputSlots: + - {fileID: 8926484042661614989} + mode: 0 +--- !u!114 &8926484042661614965 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614965} + m_MasterData: + m_Owner: {fileID: 8926484042661614964} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Index + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Element index used to loop over the sequence + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614963} +--- !u!114 &8926484042661614966 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614966} + m_MasterData: + m_Owner: {fileID: 8926484042661614964} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 10 + m_Space: 2147483647 + m_Property: + name: CountX + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Element X count used to loop over the sequence + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614967 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614967} + m_MasterData: + m_Owner: {fileID: 8926484042661614964} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 10 + m_Space: 2147483647 + m_Property: + name: CountY + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Element Y count used to loop over the sequence + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614968 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614968} + m_MasterData: + m_Owner: {fileID: 8926484042661614964} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 10 + m_Space: 2147483647 + m_Property: + name: CountZ + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Element Z count used to loop over the sequence + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614969 +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: 5265657162cc1a241bba03a3b0476d99, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614970} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614969} + m_MasterData: + m_Owner: {fileID: 8926484042661614964} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"position":{"x":0.0,"y":0.0,"z":0.0}}' + m_Space: 0 + m_Property: + name: Origin + m_serializedType: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614970 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614969} + m_Children: + - {fileID: 8926484042661614971} + - {fileID: 8926484042661614972} + - {fileID: 8926484042661614973} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614969} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The position. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614971 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614970} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614969} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614972 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614970} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614969} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614973 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614970} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614969} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614974 +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: a9f9544b71b7dab44a4644b6807e8bf6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614975} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614974} + m_MasterData: + m_Owner: {fileID: 8926484042661614964} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"vector":{"x":1.0,"y":0.0,"z":0.0}}' + m_Space: 0 + m_Property: + name: AxisX + m_serializedType: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614975 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614974} + m_Children: + - {fileID: 8926484042661614976} + - {fileID: 8926484042661614977} + - {fileID: 8926484042661614978} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614974} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: vector + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The vector. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614976 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614975} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614974} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614977 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614975} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614974} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614978 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614975} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614974} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614979 +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: a9f9544b71b7dab44a4644b6807e8bf6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614980} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614979} + m_MasterData: + m_Owner: {fileID: 8926484042661614964} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"vector":{"x":0.0,"y":1.0,"z":0.0}}' + m_Space: 0 + m_Property: + name: AxisY + m_serializedType: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614980 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614979} + m_Children: + - {fileID: 8926484042661614981} + - {fileID: 8926484042661614982} + - {fileID: 8926484042661614983} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614979} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: vector + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The vector. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614981 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614980} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614979} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614982 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614980} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614979} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614983 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614980} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614979} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614984 +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: a9f9544b71b7dab44a4644b6807e8bf6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614985} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614984} + m_MasterData: + m_Owner: {fileID: 8926484042661614964} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"vector":{"x":0.0,"y":0.0,"z":1.0}}' + m_Space: 0 + m_Property: + name: AxisZ + m_serializedType: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614985 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614984} + m_Children: + - {fileID: 8926484042661614986} + - {fileID: 8926484042661614987} + - {fileID: 8926484042661614988} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614984} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: vector + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The vector. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614986 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614985} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614984} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614987 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614985} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614984} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614988 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614985} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614984} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614989 +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: 5265657162cc1a241bba03a3b0476d99, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614990} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614989} + m_MasterData: + m_Owner: {fileID: 8926484042661614964} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"position":{"x":0.0,"y":0.0,"z":0.0}}' + m_Space: 0 + m_Property: + name: r + m_serializedType: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614709} + - {fileID: 8926484042661615154} +--- !u!114 &8926484042661614990 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614989} + m_Children: + - {fileID: 8926484042661614991} + - {fileID: 8926484042661614992} + - {fileID: 8926484042661614993} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614989} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The position. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614991 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614990} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614989} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614992 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614990} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614989} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614993 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614990} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614989} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661615064 +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: d1847decbcc406c41b56205a65871167, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 201, y: 1007} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615065} + m_OutputSlots: + - {fileID: 8926484042661615066} + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661615065 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615065} + m_MasterData: + m_Owner: {fileID: 8926484042661615064} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 723.8 + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661615072} +--- !u!114 &8926484042661615066 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615066} + m_MasterData: + m_Owner: {fileID: 8926484042661615064} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661615068} + - {fileID: 8926484042661615128} + - {fileID: 8926484042661615184} +--- !u!114 &8926484042661615067 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 356, y: 1076} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615068} + - {fileID: 8926484042661615069} + m_OutputSlots: + - {fileID: 8926484042661615070} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661615068 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615068} + m_MasterData: + m_Owner: {fileID: 8926484042661615067} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661615066} +--- !u!114 &8926484042661615069 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615069} + m_MasterData: + m_Owner: {fileID: 8926484042661615067} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 360 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615070 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615070} + m_MasterData: + m_Owner: {fileID: 8926484042661615067} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661615098} +--- !u!114 &8926484042661615071 +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: 7d33fb94df928ef4c986f97607706b82, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 93, y: 1088} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661615072} + m_expressionOp: 7 +--- !u!114 &8926484042661615072 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615072} + m_MasterData: + m_Owner: {fileID: 8926484042661615071} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: TotalTime + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661615065} +--- !u!114 &8926484042661615091 +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: 60fff265f139e2a4194a44c2bac41757, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114780028408030698} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615092} + - {fileID: 8926484042661615093} + - {fileID: 8926484042661615094} + - {fileID: 8926484042661615098} + m_OutputSlots: [] + m_Disabled: 0 + attribute: angle + Composition: 0 + SampleMode: 6 + channels: 6 +--- !u!114 &8926484042661615092 +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: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615092} + m_MasterData: + m_Owner: {fileID: 8926484042661615091} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":2800000,"guid":"1d8481de16af723418a688958c41224b","type":3}}' + m_Space: 2147483647 + m_Property: + name: attributeMap + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: AttributeMap texture to read attributes from + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615093 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615093} + m_MasterData: + m_Owner: {fileID: 8926484042661615091} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 32 + m_Space: 2147483647 + m_Property: + name: Seed + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Seed to compute the constant random + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615094 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661615095} + - {fileID: 8926484042661615096} + - {fileID: 8926484042661615097} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615094} + m_MasterData: + m_Owner: {fileID: 8926484042661615091} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: valueBias + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Bias Applied to the read Vector3 value + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615095 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615094} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615094} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615096 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615094} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615094} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615097 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615094} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615094} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615098 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661615099} + - {fileID: 8926484042661615100} + - {fileID: 8926484042661615101} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615098} + m_MasterData: + m_Owner: {fileID: 8926484042661615091} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":180.0,"y":333.1000061035156,"z":180.0}' + m_Space: 2147483647 + m_Property: + name: valueScale + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Scale Applied to the read Vector3 value + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661615070} +--- !u!114 &8926484042661615099 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615098} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615098} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615100 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615098} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615098} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615101 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615098} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615098} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615102 +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: 63716c0daf1806941a123003dc6d7398, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114780028408030698} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615103} + - {fileID: 8926484042661615116} + - {fileID: 8926484042661615117} + - {fileID: 8926484042661615118} + - {fileID: 8926484042661615119} + m_OutputSlots: [] + m_Disabled: 0 + Mode: 1 +--- !u!114 &8926484042661615103 +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: 3e3f628d80ffceb489beac74258f9cf7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661615104} + - {fileID: 8926484042661615108} + - {fileID: 8926484042661615112} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615103} + m_MasterData: + m_Owner: {fileID: 8926484042661615102} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Transform, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"position":{"x":0.0,"y":0.0,"z":0.0},"angles":{"x":0.0,"y":0.0,"z":0.0},"scale":{"x":0.10000000149011612,"y":0.10000000149011612,"z":0.10000000149011612}}' + m_Space: 0 + m_Property: + name: FieldTransform + m_serializedType: + m_SerializableType: UnityEditor.VFX.Transform, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The position, rotation and scale of the turbulence field + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615104 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615103} + m_Children: + - {fileID: 8926484042661615105} + - {fileID: 8926484042661615106} + - {fileID: 8926484042661615107} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615103} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The transform position. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615105 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615104} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615103} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615106 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615104} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615103} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615107 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615104} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615103} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615108 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615103} + m_Children: + - {fileID: 8926484042661615109} + - {fileID: 8926484042661615110} + - {fileID: 8926484042661615111} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615103} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: angles + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 4 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The euler angles of the transform. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615109 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615108} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615103} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615110 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615108} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615103} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615111 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615108} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615103} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615112 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615103} + m_Children: + - {fileID: 8926484042661615113} + - {fileID: 8926484042661615114} + - {fileID: 8926484042661615115} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615103} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: scale + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The scale of the transform along each axis. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615113 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615112} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615103} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615114 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615112} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615103} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615115 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615112} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615103} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615116 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615116} + m_MasterData: + m_Owner: {fileID: 8926484042661615102} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 3 + m_Space: 2147483647 + m_Property: + name: NumOctaves + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Number of Octaves of the noise (Max 10) + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615117 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615117} + m_MasterData: + m_Owner: {fileID: 8926484042661615102} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.5 + m_Space: 2147483647 + m_Property: + name: Roughness + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 0 + m_Min: 0 + m_Max: 1 + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The roughness of the turbulence + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615118 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615118} + m_MasterData: + m_Owner: {fileID: 8926484042661615102} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 16.96 + m_Space: 2147483647 + m_Property: + name: Intensity + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Intensity of the motion vectors + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615119 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615119} + m_MasterData: + m_Owner: {fileID: 8926484042661615102} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: Drag + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Drag coefficient. The higher the drag, the more the force will have + influence over the particle velocity + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615120 +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: 3a58e066cb558cf41a5b79a0095f6bbc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114780028408030698} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615121} + - {fileID: 8926484042661615127} + - {fileID: 8926484042661615128} + - {fileID: 8926484042661615129} + - {fileID: 8926484042661615130} + m_OutputSlots: [] + m_Disabled: 0 +--- !u!114 &8926484042661615121 +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: 1b605c022ee79394a8a776c0869b3f9a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661615122} + - {fileID: 8926484042661615126} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615121} + m_MasterData: + m_Owner: {fileID: 8926484042661615120} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Sphere, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"center":{"x":0.0,"y":0.0,"z":0.0},"radius":1.0}' + m_Space: 0 + m_Property: + name: Sphere + m_serializedType: + m_SerializableType: UnityEditor.VFX.Sphere, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615122 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615121} + m_Children: + - {fileID: 8926484042661615123} + - {fileID: 8926484042661615124} + - {fileID: 8926484042661615125} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615121} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: center + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The centre of the sphere. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615123 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615122} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615121} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615124 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615122} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615121} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615125 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615122} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615121} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615126 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615121} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615121} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: radius + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The radius of the sphere. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615127 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615127} + m_MasterData: + m_Owner: {fileID: 8926484042661615120} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 5 + m_Space: 2147483647 + m_Property: + name: attractionSpeed + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615128 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615128} + m_MasterData: + m_Owner: {fileID: 8926484042661615120} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 2 + m_Space: 2147483647 + m_Property: + name: attractionForce + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661615066} +--- !u!114 &8926484042661615129 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615129} + m_MasterData: + m_Owner: {fileID: 8926484042661615120} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.1 + m_Space: 2147483647 + m_Property: + name: stickDistance + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615130 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615130} + m_MasterData: + m_Owner: {fileID: 8926484042661615120} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: stickForce + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615131 +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: c079bc84df7c7e94f88c8ae0d1b0691d, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114780028408030698} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615132} + m_OutputSlots: [] + m_Disabled: 0 + Mode: 0 +--- !u!114 &8926484042661615132 +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: a9f9544b71b7dab44a4644b6807e8bf6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661615133} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615132} + m_MasterData: + m_Owner: {fileID: 8926484042661615131} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"vector":{"x":1.0,"y":0.0,"z":0.0}}' + m_Space: 0 + m_Property: + name: Force + m_serializedType: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Force vector applied to particles (in units per squared second) + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661615178} +--- !u!114 &8926484042661615133 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615132} + m_Children: + - {fileID: 8926484042661615134} + - {fileID: 8926484042661615135} + - {fileID: 8926484042661615136} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615132} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: vector + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The vector. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615134 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615133} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615132} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615135 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615133} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615132} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615136 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615133} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615132} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615137 +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: 0155ae97d9a75e3449c6d0603b79c2f4, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 137, y: 728} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615164} + - {fileID: 8926484042661615154} + m_OutputSlots: + - {fileID: 8926484042661615159} + m_Operands: + - name: a + type: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + - name: b + type: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null +--- !u!114 &8926484042661615141 +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: 486e063e1ed58c843942ea4122829ab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -179.00002, y: 887.2} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661615142} + attribute: position + location: 0 + mask: xyz +--- !u!114 &8926484042661615142 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661615143} + - {fileID: 8926484042661615144} + - {fileID: 8926484042661615145} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615142} + m_MasterData: + m_Owner: {fileID: 8926484042661615141} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661615164} +--- !u!114 &8926484042661615143 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615142} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615142} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661615144 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615142} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615142} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661615145 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615142} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615142} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661615154 +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: 5265657162cc1a241bba03a3b0476d99, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661615155} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615154} + m_MasterData: + m_Owner: {fileID: 8926484042661615137} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 0 + m_Property: + name: b + m_serializedType: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614989} +--- !u!114 &8926484042661615155 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615154} + m_Children: + - {fileID: 8926484042661615156} + - {fileID: 8926484042661615157} + - {fileID: 8926484042661615158} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615154} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The position. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615156 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615155} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615154} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615157 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615155} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615154} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615158 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615155} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615154} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615159 +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: 5265657162cc1a241bba03a3b0476d99, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661615160} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615159} + m_MasterData: + m_Owner: {fileID: 8926484042661615137} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"position":{"x":0.0,"y":0.0,"z":0.0}}' + m_Space: 0 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661615173} +--- !u!114 &8926484042661615160 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615159} + m_Children: + - {fileID: 8926484042661615161} + - {fileID: 8926484042661615162} + - {fileID: 8926484042661615163} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615159} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The position. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661615161 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615160} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615159} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661615162 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615160} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615159} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661615163 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615160} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615159} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661615164 +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: 5265657162cc1a241bba03a3b0476d99, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661615165} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615164} + m_MasterData: + m_Owner: {fileID: 8926484042661615137} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"position":{"x":0.0,"y":0.0,"z":0.0}}' + m_Space: 0 + m_Property: + name: a + m_serializedType: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661615142} +--- !u!114 &8926484042661615165 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615164} + m_Children: + - {fileID: 8926484042661615166} + - {fileID: 8926484042661615167} + - {fileID: 8926484042661615168} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615164} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The position. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615166 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615165} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615164} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615167 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615165} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615164} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615168 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615165} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615164} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615169 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 406, y: 830} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615173} + - {fileID: 8926484042661615171} + m_OutputSlots: + - {fileID: 8926484042661615178} + m_Operands: + - name: a + type: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661615171 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615171} + m_MasterData: + m_Owner: {fileID: 8926484042661615169} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661615189} +--- !u!114 &8926484042661615173 +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: 5265657162cc1a241bba03a3b0476d99, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661615174} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615173} + m_MasterData: + m_Owner: {fileID: 8926484042661615169} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 0 + m_Property: + name: a + m_serializedType: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661615159} +--- !u!114 &8926484042661615174 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615173} + m_Children: + - {fileID: 8926484042661615175} + - {fileID: 8926484042661615176} + - {fileID: 8926484042661615177} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615173} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The position. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615175 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615174} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615173} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615176 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615174} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615173} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615177 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615174} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615173} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615178 +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: 5265657162cc1a241bba03a3b0476d99, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661615179} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615178} + m_MasterData: + m_Owner: {fileID: 8926484042661615169} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 0 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661615132} +--- !u!114 &8926484042661615179 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615178} + m_Children: + - {fileID: 8926484042661615180} + - {fileID: 8926484042661615181} + - {fileID: 8926484042661615182} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615178} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The position. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661615180 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615179} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615178} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661615181 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615179} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615178} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661615182 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615179} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615178} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661615183 +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: 850204dbbab27354ca79dcd450671db2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 203, y: 890} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615184} + m_OutputSlots: + - {fileID: 8926484042661615185} + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661615184 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615184} + m_MasterData: + m_Owner: {fileID: 8926484042661615183} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661615066} +--- !u!114 &8926484042661615185 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615185} + m_MasterData: + m_Owner: {fileID: 8926484042661615183} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661615187} +--- !u!114 &8926484042661615186 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 378, y: 959} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615187} + - {fileID: 8926484042661615188} + m_OutputSlots: + - {fileID: 8926484042661615189} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661615187 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615187} + m_MasterData: + m_Owner: {fileID: 8926484042661615186} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661615185} +--- !u!114 &8926484042661615188 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615188} + m_MasterData: + m_Owner: {fileID: 8926484042661615186} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: -10 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615189 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615189} + m_MasterData: + m_Owner: {fileID: 8926484042661615186} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661615171} +--- !u!114 &8926484042661615190 +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: 01ec2c1930009b04ea08905b47262415, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114780028408030698} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615191} + - {fileID: 8926484042661615192} + m_OutputSlots: [] + m_Disabled: 0 + attribute: color + Composition: 0 + AlphaComposition: 0 + SampleMode: 1 + Mode: 1 + ColorMode: 3 + channels: 6 +--- !u!114 &8926484042661615191 +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: 76f778ff57c4e8145b9681fe3268d8e9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615191} + m_MasterData: + m_Owner: {fileID: 8926484042661615190} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Gradient, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"colorKeys":[{"color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"time":0.0},{"color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"time":0.29706263542175295},{"color":{"r":2.0,"g":0.0,"b":0.0,"a":1.0},"time":0.43529412150382998},{"color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"time":0.5794155597686768},{"color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"time":1.0}],"alphaKeys":[{"alpha":0.0,"time":0.0},{"alpha":0.44999998807907107,"time":0.45000380277633669},{"alpha":1.0,"time":1.0}],"gradientMode":0}' + m_Space: 2147483647 + m_Property: + name: Color + m_serializedType: + m_SerializableType: UnityEngine.Gradient, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615192 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661615193} + - {fileID: 8926484042661615194} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615192} + m_MasterData: + m_Owner: {fileID: 8926484042661615190} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":1.0}' + m_Space: 2147483647 + m_Property: + name: SpeedRange + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615193 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615192} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615192} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615194 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615192} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615192} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/Swarm.vfx.meta b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/Swarm.vfx.meta new file mode 100644 index 0000000..9e506a6 --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/Swarm.vfx.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4d409790e3b8aa343ac7730da448b7bc +VisualEffectImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane.meta b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane.meta new file mode 100644 index 0000000..8079213 --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f82e266822991d94bb413327932c4e0b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Boxes.vfx b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Boxes.vfx new file mode 100644 index 0000000..f7a55f7 --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Boxes.vfx @@ -0,0 +1,7016 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &114023846229194376 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 73a13919d81fb7444849bae8b5c812a2, type: 3} + m_Name: VFXBasicSpawner + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 114873264888500148} + - {fileID: 8926484042661614554} + m_UIPosition: {x: 707.8936, y: -190.26595} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 0} + m_InputFlowSlot: + - link: [] + - link: [] + m_OutputFlowSlot: + - link: + - context: {fileID: 8926484042661614570} + slotIndex: 0 +--- !u!114 &114340500867371532 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: d01270efd3285ea4a9d6c555cb0a8027, type: 3} + m_Name: VFXUI + m_EditorClassIdentifier: + groupInfos: [] + stickyNoteInfos: [] + systemInfos: [] + categories: [] + uiBounds: + serializedVersion: 2 + x: -785 + y: -190 + width: 1872 + height: 1750 +--- !u!114 &114350483966674976 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 7d4c867f6b72b714dbb5fd1780afe208, type: 3} + m_Name: Boxes + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 114023846229194376} + - {fileID: 114780028408030698} + - {fileID: 8926484042661614570} + - {fileID: 8926484042661614591} + - {fileID: 8926484042661614714} + - {fileID: 8926484042661614744} + - {fileID: 8926484042661614751} + - {fileID: 8926484042661614770} + - {fileID: 8926484042661614775} + - {fileID: 8926484042661614790} + - {fileID: 8926484042661614792} + - {fileID: 8926484042661614796} + - {fileID: 8926484042661614808} + - {fileID: 8926484042661614828} + - {fileID: 8926484042661614830} + - {fileID: 8926484042661614837} + - {fileID: 8926484042661614841} + - {fileID: 8926484042661614843} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_UIInfos: {fileID: 114340500867371532} + m_ParameterInfo: + - name: spread + path: spread + tooltip: particle spread + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 45.1 + min: 0 + max: 0 + descendantCount: 0 + - name: Amplitude + path: Amplitude + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + min: -Infinity + max: Infinity + descendantCount: 0 + - name: SizeOfBlocks + path: SizeOfBlocks + tooltip: + sheetType: m_Vector3f + realType: Vector3 + defaultValue: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0,"z":10.0}' + min: -Infinity + max: Infinity + descendantCount: 0 + m_GraphVersion: 2 + m_saved: 1 + m_SubgraphDependencies: [] + m_CategoryPath: +--- !u!114 &114571176826476282 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114571176826476282} + m_MasterData: + m_Owner: {fileID: 114873264888500148} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1000 + m_Space: 2147483647 + m_Property: + name: Rate + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Spawn Rate (in number per seconds) + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114780028408030698 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 2dc095764ededfa4bb32fa602511ea4b, type: 3} + m_Name: VFXBasicUpdate + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 708, y: 817} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 8926484042661614580} + m_InputFlowSlot: + - link: + - context: {fileID: 8926484042661614570} + slotIndex: 0 + m_OutputFlowSlot: + - link: + - context: {fileID: 8926484042661614591} + slotIndex: 0 + integration: 0 + angularIntegration: 0 + ageParticles: 1 + reapParticles: 1 +--- !u!114 &114873264888500148 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: f05c6884b705ce14d82ae720f0ec209f, type: 3} + m_Name: VFXSpawnerConstantRate + m_EditorClassIdentifier: + m_Parent: {fileID: 114023846229194376} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 114571176826476282} + m_OutputSlots: [] + m_Disabled: 0 +--- !u!2058629511 &8926484042661614527 +VisualEffectResource: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Boxes + m_Graph: {fileID: 114350483966674976} + m_ShaderSources: + - compute: 1 + name: '[System 1]Update' + source: "#pragma kernel CSMain\r\n#define NB_THREADS_PER_GROUP 64\n#define VFX_LOCAL_SPACE + 1\n#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\n\r\n\r\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/Common/VFXCommonCompute.cginc\"\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\n\r\n\r\nRWByteAddressBuffer + attributeBuffer;\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\nRWStructuredBuffer + deadListOut;\r\n#endif\r\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\nRWStructuredBuffer + indirectBuffer;\r\n#endif\r\n\r\nCBUFFER_START(updateParams)\r\n uint nbMax;\r\n\tuint + dispatchWidth;\r\n\tuint systemSeed;\r\nCBUFFER_END\r\n\r\n\r\n\r\n[numthreads(NB_THREADS_PER_GROUP,1,1)]\r\nvoid + CSMain(uint3 groupId : SV_GroupID,\r\n uint3 groupThreadId + \ : SV_GroupThreadID)\r\n{\r\n\tuint id = groupThreadId.x + groupId.x * NB_THREADS_PER_GROUP + + groupId.y * dispatchWidth * NB_THREADS_PER_GROUP;\r\n\tuint index = id;\r\n\tif + (id < nbMax)\r\n\t{\r\n#if VFX_USE_ALIVE_CURRENT\r\n\t\t\r\n\t\tif (alive)\r\n\t\t{\r\n\t\t\t\r\n\t\t\t\r\n#if + VFX_USE_OLDPOSITION_CURRENT\r\n\t\t\toldPosition = position;\r\n#endif\r\n\t\t\t\r\n\t\t\t\r\n\t\t\tif + (alive)\r\n\t\t\t{\r\n\t\t\t\t\r\n#if VFX_HAS_INDIRECT_DRAW\r\n uint + indirectIndex = indirectBuffer.IncrementCounter();\r\n\t\t\t\tindirectBuffer[indirectIndex] + = index;\r\n#endif\r\n\t\t\t}\r\n\t\t\telse\r\n\t\t\t{\r\n\t\t\t\t\r\n\t\t\t\tuint + deadIndex = deadListOut.IncrementCounter();\r\n\t\t\t\tdeadListOut[deadIndex] + = index;\r\n\t\t\t}\r\n\t\t}\r\n#else\r\n\t\t\r\n\t\t\r\n#if VFX_USE_OLDPOSITION_CURRENT\r\n\t\toldPosition + = position;\r\n#endif\r\n\t\t\r\n\t\t\r\n\t\t\r\n#if VFX_HAS_INDIRECT_DRAW\r\n + \ uint indirectIndex = indirectBuffer.IncrementCounter();\r\n\t\tindirectBuffer[indirectIndex] + = index;\r\n#endif\r\n#endif\r\n\t}\r\n}\r\n" + - compute: 1 + name: '[System 1]Initialize' + source: "#pragma kernel CSMain\r\n#define NB_THREADS_PER_GROUP 64\n#define VFX_USE_POSITION_CURRENT + 1\n#define VFX_USE_PARTICLEID_CURRENT 1\n#define VFX_LOCAL_SPACE 1\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\n\r\n\r\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/Common/VFXCommonCompute.cginc\"\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\n\r\n\r\nRWByteAddressBuffer + attributeBuffer;\r\nByteAddressBuffer sourceAttributeBuffer;\r\n\r\nCBUFFER_START(initParams)\r\n#if + !VFX_USE_SPAWNER_FROM_GPU\r\n uint nbSpawned;\t\t\t\t\t// Numbers of particle + spawned\r\n uint spawnIndex;\t\t\t\t// Index of the first particle spawned\r\n + \ uint dispatchWidth;\r\n#else\r\n uint offsetInAdditionalOutput;\r\n\tuint + nbMax;\r\n#endif\r\n\tuint systemSeed;\r\nCBUFFER_END\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\nRWStructuredBuffer + deadListIn;\r\nByteAddressBuffer deadListCount; // This is bad to use a SRV + to fetch deadList count but Unity API currently prevent from copying to CB\r\n#endif\r\n\r\n#if + VFX_USE_SPAWNER_FROM_GPU\r\nStructuredBuffer eventList;\r\nByteAddressBuffer + inputAdditional;\r\n#endif\r\n\r\nvoid SetAttribute_CAC29747(inout float3 position, + float3 Position) /*attribute:position Composition:Overwrite Source:Slot Random:Off + channels:XYZ */\n{\n position = Position;\n}\n\n\r\n\r\n[numthreads(NB_THREADS_PER_GROUP,1,1)]\r\nvoid + CSMain(uint3 groupId : SV_GroupID,\r\n uint3 groupThreadId + \ : SV_GroupThreadID)\r\n{\r\n uint id = groupThreadId.x + groupId.x * + NB_THREADS_PER_GROUP;\r\n#if !VFX_USE_SPAWNER_FROM_GPU\r\n id += groupId.y + * dispatchWidth * NB_THREADS_PER_GROUP;\r\n#endif\r\n\r\n#if VFX_USE_SPAWNER_FROM_GPU\r\n + \ uint maxThreadId = inputAdditional.Load((offsetInAdditionalOutput * 2 + + 0) << 2);\r\n uint currentSpawnIndex = inputAdditional.Load((offsetInAdditionalOutput + * 2 + 1) << 2) - maxThreadId;\r\n#else\r\n uint maxThreadId = nbSpawned;\r\n + \ uint currentSpawnIndex = spawnIndex;\r\n#endif\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\n + \ maxThreadId = min(maxThreadId, deadListCount.Load(0x0));\r\n#elif VFX_USE_SPAWNER_FROM_GPU\r\n + \ maxThreadId = min(maxThreadId, nbMax); //otherwise, nbSpawned already clamped + on CPU\r\n#endif\r\n\r\n if (id < maxThreadId)\r\n {\r\n#if VFX_USE_SPAWNER_FROM_GPU\r\n + \ int sourceIndex = eventList[id];\r\n#endif\r\n uint particleIndex + = id + currentSpawnIndex;\r\n\t\t\r\n#if !VFX_USE_SPAWNER_FROM_GPU\r\n int + sourceIndex = 0;\n /*//Loop with 1 iteration generate a wrong IL Assembly + (and actually, useless code)\n uint currentSumSpawnCount = 0u;\n for + (sourceIndex=0; sourceIndex<1; sourceIndex++)\n {\n currentSumSpawnCount + += uint(asfloat(sourceAttributeBuffer.Load((sourceIndex * 0x1 + 0x0) << 2)));\n + \ if (id < currentSumSpawnCount)\n {\n break;\n + \ }\n }\n */\n \n\r\n#endif\r\n float3 + position = float3(0, 0, 0);\n uint particleId = (uint)0;\n \n\r\n#if + VFX_USE_PARTICLEID_CURRENT\r\n particleId = particleIndex;\r\n#endif\r\n#if + VFX_USE_SEED_CURRENT\r\n seed = WangHash(particleIndex ^ systemSeed);\r\n#endif\r\n + \ \r\n {\n uint tmp_t = particleId / (uint)10000;\n + \ uint tmp_u = tmp_t * (uint)10000;\n uint tmp_v = particleId + - tmp_u;\n uint tmp_x = tmp_v / (uint)100;\n float tmp_y + = (float)tmp_x;\n uint tmp_z = tmp_x * (uint)100;\n uint + tmp_ba = tmp_v - tmp_z;\n float tmp_bb = (float)tmp_ba;\n uint + tmp_bc = tmp_v - tmp_v;\n float tmp_bd = (float)tmp_bc;\n float3 + tmp_be = float3(tmp_y, tmp_bb, tmp_bd);\n float3 tmp_bg = tmp_be + / float3(99, 99, 1);\n float3 tmp_bi = tmp_bg * float3(2, 2, 2);\n + \ float3 tmp_bk = tmp_bi - float3(1, 1, 1);\n float tmp_bl + = tmp_bk[0];\n float3 tmp_bm = float3(tmp_bl, tmp_bl, tmp_bl);\n + \ float3 tmp_bo = tmp_bm * float3(1.5, 0, 0);\n float tmp_bp + = tmp_bk[1];\n float3 tmp_bq = float3(tmp_bp, tmp_bp, tmp_bp);\n + \ float3 tmp_bs = tmp_bq * float3(0, 1.5, 0);\n float3 + tmp_bt = tmp_bo + tmp_bs;\n SetAttribute_CAC29747( /*inout */position, + tmp_bt);\n }\n \n\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\n if + (alive)\r\n {\r\n\t\t\tuint deadIndex = deadListIn.DecrementCounter();\r\n + \ uint index = deadListIn[deadIndex];\r\n attributeBuffer.Store3((index + * 0x4 + 0x0) << 2,asuint(position));\n attributeBuffer.Store((index + * 0x4 + 0x3) << 2,asuint(particleId));\n \n\r\n }\r\n#else\r\n + \ uint index = particleIndex;\r\n attributeBuffer.Store3((index + * 0x4 + 0x0) << 2,asuint(position));\n attributeBuffer.Store((index * + 0x4 + 0x3) << 2,asuint(particleId));\n \n\r\n#endif\r\n }\r\n}\r\n" + - compute: 0 + name: '[System 1]Lit Mesh Output' + source: "Shader \"Hidden/VFX/System 1/Lit Mesh Output\"\n{\r\n\tSubShader\r\n\t{\t\r\n\t\tCull + Off\r\n\t\t\r\n\t\tTags { \"Queue\"=\"Geometry+0\" \"IgnoreProjector\"=\"False\" + \"RenderType\"=\"Opaque\" }\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\tZTest + LEqual\n\t\tZWrite On\n\t\tCull Back\n\t\t\n\t\n\t\t\t\n\t\tHLSLINCLUDE\n\t\t#if + !defined(VFX_WORLD_SPACE) && !defined(VFX_LOCAL_SPACE)\n\t\t#define VFX_LOCAL_SPACE + 1\n\t\t#endif\n\t\t\n\t\t#define NB_THREADS_PER_GROUP 64\n\t\t#define VFX_USE_POSITION_CURRENT + 1\n\t\t#define VFX_USE_PARTICLEID_CURRENT 1\n\t\t#define VFX_USE_COLOR_CURRENT + 1\n\t\t#define VFX_USE_ALPHA_CURRENT 1\n\t\t#define VFX_USE_ALIVE_CURRENT 1\n\t\t#define + VFX_USE_AXISX_CURRENT 1\n\t\t#define VFX_USE_AXISY_CURRENT 1\n\t\t#define VFX_USE_AXISZ_CURRENT + 1\n\t\t#define VFX_USE_ANGLEX_CURRENT 1\n\t\t#define VFX_USE_ANGLEY_CURRENT + 1\n\t\t#define VFX_USE_ANGLEZ_CURRENT 1\n\t\t#define VFX_USE_PIVOTX_CURRENT + 1\n\t\t#define VFX_USE_PIVOTY_CURRENT 1\n\t\t#define VFX_USE_PIVOTZ_CURRENT + 1\n\t\t#define VFX_USE_SIZE_CURRENT 1\n\t\t#define VFX_USE_SCALEX_CURRENT 1\n\t\t#define + VFX_USE_SCALEY_CURRENT 1\n\t\t#define VFX_USE_SCALEZ_CURRENT 1\n\t\t#define + VFX_COLORMAPPING_DEFAULT 1\n\t\t#define IS_OPAQUE_PARTICLE 1\n\t\t#define USE_CAST_SHADOWS_PASS + 1\n\t\t#define HDRP_LIT 1\n\t\t#define HDRP_MATERIAL_TYPE_STANDARD 1\n\t\t#define + HDRP_USE_BASE_COLOR_MAP 1\n\t\t#define HDRP_USE_BASE_COLOR_MAP_COLOR 1\n\t\t#define + HDRP_USE_BASE_COLOR_MAP_ALPHA 1\n\t\t#define HDRP_USE_BASE_COLOR 1\n\t\t#define + IS_OPAQUE_NOT_SIMPLE_LIT_PARTICLE 1\n\t\t\n\t\t\n\t\t\n\t\t#define VFX_LOCAL_SPACE + 1\n\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\t\t\n\n\t\tCBUFFER_START(parameters)\n\t\t + \ float3 uniform_e;\n\t\t float uniform_b;\n\t\t float3 Scale_c;\n\t\t + \ float uniform_c;\n\t\t float uniform_d;\n\t\t uint3 PADDING_0;\n\t\tCBUFFER_END\n\t\tTexture2D + baseColorMap;\n\t\tSamplerState samplerbaseColorMap;\n\t\t\n\n\t\t\n\t\t#define + VFX_NEEDS_COLOR_INTERPOLATOR (VFX_USE_COLOR_CURRENT || VFX_USE_ALPHA_CURRENT)\n\t\t\n\t\tByteAddressBuffer + attributeBuffer;\t\n\t\t\n\t\t#if VFX_HAS_INDIRECT_DRAW\n\t\tStructuredBuffer + indirectBuffer;\t\n\t\t#endif\t\n\t\t\n\t\t#if USE_DEAD_LIST_COUNT\n\t\tByteAddressBuffer + deadListCount;\n\t\t#endif\n\t\t\n\t\tCBUFFER_START(outputParams)\n\t\t\tfloat + nbMax;\n\t\t\tfloat systemSeed;\n\t\tCBUFFER_END\n\t\t\n\t\tENDHLSL\n\t\t\n\r\n\t\tPass\n\t\t{\t\t\n\t\t\tTags + { \"LightMode\"=\"DepthOnly\" }\n\t\t\n\t\t\tZWrite On\n\t\t\tBlend Off\n\t\t\t\n\t\t\tHLSLPROGRAM\n\t\t\t#pragma + target 4.5\n\t\t\t#define UNITY_MATERIAL_LIT\n\t\t\t#pragma multi_compile _ + WRITE_NORMAL_BUFFER\n\t\t\t\n\t\t\tstruct ps_input\n\t\t\t{\t\t\n\t\t\t\tfloat4 + pos : SV_POSITION;\n\t\t\t\tfloat2 uv : TEXCOORD0;\t\n\t\t\t\t#if USE_ALPHA_TEST + || USE_FLIPBOOK_INTERPOLATION || VFX_USE_ALPHA_CURRENT\n\t\t\t\t// x: alpha + threshold\n\t\t\t\t// y: frame blending factor\n\t\t\t\t// z: alpha\n\t\t\t\t// + w: smoothness\n\t\t\t\tnointerpolation float4 builtInInterpolants : TEXCOORD1;\n\t\t\t\t#endif\n\t\t\t\t#if + USE_FLIPBOOK_MOTIONVECTORS\n\t\t\t\t// x: motion vector scale u\n\t\t\t\t// + y: motion vector scale v\n\t\t\t\tnointerpolation float2 builtInInterpolants2 + : TEXCOORD2;\n\t\t\t\t#endif\n\t\t\t\t#ifdef WRITE_NORMAL_BUFFER\n\t\t\t\tfloat4 + normal : TEXCOORD3; // normal scale is stored in w\n\t\t\t\t#if HDRP_USE_NORMAL_MAP\n\t\t\t\tfloat4 + tangent : TEXCOORD4;\n\t\t\t\t#endif\n\t\t\t\t#endif\n\t\t\t};\n\t\t\n\t\t#define + VFX_VARYING_PS_INPUTS ps_input\n\t\t#define VFX_VARYING_POSCS pos\n\t\t#define + VFX_VARYING_ALPHA builtInInterpolants.z\n\t\t#define VFX_VARYING_ALPHATHRESHOLD + builtInInterpolants.x\n\t\t#define VFX_VARYING_FRAMEBLEND builtInInterpolants.y\n\t\t#define + VFX_VARYING_MOTIONVECTORSCALE builtInInterpolants2.xy\n\t\t#define VFX_VARYING_UV + uv\n\t\t\n\t\t#ifdef WRITE_NORMAL_BUFFER\n\t\t#define VFX_VARYING_NORMAL normal.xyz\n\t\t#define + VFX_VARYING_SMOOTHNESS builtInInterpolants.w\n\t\t#if HDRP_USE_NORMAL_MAP\n\t\t#define + VFX_VARYING_TANGENT tangent\n\t\t#define VFX_VARYING_NORMALSCALE normal.w\n\t\t#endif\n\t\t#endif\n\t\t\t\t\n\t\t\n\t\t\t\t\n\t\t\t#if + !(defined(VFX_VARYING_PS_INPUTS) && defined(VFX_VARYING_POSCS))\n\t\t\t#error + VFX_VARYING_PS_INPUTS, VFX_VARYING_POSCS and VFX_VARYING_UV must be defined.\n\t\t\t#endif\n\t\t\t\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXCommon.cginc\"\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\t\t\t\n\n\t\t\tvoid + SetAttribute_48A7BEFF(inout float angleX, inout float angleY, inout float angleZ, + float3 Angle) /*attribute:angle Composition:Overwrite Source:Slot Random:Off + channels:XYZ */\n\t\t\t{\n\t\t\t angleX = Angle.x;\n\t\t\t angleY = Angle.y;\n\t\t\t + \ angleZ = Angle.z;\n\t\t\t}\n\t\t\tvoid SetAttribute_FDD06EC7(inout float3 + color, float3 Color) /*attribute:color Composition:Overwrite Source:Slot Random:Off + channels:XYZ */\n\t\t\t{\n\t\t\t color = Color;\n\t\t\t}\n\t\t\tvoid SetAttribute_D5151642(inout + float scaleX, inout float scaleY, inout float scaleZ, float3 Scale) /*attribute:scale + Composition:Overwrite Source:Slot Random:Off channels:XYZ */\n\t\t\t{\n\t\t\t + \ scaleX = Scale.x;\n\t\t\t scaleY = Scale.y;\n\t\t\t scaleZ = Scale.z;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\tstruct + vs_input\n\t\t\t{\n\t\t\t\tfloat3 pos : POSITION;\n\t\t\t\tfloat2 uv : TEXCOORD0;\n\t\t\t\tfloat3 + normal : NORMAL;\n\t\t\t\t#ifdef VFX_VARYING_TANGENT\n\t\t\t\tfloat4 tangent + : TANGENT;\n\t\t\t\t#endif\n\t\t\t};\n\t\t\t\n\t\t\t#pragma vertex vert\n\t\t\tVFX_VARYING_PS_INPUTS + vert(vs_input i, uint instanceID : SV_InstanceID)\n\t\t\t{\n\t\t\t\tuint index + = instanceID;\n\t\t\t\tVFX_VARYING_PS_INPUTS o = (VFX_VARYING_PS_INPUTS)0;\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tuint + deadCount = 0;\n\t\t\t\t\t\t#if USE_DEAD_LIST_COUNT\n\t\t\t\t\t\tdeadCount = + deadListCount.Load(0);\n\t\t\t\t\t\t#endif\t\n\t\t\t\t\t\tif (index >= asuint(nbMax) + - deadCount)\n\t\t\t\t\t\t#if USE_GEOMETRY_SHADER\n\t\t\t\t\t\t\treturn; // + cull\n\t\t\t\t\t\t#else\n\t\t\t\t\t\t\treturn o; // cull\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + VFX_HAS_INDIRECT_DRAW\n\t\t\t\t\t\tindex = indirectBuffer[index];\n\t\t\t\t\t\tfloat3 + position = asfloat(attributeBuffer.Load3((index * 0x4 + 0x0) << 2));\n\t\t\t\t\t\tuint + particleId = (attributeBuffer.Load((index * 0x4 + 0x3) << 2));\n\t\t\t\t\t\tfloat3 + color = float3(1, 1, 1);\n\t\t\t\t\t\tfloat alpha = (float)1;\n\t\t\t\t\t\tbool + alive = (bool)true;\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 + axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat + angleX = (float)0;\n\t\t\t\t\t\tfloat angleY = (float)0;\n\t\t\t\t\t\tfloat + angleZ = (float)0;\n\t\t\t\t\t\tfloat pivotX = (float)0;\n\t\t\t\t\t\tfloat + pivotY = (float)0;\n\t\t\t\t\t\tfloat pivotZ = (float)0;\n\t\t\t\t\t\tfloat + size = (float)0.100000001;\n\t\t\t\t\t\tfloat scaleX = (float)1;\n\t\t\t\t\t\tfloat + scaleY = (float)1;\n\t\t\t\t\t\tfloat scaleZ = (float)1;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#else\n\t\t\t\t\t\tbool + alive = (bool)true;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tif (!alive)\n\t\t\t\t\t\t\treturn + o;\n\t\t\t\t\t\t\t\n\t\t\t\t\t\tfloat3 position = asfloat(attributeBuffer.Load3((index + * 0x4 + 0x0) << 2));\n\t\t\t\t\t\tuint particleId = (attributeBuffer.Load((index + * 0x4 + 0x3) << 2));\n\t\t\t\t\t\tfloat3 color = float3(1, 1, 1);\n\t\t\t\t\t\tfloat + alpha = (float)1;\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 + axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat + angleX = (float)0;\n\t\t\t\t\t\tfloat angleY = (float)0;\n\t\t\t\t\t\tfloat + angleZ = (float)0;\n\t\t\t\t\t\tfloat pivotX = (float)0;\n\t\t\t\t\t\tfloat + pivotY = (float)0;\n\t\t\t\t\t\tfloat pivotZ = (float)0;\n\t\t\t\t\t\tfloat + size = (float)0.100000001;\n\t\t\t\t\t\tfloat scaleX = (float)1;\n\t\t\t\t\t\tfloat + scaleY = (float)1;\n\t\t\t\t\t\tfloat scaleZ = (float)1;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t{\n\t\t\t\t + \ uint tmp_y = particleId ^ asuint(uniform_d);\n\t\t\t\t float tmp_z = + FixedRand(tmp_y);\n\t\t\t\t float tmp_ba = uniform_c * tmp_z;\n\t\t\t\t float + tmp_bb = uniform_b + tmp_ba;\n\t\t\t\t float3 tmp_bc = float3(tmp_bb, tmp_bb, + tmp_bb);\n\t\t\t\t float3 tmp_bd = position + tmp_bc;\n\t\t\t\t float3 + tmp_bg = GeneratePerlinCurlNoise(tmp_bd, float3(0.200000003, 0.450704187, 0).x, + (int)2, float3(0.200000003, 0.450704187, 0).y, float3(0.200000003, 0.450704187, + 0).z);\n\t\t\t\t float3 tmp_bh = tmp_bg * uniform_e;\n\t\t\t\t float3 + tmp_bj = tmp_bh - float3(-1, -1, -1);\n\t\t\t\t float3 tmp_bl = tmp_bj / + float3(2, 2, 2);\n\t\t\t\t float3 tmp_bn = tmp_bl * float3(12, 12, 12);\n\t\t\t\t + \ SetAttribute_48A7BEFF( /*inout */angleX, /*inout */angleY, /*inout */angleZ, + tmp_bn);\n\t\t\t\t}\n\t\t\t\t{\n\t\t\t\t uint tmp_y = particleId ^ asuint(uniform_d);\n\t\t\t\t + \ float tmp_z = FixedRand(tmp_y);\n\t\t\t\t float tmp_ba = uniform_c * + tmp_z;\n\t\t\t\t float tmp_bb = uniform_b + tmp_ba;\n\t\t\t\t float3 tmp_bc + = float3(tmp_bb, tmp_bb, tmp_bb);\n\t\t\t\t float3 tmp_bd = position + tmp_bc;\n\t\t\t\t + \ float3 tmp_bg = GeneratePerlinCurlNoise(tmp_bd, float3(0.200000003, 0.450704187, + 0).x, (int)2, float3(0.200000003, 0.450704187, 0).y, float3(0.200000003, 0.450704187, + 0).z);\n\t\t\t\t float3 tmp_bh = tmp_bg * uniform_e;\n\t\t\t\t float3 + tmp_bj = tmp_bh - float3(-1, -1, -1);\n\t\t\t\t float3 tmp_bl = tmp_bj / + float3(2, 2, 2);\n\t\t\t\t SetAttribute_FDD06EC7( /*inout */color, tmp_bl);\n\t\t\t\t}\n\t\t\t\tSetAttribute_D5151642( + /*inout */scaleX, /*inout */scaleY, /*inout */scaleZ, Scale_c);\n\t\t\t\t\n\n\t\t\t\t\t\t\n\t\t\t\tif + (!alive)\n\t\t\t\t\treturn o;\n\t\t\t\t\n\t\t\t\to.VFX_VARYING_UV.xy = i.uv;\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tfloat3 + size3 = float3(size,size,size);\n\t\t\t\t\t\t#if VFX_USE_SCALEX_CURRENT\n\t\t\t\t\t\tsize3.x + *= scaleX;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEY_CURRENT\n\t\t\t\t\t\tsize3.y + *= scaleY;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEZ_CURRENT\n\t\t\t\t\t\tsize3.z + *= scaleZ;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\tfloat4x4 elementToVFX + = GetElementToVFXMatrix(axisX,axisY,axisZ,float3(angleX,angleY,angleZ),float3(pivotX,pivotY,pivotZ),size3,position);\n\t\t\t\tfloat3 + vPos = mul(elementToVFX,float4(i.pos,1.0f)).xyz;\n\t\t\t\n\t\t\t\to.VFX_VARYING_POSCS + = TransformPositionVFXToClip(vPos);\n\t\t\t\tfloat3 normalWS = normalize(TransformDirectionVFXToWorld(mul((float3x3)elementToVFX, + i.normal)));\n\t\t\t\t#ifdef VFX_VARYING_NORMAL // TODO Should use inverse transpose\n\t\t\t\to.VFX_VARYING_NORMAL + = normalWS;\n\t\t\t\t#endif\n\t\t\t\t#ifdef VFX_VARYING_TANGENT\n\t\t\t\to.VFX_VARYING_TANGENT + = float4(normalize(TransformDirectionVFXToWorld(mul((float3x3)elementToVFX,i.tangent.xyz))),i.tangent.w);\n\t\t\t\t#endif\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if + VFX_USE_COLOR_CURRENT && defined(VFX_VARYING_COLOR)\n\t\t\t\t\t\to.VFX_VARYING_COLOR + = color;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_ALPHA_CURRENT && defined(VFX_VARYING_ALPHA) + \n\t\t\t\t\t\to.VFX_VARYING_ALPHA = alpha;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#ifdef + VFX_VARYING_EXPOSUREWEIGHT\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_EXPOSUREWEIGHT + = exposureWeight;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_SOFT_PARTICLE + && defined(VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE + = invSoftParticlesFadeDistance;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + USE_ALPHA_TEST && defined(VFX_VARYING_ALPHATHRESHOLD)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_ALPHATHRESHOLD + = alphaThreshold;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_UV_SCALE_BIAS\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_UV.xy + = o.VFX_VARYING_UV.xy * uvScale + uvBias;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + defined(VFX_VARYING_POSWS)\n\t\t\t\t\t\to.VFX_VARYING_POSWS = TransformPositionVFXToWorld(vPos);\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if + USE_FLIPBOOK\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\tVFXUVData uvData = GetUVData(flipBookSize, + invFlipBookSize, o.VFX_VARYING_UV.xy, texIndex);\n\t\t\t\t\t\to.VFX_VARYING_UV.xy + = uvData.uvs.xy;\n\t\t\t\t\t\t#if USE_FLIPBOOK_INTERPOLATION\n\t\t\t\t\t\to.VFX_VARYING_UV.zw + = uvData.uvs.zw;\n\t\t\t\t\t\to.VFX_VARYING_FRAMEBLEND = uvData.blend;\n\t\t\t\t\t\t#if + USE_FLIPBOOK_MOTIONVECTORS\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_MOTIONVECTORSCALE + = motionVectorScale * invFlipBookSize;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\treturn + o;\n\t\t\t}\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommonOutput.cginc\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t#define + SHADERPASS SHADERPASS_DEPTH_ONLY\n\t\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXLit.cginc\"\n\t\t\t\n\t\t\tvoid + VFXGetHDRPLitData(out SurfaceData surfaceData, out BuiltinData builtinData, + out BSDFData bsdfData, out PreLightData preLightData, VFX_VARYING_PS_INPUTS + i, float3 normalWS, const VFXUVData uvData, uint2 tileIndex)\n\t\t\t{\t\n\t\t\t\t#if + HDRP_MATERIAL_TYPE_TRANSLUCENT\n\t\t\t\t // Loads diffusion profile\n\t\t\t\t#else\n\t\t\t\tconst + uint diffusionProfileHash = 0;\n\t\t\t\t#endif\n\t\t\t\t\n\t\t\t\tfloat3 posRWS + = VFXGetPositionRWS(i);\n\t\t\t\tfloat4 posSS = i.VFX_VARYING_POSCS;\n\t\t\t\tPositionInputs + posInput = GetPositionInput(posSS.xy, _ScreenSize.zw, posSS.z, posSS.w, posRWS, + tileIndex);\n\t\t\t\t\n\t\t\t\tfloat alpha;\n\t\t\t\tsurfaceData = VFXGetSurfaceData(i,normalWS,uvData,diffusionProfileHash,alpha);\t\n\t\t\t\tbsdfData + = ConvertSurfaceDataToBSDFData(posSS.xy, surfaceData);\n\t\t\t\n\t\t\t\tpreLightData + = GetPreLightData(GetWorldSpaceNormalizeViewDir(posRWS),posInput,bsdfData);\n\t\t\t\t\n\t\t\t\tpreLightData.diffuseFGD + = 1.0f;\n\t\t\t //TODO: investigate why this is needed\n\t\t\t preLightData.coatPartLambdaV + = 0;\n\t\t\t preLightData.coatIblR = 0;\n\t\t\t preLightData.coatIblF + = 0;\n\t\t\t \n\t\t\t\tbuiltinData = VFXGetBuiltinData(i,posInput,surfaceData,bsdfData,preLightData,uvData,alpha);\n\t\t\t}\n\t\t\t\n\t\t\tvoid + VFXGetHDRPLitData(out SurfaceData surfaceData, out BuiltinData builtinData, + VFX_VARYING_PS_INPUTS i, float3 normalWS, const VFXUVData uvData)\n\t\t\t{\n\t\t\t\tBSDFData + bsdfData = (BSDFData)0;\n\t\t\t\tPreLightData preLightData = (PreLightData)0;\n\t\t\t\tpreLightData.diffuseFGD + = 1.0f;\n\t\t\t\tVFXGetHDRPLitData(surfaceData,builtinData,bsdfData,preLightData,i,normalWS,uvData,uint2(0,0));\n\t\t\t}\n\t\t\t\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXLitPixelOutput.cginc\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\t\t\t\n\t\t\t#pragma + fragment frag\n\t\t\tvoid frag(ps_input i\n\t\t#ifdef WRITE_NORMAL_BUFFER\n\t\t\t, + out float4 outNormalBuffer : SV_Target0\n\t\t#if USE_DOUBLE_SIDED\n\t\t\t, bool + frontFace : SV_IsFrontFace\n\t\t#endif\n\t\t#else\n\t\t\t, out float4 outColor + : SV_Target\n\t\t#endif\n\t\t\t)\n\t\t\t{\t\n\t\t\t\tVFXTransformPSInputs(i);\n\t\t\t\t\n\t\t#ifdef + WRITE_NORMAL_BUFFER\n\t\t\t\t\n\t\t\t\t\t\t\t#if USE_DOUBLE_SIDED\n\t\t\t\t\t\t\tconst + float faceMul = frontFace ? 1.0f : -1.0f;\n\t\t\t\t\t\t\t#else\n\t\t\t\t\t\t\tconst + float faceMul = 1.0f;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tfloat3 + normalWS = normalize(i.VFX_VARYING_NORMAL * faceMul);\n\t\t\t\t\t\t\tconst VFXUVData + uvData = GetUVData(i);\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t#if defined(VFX_VARYING_TANGENT) + && USE_NORMAL_MAP\n\t\t\t\t\t\t\tfloat3 tangentWS = normalize(i.VFX_VARYING_TANGENT.xyz);\n\t\t\t\t\t\t\tfloat3 + bitangentWS = cross(normalWS,tangentWS) * (i.VFX_VARYING_TANGENT.w * faceMul);\n\t\t\t\t\t\t\tfloat3 + n = SampleNormalMap(VFX_SAMPLER(normalMap),uvData);\n\t\t\t\t\t\t\tfloat3x3 + tbn = float3x3(tangentWS,bitangentWS,normalWS);\n\t\t\t\t\t\t\tfloat normalScale + = 1.0f;\n\t\t\t\t\t\t\t#ifdef VFX_VARYING_NORMALSCALE\n\t\t\t\t\t\t\tnormalScale + = i.VFX_VARYING_NORMALSCALE;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\tnormalWS = + normalize(lerp(normalWS,mul(n,tbn),normalScale));\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\n\t\t\t\tVFXComputePixelOutputToNormalBuffer(i,normalWS,uvData,outNormalBuffer);\n\t\t#else\n\t\t\t\tfloat + alpha = VFXGetFragmentColor(i).a;\n\t\t#if HDRP_USE_BASE_COLOR_MAP_ALPHA\n\t\t\t\talpha + *= VFXGetTextureColor(VFX_SAMPLER(baseColorMap),i).a;\n\t\t#endif\t\n\t\t\t\tVFXClipFragmentColor(alpha,i);\n\t\t#ifdef + SCENESELECTIONPASS\n\t\t\t\t// We use depth prepass for scene selection in the + editor, this code allow to output the outline correctly\n\t\t\t\toutColor = + float4(_ObjectId, _PassValue, 1.0, 1.0);\n\t\t#else\n\t\t\t\toutColor = (float4)0;\n\t\t#endif\n\t\t#endif\n\t\t\t}\n\t\t\tENDHLSL\n\t\t}\n\t\t\n\r\n\t\tPass\n\t\t{\t\t\n\t\t\tTags + { \"LightMode\"=\"GBuffer\" }\n\t\t\t\n\t\t\tStencil\n\t\t\t{\n\t\t\t\tWriteMask + 7\n\t\t\t\tRef 2\n\t\t\t\tComp Always\n\t\t\t\tPass Replace\n\t\t\t}\t\n\t\t\t\t\n\t\t\tHLSLPROGRAM\n\t\t\t#pragma + target 4.5\n\t\t\t\n\t\t\t#pragma multi_compile _ LIGHT_LAYERS\n\t\t\t#pragma + multi_compile _ DEBUG_DISPLAY\n\t\t\t\n\t\t\t#define UNITY_MATERIAL_LIT\n\t\t\t\n\t\t\t#define + HDRP_NEEDS_UVS (HDRP_USE_BASE_COLOR_MAP || HDRP_USE_MASK_MAP || USE_NORMAL_MAP + || HDRP_USE_EMISSIVE_MAP)\n\t\t\t#define HDRP_USE_EMISSIVE (HDRP_USE_EMISSIVE_MAP + || HDRP_USE_EMISSIVE_COLOR || HDRP_USE_ADDITIONAL_EMISSIVE_COLOR)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tstruct + ps_input\n\t\t\t{\n\t\t\t\tfloat4 pos : SV_POSITION;\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t#if + (VFX_NEEDS_COLOR_INTERPOLATOR && HDRP_USE_BASE_COLOR) || HDRP_USE_ADDITIONAL_BASE_COLOR\n\t\t\t\t\t\t\tnointerpolation + float4 color : COLOR0;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t#if HDRP_MATERIAL_TYPE_SPECULAR\n\t\t\t\t\t\t\tnointerpolation + float3 specularColor : COLOR1;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t#if HDRP_USE_EMISSIVE\t\n\t\t\t\t\t\t\tnointerpolation + float4 emissiveColor : COLOR2;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t// + x: smoothness\n\t\t\t\t\t\t\t// y: metallic/thickness\n\t\t\t\t\t\t\t// z: normal + scale\n\t\t\t\t\t\t\t// w: emissive scale\n\t\t\t\t\t\t\tnointerpolation float4 + materialProperties : TEXCOORD0;\n\t\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t#if USE_FLIPBOOK_INTERPOLATION\n\t\t\t\tfloat4 + uv : TEXCOORD1;\n\t\t\t\t#else\n\t\t\t\tfloat2 uv : TEXCOORD1;\t\n\t\t\t\t#endif\n\t\t\t\tfloat3 + normal : TEXCOORD2;\n\t\t\t\t#if USE_NORMAL_MAP\n\t\t\t\tfloat4 tangent : TEXCOORD3;\n\t\t\t\t#endif\n\t\t\t\t#if + USE_SOFT_PARTICLE || USE_ALPHA_TEST || USE_FLIPBOOK_INTERPOLATION\n\t\t\t\t// + x: inverse soft particles fade distance\n\t\t\t\t// y: alpha threshold\n\t\t\t\t// + z: frame blending factor\n\t\t\t\tnointerpolation float3 builtInInterpolants + : TEXCOORD4;\n\t\t\t\t#endif\n\t\t\t\t#if USE_FLIPBOOK_MOTIONVECTORS\n\t\t\t\t// + x: motion vector scale u\n\t\t\t\t// y: motion vector scale v\n\t\t\t\tnointerpolation + float2 builtInInterpolants2 : TEXCOORD5;\n\t\t\t\t#endif\n\t\t\t};\n\t\t\t\n\t\t\tstruct + ps_output\n\t\t\t{\n\t\t\t\tfloat4 color : SV_Target0;\n\t\t\t};\n\t\t\n\t\t\n\t\t\t\t\t#if + (VFX_NEEDS_COLOR_INTERPOLATOR && HDRP_USE_BASE_COLOR) || HDRP_USE_ADDITIONAL_BASE_COLOR\n\t\t\t\t\t#define + VFX_VARYING_COLOR color.rgb\n\t\t\t\t\t#define VFX_VARYING_ALPHA color.a\n\t\t\t\t\t#endif\n\t\t\t\t\t\n\t\t\t\t\t#define + VFX_VARYING_SMOOTHNESS materialProperties.x\n\t\t\t\t\t\n\t\t\t\t\t#if HDRP_MATERIAL_TYPE_STANDARD\n\t\t\t\t\t#define + VFX_VARYING_METALLIC materialProperties.y\n\t\t\t\t\t#elif HDRP_MATERIAL_TYPE_SPECULAR\n\t\t\t\t\t#define + VFX_VARYING_SPECULAR specularColor\n\t\t\t\t\t#elif HDRP_MATERIAL_TYPE_TRANSLUCENT\n\t\t\t\t\t#define + VFX_VARYING_THICKNESS materialProperties.y\n\t\t\t\t\t#endif\n\t\t\t\t\t\n\t\t\t\t\t#if + USE_NORMAL_MAP\n\t\t\t\t\t#define VFX_VARYING_NORMALSCALE materialProperties.z\n\t\t\t\t\t#endif\n\t\t\t\t\t\n\t\t\t\t\t#if + HDRP_USE_EMISSIVE_MAP\n\t\t\t\t\t#define VFX_VARYING_EMISSIVESCALE materialProperties.w\n\t\t\t\t\t#endif\n\t\t\t\t\t\n\t\t\t\t\t#if + HDRP_USE_EMISSIVE_COLOR || HDRP_USE_ADDITIONAL_EMISSIVE_COLOR\n\t\t\t\t\t#define + VFX_VARYING_EMISSIVE emissiveColor.rgb\n\t\t\t\t\t#endif\n\t\t\t\t\t\n\t\t\t\t\t#if + USE_EXPOSURE_WEIGHT\n\t\t\t\t\t#define VFX_VARYING_EXPOSUREWEIGHT emissiveColor.a\n\t\t\t\t\t#endif\n\t\t\t\t\t\n\t\t\t\n\t\t#define + VFX_VARYING_PS_INPUTS ps_input\n\t\t#define VFX_VARYING_POSCS pos\n\t\t#define + VFX_VARYING_UV uv\n\t\t#define VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE builtInInterpolants.x\n\t\t#define + VFX_VARYING_ALPHATHRESHOLD builtInInterpolants.y\n\t\t#define VFX_VARYING_FRAMEBLEND + builtInInterpolants.z\n\t\t#define VFX_VARYING_MOTIONVECTORSCALE builtInInterpolants2.xy\n\t\t#define + VFX_VARYING_NORMAL normal\n\t\t#if USE_NORMAL_MAP\n\t\t#define VFX_VARYING_TANGENT + tangent\n\t\t#endif\n\t\t\n\t\t\n\t\t\n\t\t\t#if !(defined(VFX_VARYING_PS_INPUTS) + && defined(VFX_VARYING_POSCS))\n\t\t\t#error VFX_VARYING_PS_INPUTS, VFX_VARYING_POSCS + and VFX_VARYING_UV must be defined.\n\t\t\t#endif\n\t\t\t\n\t\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXCommon.cginc\"\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\t\t\t\n\n\t\t\tvoid + SetAttribute_48A7BEFF(inout float angleX, inout float angleY, inout float angleZ, + float3 Angle) /*attribute:angle Composition:Overwrite Source:Slot Random:Off + channels:XYZ */\n\t\t\t{\n\t\t\t angleX = Angle.x;\n\t\t\t angleY = Angle.y;\n\t\t\t + \ angleZ = Angle.z;\n\t\t\t}\n\t\t\tvoid SetAttribute_FDD06EC7(inout float3 + color, float3 Color) /*attribute:color Composition:Overwrite Source:Slot Random:Off + channels:XYZ */\n\t\t\t{\n\t\t\t color = Color;\n\t\t\t}\n\t\t\tvoid SetAttribute_D5151642(inout + float scaleX, inout float scaleY, inout float scaleZ, float3 Scale) /*attribute:scale + Composition:Overwrite Source:Slot Random:Off channels:XYZ */\n\t\t\t{\n\t\t\t + \ scaleX = Scale.x;\n\t\t\t scaleY = Scale.y;\n\t\t\t scaleZ = Scale.z;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\tstruct + vs_input\n\t\t\t{\n\t\t\t\tfloat3 pos : POSITION;\n\t\t\t\tfloat2 uv : TEXCOORD0;\n\t\t\t\tfloat3 + normal : NORMAL;\n\t\t\t\t#ifdef VFX_VARYING_TANGENT\n\t\t\t\tfloat4 tangent + : TANGENT;\n\t\t\t\t#endif\n\t\t\t};\n\t\t\t\n\t\t\t#pragma vertex vert\n\t\t\tVFX_VARYING_PS_INPUTS + vert(vs_input i, uint instanceID : SV_InstanceID)\n\t\t\t{\n\t\t\t\tuint index + = instanceID;\n\t\t\t\tVFX_VARYING_PS_INPUTS o = (VFX_VARYING_PS_INPUTS)0;\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tuint + deadCount = 0;\n\t\t\t\t\t\t#if USE_DEAD_LIST_COUNT\n\t\t\t\t\t\tdeadCount = + deadListCount.Load(0);\n\t\t\t\t\t\t#endif\t\n\t\t\t\t\t\tif (index >= asuint(nbMax) + - deadCount)\n\t\t\t\t\t\t#if USE_GEOMETRY_SHADER\n\t\t\t\t\t\t\treturn; // + cull\n\t\t\t\t\t\t#else\n\t\t\t\t\t\t\treturn o; // cull\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + VFX_HAS_INDIRECT_DRAW\n\t\t\t\t\t\tindex = indirectBuffer[index];\n\t\t\t\t\t\tfloat3 + position = asfloat(attributeBuffer.Load3((index * 0x4 + 0x0) << 2));\n\t\t\t\t\t\tuint + particleId = (attributeBuffer.Load((index * 0x4 + 0x3) << 2));\n\t\t\t\t\t\tfloat3 + color = float3(1, 1, 1);\n\t\t\t\t\t\tfloat alpha = (float)1;\n\t\t\t\t\t\tbool + alive = (bool)true;\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 + axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat + angleX = (float)0;\n\t\t\t\t\t\tfloat angleY = (float)0;\n\t\t\t\t\t\tfloat + angleZ = (float)0;\n\t\t\t\t\t\tfloat pivotX = (float)0;\n\t\t\t\t\t\tfloat + pivotY = (float)0;\n\t\t\t\t\t\tfloat pivotZ = (float)0;\n\t\t\t\t\t\tfloat + size = (float)0.100000001;\n\t\t\t\t\t\tfloat scaleX = (float)1;\n\t\t\t\t\t\tfloat + scaleY = (float)1;\n\t\t\t\t\t\tfloat scaleZ = (float)1;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#else\n\t\t\t\t\t\tbool + alive = (bool)true;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tif (!alive)\n\t\t\t\t\t\t\treturn + o;\n\t\t\t\t\t\t\t\n\t\t\t\t\t\tfloat3 position = asfloat(attributeBuffer.Load3((index + * 0x4 + 0x0) << 2));\n\t\t\t\t\t\tuint particleId = (attributeBuffer.Load((index + * 0x4 + 0x3) << 2));\n\t\t\t\t\t\tfloat3 color = float3(1, 1, 1);\n\t\t\t\t\t\tfloat + alpha = (float)1;\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 + axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat + angleX = (float)0;\n\t\t\t\t\t\tfloat angleY = (float)0;\n\t\t\t\t\t\tfloat + angleZ = (float)0;\n\t\t\t\t\t\tfloat pivotX = (float)0;\n\t\t\t\t\t\tfloat + pivotY = (float)0;\n\t\t\t\t\t\tfloat pivotZ = (float)0;\n\t\t\t\t\t\tfloat + size = (float)0.100000001;\n\t\t\t\t\t\tfloat scaleX = (float)1;\n\t\t\t\t\t\tfloat + scaleY = (float)1;\n\t\t\t\t\t\tfloat scaleZ = (float)1;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t{\n\t\t\t\t + \ uint tmp_y = particleId ^ asuint(uniform_d);\n\t\t\t\t float tmp_z = + FixedRand(tmp_y);\n\t\t\t\t float tmp_ba = uniform_c * tmp_z;\n\t\t\t\t float + tmp_bb = uniform_b + tmp_ba;\n\t\t\t\t float3 tmp_bc = float3(tmp_bb, tmp_bb, + tmp_bb);\n\t\t\t\t float3 tmp_bd = position + tmp_bc;\n\t\t\t\t float3 + tmp_bg = GeneratePerlinCurlNoise(tmp_bd, float3(0.200000003, 0.450704187, 0).x, + (int)2, float3(0.200000003, 0.450704187, 0).y, float3(0.200000003, 0.450704187, + 0).z);\n\t\t\t\t float3 tmp_bh = tmp_bg * uniform_e;\n\t\t\t\t float3 + tmp_bj = tmp_bh - float3(-1, -1, -1);\n\t\t\t\t float3 tmp_bl = tmp_bj / + float3(2, 2, 2);\n\t\t\t\t float3 tmp_bn = tmp_bl * float3(12, 12, 12);\n\t\t\t\t + \ SetAttribute_48A7BEFF( /*inout */angleX, /*inout */angleY, /*inout */angleZ, + tmp_bn);\n\t\t\t\t}\n\t\t\t\t{\n\t\t\t\t uint tmp_y = particleId ^ asuint(uniform_d);\n\t\t\t\t + \ float tmp_z = FixedRand(tmp_y);\n\t\t\t\t float tmp_ba = uniform_c * + tmp_z;\n\t\t\t\t float tmp_bb = uniform_b + tmp_ba;\n\t\t\t\t float3 tmp_bc + = float3(tmp_bb, tmp_bb, tmp_bb);\n\t\t\t\t float3 tmp_bd = position + tmp_bc;\n\t\t\t\t + \ float3 tmp_bg = GeneratePerlinCurlNoise(tmp_bd, float3(0.200000003, 0.450704187, + 0).x, (int)2, float3(0.200000003, 0.450704187, 0).y, float3(0.200000003, 0.450704187, + 0).z);\n\t\t\t\t float3 tmp_bh = tmp_bg * uniform_e;\n\t\t\t\t float3 + tmp_bj = tmp_bh - float3(-1, -1, -1);\n\t\t\t\t float3 tmp_bl = tmp_bj / + float3(2, 2, 2);\n\t\t\t\t SetAttribute_FDD06EC7( /*inout */color, tmp_bl);\n\t\t\t\t}\n\t\t\t\tSetAttribute_D5151642( + /*inout */scaleX, /*inout */scaleY, /*inout */scaleZ, Scale_c);\n\t\t\t\t\n\n\t\t\t\t\t\t\n\t\t\t\tif + (!alive)\n\t\t\t\t\treturn o;\n\t\t\t\t\n\t\t\t\to.VFX_VARYING_UV.xy = i.uv;\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tfloat3 + size3 = float3(size,size,size);\n\t\t\t\t\t\t#if VFX_USE_SCALEX_CURRENT\n\t\t\t\t\t\tsize3.x + *= scaleX;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEY_CURRENT\n\t\t\t\t\t\tsize3.y + *= scaleY;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEZ_CURRENT\n\t\t\t\t\t\tsize3.z + *= scaleZ;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\tfloat4x4 elementToVFX + = GetElementToVFXMatrix(axisX,axisY,axisZ,float3(angleX,angleY,angleZ),float3(pivotX,pivotY,pivotZ),size3,position);\n\t\t\t\tfloat3 + vPos = mul(elementToVFX,float4(i.pos,1.0f)).xyz;\n\t\t\t\n\t\t\t\to.VFX_VARYING_POSCS + = TransformPositionVFXToClip(vPos);\n\t\t\t\tfloat3 normalWS = normalize(TransformDirectionVFXToWorld(mul((float3x3)elementToVFX, + i.normal)));\n\t\t\t\t#ifdef VFX_VARYING_NORMAL // TODO Should use inverse transpose\n\t\t\t\to.VFX_VARYING_NORMAL + = normalWS;\n\t\t\t\t#endif\n\t\t\t\t#ifdef VFX_VARYING_TANGENT\n\t\t\t\to.VFX_VARYING_TANGENT + = float4(normalize(TransformDirectionVFXToWorld(mul((float3x3)elementToVFX,i.tangent.xyz))),i.tangent.w);\n\t\t\t\t#endif\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if + VFX_USE_COLOR_CURRENT && defined(VFX_VARYING_COLOR)\n\t\t\t\t\t\to.VFX_VARYING_COLOR + = color;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_ALPHA_CURRENT && defined(VFX_VARYING_ALPHA) + \n\t\t\t\t\t\to.VFX_VARYING_ALPHA = alpha;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#ifdef + VFX_VARYING_EXPOSUREWEIGHT\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_EXPOSUREWEIGHT + = exposureWeight;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_SOFT_PARTICLE + && defined(VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE + = invSoftParticlesFadeDistance;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + USE_ALPHA_TEST && defined(VFX_VARYING_ALPHATHRESHOLD)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_ALPHATHRESHOLD + = alphaThreshold;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_UV_SCALE_BIAS\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_UV.xy + = o.VFX_VARYING_UV.xy * uvScale + uvBias;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + defined(VFX_VARYING_POSWS)\n\t\t\t\t\t\to.VFX_VARYING_POSWS = TransformPositionVFXToWorld(vPos);\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if + USE_FLIPBOOK\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\tVFXUVData uvData = GetUVData(flipBookSize, + invFlipBookSize, o.VFX_VARYING_UV.xy, texIndex);\n\t\t\t\t\t\to.VFX_VARYING_UV.xy + = uvData.uvs.xy;\n\t\t\t\t\t\t#if USE_FLIPBOOK_INTERPOLATION\n\t\t\t\t\t\to.VFX_VARYING_UV.zw + = uvData.uvs.zw;\n\t\t\t\t\t\to.VFX_VARYING_FRAMEBLEND = uvData.blend;\n\t\t\t\t\t\t#if + USE_FLIPBOOK_MOTIONVECTORS\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_MOTIONVECTORSCALE + = motionVectorScale * invFlipBookSize;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t#ifdef + VFX_VARYING_SMOOTHNESS\n\t\t\t\t\t\t\t\t\tfloat smoothness = (float)0;\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t + \ \n\t\t\t\t\t\t\t\t\t smoothness = (float)0.91263932;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_SMOOTHNESS + = smoothness;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#if HDRP_MATERIAL_TYPE_STANDARD\n\t\t\t\t\t\t\t\t\t#ifdef + VFX_VARYING_METALLIC\n\t\t\t\t\t\t\t\t\tfloat metallic = (float)0;\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t + \ \n\t\t\t\t\t\t\t\t\t metallic = (float)1;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_METALLIC + = metallic;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#elif HDRP_MATERIAL_TYPE_SPECULAR\n\t\t\t\t\t\t\t\t\t#ifdef + VFX_VARYING_SPECULAR\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_SPECULAR + = specularColor;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#elif HDRP_MATERIAL_TYPE_TRANSLUCENT\n\t\t\t\t\t\t\t\t\t#ifdef + VFX_VARYING_THICKNESS\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_THICKNESS + = thickness;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#if + USE_NORMAL_MAP\n\t\t\t\t\t\t\t\t\t#ifdef VFX_VARYING_NORMALSCALE\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_NORMALSCALE + = normalScale;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#if + HDRP_USE_EMISSIVE_MAP\n\t\t\t\t\t\t\t\t\t#ifdef VFX_VARYING_EMISSIVESCALE\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_EMISSIVESCALE + = emissiveScale;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#ifdef + VFX_VARYING_EMISSIVE\n\t\t\t\t\t\t\t\t\t#if HDRP_USE_EMISSIVE_COLOR\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_EMISSIVE + = color;\n\t\t\t\t\t\t\t\t\t#elif HDRP_USE_ADDITIONAL_EMISSIVE_COLOR\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_EMISSIVE + = emissiveColor;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#if + HDRP_USE_ADDITIONAL_BASE_COLOR\n\t\t\t\t\t\t\t\t\t#ifdef VFX_VARYING_COLOR\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_COLOR + = baseColor;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\treturn + o;\n\t\t\t}\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommonOutput.cginc\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t#define + SHADERPASS SHADERPASS_GBUFFER\t\n\t\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXLit.cginc\"\n\t\t\t\n\t\t\tvoid + VFXGetHDRPLitData(out SurfaceData surfaceData, out BuiltinData builtinData, + out BSDFData bsdfData, out PreLightData preLightData, VFX_VARYING_PS_INPUTS + i, float3 normalWS, const VFXUVData uvData, uint2 tileIndex)\n\t\t\t{\t\n\t\t\t\t#if + HDRP_MATERIAL_TYPE_TRANSLUCENT\n\t\t\t\t // Loads diffusion profile\n\t\t\t\t#else\n\t\t\t\tconst + uint diffusionProfileHash = 0;\n\t\t\t\t#endif\n\t\t\t\t\n\t\t\t\tfloat3 posRWS + = VFXGetPositionRWS(i);\n\t\t\t\tfloat4 posSS = i.VFX_VARYING_POSCS;\n\t\t\t\tPositionInputs + posInput = GetPositionInput(posSS.xy, _ScreenSize.zw, posSS.z, posSS.w, posRWS, + tileIndex);\n\t\t\t\t\n\t\t\t\tfloat alpha;\n\t\t\t\tsurfaceData = VFXGetSurfaceData(i,normalWS,uvData,diffusionProfileHash,alpha);\t\n\t\t\t\tbsdfData + = ConvertSurfaceDataToBSDFData(posSS.xy, surfaceData);\n\t\t\t\n\t\t\t\tpreLightData + = GetPreLightData(GetWorldSpaceNormalizeViewDir(posRWS),posInput,bsdfData);\n\t\t\t\t\n\t\t\t\tpreLightData.diffuseFGD + = 1.0f;\n\t\t\t //TODO: investigate why this is needed\n\t\t\t preLightData.coatPartLambdaV + = 0;\n\t\t\t preLightData.coatIblR = 0;\n\t\t\t preLightData.coatIblF + = 0;\n\t\t\t \n\t\t\t\tbuiltinData = VFXGetBuiltinData(i,posInput,surfaceData,bsdfData,preLightData,uvData,alpha);\n\t\t\t}\n\t\t\t\n\t\t\tvoid + VFXGetHDRPLitData(out SurfaceData surfaceData, out BuiltinData builtinData, + VFX_VARYING_PS_INPUTS i, float3 normalWS, const VFXUVData uvData)\n\t\t\t{\n\t\t\t\tBSDFData + bsdfData = (BSDFData)0;\n\t\t\t\tPreLightData preLightData = (PreLightData)0;\n\t\t\t\tpreLightData.diffuseFGD + = 1.0f;\n\t\t\t\tVFXGetHDRPLitData(surfaceData,builtinData,bsdfData,preLightData,i,normalWS,uvData,uint2(0,0));\n\t\t\t}\n\t\t\t\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXLitPixelOutput.cginc\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t#pragma + fragment frag\n\t\t\tvoid frag(ps_input i, OUTPUT_GBUFFER(outGBuffer)\n\t\t#if + USE_DOUBLE_SIDED\n\t\t\t, bool frontFace : SV_IsFrontFace\n\t\t#endif\n\t\t\t)\n\t\t\t{\n\t\t\t\tVFXTransformPSInputs(i);\n\t\t\t\t\n\t\t\t\t\t\t\t#if + USE_DOUBLE_SIDED\n\t\t\t\t\t\t\tconst float faceMul = frontFace ? 1.0f : -1.0f;\n\t\t\t\t\t\t\t#else\n\t\t\t\t\t\t\tconst + float faceMul = 1.0f;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tfloat3 + normalWS = normalize(i.VFX_VARYING_NORMAL * faceMul);\n\t\t\t\t\t\t\tconst VFXUVData + uvData = GetUVData(i);\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t#if defined(VFX_VARYING_TANGENT) + && USE_NORMAL_MAP\n\t\t\t\t\t\t\tfloat3 tangentWS = normalize(i.VFX_VARYING_TANGENT.xyz);\n\t\t\t\t\t\t\tfloat3 + bitangentWS = cross(normalWS,tangentWS) * (i.VFX_VARYING_TANGENT.w * faceMul);\n\t\t\t\t\t\t\tfloat3 + n = SampleNormalMap(VFX_SAMPLER(normalMap),uvData);\n\t\t\t\t\t\t\tfloat3x3 + tbn = float3x3(tangentWS,bitangentWS,normalWS);\n\t\t\t\t\t\t\tfloat normalScale + = 1.0f;\n\t\t\t\t\t\t\t#ifdef VFX_VARYING_NORMALSCALE\n\t\t\t\t\t\t\tnormalScale + = i.VFX_VARYING_NORMALSCALE;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\tnormalWS = + normalize(lerp(normalWS,mul(n,tbn),normalScale));\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\n\t\t\t\tVFXComputePixelOutputToGBuffer(i,normalWS,uvData,outGBuffer);\n\t\t\t}\n\t\t\tENDHLSL\n\t\t}\n\t\t\n\r\n\t\tPass\n\t\t{\t\t\n\t\t\tTags + { \"LightMode\"=\"Forward\"}\n\t\t\t\t\t\n\t\t\tHLSLPROGRAM\n\t\t\t#pragma target + 4.5\n\t\t\t\n\t\t\t#define UNITY_MATERIAL_LIT\n\t\t\t#define LIGHTLOOP_TILE_PASS\n\t\t\t#define + _ENABLE_FOG_ON_TRANSPARENT\n\t\t\t#define _DISABLE_DECALS\n\t\t\t\n\n\t\t\t#pragma + multi_compile USE_FPTL_LIGHTLIST USE_CLUSTERED_LIGHTLIST\n\t\t\t#pragma multi_compile + SHADOW_LOW SHADOW_MEDIUM SHADOW_HIGH SHADOW_VERY_HIGH\n\t\t\t#pragma multi_compile + _ DEBUG_DISPLAY\n\t\t\t//#pragma enable_d3d11_debug_symbols\n\t\t\t\n\t\t\t#define + HDRP_NEEDS_UVS (HDRP_USE_BASE_COLOR_MAP || HDRP_USE_MASK_MAP || USE_NORMAL_MAP + || HDRP_USE_EMISSIVE_MAP)\n\t\t\t#define HDRP_USE_EMISSIVE (HDRP_USE_EMISSIVE_MAP + || HDRP_USE_EMISSIVE_COLOR || HDRP_USE_ADDITIONAL_EMISSIVE_COLOR)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tstruct + ps_input\n\t\t\t{\n\t\t\t\tfloat4 pos : SV_POSITION;\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t#if + (VFX_NEEDS_COLOR_INTERPOLATOR && HDRP_USE_BASE_COLOR) || HDRP_USE_ADDITIONAL_BASE_COLOR\n\t\t\t\t\t\t\tnointerpolation + float4 color : COLOR0;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t#if HDRP_MATERIAL_TYPE_SPECULAR\n\t\t\t\t\t\t\tnointerpolation + float3 specularColor : COLOR1;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t#if HDRP_USE_EMISSIVE\t\n\t\t\t\t\t\t\tnointerpolation + float4 emissiveColor : COLOR2;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t// + x: smoothness\n\t\t\t\t\t\t\t// y: metallic/thickness\n\t\t\t\t\t\t\t// z: normal + scale\n\t\t\t\t\t\t\t// w: emissive scale\n\t\t\t\t\t\t\tnointerpolation float4 + materialProperties : TEXCOORD0;\n\t\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t#if USE_FLIPBOOK_INTERPOLATION\n\t\t\t\tfloat4 + uv : TEXCOORD1;\n\t\t\t\t#else\n\t\t\t\tfloat2 uv : TEXCOORD1;\t\n\t\t\t\t#endif\n\t\t\t\tfloat3 + normal : TEXCOORD2;\n\t\t\t\t#if USE_NORMAL_MAP\n\t\t\t\tfloat4 tangent : TEXCOORD3;\n\t\t\t\t#endif\n\t\t\t\t#if + USE_SOFT_PARTICLE || USE_ALPHA_TEST || USE_FLIPBOOK_INTERPOLATION\n\t\t\t\t// + x: inverse soft particles fade distance\n\t\t\t\t// y: alpha threshold\n\t\t\t\t// + z: frame blending factor\n\t\t\t\tnointerpolation float3 builtInInterpolants + : TEXCOORD4;\n\t\t\t\t#endif\n\t\t\t\t#if USE_FLIPBOOK_MOTIONVECTORS\n\t\t\t\t// + x: motion vector scale u\n\t\t\t\t// y: motion vector scale v\n\t\t\t\tnointerpolation + float2 builtInInterpolants2 : TEXCOORD5;\n\t\t\t\t#endif\n\t\t\t\tfloat3 posWS + : TEXCOORD6;\n\t\t\t};\n\t\t\t\n\t\t\tstruct ps_output\n\t\t\t{\n\t\t\t\tfloat4 + color : SV_Target0;\n\t\t\t};\n\t\t\n\t\t\n\t\t\t\t\t#if (VFX_NEEDS_COLOR_INTERPOLATOR + && HDRP_USE_BASE_COLOR) || HDRP_USE_ADDITIONAL_BASE_COLOR\n\t\t\t\t\t#define + VFX_VARYING_COLOR color.rgb\n\t\t\t\t\t#define VFX_VARYING_ALPHA color.a\n\t\t\t\t\t#endif\n\t\t\t\t\t\n\t\t\t\t\t#define + VFX_VARYING_SMOOTHNESS materialProperties.x\n\t\t\t\t\t\n\t\t\t\t\t#if HDRP_MATERIAL_TYPE_STANDARD\n\t\t\t\t\t#define + VFX_VARYING_METALLIC materialProperties.y\n\t\t\t\t\t#elif HDRP_MATERIAL_TYPE_SPECULAR\n\t\t\t\t\t#define + VFX_VARYING_SPECULAR specularColor\n\t\t\t\t\t#elif HDRP_MATERIAL_TYPE_TRANSLUCENT\n\t\t\t\t\t#define + VFX_VARYING_THICKNESS materialProperties.y\n\t\t\t\t\t#endif\n\t\t\t\t\t\n\t\t\t\t\t#if + USE_NORMAL_MAP\n\t\t\t\t\t#define VFX_VARYING_NORMALSCALE materialProperties.z\n\t\t\t\t\t#endif\n\t\t\t\t\t\n\t\t\t\t\t#if + HDRP_USE_EMISSIVE_MAP\n\t\t\t\t\t#define VFX_VARYING_EMISSIVESCALE materialProperties.w\n\t\t\t\t\t#endif\n\t\t\t\t\t\n\t\t\t\t\t#if + HDRP_USE_EMISSIVE_COLOR || HDRP_USE_ADDITIONAL_EMISSIVE_COLOR\n\t\t\t\t\t#define + VFX_VARYING_EMISSIVE emissiveColor.rgb\n\t\t\t\t\t#endif\n\t\t\t\t\t\n\t\t\t\t\t#if + USE_EXPOSURE_WEIGHT\n\t\t\t\t\t#define VFX_VARYING_EXPOSUREWEIGHT emissiveColor.a\n\t\t\t\t\t#endif\n\t\t\t\t\t\n\t\t\n\t\t#define + VFX_VARYING_PS_INPUTS ps_input\n\t\t#define VFX_VARYING_POSCS pos\n\t\t#define + VFX_VARYING_UV uv\n\t\t#define VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE builtInInterpolants.x\n\t\t#define + VFX_VARYING_ALPHATHRESHOLD builtInInterpolants.y\n\t\t#define VFX_VARYING_FRAMEBLEND + builtInInterpolants.z\n\t\t#define VFX_VARYING_MOTIONVECTORSCALE builtInInterpolants2.xy\n\t\t#define + VFX_VARYING_NORMAL normal\n\t\t#if USE_NORMAL_MAP\n\t\t#define VFX_VARYING_TANGENT + tangent\n\t\t#endif\n\t\t#define VFX_VARYING_POSWS posWS\n\t\t\n\t\t\n\t\t\n\t\t\t#if + !(defined(VFX_VARYING_PS_INPUTS) && defined(VFX_VARYING_POSCS))\n\t\t\t#error + VFX_VARYING_PS_INPUTS, VFX_VARYING_POSCS and VFX_VARYING_UV must be defined.\n\t\t\t#endif\n\t\t\t\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXCommon.cginc\"\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\t\t\t\n\n\t\t\tvoid + SetAttribute_48A7BEFF(inout float angleX, inout float angleY, inout float angleZ, + float3 Angle) /*attribute:angle Composition:Overwrite Source:Slot Random:Off + channels:XYZ */\n\t\t\t{\n\t\t\t angleX = Angle.x;\n\t\t\t angleY = Angle.y;\n\t\t\t + \ angleZ = Angle.z;\n\t\t\t}\n\t\t\tvoid SetAttribute_FDD06EC7(inout float3 + color, float3 Color) /*attribute:color Composition:Overwrite Source:Slot Random:Off + channels:XYZ */\n\t\t\t{\n\t\t\t color = Color;\n\t\t\t}\n\t\t\tvoid SetAttribute_D5151642(inout + float scaleX, inout float scaleY, inout float scaleZ, float3 Scale) /*attribute:scale + Composition:Overwrite Source:Slot Random:Off channels:XYZ */\n\t\t\t{\n\t\t\t + \ scaleX = Scale.x;\n\t\t\t scaleY = Scale.y;\n\t\t\t scaleZ = Scale.z;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\tstruct + vs_input\n\t\t\t{\n\t\t\t\tfloat3 pos : POSITION;\n\t\t\t\tfloat2 uv : TEXCOORD0;\n\t\t\t\tfloat3 + normal : NORMAL;\n\t\t\t\t#ifdef VFX_VARYING_TANGENT\n\t\t\t\tfloat4 tangent + : TANGENT;\n\t\t\t\t#endif\n\t\t\t};\n\t\t\t\n\t\t\t#pragma vertex vert\n\t\t\tVFX_VARYING_PS_INPUTS + vert(vs_input i, uint instanceID : SV_InstanceID)\n\t\t\t{\n\t\t\t\tuint index + = instanceID;\n\t\t\t\tVFX_VARYING_PS_INPUTS o = (VFX_VARYING_PS_INPUTS)0;\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tuint + deadCount = 0;\n\t\t\t\t\t\t#if USE_DEAD_LIST_COUNT\n\t\t\t\t\t\tdeadCount = + deadListCount.Load(0);\n\t\t\t\t\t\t#endif\t\n\t\t\t\t\t\tif (index >= asuint(nbMax) + - deadCount)\n\t\t\t\t\t\t#if USE_GEOMETRY_SHADER\n\t\t\t\t\t\t\treturn; // + cull\n\t\t\t\t\t\t#else\n\t\t\t\t\t\t\treturn o; // cull\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + VFX_HAS_INDIRECT_DRAW\n\t\t\t\t\t\tindex = indirectBuffer[index];\n\t\t\t\t\t\tfloat3 + position = asfloat(attributeBuffer.Load3((index * 0x4 + 0x0) << 2));\n\t\t\t\t\t\tuint + particleId = (attributeBuffer.Load((index * 0x4 + 0x3) << 2));\n\t\t\t\t\t\tfloat3 + color = float3(1, 1, 1);\n\t\t\t\t\t\tfloat alpha = (float)1;\n\t\t\t\t\t\tbool + alive = (bool)true;\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 + axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat + angleX = (float)0;\n\t\t\t\t\t\tfloat angleY = (float)0;\n\t\t\t\t\t\tfloat + angleZ = (float)0;\n\t\t\t\t\t\tfloat pivotX = (float)0;\n\t\t\t\t\t\tfloat + pivotY = (float)0;\n\t\t\t\t\t\tfloat pivotZ = (float)0;\n\t\t\t\t\t\tfloat + size = (float)0.100000001;\n\t\t\t\t\t\tfloat scaleX = (float)1;\n\t\t\t\t\t\tfloat + scaleY = (float)1;\n\t\t\t\t\t\tfloat scaleZ = (float)1;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#else\n\t\t\t\t\t\tbool + alive = (bool)true;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tif (!alive)\n\t\t\t\t\t\t\treturn + o;\n\t\t\t\t\t\t\t\n\t\t\t\t\t\tfloat3 position = asfloat(attributeBuffer.Load3((index + * 0x4 + 0x0) << 2));\n\t\t\t\t\t\tuint particleId = (attributeBuffer.Load((index + * 0x4 + 0x3) << 2));\n\t\t\t\t\t\tfloat3 color = float3(1, 1, 1);\n\t\t\t\t\t\tfloat + alpha = (float)1;\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 + axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat + angleX = (float)0;\n\t\t\t\t\t\tfloat angleY = (float)0;\n\t\t\t\t\t\tfloat + angleZ = (float)0;\n\t\t\t\t\t\tfloat pivotX = (float)0;\n\t\t\t\t\t\tfloat + pivotY = (float)0;\n\t\t\t\t\t\tfloat pivotZ = (float)0;\n\t\t\t\t\t\tfloat + size = (float)0.100000001;\n\t\t\t\t\t\tfloat scaleX = (float)1;\n\t\t\t\t\t\tfloat + scaleY = (float)1;\n\t\t\t\t\t\tfloat scaleZ = (float)1;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t{\n\t\t\t\t + \ uint tmp_y = particleId ^ asuint(uniform_d);\n\t\t\t\t float tmp_z = + FixedRand(tmp_y);\n\t\t\t\t float tmp_ba = uniform_c * tmp_z;\n\t\t\t\t float + tmp_bb = uniform_b + tmp_ba;\n\t\t\t\t float3 tmp_bc = float3(tmp_bb, tmp_bb, + tmp_bb);\n\t\t\t\t float3 tmp_bd = position + tmp_bc;\n\t\t\t\t float3 + tmp_bg = GeneratePerlinCurlNoise(tmp_bd, float3(0.200000003, 0.450704187, 0).x, + (int)2, float3(0.200000003, 0.450704187, 0).y, float3(0.200000003, 0.450704187, + 0).z);\n\t\t\t\t float3 tmp_bh = tmp_bg * uniform_e;\n\t\t\t\t float3 + tmp_bj = tmp_bh - float3(-1, -1, -1);\n\t\t\t\t float3 tmp_bl = tmp_bj / + float3(2, 2, 2);\n\t\t\t\t float3 tmp_bn = tmp_bl * float3(12, 12, 12);\n\t\t\t\t + \ SetAttribute_48A7BEFF( /*inout */angleX, /*inout */angleY, /*inout */angleZ, + tmp_bn);\n\t\t\t\t}\n\t\t\t\t{\n\t\t\t\t uint tmp_y = particleId ^ asuint(uniform_d);\n\t\t\t\t + \ float tmp_z = FixedRand(tmp_y);\n\t\t\t\t float tmp_ba = uniform_c * + tmp_z;\n\t\t\t\t float tmp_bb = uniform_b + tmp_ba;\n\t\t\t\t float3 tmp_bc + = float3(tmp_bb, tmp_bb, tmp_bb);\n\t\t\t\t float3 tmp_bd = position + tmp_bc;\n\t\t\t\t + \ float3 tmp_bg = GeneratePerlinCurlNoise(tmp_bd, float3(0.200000003, 0.450704187, + 0).x, (int)2, float3(0.200000003, 0.450704187, 0).y, float3(0.200000003, 0.450704187, + 0).z);\n\t\t\t\t float3 tmp_bh = tmp_bg * uniform_e;\n\t\t\t\t float3 + tmp_bj = tmp_bh - float3(-1, -1, -1);\n\t\t\t\t float3 tmp_bl = tmp_bj / + float3(2, 2, 2);\n\t\t\t\t SetAttribute_FDD06EC7( /*inout */color, tmp_bl);\n\t\t\t\t}\n\t\t\t\tSetAttribute_D5151642( + /*inout */scaleX, /*inout */scaleY, /*inout */scaleZ, Scale_c);\n\t\t\t\t\n\n\t\t\t\t\t\t\n\t\t\t\tif + (!alive)\n\t\t\t\t\treturn o;\n\t\t\t\t\n\t\t\t\to.VFX_VARYING_UV.xy = i.uv;\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tfloat3 + size3 = float3(size,size,size);\n\t\t\t\t\t\t#if VFX_USE_SCALEX_CURRENT\n\t\t\t\t\t\tsize3.x + *= scaleX;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEY_CURRENT\n\t\t\t\t\t\tsize3.y + *= scaleY;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEZ_CURRENT\n\t\t\t\t\t\tsize3.z + *= scaleZ;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\tfloat4x4 elementToVFX + = GetElementToVFXMatrix(axisX,axisY,axisZ,float3(angleX,angleY,angleZ),float3(pivotX,pivotY,pivotZ),size3,position);\n\t\t\t\tfloat3 + vPos = mul(elementToVFX,float4(i.pos,1.0f)).xyz;\n\t\t\t\n\t\t\t\to.VFX_VARYING_POSCS + = TransformPositionVFXToClip(vPos);\n\t\t\t\tfloat3 normalWS = normalize(TransformDirectionVFXToWorld(mul((float3x3)elementToVFX, + i.normal)));\n\t\t\t\t#ifdef VFX_VARYING_NORMAL // TODO Should use inverse transpose\n\t\t\t\to.VFX_VARYING_NORMAL + = normalWS;\n\t\t\t\t#endif\n\t\t\t\t#ifdef VFX_VARYING_TANGENT\n\t\t\t\to.VFX_VARYING_TANGENT + = float4(normalize(TransformDirectionVFXToWorld(mul((float3x3)elementToVFX,i.tangent.xyz))),i.tangent.w);\n\t\t\t\t#endif\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if + VFX_USE_COLOR_CURRENT && defined(VFX_VARYING_COLOR)\n\t\t\t\t\t\to.VFX_VARYING_COLOR + = color;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_ALPHA_CURRENT && defined(VFX_VARYING_ALPHA) + \n\t\t\t\t\t\to.VFX_VARYING_ALPHA = alpha;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#ifdef + VFX_VARYING_EXPOSUREWEIGHT\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_EXPOSUREWEIGHT + = exposureWeight;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_SOFT_PARTICLE + && defined(VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE + = invSoftParticlesFadeDistance;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + USE_ALPHA_TEST && defined(VFX_VARYING_ALPHATHRESHOLD)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_ALPHATHRESHOLD + = alphaThreshold;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_UV_SCALE_BIAS\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_UV.xy + = o.VFX_VARYING_UV.xy * uvScale + uvBias;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + defined(VFX_VARYING_POSWS)\n\t\t\t\t\t\to.VFX_VARYING_POSWS = TransformPositionVFXToWorld(vPos);\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if + USE_FLIPBOOK\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\tVFXUVData uvData = GetUVData(flipBookSize, + invFlipBookSize, o.VFX_VARYING_UV.xy, texIndex);\n\t\t\t\t\t\to.VFX_VARYING_UV.xy + = uvData.uvs.xy;\n\t\t\t\t\t\t#if USE_FLIPBOOK_INTERPOLATION\n\t\t\t\t\t\to.VFX_VARYING_UV.zw + = uvData.uvs.zw;\n\t\t\t\t\t\to.VFX_VARYING_FRAMEBLEND = uvData.blend;\n\t\t\t\t\t\t#if + USE_FLIPBOOK_MOTIONVECTORS\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_MOTIONVECTORSCALE + = motionVectorScale * invFlipBookSize;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t#ifdef + VFX_VARYING_SMOOTHNESS\n\t\t\t\t\t\t\t\t\tfloat smoothness = (float)0;\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t + \ \n\t\t\t\t\t\t\t\t\t smoothness = (float)0.91263932;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_SMOOTHNESS + = smoothness;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#if HDRP_MATERIAL_TYPE_STANDARD\n\t\t\t\t\t\t\t\t\t#ifdef + VFX_VARYING_METALLIC\n\t\t\t\t\t\t\t\t\tfloat metallic = (float)0;\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t + \ \n\t\t\t\t\t\t\t\t\t metallic = (float)1;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_METALLIC + = metallic;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#elif HDRP_MATERIAL_TYPE_SPECULAR\n\t\t\t\t\t\t\t\t\t#ifdef + VFX_VARYING_SPECULAR\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_SPECULAR + = specularColor;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#elif HDRP_MATERIAL_TYPE_TRANSLUCENT\n\t\t\t\t\t\t\t\t\t#ifdef + VFX_VARYING_THICKNESS\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_THICKNESS + = thickness;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#if + USE_NORMAL_MAP\n\t\t\t\t\t\t\t\t\t#ifdef VFX_VARYING_NORMALSCALE\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_NORMALSCALE + = normalScale;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#if + HDRP_USE_EMISSIVE_MAP\n\t\t\t\t\t\t\t\t\t#ifdef VFX_VARYING_EMISSIVESCALE\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_EMISSIVESCALE + = emissiveScale;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#ifdef + VFX_VARYING_EMISSIVE\n\t\t\t\t\t\t\t\t\t#if HDRP_USE_EMISSIVE_COLOR\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_EMISSIVE + = color;\n\t\t\t\t\t\t\t\t\t#elif HDRP_USE_ADDITIONAL_EMISSIVE_COLOR\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_EMISSIVE + = emissiveColor;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#if + HDRP_USE_ADDITIONAL_BASE_COLOR\n\t\t\t\t\t\t\t\t\t#ifdef VFX_VARYING_COLOR\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_COLOR + = baseColor;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\treturn + o;\n\t\t\t}\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommonOutput.cginc\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\t#define + SHADERPASS SHADERPASS_FORWARD\n\t\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXLit.cginc\"\n\t\t\t\n\t\t\tvoid + VFXGetHDRPLitData(out SurfaceData surfaceData, out BuiltinData builtinData, + out BSDFData bsdfData, out PreLightData preLightData, VFX_VARYING_PS_INPUTS + i, float3 normalWS, const VFXUVData uvData, uint2 tileIndex)\n\t\t\t{\t\n\t\t\t\t#if + HDRP_MATERIAL_TYPE_TRANSLUCENT\n\t\t\t\t // Loads diffusion profile\n\t\t\t\t#else\n\t\t\t\tconst + uint diffusionProfileHash = 0;\n\t\t\t\t#endif\n\t\t\t\t\n\t\t\t\tfloat3 posRWS + = VFXGetPositionRWS(i);\n\t\t\t\tfloat4 posSS = i.VFX_VARYING_POSCS;\n\t\t\t\tPositionInputs + posInput = GetPositionInput(posSS.xy, _ScreenSize.zw, posSS.z, posSS.w, posRWS, + tileIndex);\n\t\t\t\t\n\t\t\t\tfloat alpha;\n\t\t\t\tsurfaceData = VFXGetSurfaceData(i,normalWS,uvData,diffusionProfileHash,alpha);\t\n\t\t\t\tbsdfData + = ConvertSurfaceDataToBSDFData(posSS.xy, surfaceData);\n\t\t\t\n\t\t\t\tpreLightData + = GetPreLightData(GetWorldSpaceNormalizeViewDir(posRWS),posInput,bsdfData);\n\t\t\t\t\n\t\t\t\tpreLightData.diffuseFGD + = 1.0f;\n\t\t\t //TODO: investigate why this is needed\n\t\t\t preLightData.coatPartLambdaV + = 0;\n\t\t\t preLightData.coatIblR = 0;\n\t\t\t preLightData.coatIblF + = 0;\n\t\t\t \n\t\t\t\tbuiltinData = VFXGetBuiltinData(i,posInput,surfaceData,bsdfData,preLightData,uvData,alpha);\n\t\t\t}\n\t\t\t\n\t\t\tvoid + VFXGetHDRPLitData(out SurfaceData surfaceData, out BuiltinData builtinData, + VFX_VARYING_PS_INPUTS i, float3 normalWS, const VFXUVData uvData)\n\t\t\t{\n\t\t\t\tBSDFData + bsdfData = (BSDFData)0;\n\t\t\t\tPreLightData preLightData = (PreLightData)0;\n\t\t\t\tpreLightData.diffuseFGD + = 1.0f;\n\t\t\t\tVFXGetHDRPLitData(surfaceData,builtinData,bsdfData,preLightData,i,normalWS,uvData,uint2(0,0));\n\t\t\t}\n\t\t\t\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXLitPixelOutput.cginc\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t#pragma + fragment frag\n\t\t\tvoid frag(ps_input i\n\t\t\t, out float4 outColor : SV_Target0\n\t\t#if + USE_DOUBLE_SIDED\n\t\t\t, bool frontFace : SV_IsFrontFace\n\t\t#endif\n\t\t\t)\n\t\t\t{\n\t\t\t\tVFXTransformPSInputs(i);\n\t\t\t\t\n\t\t\t\t\t\t\t#if + USE_DOUBLE_SIDED\n\t\t\t\t\t\t\tconst float faceMul = frontFace ? 1.0f : -1.0f;\n\t\t\t\t\t\t\t#else\n\t\t\t\t\t\t\tconst + float faceMul = 1.0f;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tfloat3 + normalWS = normalize(i.VFX_VARYING_NORMAL * faceMul);\n\t\t\t\t\t\t\tconst VFXUVData + uvData = GetUVData(i);\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t#if defined(VFX_VARYING_TANGENT) + && USE_NORMAL_MAP\n\t\t\t\t\t\t\tfloat3 tangentWS = normalize(i.VFX_VARYING_TANGENT.xyz);\n\t\t\t\t\t\t\tfloat3 + bitangentWS = cross(normalWS,tangentWS) * (i.VFX_VARYING_TANGENT.w * faceMul);\n\t\t\t\t\t\t\tfloat3 + n = SampleNormalMap(VFX_SAMPLER(normalMap),uvData);\n\t\t\t\t\t\t\tfloat3x3 + tbn = float3x3(tangentWS,bitangentWS,normalWS);\n\t\t\t\t\t\t\tfloat normalScale + = 1.0f;\n\t\t\t\t\t\t\t#ifdef VFX_VARYING_NORMALSCALE\n\t\t\t\t\t\t\tnormalScale + = i.VFX_VARYING_NORMALSCALE;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\tnormalWS = + normalize(lerp(normalWS,mul(n,tbn),normalScale));\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\n\t\t\t\toutColor + = VFXGetPixelOutputForward(i,normalWS,uvData);\n\t\t\t}\n\t\t\tENDHLSL\n\t\t}\n\t\t\n\r\n\t\t// + Shadow pass\n\t\tPass\n\t\t{\t\t\n\t\t\tTags { \"LightMode\"=\"ShadowCaster\" + }\n\t\t\n\t\t\tZWrite On\n\t\t\tBlend Off\n\t\t\t\n\t\t\tHLSLPROGRAM\n\t\t\t#pragma + target 4.5\n\t\t\t\n\t\t\tstruct ps_input\n\t\t\t{\n\t\t\t\tfloat4 pos : SV_POSITION;\n\t\t\t\tfloat2 + uv : TEXCOORD0;\t\n\t\t\t\t#if USE_ALPHA_TEST || USE_FLIPBOOK_INTERPOLATION + || VFX_USE_ALPHA_CURRENT\n\t\t\t\t// x: alpha threshold\n\t\t\t\t// y: frame + blending factor\n\t\t\t\t// z: alpha\n\t\t\t\tnointerpolation float3 builtInInterpolants + : TEXCOORD1;\n\t\t\t\t#endif\n\t\t\t\t#if USE_FLIPBOOK_MOTIONVECTORS\n\t\t\t\t// + x: motion vector scale u\n\t\t\t\t// y: motion vector scale v\n\t\t\t\tnointerpolation + float2 builtInInterpolants2 : TEXCOORD2;\n\t\t\t\t#endif\n\t\t\t};\n\t\t\n\t\t#define + VFX_VARYING_PS_INPUTS ps_input\n\t\t#define VFX_VARYING_POSCS pos\n\t\t#define + VFX_VARYING_ALPHA builtInInterpolants.z\n\t\t#define VFX_VARYING_ALPHATHRESHOLD + builtInInterpolants.x\n\t\t#define VFX_VARYING_FRAMEBLEND builtInInterpolants.y\n\t\t#define + VFX_VARYING_MOTIONVECTORSCALE builtInInterpolants2.xy\n\t\t#define VFX_VARYING_UV + uv\n\t\t\t\t\n\t\t\n\t\t\n\t\t// Needed for HDRP\n\t\t#define SHADERPASS SHADERPASS_SHADOWS\n\t\t\t\t\n\t\t\t#if + !(defined(VFX_VARYING_PS_INPUTS) && defined(VFX_VARYING_POSCS))\n\t\t\t#error + VFX_VARYING_PS_INPUTS, VFX_VARYING_POSCS and VFX_VARYING_UV must be defined.\n\t\t\t#endif\n\t\t\t\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXCommon.cginc\"\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\t\t\t\n\n\t\t\tvoid + SetAttribute_48A7BEFF(inout float angleX, inout float angleY, inout float angleZ, + float3 Angle) /*attribute:angle Composition:Overwrite Source:Slot Random:Off + channels:XYZ */\n\t\t\t{\n\t\t\t angleX = Angle.x;\n\t\t\t angleY = Angle.y;\n\t\t\t + \ angleZ = Angle.z;\n\t\t\t}\n\t\t\tvoid SetAttribute_FDD06EC7(inout float3 + color, float3 Color) /*attribute:color Composition:Overwrite Source:Slot Random:Off + channels:XYZ */\n\t\t\t{\n\t\t\t color = Color;\n\t\t\t}\n\t\t\tvoid SetAttribute_D5151642(inout + float scaleX, inout float scaleY, inout float scaleZ, float3 Scale) /*attribute:scale + Composition:Overwrite Source:Slot Random:Off channels:XYZ */\n\t\t\t{\n\t\t\t + \ scaleX = Scale.x;\n\t\t\t scaleY = Scale.y;\n\t\t\t scaleZ = Scale.z;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\tstruct + vs_input\n\t\t\t{\n\t\t\t\tfloat3 pos : POSITION;\n\t\t\t\tfloat2 uv : TEXCOORD0;\n\t\t\t\tfloat3 + normal : NORMAL;\n\t\t\t\t#ifdef VFX_VARYING_TANGENT\n\t\t\t\tfloat4 tangent + : TANGENT;\n\t\t\t\t#endif\n\t\t\t};\n\t\t\t\n\t\t\t#pragma vertex vert\n\t\t\tVFX_VARYING_PS_INPUTS + vert(vs_input i, uint instanceID : SV_InstanceID)\n\t\t\t{\n\t\t\t\tuint index + = instanceID;\n\t\t\t\tVFX_VARYING_PS_INPUTS o = (VFX_VARYING_PS_INPUTS)0;\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tuint + deadCount = 0;\n\t\t\t\t\t\t#if USE_DEAD_LIST_COUNT\n\t\t\t\t\t\tdeadCount = + deadListCount.Load(0);\n\t\t\t\t\t\t#endif\t\n\t\t\t\t\t\tif (index >= asuint(nbMax) + - deadCount)\n\t\t\t\t\t\t#if USE_GEOMETRY_SHADER\n\t\t\t\t\t\t\treturn; // + cull\n\t\t\t\t\t\t#else\n\t\t\t\t\t\t\treturn o; // cull\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + VFX_HAS_INDIRECT_DRAW\n\t\t\t\t\t\tindex = indirectBuffer[index];\n\t\t\t\t\t\tfloat3 + position = asfloat(attributeBuffer.Load3((index * 0x4 + 0x0) << 2));\n\t\t\t\t\t\tuint + particleId = (attributeBuffer.Load((index * 0x4 + 0x3) << 2));\n\t\t\t\t\t\tfloat3 + color = float3(1, 1, 1);\n\t\t\t\t\t\tfloat alpha = (float)1;\n\t\t\t\t\t\tbool + alive = (bool)true;\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 + axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat + angleX = (float)0;\n\t\t\t\t\t\tfloat angleY = (float)0;\n\t\t\t\t\t\tfloat + angleZ = (float)0;\n\t\t\t\t\t\tfloat pivotX = (float)0;\n\t\t\t\t\t\tfloat + pivotY = (float)0;\n\t\t\t\t\t\tfloat pivotZ = (float)0;\n\t\t\t\t\t\tfloat + size = (float)0.100000001;\n\t\t\t\t\t\tfloat scaleX = (float)1;\n\t\t\t\t\t\tfloat + scaleY = (float)1;\n\t\t\t\t\t\tfloat scaleZ = (float)1;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#else\n\t\t\t\t\t\tbool + alive = (bool)true;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tif (!alive)\n\t\t\t\t\t\t\treturn + o;\n\t\t\t\t\t\t\t\n\t\t\t\t\t\tfloat3 position = asfloat(attributeBuffer.Load3((index + * 0x4 + 0x0) << 2));\n\t\t\t\t\t\tuint particleId = (attributeBuffer.Load((index + * 0x4 + 0x3) << 2));\n\t\t\t\t\t\tfloat3 color = float3(1, 1, 1);\n\t\t\t\t\t\tfloat + alpha = (float)1;\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 + axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat + angleX = (float)0;\n\t\t\t\t\t\tfloat angleY = (float)0;\n\t\t\t\t\t\tfloat + angleZ = (float)0;\n\t\t\t\t\t\tfloat pivotX = (float)0;\n\t\t\t\t\t\tfloat + pivotY = (float)0;\n\t\t\t\t\t\tfloat pivotZ = (float)0;\n\t\t\t\t\t\tfloat + size = (float)0.100000001;\n\t\t\t\t\t\tfloat scaleX = (float)1;\n\t\t\t\t\t\tfloat + scaleY = (float)1;\n\t\t\t\t\t\tfloat scaleZ = (float)1;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t{\n\t\t\t\t + \ uint tmp_y = particleId ^ asuint(uniform_d);\n\t\t\t\t float tmp_z = + FixedRand(tmp_y);\n\t\t\t\t float tmp_ba = uniform_c * tmp_z;\n\t\t\t\t float + tmp_bb = uniform_b + tmp_ba;\n\t\t\t\t float3 tmp_bc = float3(tmp_bb, tmp_bb, + tmp_bb);\n\t\t\t\t float3 tmp_bd = position + tmp_bc;\n\t\t\t\t float3 + tmp_bg = GeneratePerlinCurlNoise(tmp_bd, float3(0.200000003, 0.450704187, 0).x, + (int)2, float3(0.200000003, 0.450704187, 0).y, float3(0.200000003, 0.450704187, + 0).z);\n\t\t\t\t float3 tmp_bh = tmp_bg * uniform_e;\n\t\t\t\t float3 + tmp_bj = tmp_bh - float3(-1, -1, -1);\n\t\t\t\t float3 tmp_bl = tmp_bj / + float3(2, 2, 2);\n\t\t\t\t float3 tmp_bn = tmp_bl * float3(12, 12, 12);\n\t\t\t\t + \ SetAttribute_48A7BEFF( /*inout */angleX, /*inout */angleY, /*inout */angleZ, + tmp_bn);\n\t\t\t\t}\n\t\t\t\t{\n\t\t\t\t uint tmp_y = particleId ^ asuint(uniform_d);\n\t\t\t\t + \ float tmp_z = FixedRand(tmp_y);\n\t\t\t\t float tmp_ba = uniform_c * + tmp_z;\n\t\t\t\t float tmp_bb = uniform_b + tmp_ba;\n\t\t\t\t float3 tmp_bc + = float3(tmp_bb, tmp_bb, tmp_bb);\n\t\t\t\t float3 tmp_bd = position + tmp_bc;\n\t\t\t\t + \ float3 tmp_bg = GeneratePerlinCurlNoise(tmp_bd, float3(0.200000003, 0.450704187, + 0).x, (int)2, float3(0.200000003, 0.450704187, 0).y, float3(0.200000003, 0.450704187, + 0).z);\n\t\t\t\t float3 tmp_bh = tmp_bg * uniform_e;\n\t\t\t\t float3 + tmp_bj = tmp_bh - float3(-1, -1, -1);\n\t\t\t\t float3 tmp_bl = tmp_bj / + float3(2, 2, 2);\n\t\t\t\t SetAttribute_FDD06EC7( /*inout */color, tmp_bl);\n\t\t\t\t}\n\t\t\t\tSetAttribute_D5151642( + /*inout */scaleX, /*inout */scaleY, /*inout */scaleZ, Scale_c);\n\t\t\t\t\n\n\t\t\t\t\t\t\n\t\t\t\tif + (!alive)\n\t\t\t\t\treturn o;\n\t\t\t\t\n\t\t\t\to.VFX_VARYING_UV.xy = i.uv;\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tfloat3 + size3 = float3(size,size,size);\n\t\t\t\t\t\t#if VFX_USE_SCALEX_CURRENT\n\t\t\t\t\t\tsize3.x + *= scaleX;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEY_CURRENT\n\t\t\t\t\t\tsize3.y + *= scaleY;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEZ_CURRENT\n\t\t\t\t\t\tsize3.z + *= scaleZ;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\tfloat4x4 elementToVFX + = GetElementToVFXMatrix(axisX,axisY,axisZ,float3(angleX,angleY,angleZ),float3(pivotX,pivotY,pivotZ),size3,position);\n\t\t\t\tfloat3 + vPos = mul(elementToVFX,float4(i.pos,1.0f)).xyz;\n\t\t\t\n\t\t\t\to.VFX_VARYING_POSCS + = TransformPositionVFXToClip(vPos);\n\t\t\t\tfloat3 normalWS = normalize(TransformDirectionVFXToWorld(mul((float3x3)elementToVFX, + i.normal)));\n\t\t\t\t#ifdef VFX_VARYING_NORMAL // TODO Should use inverse transpose\n\t\t\t\to.VFX_VARYING_NORMAL + = normalWS;\n\t\t\t\t#endif\n\t\t\t\t#ifdef VFX_VARYING_TANGENT\n\t\t\t\to.VFX_VARYING_TANGENT + = float4(normalize(TransformDirectionVFXToWorld(mul((float3x3)elementToVFX,i.tangent.xyz))),i.tangent.w);\n\t\t\t\t#endif\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if + VFX_USE_COLOR_CURRENT && defined(VFX_VARYING_COLOR)\n\t\t\t\t\t\to.VFX_VARYING_COLOR + = color;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_ALPHA_CURRENT && defined(VFX_VARYING_ALPHA) + \n\t\t\t\t\t\to.VFX_VARYING_ALPHA = alpha;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#ifdef + VFX_VARYING_EXPOSUREWEIGHT\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_EXPOSUREWEIGHT + = exposureWeight;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_SOFT_PARTICLE + && defined(VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE + = invSoftParticlesFadeDistance;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + USE_ALPHA_TEST && defined(VFX_VARYING_ALPHATHRESHOLD)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_ALPHATHRESHOLD + = alphaThreshold;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_UV_SCALE_BIAS\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_UV.xy + = o.VFX_VARYING_UV.xy * uvScale + uvBias;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + defined(VFX_VARYING_POSWS)\n\t\t\t\t\t\to.VFX_VARYING_POSWS = TransformPositionVFXToWorld(vPos);\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if + USE_FLIPBOOK\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\tVFXUVData uvData = GetUVData(flipBookSize, + invFlipBookSize, o.VFX_VARYING_UV.xy, texIndex);\n\t\t\t\t\t\to.VFX_VARYING_UV.xy + = uvData.uvs.xy;\n\t\t\t\t\t\t#if USE_FLIPBOOK_INTERPOLATION\n\t\t\t\t\t\to.VFX_VARYING_UV.zw + = uvData.uvs.zw;\n\t\t\t\t\t\to.VFX_VARYING_FRAMEBLEND = uvData.blend;\n\t\t\t\t\t\t#if + USE_FLIPBOOK_MOTIONVECTORS\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_MOTIONVECTORSCALE + = motionVectorScale * invFlipBookSize;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\treturn + o;\n\t\t\t}\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommonOutput.cginc\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t#pragma + fragment frag\n\t\t\tfloat frag(ps_input i) : SV_TARGET\n\t\t\t{\n\t\t\t\tVFXTransformPSInputs(i);\n\t\t\t\tfloat + alpha = VFXGetFragmentColor(i).a;\n\t\t#if HDRP_USE_BASE_COLOR_MAP_ALPHA\n\t\t\t\talpha + *= VFXGetTextureColor(VFX_SAMPLER(baseColorMap),i).a;\n\t\t#endif\t\n\t\t\t\tVFXClipFragmentColor(alpha,i);\n\t\t\t\treturn + 0;\n\t\t\t}\n\t\t\tENDHLSL\n\t\t}\n\t\t\n\r\n\t}\r\n}\r\n" + m_Infos: + m_Expressions: + m_Expressions: + - op: 1 + valueIndex: 0 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 6 + - op: 8 + valueIndex: 1 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: -1 + - op: 1 + valueIndex: 2 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 6 + - op: 1 + valueIndex: 3 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 6 + - op: 62 + valueIndex: 4 + data[0]: 2 + data[1]: 1 + data[2]: -1 + data[3]: 6 + - op: 6 + valueIndex: 5 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: -1 + - op: 1 + valueIndex: 6 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 7 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 8 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 27 + valueIndex: 9 + data[0]: 7 + data[1]: 6 + data[2]: -1 + data[3]: 1 + - op: 7 + valueIndex: 10 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: -1 + - op: 1 + valueIndex: 11 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 26 + valueIndex: 12 + data[0]: 9 + data[1]: 8 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 13 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 16 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 19 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 28 + valueIndex: 20 + data[0]: 11 + data[1]: 12 + data[2]: -1 + data[3]: 1 + - op: 26 + valueIndex: 21 + data[0]: 16 + data[1]: 15 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 22 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 25 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 5 + - op: 1 + valueIndex: 26 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 3 + valueIndex: 29 + data[0]: 17 + data[1]: 17 + data[2]: 17 + data[3]: -1 + - op: 1 + valueIndex: 32 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 35 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 38 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 41 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 44 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 45 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 46 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 49 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 6 + - op: 1 + valueIndex: 50 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 15 + - op: 1 + valueIndex: 51 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 54 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 57 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 2 + - op: 1 + valueIndex: 59 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 2 + - op: 1 + valueIndex: 61 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 62 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 7 + m_NeedsLocalToWorld: 0 + m_NeedsWorldToLocal: 0 + m_NeededMainCameraBuffers: 0 + m_PropertySheet: + m_Float: + m_Array: + - m_ExpressionIndex: 6 + m_Value: 100 + - m_ExpressionIndex: 7 + m_Value: 45.1 + - m_ExpressionIndex: 8 + m_Value: 8 + - m_ExpressionIndex: 11 + m_Value: 2 + - m_ExpressionIndex: 15 + m_Value: 1 + - m_ExpressionIndex: 26 + m_Value: 0.9126393 + - m_ExpressionIndex: 27 + m_Value: 1000 + - m_ExpressionIndex: 35 + m_Value: 1 + m_Vector2f: + m_Array: + - m_ExpressionIndex: 33 + m_Value: {x: 0, y: 0} + - m_ExpressionIndex: 34 + m_Value: {x: 100000, y: 100000} + m_Vector3f: + m_Array: + - m_ExpressionIndex: 13 + m_Value: {x: 99, y: 99, z: 1} + - m_ExpressionIndex: 14 + m_Value: {x: 2, y: 2, z: 2} + - m_ExpressionIndex: 18 + m_Value: {x: 0.2, y: 0.4507042, z: 0} + - m_ExpressionIndex: 20 + m_Value: {x: 1, y: 1, z: 1} + - m_ExpressionIndex: 22 + m_Value: {x: -1, y: -1, z: -1} + - m_ExpressionIndex: 23 + m_Value: {x: 1.5, y: 0, z: 0} + - m_ExpressionIndex: 24 + m_Value: {x: 0, y: 1.5, z: 0} + - m_ExpressionIndex: 25 + m_Value: {x: 12, y: 12, z: 12} + - m_ExpressionIndex: 28 + m_Value: {x: 1, y: 1, z: 10} + - m_ExpressionIndex: 31 + m_Value: {x: 10, y: 10, z: 1} + - m_ExpressionIndex: 32 + m_Value: {x: 0, y: 0, z: 0} + m_Vector4f: + m_Array: [] + m_Uint: + m_Array: + - m_ExpressionIndex: 0 + m_Value: 10000 + - m_ExpressionIndex: 2 + m_Value: 3291711721 + - m_ExpressionIndex: 3 + m_Value: 100 + - m_ExpressionIndex: 29 + m_Value: 4294967295 + m_Int: + m_Array: + - m_ExpressionIndex: 19 + m_Value: 2 + m_Matrix4x4f: + m_Array: [] + m_AnimationCurve: + m_Array: [] + m_Gradient: + m_Array: [] + m_NamedObject: + m_Array: + - m_ExpressionIndex: 36 + m_Value: {fileID: 0} + - m_ExpressionIndex: 30 + m_Value: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} + m_Bool: + m_Array: [] + m_ExposedExpressions: + - nameId: Amplitude + index: 15 + - nameId: SizeOfBlocks + index: 28 + - nameId: spread + index: 7 + m_Buffers: + - type: 1 + size: 40000 + layout: + - name: position + type: 3 + offset: + bucket: 0 + structure: 4 + element: 0 + - name: particleId + type: 6 + offset: + bucket: 0 + structure: 4 + element: 3 + capacity: 10000 + stride: 4 + - type: 1 + size: 40192 + layout: + - name: position + type: 3 + offset: + bucket: 0 + structure: 4 + element: 0 + - name: particleId + type: 6 + offset: + bucket: 0 + structure: 4 + element: 3 + capacity: 10048 + stride: 4 + - type: 1 + size: 1 + layout: + - name: spawnCount + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + capacity: 1 + stride: 4 + m_TemporaryBuffers: [] + m_CPUBuffers: + - capacity: 1 + stride: 1 + layout: + - name: spawnCount + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + initialData: + data: 00000000 + - capacity: 1 + stride: 1 + layout: + - name: spawnCount + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + initialData: + data: 00000000 + m_Events: + - name: OnPlay + playSystems: 00000000 + stopSystems: + - name: OnStop + playSystems: + stopSystems: 00000000 + m_RuntimeVersion: 10 + m_RendererSettings: + motionVectorGenerationMode: 0 + shadowCastingMode: 1 + receiveShadows: 0 + reflectionProbeUsage: 0 + lightProbeUsage: 0 + m_CullingFlags: 3 + m_UpdateMode: 0 + m_PreWarmDeltaTime: 0.05 + m_PreWarmStepCount: 0 + m_Systems: + - type: 0 + flags: 0 + capacity: 0 + layer: 4294967295 + buffers: + - nameId: spawner_output + index: 1 + values: [] + tasks: + - type: 268435456 + buffers: [] + temporaryBuffers: [] + values: + - nameId: Rate + index: 27 + params: [] + processor: {fileID: 0} + shaderSourceIndex: -1 + - type: 268435457 + buffers: [] + temporaryBuffers: [] + values: + - nameId: Count + index: 34 + - nameId: Delay + index: 33 + params: [] + processor: {fileID: 0} + shaderSourceIndex: -1 + - type: 1 + flags: 0 + capacity: 10000 + layer: 4294967295 + buffers: + - nameId: attributeBuffer + index: 0 + - nameId: sourceAttributeBuffer + index: 2 + - nameId: spawner_input + index: 1 + values: + - nameId: bounds_center + index: 32 + - nameId: bounds_size + index: 31 + tasks: + - type: 536870912 + buffers: + - nameId: attributeBuffer + index: 0 + - nameId: sourceAttributeBuffer + index: 2 + temporaryBuffers: [] + values: [] + params: + - nameId: bounds_center + index: 32 + - nameId: bounds_size + index: 31 + processor: {fileID: 0} + shaderSourceIndex: 1 + - type: 805306368 + buffers: + - nameId: attributeBuffer + index: 0 + temporaryBuffers: [] + values: [] + params: [] + processor: {fileID: 0} + shaderSourceIndex: 0 + - type: 1073741828 + buffers: + - nameId: attributeBuffer + index: 0 + temporaryBuffers: [] + values: + - nameId: uniform_b + index: 10 + - nameId: uniform_c + index: 5 + - nameId: uniform_d + index: 4 + - nameId: uniform_e + index: 21 + - nameId: Scale_c + index: 28 + - nameId: baseColorMap + index: 36 + params: + - nameId: mesh + index: 30 + - nameId: subMeshMask + index: 29 + - nameId: sortPriority + index: 0 + processor: {fileID: 0} + shaderSourceIndex: 2 +--- !u!114 &8926484042661614554 +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: 5e382412bb691334bb79457a6c127924, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114023846229194376} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614555} + - {fileID: 8926484042661614556} + m_OutputSlots: [] + m_Disabled: 0 + repeat: 0 + spawnMode: 0 + delayMode: 0 +--- !u!114 &8926484042661614555 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614555} + m_MasterData: + m_Owner: {fileID: 8926484042661614554} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 100000 + m_Space: 2147483647 + m_Property: + name: Count + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Count for each burst + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614556 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614556} + m_MasterData: + m_Owner: {fileID: 8926484042661614554} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Delay + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Delay between each burst + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614570 +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: 9dfea48843f53fc438eabc12a3a30abc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 8926484042661614708} + m_UIPosition: {x: 711.3, y: 233.20082} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614571} + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 8926484042661614580} + m_InputFlowSlot: + - link: + - context: {fileID: 114023846229194376} + slotIndex: 0 + m_OutputFlowSlot: + - link: + - context: {fileID: 114780028408030698} + slotIndex: 0 +--- !u!114 &8926484042661614571 +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: 1b605c022ee79394a8a776c0869b3f9a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614572} + - {fileID: 8926484042661614576} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614571} + m_MasterData: + m_Owner: {fileID: 8926484042661614570} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.AABox, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"center":{"x":0.0,"y":0.0,"z":0.0},"size":{"x":10.0,"y":10.0,"z":1.0}}' + m_Space: 0 + m_Property: + name: bounds + m_serializedType: + m_SerializableType: UnityEditor.VFX.AABox, Unity.VisualEffectGraph.Editor, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614572 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614571} + m_Children: + - {fileID: 8926484042661614573} + - {fileID: 8926484042661614574} + - {fileID: 8926484042661614575} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614571} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: center + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The centre of the box. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614573 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614572} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614571} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614574 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614572} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614571} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614575 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614572} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614571} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614576 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614571} + m_Children: + - {fileID: 8926484042661614577} + - {fileID: 8926484042661614578} + - {fileID: 8926484042661614579} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614571} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: size + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The size of the box along each axis. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614577 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614576} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614571} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614578 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614576} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614571} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614579 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614576} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614571} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614580 +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: d78581a96eae8bf4398c282eb0b098bd, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + title: + m_Owners: + - {fileID: 8926484042661614570} + - {fileID: 114780028408030698} + - {fileID: 8926484042661614591} + m_Capacity: 10000 + m_Space: 0 +--- !u!114 &8926484042661614591 +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: c6841bdef989b6d408d7298703cfde75, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 8926484042661614765} + - {fileID: 8926484042661614823} + - {fileID: 8926484042661614746} + m_UIPosition: {x: 704, y: 996} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614592} + - {fileID: 8926484042661614593} + - {fileID: 8926484042661614594} + - {fileID: 8926484042661614595} + - {fileID: 8926484042661614596} + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 8926484042661614580} + m_InputFlowSlot: + - link: + - context: {fileID: 114780028408030698} + slotIndex: 0 + m_OutputFlowSlot: + - link: [] + blendMode: 4 + m_SubOutputs: + - {fileID: 8926484042661614598} + cullMode: 0 + zWriteMode: 0 + zTestMode: 0 + colorMappingMode: 0 + uvMode: 0 + useSoftParticle: 0 + sortPriority: 0 + sort: 0 + indirectDraw: 0 + castShadows: 1 + useExposureWeight: 0 + materialType: 0 + onlyAmbientLighting: 0 + diffusionProfileAsset: {fileID: 0} + multiplyThicknessWithAlpha: 0 + useBaseColorMap: 3 + useMaskMap: 0 + useNormalMap: 0 + useEmissiveMap: 0 + colorMode: 1 + useEmissive: 0 + doubleSided: 0 + enableShadows: 1 + enableSpecular: 1 + enableCookie: 1 + enableEnvLight: 1 +--- !u!114 &8926484042661614592 +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: b47b8679b468b7347a00cdd50589bc9f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614592} + m_MasterData: + m_Owner: {fileID: 8926484042661614591} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Mesh, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":10202,"guid":"0000000000000000e000000000000000","type":0}}' + m_Space: 2147483647 + m_Property: + name: mesh + m_serializedType: + m_SerializableType: UnityEngine.Mesh, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Mesh to be used for particle rendering. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614593 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614593} + m_MasterData: + m_Owner: {fileID: 8926484042661614591} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 4294967295 + m_Space: 2147483647 + m_Property: + name: subMeshMask + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Define a bitmask to control which submeshes are rendered. + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 8 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614594 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614594} + m_MasterData: + m_Owner: {fileID: 8926484042661614591} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.9126393 + m_Space: 2147483647 + m_Property: + name: smoothness + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 0 + m_Min: 0 + m_Max: 1 + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614595 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614595} + m_MasterData: + m_Owner: {fileID: 8926484042661614591} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: metallic + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 0 + m_Min: 0 + m_Max: 1 + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614596 +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: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614596} + m_MasterData: + m_Owner: {fileID: 8926484042661614591} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: baseColorMap + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Base Color (RGB) Opacity (A) + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614598 +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: 081ffb0090424ba4cb05370a42ead6b9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + opaqueRenderQueue: 0 + transparentRenderQueue: 1 +--- !u!114 &8926484042661614708 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614570} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614709} + m_OutputSlots: [] + m_Disabled: 0 + attribute: position + Composition: 0 + Source: 0 + Random: 0 + channels: 6 +--- !u!114 &8926484042661614709 +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: 5265657162cc1a241bba03a3b0476d99, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614710} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614709} + m_MasterData: + m_Owner: {fileID: 8926484042661614708} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"position":{"x":0.0,"y":0.0,"z":0.0}}' + m_Space: 0 + m_Property: + name: Position + m_serializedType: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614739} +--- !u!114 &8926484042661614710 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614709} + m_Children: + - {fileID: 8926484042661614711} + - {fileID: 8926484042661614712} + - {fileID: 8926484042661614713} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614709} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The position. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614711 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614710} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614709} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614712 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614710} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614709} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614713 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614710} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614709} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614714 +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: fc49b1fef34c4eb4d952a47631c1c2e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 366, y: 309} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614715} + - {fileID: 8926484042661614716} + - {fileID: 8926484042661614717} + - {fileID: 8926484042661614718} + - {fileID: 8926484042661614719} + - {fileID: 8926484042661614724} + - {fileID: 8926484042661614729} + - {fileID: 8926484042661614734} + m_OutputSlots: + - {fileID: 8926484042661614739} + mode: 0 +--- !u!114 &8926484042661614715 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614715} + m_MasterData: + m_Owner: {fileID: 8926484042661614714} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Index + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Element index used to loop over the sequence + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614745} +--- !u!114 &8926484042661614716 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614716} + m_MasterData: + m_Owner: {fileID: 8926484042661614714} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 100 + m_Space: 2147483647 + m_Property: + name: CountX + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Element X count used to loop over the sequence + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614717 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614717} + m_MasterData: + m_Owner: {fileID: 8926484042661614714} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 100 + m_Space: 2147483647 + m_Property: + name: CountY + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Element Y count used to loop over the sequence + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614718 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614718} + m_MasterData: + m_Owner: {fileID: 8926484042661614714} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: CountZ + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Element Z count used to loop over the sequence + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614719 +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: 5265657162cc1a241bba03a3b0476d99, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614720} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614719} + m_MasterData: + m_Owner: {fileID: 8926484042661614714} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"position":{"x":0.0,"y":0.0,"z":0.0}}' + m_Space: 0 + m_Property: + name: Origin + m_serializedType: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614720 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614719} + m_Children: + - {fileID: 8926484042661614721} + - {fileID: 8926484042661614722} + - {fileID: 8926484042661614723} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614719} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The position. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614721 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614720} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614719} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614722 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614720} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614719} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614723 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614720} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614719} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614724 +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: a9f9544b71b7dab44a4644b6807e8bf6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614725} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614724} + m_MasterData: + m_Owner: {fileID: 8926484042661614714} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"vector":{"x":1.5,"y":0.0,"z":0.0}}' + m_Space: 0 + m_Property: + name: AxisX + m_serializedType: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614725 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614724} + m_Children: + - {fileID: 8926484042661614726} + - {fileID: 8926484042661614727} + - {fileID: 8926484042661614728} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614724} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: vector + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The vector. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614726 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614725} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614724} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614727 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614725} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614724} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614728 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614725} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614724} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614729 +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: a9f9544b71b7dab44a4644b6807e8bf6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614730} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614729} + m_MasterData: + m_Owner: {fileID: 8926484042661614714} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"vector":{"x":0.0,"y":1.5,"z":0.0}}' + m_Space: 0 + m_Property: + name: AxisY + m_serializedType: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614730 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614729} + m_Children: + - {fileID: 8926484042661614731} + - {fileID: 8926484042661614732} + - {fileID: 8926484042661614733} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614729} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: vector + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The vector. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614731 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614730} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614729} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614732 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614730} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614729} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614733 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614730} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614729} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614734 +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: a9f9544b71b7dab44a4644b6807e8bf6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614735} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614734} + m_MasterData: + m_Owner: {fileID: 8926484042661614714} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"vector":{"x":0.0,"y":0.0,"z":1.5}}' + m_Space: 0 + m_Property: + name: AxisZ + m_serializedType: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614735 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614734} + m_Children: + - {fileID: 8926484042661614736} + - {fileID: 8926484042661614737} + - {fileID: 8926484042661614738} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614734} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: vector + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The vector. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614736 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614735} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614734} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614737 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614735} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614734} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614738 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614735} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614734} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614739 +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: 5265657162cc1a241bba03a3b0476d99, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614740} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614739} + m_MasterData: + m_Owner: {fileID: 8926484042661614714} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"position":{"x":0.0,"y":0.0,"z":0.0}}' + m_Space: 0 + m_Property: + name: r + m_serializedType: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614709} +--- !u!114 &8926484042661614740 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614739} + m_Children: + - {fileID: 8926484042661614741} + - {fileID: 8926484042661614742} + - {fileID: 8926484042661614743} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614739} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The position. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614741 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614740} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614739} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614742 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614740} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614739} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614743 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614740} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614739} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614744 +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: 486e063e1ed58c843942ea4122829ab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 47, y: 325} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661614745} + attribute: particleId + location: 0 + mask: xyz +--- !u!114 &8926484042661614745 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614745} + m_MasterData: + m_Owner: {fileID: 8926484042661614744} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: particleId + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614715} +--- !u!114 &8926484042661614746 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614591} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614747} + m_OutputSlots: [] + m_Disabled: 0 + attribute: scale + Composition: 0 + Source: 0 + Random: 0 + channels: 6 +--- !u!114 &8926484042661614747 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614748} + - {fileID: 8926484042661614749} + - {fileID: 8926484042661614750} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614747} + m_MasterData: + m_Owner: {fileID: 8926484042661614746} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":0.2199999988079071,"z":5.0}' + m_Space: 2147483647 + m_Property: + name: Scale + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614844} +--- !u!114 &8926484042661614748 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614747} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614747} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614749 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614747} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614747} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614750 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614747} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614747} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614751 +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: 1fb2f8fde2589884fae38ab8bc886b6f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -124, y: 864} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614752} + - {fileID: 8926484042661614756} + - {fileID: 8926484042661614757} + - {fileID: 8926484042661614758} + - {fileID: 8926484042661614759} + - {fileID: 8926484042661614760} + m_OutputSlots: + - {fileID: 8926484042661614761} + type: 1 + dimensions: 1 +--- !u!114 &8926484042661614752 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614753} + - {fileID: 8926484042661614754} + - {fileID: 8926484042661614755} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614752} + m_MasterData: + m_Owner: {fileID: 8926484042661614751} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":8.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: coordinate + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The coordinate in the noise field to take the sample from. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614804} +--- !u!114 &8926484042661614753 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614752} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614752} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614754 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614752} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614752} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614755 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614752} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614752} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614756 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614756} + m_MasterData: + m_Owner: {fileID: 8926484042661614751} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.2 + m_Space: 2147483647 + m_Property: + name: frequency + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The frequency of the noise. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614757 +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: 4d246e354feb93041a837a9ef59437cb, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614757} + m_MasterData: + m_Owner: {fileID: 8926484042661614751} + m_Value: + m_Type: + m_SerializableType: System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 2 + m_Space: 2147483647 + m_Property: + name: octaves + m_serializedType: + m_SerializableType: System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The number of layers of noise. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614758 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614758} + m_MasterData: + m_Owner: {fileID: 8926484042661614751} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.4507042 + m_Space: 2147483647 + m_Property: + name: roughness + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 0 + m_Min: 0 + m_Max: 1 + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The scaling factor applied to each octave. Also known as persistence. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614759 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614759} + m_MasterData: + m_Owner: {fileID: 8926484042661614751} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: lacunarity + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The rate of change of the frequency for each successive octave. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614760 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614760} + m_MasterData: + m_Owner: {fileID: 8926484042661614751} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 4.48 + m_Space: 2147483647 + m_Property: + name: amplitude + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The magnitude of the noise. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614840} +--- !u!114 &8926484042661614761 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614762} + - {fileID: 8926484042661614763} + - {fileID: 8926484042661614764} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614761} + m_MasterData: + m_Owner: {fileID: 8926484042661614751} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: Noise + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The calculated noise vector. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614782} + - {fileID: 8926484042661614815} +--- !u!114 &8926484042661614762 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614761} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614761} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614763 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614761} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614761} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614764 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614761} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614761} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614765 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614591} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614766} + m_OutputSlots: [] + m_Disabled: 0 + attribute: angle + Composition: 0 + Source: 0 + Random: 0 + channels: 6 +--- !u!114 &8926484042661614766 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614767} + - {fileID: 8926484042661614768} + - {fileID: 8926484042661614769} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614766} + m_MasterData: + m_Owner: {fileID: 8926484042661614765} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: Angle + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614786} +--- !u!114 &8926484042661614767 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614766} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614766} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614768 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614766} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614766} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614769 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614766} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614766} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614770 +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: 486e063e1ed58c843942ea4122829ab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -703, y: 775} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661614771} + attribute: position + location: 0 + mask: xyz +--- !u!114 &8926484042661614771 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614772} + - {fileID: 8926484042661614773} + - {fileID: 8926484042661614774} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614771} + m_MasterData: + m_Owner: {fileID: 8926484042661614770} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614800} +--- !u!114 &8926484042661614772 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614771} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614771} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614773 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614771} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614771} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614774 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614771} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614771} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614775 +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: 0a02ebe9815b1084495277ae39c6c270, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 225, y: 919} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614782} + - {fileID: 8926484042661614777} + - {fileID: 8926484042661614778} + - {fileID: 8926484042661614779} + - {fileID: 8926484042661614780} + m_OutputSlots: + - {fileID: 8926484042661614786} + m_Type: + - m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_Clamp: 0 +--- !u!114 &8926484042661614777 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614777} + m_MasterData: + m_Owner: {fileID: 8926484042661614775} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: -1 + m_Space: 2147483647 + m_Property: + name: oldRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614778 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614778} + m_MasterData: + m_Owner: {fileID: 8926484042661614775} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: oldRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614779 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614779} + m_MasterData: + m_Owner: {fileID: 8926484042661614775} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: newRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614780 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614780} + m_MasterData: + m_Owner: {fileID: 8926484042661614775} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 12 + m_Space: 2147483647 + m_Property: + name: newRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614782 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614783} + - {fileID: 8926484042661614784} + - {fileID: 8926484042661614785} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614782} + m_MasterData: + m_Owner: {fileID: 8926484042661614775} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: input + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to be remapped into the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614761} +--- !u!114 &8926484042661614783 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614782} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614782} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614784 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614782} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614782} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614785 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614782} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614782} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614786 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614787} + - {fileID: 8926484042661614788} + - {fileID: 8926484042661614789} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614786} + m_MasterData: + m_Owner: {fileID: 8926484042661614775} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614766} +--- !u!114 &8926484042661614787 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614786} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614786} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614788 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614786} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614786} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614789 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614786} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614786} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614790 +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: 6fbab4aa995aa0b4fa31ba5aebd54e8f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -785, y: 942} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661614791} +--- !u!114 &8926484042661614791 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614791} + m_MasterData: + m_Owner: {fileID: 8926484042661614790} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: t + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614793} +--- !u!114 &8926484042661614792 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -541.39886, y: 1056.3328} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614793} + - {fileID: 8926484042661614794} + m_OutputSlots: + - {fileID: 8926484042661614795} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661614793 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614793} + m_MasterData: + m_Owner: {fileID: 8926484042661614792} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614791} +--- !u!114 &8926484042661614794 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614794} + m_MasterData: + m_Owner: {fileID: 8926484042661614792} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614795 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614795} + m_MasterData: + m_Owner: {fileID: 8926484042661614792} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614798} +--- !u!114 &8926484042661614796 +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: c7acf5424f3655744af4b8f63298fa0f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -379, y: 1003} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614800} + - {fileID: 8926484042661614798} + m_OutputSlots: + - {fileID: 8926484042661614804} + m_Operands: + - name: a + type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661614798 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614798} + m_MasterData: + m_Owner: {fileID: 8926484042661614796} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614795} +--- !u!114 &8926484042661614800 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614801} + - {fileID: 8926484042661614802} + - {fileID: 8926484042661614803} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614800} + m_MasterData: + m_Owner: {fileID: 8926484042661614796} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614771} +--- !u!114 &8926484042661614801 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614800} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614800} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614802 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614800} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614800} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614803 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614800} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614800} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614804 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614805} + - {fileID: 8926484042661614806} + - {fileID: 8926484042661614807} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614804} + m_MasterData: + m_Owner: {fileID: 8926484042661614796} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614752} +--- !u!114 &8926484042661614805 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614804} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614804} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614806 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614804} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614804} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614807 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614804} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614804} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614808 +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: 0a02ebe9815b1084495277ae39c6c270, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 213, y: 1155} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614815} + - {fileID: 8926484042661614810} + - {fileID: 8926484042661614811} + - {fileID: 8926484042661614812} + - {fileID: 8926484042661614813} + m_OutputSlots: + - {fileID: 8926484042661614819} + m_Type: + - m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_Clamp: 0 +--- !u!114 &8926484042661614810 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614810} + m_MasterData: + m_Owner: {fileID: 8926484042661614808} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: -1 + m_Space: 2147483647 + m_Property: + name: oldRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614811 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614811} + m_MasterData: + m_Owner: {fileID: 8926484042661614808} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: oldRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614812 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614812} + m_MasterData: + m_Owner: {fileID: 8926484042661614808} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: newRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614813 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614813} + m_MasterData: + m_Owner: {fileID: 8926484042661614808} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: newRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614815 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614816} + - {fileID: 8926484042661614817} + - {fileID: 8926484042661614818} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614815} + m_MasterData: + m_Owner: {fileID: 8926484042661614808} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: input + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to be remapped into the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614761} +--- !u!114 &8926484042661614816 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614815} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614815} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614817 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614815} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614815} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614818 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614815} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614815} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614819 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614820} + - {fileID: 8926484042661614821} + - {fileID: 8926484042661614822} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614819} + m_MasterData: + m_Owner: {fileID: 8926484042661614808} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614824} +--- !u!114 &8926484042661614820 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614819} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614819} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614821 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614819} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614819} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614822 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614819} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614819} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614823 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614591} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614824} + m_OutputSlots: [] + m_Disabled: 0 + attribute: color + Composition: 0 + Source: 0 + Random: 0 + channels: 6 +--- !u!114 &8926484042661614824 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614825} + - {fileID: 8926484042661614826} + - {fileID: 8926484042661614827} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614824} + m_MasterData: + m_Owner: {fileID: 8926484042661614823} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0,"z":1.0}' + m_Space: 2147483647 + m_Property: + name: Color + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 5 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614819} +--- !u!114 &8926484042661614825 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614824} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614824} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614826 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614824} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614824} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614827 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614824} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614824} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614828 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661614829} + m_ExposedName: spread + m_Exposed: 1 + m_Order: 0 + m_Category: + m_Min: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: particle spread + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661614829} + inputSlot: {fileID: 8926484042661614831} + position: {x: -556, y: 1214} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661614829 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614829} + m_MasterData: + m_Owner: {fileID: 8926484042661614828} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 45.1 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614831} +--- !u!114 &8926484042661614830 +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: 0a02ebe9815b1084495277ae39c6c270, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -393, y: 1221} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614831} + - {fileID: 8926484042661614832} + - {fileID: 8926484042661614833} + - {fileID: 8926484042661614834} + - {fileID: 8926484042661614835} + m_OutputSlots: + - {fileID: 8926484042661614836} + m_Type: + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_Clamp: 0 +--- !u!114 &8926484042661614831 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614831} + m_MasterData: + m_Owner: {fileID: 8926484042661614830} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.5 + m_Space: 2147483647 + m_Property: + name: input + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to be remapped into the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614829} +--- !u!114 &8926484042661614832 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614832} + m_MasterData: + m_Owner: {fileID: 8926484042661614830} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: oldRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614833 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614833} + m_MasterData: + m_Owner: {fileID: 8926484042661614830} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 100 + m_Space: 2147483647 + m_Property: + name: oldRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614834 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614834} + m_MasterData: + m_Owner: {fileID: 8926484042661614830} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 2 + m_Space: 2147483647 + m_Property: + name: newRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614835 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614835} + m_MasterData: + m_Owner: {fileID: 8926484042661614830} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 10 + m_Space: 2147483647 + m_Property: + name: newRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614836 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614836} + m_MasterData: + m_Owner: {fileID: 8926484042661614830} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614838} +--- !u!114 &8926484042661614837 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 1191} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614838} + - {fileID: 8926484042661614839} + m_OutputSlots: + - {fileID: 8926484042661614840} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661614838 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614838} + m_MasterData: + m_Owner: {fileID: 8926484042661614837} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614836} +--- !u!114 &8926484042661614839 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614839} + m_MasterData: + m_Owner: {fileID: 8926484042661614837} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614842} +--- !u!114 &8926484042661614840 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614840} + m_MasterData: + m_Owner: {fileID: 8926484042661614837} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614760} +--- !u!114 &8926484042661614841 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661614842} + m_ExposedName: Amplitude + m_Exposed: 1 + m_Order: 1 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661614842} + inputSlot: {fileID: 8926484042661614839} + position: {x: -147.75002, y: 1337.0001} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661614842 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614842} + m_MasterData: + m_Owner: {fileID: 8926484042661614841} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614839} +--- !u!114 &8926484042661614843 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661614844} + m_ExposedName: SizeOfBlocks + m_Exposed: 1 + m_Order: 2 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661614844} + inputSlot: {fileID: 8926484042661614747} + position: {x: 358, y: 1507} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661614844 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614845} + - {fileID: 8926484042661614846} + - {fileID: 8926484042661614847} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614844} + m_MasterData: + m_Owner: {fileID: 8926484042661614843} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0,"z":10.0}' + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614747} +--- !u!114 &8926484042661614845 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614844} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614844} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614846 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614844} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614844} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614847 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614844} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614844} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Boxes.vfx.meta b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Boxes.vfx.meta new file mode 100644 index 0000000..959143c --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Boxes.vfx.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: cffb1cf86e934904b84157a237722408 +VisualEffectImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Force Position Texture.vfx b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Force Position Texture.vfx new file mode 100644 index 0000000..003ef88 --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Force Position Texture.vfx @@ -0,0 +1,14617 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &114023846229194376 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 73a13919d81fb7444849bae8b5c812a2, type: 3} + m_Name: VFXBasicSpawner + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 8926484042661620364} + m_UIPosition: {x: 998, y: -175} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 0} + m_InputFlowSlot: + - link: [] + - link: [] + m_OutputFlowSlot: + - link: + - context: {fileID: 8926484042661618449} + slotIndex: 0 +--- !u!114 &114340500867371532 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: d01270efd3285ea4a9d6c555cb0a8027, type: 3} + m_Name: VFXUI + m_EditorClassIdentifier: + groupInfos: + - title: Threshold + position: + serializedVersion: 2 + x: -662 + y: -231 + width: 1323 + height: 559 + contents: + - model: {fileID: 8926484042661618170} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661617340} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661617342} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661618162} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661618158} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661620230} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661620234} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661620242} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661620249} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661620252} + id: 0 + isStickyNote: 0 + - title: Return to original position + position: + serializedVersion: 2 + x: -1295 + y: 996 + width: 2044 + height: 482 + contents: + - model: {fileID: 8926484042661619896} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661618230} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661619888} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661619892} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661618948} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661619518} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661619548} + id: 0 + isStickyNote: 0 + - title: Spectrum 1 Output + position: + serializedVersion: 2 + x: -425 + y: 1612 + width: 651 + height: 269 + contents: + - model: {fileID: 8926484042661620408} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661620419} + id: 0 + isStickyNote: 0 + - title: Spectrum 2 Output + position: + serializedVersion: 2 + x: 87 + y: 2023 + width: 557 + height: 270 + contents: + - model: {fileID: 8926484042661620426} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661620412} + id: 0 + isStickyNote: 0 + stickyNoteInfos: [] + systemInfos: [] + categories: + - name: Kinect Input + collapsed: 1 + - name: Pd Controlled + collapsed: 0 + uiBounds: + serializedVersion: 2 + x: -2339 + y: -231 + width: 3713 + height: 3103 +--- !u!114 &114350483966674976 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 7d4c867f6b72b714dbb5fd1780afe208, type: 3} + m_Name: Force Position Texture + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 114023846229194376} + - {fileID: 8926484042661618449} + - {fileID: 8926484042661615903} + - {fileID: 8926484042661616178} + - {fileID: 8926484042661616223} + - {fileID: 8926484042661616339} + - {fileID: 8926484042661620181} + - {fileID: 8926484042661616345} + - {fileID: 8926484042661616352} + - {fileID: 8926484042661616356} + - {fileID: 8926484042661616376} + - {fileID: 8926484042661616384} + - {fileID: 8926484042661616388} + - {fileID: 8926484042661616411} + - {fileID: 8926484042661616418} + - {fileID: 8926484042661616463} + - {fileID: 8926484042661616552} + - {fileID: 8926484042661618158} + - {fileID: 8926484042661618162} + - {fileID: 8926484042661618170} + - {fileID: 8926484042661617340} + - {fileID: 8926484042661617342} + - {fileID: 8926484042661617369} + - {fileID: 8926484042661617398} + - {fileID: 8926484042661618230} + - {fileID: 8926484042661618948} + - {fileID: 8926484042661619518} + - {fileID: 8926484042661619548} + - {fileID: 8926484042661619888} + - {fileID: 8926484042661619892} + - {fileID: 8926484042661619896} + - {fileID: 8926484042661620023} + - {fileID: 8926484042661620042} + - {fileID: 8926484042661620125} + - {fileID: 8926484042661620130} + - {fileID: 8926484042661620138} + - {fileID: 8926484042661620145} + - {fileID: 8926484042661620242} + - {fileID: 8926484042661620230} + - {fileID: 8926484042661620234} + - {fileID: 8926484042661620249} + - {fileID: 8926484042661620252} + - {fileID: 8926484042661620276} + - {fileID: 8926484042661620279} + - {fileID: 8926484042661620299} + - {fileID: 8926484042661620368} + - {fileID: 8926484042661620373} + - {fileID: 8926484042661620408} + - {fileID: 8926484042661620410} + - {fileID: 8926484042661620412} + - {fileID: 8926484042661620419} + - {fileID: 8926484042661620426} + - {fileID: 8926484042661620501} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_UIInfos: {fileID: 114340500867371532} + m_ParameterInfo: + - name: Collider Position + path: Collider Position + tooltip: + sheetType: m_Vector3f + realType: Vector3 + defaultValue: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}' + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Kinect Input + path: + tooltip: + sheetType: + realType: + defaultValue: + m_Type: + m_SerializableType: + m_SerializableObject: + min: -Infinity + max: Infinity + descendantCount: 0 + - name: DepthImage + path: DepthImage + tooltip: + sheetType: m_NamedObject + realType: Texture2D + defaultValue: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":2800000,"guid":"3b6f1cd74f73e0e4b9b42e8501fd3233","type":3}}' + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Pd Controlled + path: + tooltip: + sheetType: + realType: + defaultValue: + m_Type: + m_SerializableType: + m_SerializableObject: + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Spectrum Value 1 + path: Spectrum Value 1 + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Spectrum Value 2 + path: Spectrum Value 2 + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Pitch Value + path: Pitch Value + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + min: -Infinity + max: Infinity + descendantCount: 0 + m_GraphVersion: 2 + m_saved: 1 + m_SubgraphDependencies: [] + m_CategoryPath: +--- !u!2058629511 &8926484042661614527 +VisualEffectResource: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Force Position Texture + m_Graph: {fileID: 114350483966674976} + m_ShaderSources: + - compute: 1 + name: '[System 1]Initialize' + source: "#pragma kernel CSMain\r\n#define NB_THREADS_PER_GROUP 64\n#define VFX_USE_POSITION_CURRENT + 1\n#define VFX_USE_COLOR_CURRENT 1\n#define VFX_USE_PARTICLEID_CURRENT 1\n#define + VFX_USE_VELOCITY_CURRENT 1\n#define VFX_USE_AGE_CURRENT 1\n#define VFX_USE_SEED_CURRENT + 1\n#define VFX_USE_ALPHA_CURRENT 1\n#define VFX_WORLD_SPACE 1\n#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\n\r\nCBUFFER_START(parameters)\n + \ float4x4 uniform_b;\nCBUFFER_END\n\n\r\n#include \"Packages/com.unity.visualeffectgraph/Shaders/Common/VFXCommonCompute.cginc\"\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\n\r\n\r\nRWByteAddressBuffer + attributeBuffer;\r\nByteAddressBuffer sourceAttributeBuffer;\r\n\r\nCBUFFER_START(initParams)\r\n#if + !VFX_USE_SPAWNER_FROM_GPU\r\n uint nbSpawned;\t\t\t\t\t// Numbers of particle + spawned\r\n uint spawnIndex;\t\t\t\t// Index of the first particle spawned\r\n + \ uint dispatchWidth;\r\n#else\r\n uint offsetInAdditionalOutput;\r\n\tuint + nbMax;\r\n#endif\r\n\tuint systemSeed;\r\nCBUFFER_END\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\nRWStructuredBuffer + deadListIn;\r\nByteAddressBuffer deadListCount; // This is bad to use a SRV + to fetch deadList count but Unity API currently prevent from copying to CB\r\n#endif\r\n\r\n#if + VFX_USE_SPAWNER_FROM_GPU\r\nStructuredBuffer eventList;\r\nByteAddressBuffer + inputAdditional;\r\n#endif\r\n\r\nvoid SetAttribute_CAC29747(inout float3 position, + float3 Position) /*attribute:position Composition:Overwrite Source:Slot Random:Off + channels:XYZ */\n{\n position = Position;\n}\nvoid SetAttribute_FDD06EC7(inout + float3 color, float3 Color) /*attribute:color Composition:Overwrite Source:Slot + Random:Off channels:XYZ */\n{\n color = Color;\n}\n\n\r\n\r\n[numthreads(NB_THREADS_PER_GROUP,1,1)]\r\nvoid + CSMain(uint3 groupId : SV_GroupID,\r\n uint3 groupThreadId + \ : SV_GroupThreadID)\r\n{\r\n uint id = groupThreadId.x + groupId.x * + NB_THREADS_PER_GROUP;\r\n#if !VFX_USE_SPAWNER_FROM_GPU\r\n id += groupId.y + * dispatchWidth * NB_THREADS_PER_GROUP;\r\n#endif\r\n\r\n#if VFX_USE_SPAWNER_FROM_GPU\r\n + \ uint maxThreadId = inputAdditional.Load((offsetInAdditionalOutput * 2 + + 0) << 2);\r\n uint currentSpawnIndex = inputAdditional.Load((offsetInAdditionalOutput + * 2 + 1) << 2) - maxThreadId;\r\n#else\r\n uint maxThreadId = nbSpawned;\r\n + \ uint currentSpawnIndex = spawnIndex;\r\n#endif\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\n + \ maxThreadId = min(maxThreadId, deadListCount.Load(0x0));\r\n#elif VFX_USE_SPAWNER_FROM_GPU\r\n + \ maxThreadId = min(maxThreadId, nbMax); //otherwise, nbSpawned already clamped + on CPU\r\n#endif\r\n\r\n if (id < maxThreadId)\r\n {\r\n#if VFX_USE_SPAWNER_FROM_GPU\r\n + \ int sourceIndex = eventList[id];\r\n#endif\r\n uint particleIndex + = id + currentSpawnIndex;\r\n\t\t\r\n#if !VFX_USE_SPAWNER_FROM_GPU\r\n int + sourceIndex = 0;\n /*//Loop with 1 iteration generate a wrong IL Assembly + (and actually, useless code)\n uint currentSumSpawnCount = 0u;\n for + (sourceIndex=0; sourceIndex<1; sourceIndex++)\n {\n currentSumSpawnCount + += uint(asfloat(sourceAttributeBuffer.Load((sourceIndex * 0x1 + 0x0) << 2)));\n + \ if (id < currentSumSpawnCount)\n {\n break;\n + \ }\n }\n */\n \n\r\n#endif\r\n float3 + position = float3(0, 0, 0);\n float3 color = float3(1, 1, 1);\n uint + particleId = (uint)0;\n float3 velocity = float3(0, 0, 0);\n float + age = (float)0;\n uint seed = (uint)0;\n float alpha = (float)1;\n + \ \n\r\n#if VFX_USE_PARTICLEID_CURRENT\r\n particleId = particleIndex;\r\n#endif\r\n#if + VFX_USE_SEED_CURRENT\r\n seed = WangHash(particleIndex ^ systemSeed);\r\n#endif\r\n + \ \r\n {\n uint tmp_ba = particleId / (uint)65536;\n + \ uint tmp_bb = tmp_ba * (uint)65536;\n uint tmp_bc = particleId + - tmp_bb;\n uint tmp_be = tmp_bc / (uint)256;\n float + tmp_bf = (float)tmp_be;\n uint tmp_bg = tmp_be * (uint)256;\n uint + tmp_bh = tmp_bc - tmp_bg;\n float tmp_bi = (float)tmp_bh;\n uint + tmp_bj = tmp_bc - tmp_bc;\n float tmp_bk = (float)tmp_bj;\n float3 + tmp_bl = float3(tmp_bf, tmp_bi, tmp_bk);\n float3 tmp_bn = tmp_bl + / float3(255, 255, 1);\n float3 tmp_bp = tmp_bn * float3(2, 2, 2);\n + \ float3 tmp_br = tmp_bp - float3(1, 1, 1);\n float tmp_bs + = tmp_br[0];\n float3 tmp_bt = float3(tmp_bs, tmp_bs, tmp_bs);\n + \ float3 tmp_bv = tmp_bt * float3(1, 0, 0);\n float3 tmp_bw + = float3(-4, 0, 0) + tmp_bv;\n float tmp_bx = tmp_br[1];\n float3 + tmp_by = float3(tmp_bx, tmp_bx, tmp_bx);\n float3 tmp_ca = tmp_by + * float3(0, 1, 0);\n float3 tmp_cb = tmp_bw + tmp_ca;\n float3 + tmp_cc = mul(uniform_b, float4(tmp_cb, 1.0)).xyz;\n SetAttribute_CAC29747( + /*inout */position, tmp_cc);\n }\n {\n SetAttribute_FDD06EC7( + /*inout */color, float3(1, 1, 1));\n }\n \n\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\n + \ if (alive)\r\n {\r\n\t\t\tuint deadIndex = deadListIn.DecrementCounter();\r\n + \ uint index = deadListIn[deadIndex];\r\n attributeBuffer.Store3((index + * 0x4 + 0x0) << 2,asuint(position));\n attributeBuffer.Store3((index + * 0x4 + 0x40000) << 2,asuint(color));\n attributeBuffer.Store((index + * 0x1 + 0x80000) << 2,asuint(particleId));\n attributeBuffer.Store3((index + * 0x8 + 0x90000) << 2,asuint(velocity));\n attributeBuffer.Store((index + * 0x8 + 0x90003) << 2,asuint(age));\n attributeBuffer.Store((index + * 0x8 + 0x90004) << 2,asuint(seed));\n attributeBuffer.Store((index + * 0x1 + 0x110000) << 2,asuint(alpha));\n \n\r\n }\r\n#else\r\n + \ uint index = particleIndex;\r\n attributeBuffer.Store3((index + * 0x4 + 0x0) << 2,asuint(position));\n attributeBuffer.Store3((index + * 0x4 + 0x40000) << 2,asuint(color));\n attributeBuffer.Store((index + * 0x1 + 0x80000) << 2,asuint(particleId));\n attributeBuffer.Store3((index + * 0x8 + 0x90000) << 2,asuint(velocity));\n attributeBuffer.Store((index + * 0x8 + 0x90003) << 2,asuint(age));\n attributeBuffer.Store((index * + 0x8 + 0x90004) << 2,asuint(seed));\n attributeBuffer.Store((index * 0x1 + + 0x110000) << 2,asuint(alpha));\n \n\r\n#endif\r\n }\r\n}\r\n" + - compute: 1 + name: '[System 1]Update' + source: "#pragma kernel CSMain\r\n#define NB_THREADS_PER_GROUP 64\n#define VFX_USE_POSITION_CURRENT + 1\n#define VFX_USE_COLOR_CURRENT 1\n#define VFX_USE_PARTICLEID_CURRENT 1\n#define + VFX_USE_VELOCITY_CURRENT 1\n#define VFX_USE_AGE_CURRENT 1\n#define VFX_USE_LIFETIME_CURRENT + 1\n#define VFX_USE_SEED_CURRENT 1\n#define VFX_USE_MASS_CURRENT 1\n#define VFX_USE_ALPHA_CURRENT + 1\n#define VFX_HAS_INDIRECT_DRAW 1\n#define VFX_WORLD_SPACE 1\n#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\n\r\nCBUFFER_START(parameters)\n + \ float4x4 uniform_e;\n float3 Sphere_center_a;\n float deltaTime_a;\n + \ float3 uniform_d;\n float uniform_f;\n float3 Color_e;\n float + uniform_g;\n float Intensity_c;\n float Color_d;\n uint2 PADDING_0;\nCBUFFER_END\nTexture2D + texture_b;\nSamplerState samplertexture_b;\nTexture3D VectorField_c;\nSamplerState + samplerVectorField_c;\n\n\r\n#include \"Packages/com.unity.visualeffectgraph/Shaders/Common/VFXCommonCompute.cginc\"\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\n\r\n\r\nRWByteAddressBuffer + attributeBuffer;\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\nRWStructuredBuffer + deadListOut;\r\n#endif\r\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\nRWStructuredBuffer + indirectBuffer;\r\n#endif\r\n\r\nCBUFFER_START(updateParams)\r\n uint nbMax;\r\n\tuint + dispatchWidth;\r\n\tuint systemSeed;\r\nCBUFFER_END\r\n\r\nvoid CollisionSphere_1(inout + float3 position, inout float3 velocity, inout float age, float lifetime, inout + uint seed, float3 Sphere_center, float Sphere_radius, float Elasticity, float + Friction, float LifetimeLoss, float Roughness, float deltaTime, float colliderSign, + float radius) /*mode:Solid radiusMode:None roughSurface:True */\n{\n \n float3 + nextPos = position + velocity * deltaTime;\n float3 dir = nextPos - Sphere_center;\n + \ float sqrLength = dot(dir, dir);\n float totalRadius = Sphere_radius + + colliderSign * radius;\n if (colliderSign * sqrLength <= colliderSign * + totalRadius * totalRadius)\n {\n float dist = sqrt(sqrLength);\n float3 + n = colliderSign * dir / dist;\n position -= n * (dist - totalRadius) + * colliderSign;\n \n float3 randomNormal = normalize(RAND3 * 2.0f + - 1.0f);\n randomNormal = (dot(randomNormal, n) < 0.0f) ? -randomNormal + : randomNormal; // random normal on hemisphere, relative to the normal\n + \ n = normalize(lerp(n, randomNormal, Roughness));\n \n float + projVelocity = dot(n, velocity);\n \n float3 normalVelocity = projVelocity + * n;\n float3 tangentVelocity = velocity - normalVelocity;\n \n if + (projVelocity < 0)\n velocity -= ((1 + Elasticity) * projVelocity) + * n;\n velocity -= Friction * tangentVelocity;\n \n age += + (LifetimeLoss * lifetime);\n \n }\n}\nvoid Force_1(inout float3 velocity, + float mass, float3 Velocity, float Drag, float deltaTime) /*Mode:Relative */\n{\n + \ velocity += (Velocity - velocity) * min(1.0f,Drag * deltaTime / mass);\n}\nvoid + VectorFieldForce_267A9(inout float3 velocity, float mass, float3 position, VFXSampler3D + VectorField, float4x4 InvFieldTransform, float4x4 FieldTransform, float Intensity, + float Drag, float deltaTime) /*DataEncoding:UnsignedNormalized Mode:Relative + ClosedField:False ConserveMagnitude:False */\n{\n float3 vectorFieldCoord + = mul(InvFieldTransform, float4(position,1.0f)).xyz;\n \n float3 value + = SampleTexture(VectorField, vectorFieldCoord + 0.5f).xyz * 2.0f - 1.0f;\n value + = mul(FieldTransform,float4(value,0.0f)).xyz;\n \n velocity += ((value + * Intensity) - velocity) * min(1.0f,Drag * deltaTime / mass);\n}\nvoid AttributeFromCurve_44F26C8C(inout + float3 color, inout float alpha, float3 velocity, float Color, float2 SpeedRange) + /*attribute:color Composition:Overwrite AlphaComposition:Overwrite SampleMode:BySpeed + Mode:PerComponent ColorMode:ColorAndAlpha channels:XYZ */\n{\n float t = + saturate((length(velocity) - SpeedRange.x) * SpeedRange.y);\n float4 value + = 0.0f;\n value = SampleGradient(Color, t);\n color = value.rgb;\n alpha + = value.a;\n}\nvoid SetAttribute_FA15ADAA(inout float3 color, float3 Color) + /*attribute:color Composition:Add Source:Slot Random:Off channels:XYZ */\n{\n + \ color += Color;\n}\nvoid EulerIntegration(inout float3 position, float3 + velocity, float deltaTime)\n{\n position += velocity * deltaTime;\n}\nvoid + Age(inout float age, float deltaTime)\n{\n age += deltaTime;\n}\n\n\r\n\r\n[numthreads(NB_THREADS_PER_GROUP,1,1)]\r\nvoid + CSMain(uint3 groupId : SV_GroupID,\r\n uint3 groupThreadId + \ : SV_GroupThreadID)\r\n{\r\n\tuint id = groupThreadId.x + groupId.x * NB_THREADS_PER_GROUP + + groupId.y * dispatchWidth * NB_THREADS_PER_GROUP;\r\n\tuint index = id;\r\n\tif + (id < nbMax)\r\n\t{\r\n#if VFX_USE_ALIVE_CURRENT\r\n\t\t\r\n\t\tif (alive)\r\n\t\t{\r\n\t\t\tfloat3 + position = asfloat(attributeBuffer.Load3((index * 0x4 + 0x0) << 2));\n\t\t\tfloat3 + color = asfloat(attributeBuffer.Load3((index * 0x4 + 0x40000) << 2));\n\t\t\tuint + particleId = (attributeBuffer.Load((index * 0x1 + 0x80000) << 2));\n\t\t\tfloat3 + velocity = asfloat(attributeBuffer.Load3((index * 0x8 + 0x90000) << 2));\n\t\t\tfloat + age = asfloat(attributeBuffer.Load((index * 0x8 + 0x90003) << 2));\n\t\t\tfloat + lifetime = (float)1;\n\t\t\tuint seed = (attributeBuffer.Load((index * 0x8 + + 0x90004) << 2));\n\t\t\tfloat mass = (float)1;\n\t\t\tfloat alpha = asfloat(attributeBuffer.Load((index + * 0x1 + 0x110000) << 2));\n\t\t\t\n\r\n\t\t\t\r\n#if VFX_USE_OLDPOSITION_CURRENT\r\n\t\t\toldPosition + = position;\r\n#endif\r\n\t\t\t\r\n\t\t\t{\n\t\t\t CollisionSphere_1( /*inout + */position, /*inout */velocity, /*inout */age, lifetime, /*inout */seed, + Sphere_center_a, (float)0.5, (float)0, (float)0, (float)0, (float)0, deltaTime_a, + (float)1, (float)0);\n\t\t\t}\n\t\t\t{\n\t\t\t uint tmp_bk = particleId / + (uint)65536;\n\t\t\t uint tmp_bl = tmp_bk * (uint)65536;\n\t\t\t uint + tmp_bm = particleId - tmp_bl;\n\t\t\t uint tmp_bo = tmp_bm / (uint)256;\n\t\t\t + \ float tmp_bp = (float)tmp_bo;\n\t\t\t uint tmp_bq = tmp_bo * (uint)256;\n\t\t\t + \ uint tmp_br = tmp_bm - tmp_bq;\n\t\t\t float tmp_bs = (float)tmp_br;\n\t\t\t + \ uint tmp_bt = tmp_bm - tmp_bm;\n\t\t\t float tmp_bu = (float)tmp_bt;\n\t\t\t + \ float3 tmp_bv = float3(tmp_bp, tmp_bs, tmp_bu);\n\t\t\t float3 tmp_bx + = tmp_bv / float3(255, 255, 1);\n\t\t\t float3 tmp_bz = tmp_bx * float3(2, + 2, 2);\n\t\t\t float3 tmp_cb = tmp_bz - float3(1, 1, 1);\n\t\t\t float + tmp_cc = tmp_cb[0];\n\t\t\t float3 tmp_cd = float3(tmp_cc, tmp_cc, tmp_cc);\n\t\t\t + \ float3 tmp_cf = tmp_cd * float3(1, 0, 0);\n\t\t\t float3 tmp_cg = float3(-4, + 0, 0) + tmp_cf;\n\t\t\t float tmp_ch = tmp_cb[1];\n\t\t\t float3 tmp_ci + = float3(tmp_ch, tmp_ch, tmp_ch);\n\t\t\t float3 tmp_ck = tmp_ci * float3(0, + 1, 0);\n\t\t\t float3 tmp_cl = tmp_cg + tmp_ck;\n\t\t\t float tmp_cm = + tmp_cl[0];\n\t\t\t float tmp_cn = position[0];\n\t\t\t float tmp_co = + tmp_cm - tmp_cn;\n\t\t\t float tmp_cp = tmp_cl[1];\n\t\t\t float tmp_cq + = position[1];\n\t\t\t float tmp_cr = tmp_cp - tmp_cq;\n\t\t\t float2 + tmp_cu = float2(tmp_cn, tmp_cq);\n\t\t\t float2 tmp_cw = tmp_cu - float2(-1, + -1);\n\t\t\t float2 tmp_cy = tmp_cw / float2(2, 2);\n\t\t\t float2 tmp_da + = tmp_cy * float2(1, -1);\n\t\t\t float4 tmp_dc = SampleTexture(VFX_SAMPLER(texture_b),tmp_da,(float)0);\n\t\t\t + \ float tmp_dd = tmp_dc[0];\n\t\t\t float tmp_de = (float)1 - tmp_dd;\n\t\t\t + \ float tmp_df = ceil(tmp_dd);\n\t\t\t float tmp_dg = saturate(tmp_df);\n\t\t\t + \ float tmp_dh = tmp_de * tmp_dg;\n\t\t\t float tmp_dj = tmp_dd - (float)0.0399999991;\n\t\t\t + \ float tmp_dk = ceil(tmp_dj);\n\t\t\t float tmp_dl = saturate(tmp_dk);\n\t\t\t + \ float tmp_dm = (float)1 - tmp_dl;\n\t\t\t float tmp_dn = tmp_dh * tmp_dm;\n\t\t\t + \ float tmp_do = (float)-1 * tmp_dn;\n\t\t\t float tmp_dq = tmp_do * (float)0.649999976;\n\t\t\t + \ float tmp_dr = position[2];\n\t\t\t float tmp_ds = tmp_dq - tmp_dr;\n\t\t\t + \ float3 tmp_dt = float3(tmp_co, tmp_cr, tmp_ds);\n\t\t\t float3 tmp_du + = tmp_dt * uniform_d;\n\t\t\t Force_1( /*inout */velocity, mass, tmp_du, + (float)20, deltaTime_a);\n\t\t\t}\n\t\t\t{\n\t\t\t uint tmp_bi = particleId + ^ asuint(uniform_g);\n\t\t\t float tmp_bj = FixedRand(tmp_bi);\n\t\t\t float + tmp_bk = deltaTime_a * tmp_bj;\n\t\t\t float tmp_bl = uniform_f + tmp_bk;\n\t\t\t + \ float3 tmp_bn = float3(tmp_bl, (float)0, (float)0);\n\t\t\t float4x4 + tmp_bq = GetTRSMatrix(tmp_bn, float3(0, 0, 0), float3(5, 5, 5));\n\t\t\t float4x4 + tmp_br = mul(uniform_e, tmp_bq);\n\t\t\t float4x4 tmp_bs = VFXInverseTRSMatrix(tmp_br);\n\t\t\t + \ VectorFieldForce_267A9( /*inout */velocity, mass, position, GetVFXSampler(VectorField_c, + samplerVectorField_c), tmp_bs, tmp_br, Intensity_c, (float)1, deltaTime_a);\n\t\t\t}\n\t\t\t{\n\t\t\t + \ AttributeFromCurve_44F26C8C( /*inout */color, /*inout */alpha, velocity, + Color_d, float2(0, 1));\n\t\t\t}\n\t\t\tSetAttribute_FA15ADAA( /*inout */color, + Color_e);\n\t\t\tEulerIntegration( /*inout */position, velocity, deltaTime_a);\n\t\t\tAge( + /*inout */age, deltaTime_a);\n\t\t\t\n\r\n\t\t\tif (alive)\r\n\t\t\t{\r\n\t\t\t\tattributeBuffer.Store3((index + * 0x4 + 0x0) << 2,asuint(position));\n\t\t\t\tattributeBuffer.Store3((index + * 0x4 + 0x40000) << 2,asuint(color));\n\t\t\t\tattributeBuffer.Store3((index + * 0x8 + 0x90000) << 2,asuint(velocity));\n\t\t\t\tattributeBuffer.Store((index + * 0x8 + 0x90003) << 2,asuint(age));\n\t\t\t\tattributeBuffer.Store((index * + 0x8 + 0x90004) << 2,asuint(seed));\n\t\t\t\tattributeBuffer.Store((index * 0x1 + + 0x110000) << 2,asuint(alpha));\n\t\t\t\t\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\n + \ uint indirectIndex = indirectBuffer.IncrementCounter();\r\n\t\t\t\tindirectBuffer[indirectIndex] + = index;\r\n#endif\r\n\t\t\t}\r\n\t\t\telse\r\n\t\t\t{\r\n\t\t\t\t\r\n\t\t\t\tuint + deadIndex = deadListOut.IncrementCounter();\r\n\t\t\t\tdeadListOut[deadIndex] + = index;\r\n\t\t\t}\r\n\t\t}\r\n#else\r\n\t\tfloat3 position = asfloat(attributeBuffer.Load3((index + * 0x4 + 0x0) << 2));\n\t\tfloat3 color = asfloat(attributeBuffer.Load3((index + * 0x4 + 0x40000) << 2));\n\t\tuint particleId = (attributeBuffer.Load((index + * 0x1 + 0x80000) << 2));\n\t\tfloat3 velocity = asfloat(attributeBuffer.Load3((index + * 0x8 + 0x90000) << 2));\n\t\tfloat age = asfloat(attributeBuffer.Load((index + * 0x8 + 0x90003) << 2));\n\t\tfloat lifetime = (float)1;\n\t\tuint seed = (attributeBuffer.Load((index + * 0x8 + 0x90004) << 2));\n\t\tfloat mass = (float)1;\n\t\tfloat alpha = asfloat(attributeBuffer.Load((index + * 0x1 + 0x110000) << 2));\n\t\t\n\r\n\t\t\r\n#if VFX_USE_OLDPOSITION_CURRENT\r\n\t\toldPosition + = position;\r\n#endif\r\n\t\t\r\n\t\t{\n\t\t CollisionSphere_1( /*inout */position, + \ /*inout */velocity, /*inout */age, lifetime, /*inout */seed, Sphere_center_a, + (float)0.5, (float)0, (float)0, (float)0, (float)0, deltaTime_a, (float)1, (float)0);\n\t\t}\n\t\t{\n\t\t + \ uint tmp_bk = particleId / (uint)65536;\n\t\t uint tmp_bl = tmp_bk * + (uint)65536;\n\t\t uint tmp_bm = particleId - tmp_bl;\n\t\t uint tmp_bo + = tmp_bm / (uint)256;\n\t\t float tmp_bp = (float)tmp_bo;\n\t\t uint tmp_bq + = tmp_bo * (uint)256;\n\t\t uint tmp_br = tmp_bm - tmp_bq;\n\t\t float + tmp_bs = (float)tmp_br;\n\t\t uint tmp_bt = tmp_bm - tmp_bm;\n\t\t float + tmp_bu = (float)tmp_bt;\n\t\t float3 tmp_bv = float3(tmp_bp, tmp_bs, tmp_bu);\n\t\t + \ float3 tmp_bx = tmp_bv / float3(255, 255, 1);\n\t\t float3 tmp_bz = tmp_bx + * float3(2, 2, 2);\n\t\t float3 tmp_cb = tmp_bz - float3(1, 1, 1);\n\t\t + \ float tmp_cc = tmp_cb[0];\n\t\t float3 tmp_cd = float3(tmp_cc, tmp_cc, + tmp_cc);\n\t\t float3 tmp_cf = tmp_cd * float3(1, 0, 0);\n\t\t float3 + tmp_cg = float3(-4, 0, 0) + tmp_cf;\n\t\t float tmp_ch = tmp_cb[1];\n\t\t + \ float3 tmp_ci = float3(tmp_ch, tmp_ch, tmp_ch);\n\t\t float3 tmp_ck = + tmp_ci * float3(0, 1, 0);\n\t\t float3 tmp_cl = tmp_cg + tmp_ck;\n\t\t float + tmp_cm = tmp_cl[0];\n\t\t float tmp_cn = position[0];\n\t\t float tmp_co + = tmp_cm - tmp_cn;\n\t\t float tmp_cp = tmp_cl[1];\n\t\t float tmp_cq + = position[1];\n\t\t float tmp_cr = tmp_cp - tmp_cq;\n\t\t float2 tmp_cu + = float2(tmp_cn, tmp_cq);\n\t\t float2 tmp_cw = tmp_cu - float2(-1, -1);\n\t\t + \ float2 tmp_cy = tmp_cw / float2(2, 2);\n\t\t float2 tmp_da = tmp_cy * + float2(1, -1);\n\t\t float4 tmp_dc = SampleTexture(VFX_SAMPLER(texture_b),tmp_da,(float)0);\n\t\t + \ float tmp_dd = tmp_dc[0];\n\t\t float tmp_de = (float)1 - tmp_dd;\n\t\t + \ float tmp_df = ceil(tmp_dd);\n\t\t float tmp_dg = saturate(tmp_df);\n\t\t + \ float tmp_dh = tmp_de * tmp_dg;\n\t\t float tmp_dj = tmp_dd - (float)0.0399999991;\n\t\t + \ float tmp_dk = ceil(tmp_dj);\n\t\t float tmp_dl = saturate(tmp_dk);\n\t\t + \ float tmp_dm = (float)1 - tmp_dl;\n\t\t float tmp_dn = tmp_dh * tmp_dm;\n\t\t + \ float tmp_do = (float)-1 * tmp_dn;\n\t\t float tmp_dq = tmp_do * (float)0.649999976;\n\t\t + \ float tmp_dr = position[2];\n\t\t float tmp_ds = tmp_dq - tmp_dr;\n\t\t + \ float3 tmp_dt = float3(tmp_co, tmp_cr, tmp_ds);\n\t\t float3 tmp_du = + tmp_dt * uniform_d;\n\t\t Force_1( /*inout */velocity, mass, tmp_du, (float)20, + deltaTime_a);\n\t\t}\n\t\t{\n\t\t uint tmp_bi = particleId ^ asuint(uniform_g);\n\t\t + \ float tmp_bj = FixedRand(tmp_bi);\n\t\t float tmp_bk = deltaTime_a * + tmp_bj;\n\t\t float tmp_bl = uniform_f + tmp_bk;\n\t\t float3 tmp_bn = + float3(tmp_bl, (float)0, (float)0);\n\t\t float4x4 tmp_bq = GetTRSMatrix(tmp_bn, + float3(0, 0, 0), float3(5, 5, 5));\n\t\t float4x4 tmp_br = mul(uniform_e, + tmp_bq);\n\t\t float4x4 tmp_bs = VFXInverseTRSMatrix(tmp_br);\n\t\t VectorFieldForce_267A9( + /*inout */velocity, mass, position, GetVFXSampler(VectorField_c, samplerVectorField_c), + tmp_bs, tmp_br, Intensity_c, (float)1, deltaTime_a);\n\t\t}\n\t\t{\n\t\t AttributeFromCurve_44F26C8C( + /*inout */color, /*inout */alpha, velocity, Color_d, float2(0, 1));\n\t\t}\n\t\tSetAttribute_FA15ADAA( + /*inout */color, Color_e);\n\t\tEulerIntegration( /*inout */position, velocity, + deltaTime_a);\n\t\tAge( /*inout */age, deltaTime_a);\n\t\t\n\r\n\t\tattributeBuffer.Store3((index + * 0x4 + 0x0) << 2,asuint(position));\n\t\tattributeBuffer.Store3((index * 0x4 + + 0x40000) << 2,asuint(color));\n\t\tattributeBuffer.Store3((index * 0x8 + 0x90000) + << 2,asuint(velocity));\n\t\tattributeBuffer.Store((index * 0x8 + 0x90003) << + 2,asuint(age));\n\t\tattributeBuffer.Store((index * 0x8 + 0x90004) << 2,asuint(seed));\n\t\tattributeBuffer.Store((index + * 0x1 + 0x110000) << 2,asuint(alpha));\n\t\t\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\n + \ uint indirectIndex = indirectBuffer.IncrementCounter();\r\n\t\tindirectBuffer[indirectIndex] + = index;\r\n#endif\r\n#endif\r\n\t}\r\n}\r\n" + - compute: 0 + name: '[System 1]Mesh Output' + source: "Shader \"Hidden/VFX/System 1/Mesh Output\"\n{\r\n\tSubShader\r\n\t{\t\r\n\t\tCull + Off\r\n\t\t\r\n\t\tTags { \"Queue\"=\"Transparent+0\" \"IgnoreProjector\"=\"True\" + \"RenderType\"=\"Transparent\" }\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\tBlend + SrcAlpha OneMinusSrcAlpha \n\t\tZTest LEqual\n\t\tZWrite Off\n\t\tCull Back\n\t\t\n\t\n\t\t\t\n\t\tHLSLINCLUDE\n\t\t#if + !defined(VFX_WORLD_SPACE) && !defined(VFX_LOCAL_SPACE)\n\t\t#define VFX_LOCAL_SPACE + 1\n\t\t#endif\n\t\t\n\t\t#define NB_THREADS_PER_GROUP 64\n\t\t#define VFX_USE_POSITION_CURRENT + 1\n\t\t#define VFX_USE_COLOR_CURRENT 1\n\t\t#define VFX_USE_ALPHA_CURRENT 1\n\t\t#define + VFX_USE_ALIVE_CURRENT 1\n\t\t#define VFX_USE_AXISX_CURRENT 1\n\t\t#define VFX_USE_AXISY_CURRENT + 1\n\t\t#define VFX_USE_AXISZ_CURRENT 1\n\t\t#define VFX_USE_ANGLEX_CURRENT 1\n\t\t#define + VFX_USE_ANGLEY_CURRENT 1\n\t\t#define VFX_USE_ANGLEZ_CURRENT 1\n\t\t#define + VFX_USE_PIVOTX_CURRENT 1\n\t\t#define VFX_USE_PIVOTY_CURRENT 1\n\t\t#define + VFX_USE_PIVOTZ_CURRENT 1\n\t\t#define VFX_USE_SIZE_CURRENT 1\n\t\t#define VFX_USE_SCALEX_CURRENT + 1\n\t\t#define VFX_USE_SCALEY_CURRENT 1\n\t\t#define VFX_USE_SCALEZ_CURRENT + 1\n\t\t#define VFX_COLORMAPPING_DEFAULT 1\n\t\t#define IS_TRANSPARENT_PARTICLE + 1\n\t\t#define VFX_BLENDMODE_ALPHA 1\n\t\t#define VFX_HAS_INDIRECT_DRAW 1\n\t\t\n\t\t\n\t\t\n\t\t#define + VFX_WORLD_SPACE 1\n\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\t\t\n\n\t\tTexture2D + mainTexture;\n\t\tSamplerState samplermainTexture;\n\t\t\n\n\t\t\n\t\t#define + VFX_NEEDS_COLOR_INTERPOLATOR (VFX_USE_COLOR_CURRENT || VFX_USE_ALPHA_CURRENT)\n\t\t\n\t\tByteAddressBuffer + attributeBuffer;\t\n\t\t\n\t\t#if VFX_HAS_INDIRECT_DRAW\n\t\tStructuredBuffer + indirectBuffer;\t\n\t\t#endif\t\n\t\t\n\t\t#if USE_DEAD_LIST_COUNT\n\t\tByteAddressBuffer + deadListCount;\n\t\t#endif\n\t\t\n\t\tCBUFFER_START(outputParams)\n\t\t\tfloat + nbMax;\n\t\t\tfloat systemSeed;\n\t\tCBUFFER_END\n\t\t\n\t\tENDHLSL\n\t\t\n\r\n\t\t\r\n\t\t// + Forward pass\n\t\tPass\n\t\t{\t\t\n\t\t\tTags { \"LightMode\"=\"ForwardOnly\" + }\n\t\t\t\n\t\t\tHLSLPROGRAM\n\t\t\t#pragma target 4.5\n\t\t\t\n\t\t\t\n\t\t\tstruct + ps_input\n\t\t\t{\n\t\t\t\tfloat4 pos : SV_POSITION;\n\t\t\t\t#if USE_FLIPBOOK_INTERPOLATION\n\t\t\t\tfloat4 + uv : TEXCOORD0;\n\t\t\t\t#else\n\t\t\t\tfloat2 uv : TEXCOORD0;\t\n\t\t\t\t#endif\n\t\t\t\t#if + VFX_NEEDS_COLOR_INTERPOLATOR\n\t\t\t\tnointerpolation float4 color : COLOR0;\n\t\t\t\t#endif\n\t\t\t\t#if + USE_SOFT_PARTICLE || USE_ALPHA_TEST || USE_FLIPBOOK_INTERPOLATION || USE_EXPOSURE_WEIGHT\n\t\t\t\t// + x: inverse soft particles fade distance\n\t\t\t\t// y: alpha threshold\n\t\t\t\t// + z: frame blending factor\n\t\t\t\t// w: exposure weight\n\t\t\t\tnointerpolation + float4 builtInInterpolants : TEXCOORD1;\n\t\t\t\t#endif\n\t\t\t\t#if USE_FLIPBOOK_MOTIONVECTORS\n\t\t\t\t// + x: motion vectors scale X\n\t\t\t\t// y: motion vectors scale Y\n\t\t\t\tnointerpolation + float2 builtInInterpolants2 : TEXCOORD2;\n\t\t\t\t#endif\n\t\t\t\t#if VFX_NEEDS_POSWS_INTERPOLATOR\n\t\t\t\tfloat3 + posWS : TEXCOORD3;\n\t\t\t\t#endif\n\t\t\t};\n\t\t\t\n\t\t\tstruct ps_output\n\t\t\t{\n\t\t\t\tfloat4 + color : SV_Target0;\n\t\t\t};\n\t\t\n\t\t#define VFX_VARYING_PS_INPUTS ps_input\n\t\t#define + VFX_VARYING_POSCS pos\n\t\t#define VFX_VARYING_COLOR color.rgb\n\t\t#define + VFX_VARYING_ALPHA color.a\n\t\t#define VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE + builtInInterpolants.x\n\t\t#define VFX_VARYING_ALPHATHRESHOLD builtInInterpolants.y\n\t\t#define + VFX_VARYING_FRAMEBLEND builtInInterpolants.z\n\t\t#define VFX_VARYING_MOTIONVECTORSCALE + builtInInterpolants2.xy\n\t\t#define VFX_VARYING_UV uv\n\t\t#if VFX_NEEDS_POSWS_INTERPOLATOR\n\t\t#define + VFX_VARYING_POSWS posWS\n\t\t#endif\n\t\t#if USE_EXPOSURE_WEIGHT\n\t\t#define + VFX_VARYING_EXPOSUREWEIGHT builtInInterpolants.w\n\t\t#endif\n\t\t\t\t\n\t\t\t#if + !(defined(VFX_VARYING_PS_INPUTS) && defined(VFX_VARYING_POSCS))\n\t\t\t#error + VFX_VARYING_PS_INPUTS, VFX_VARYING_POSCS and VFX_VARYING_UV must be defined.\n\t\t\t#endif\n\t\t\t\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXCommon.cginc\"\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\t\t\t\n\n\t\t\tvoid + SetAttribute_3278B22F(inout float size, float Size) /*attribute:size Composition:Overwrite + Source:Slot Random:Off channels:XYZ */\n\t\t\t{\n\t\t\t size = Size;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\tstruct + vs_input\n\t\t\t{\n\t\t\t\tfloat3 pos : POSITION;\n\t\t\t\tfloat2 uv : TEXCOORD0;\n\t\t\t\tfloat3 + normal : NORMAL;\n\t\t\t\t#ifdef VFX_VARYING_TANGENT\n\t\t\t\tfloat4 tangent + : TANGENT;\n\t\t\t\t#endif\n\t\t\t};\n\t\t\t\n\t\t\t#pragma vertex vert\n\t\t\tVFX_VARYING_PS_INPUTS + vert(vs_input i, uint instanceID : SV_InstanceID)\n\t\t\t{\n\t\t\t\tuint index + = instanceID;\n\t\t\t\tVFX_VARYING_PS_INPUTS o = (VFX_VARYING_PS_INPUTS)0;\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tuint + deadCount = 0;\n\t\t\t\t\t\t#if USE_DEAD_LIST_COUNT\n\t\t\t\t\t\tdeadCount = + deadListCount.Load(0);\n\t\t\t\t\t\t#endif\t\n\t\t\t\t\t\tif (index >= asuint(nbMax) + - deadCount)\n\t\t\t\t\t\t#if USE_GEOMETRY_SHADER\n\t\t\t\t\t\t\treturn; // + cull\n\t\t\t\t\t\t#else\n\t\t\t\t\t\t\treturn o; // cull\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + VFX_HAS_INDIRECT_DRAW\n\t\t\t\t\t\tindex = indirectBuffer[index];\n\t\t\t\t\t\tfloat3 + position = asfloat(attributeBuffer.Load3((index * 0x4 + 0x0) << 2));\n\t\t\t\t\t\tfloat3 + color = asfloat(attributeBuffer.Load3((index * 0x4 + 0x40000) << 2));\n\t\t\t\t\t\tfloat + alpha = asfloat(attributeBuffer.Load((index * 0x1 + 0x110000) << 2));\n\t\t\t\t\t\tbool + alive = (bool)true;\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 + axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat + angleX = (float)0;\n\t\t\t\t\t\tfloat angleY = (float)0;\n\t\t\t\t\t\tfloat + angleZ = (float)0;\n\t\t\t\t\t\tfloat pivotX = (float)0;\n\t\t\t\t\t\tfloat + pivotY = (float)0;\n\t\t\t\t\t\tfloat pivotZ = (float)0;\n\t\t\t\t\t\tfloat + size = (float)0.100000001;\n\t\t\t\t\t\tfloat scaleX = (float)1;\n\t\t\t\t\t\tfloat + scaleY = (float)1;\n\t\t\t\t\t\tfloat scaleZ = (float)1;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#else\n\t\t\t\t\t\tbool + alive = (bool)true;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tif (!alive)\n\t\t\t\t\t\t\treturn + o;\n\t\t\t\t\t\t\t\n\t\t\t\t\t\tfloat3 position = asfloat(attributeBuffer.Load3((index + * 0x4 + 0x0) << 2));\n\t\t\t\t\t\tfloat3 color = asfloat(attributeBuffer.Load3((index + * 0x4 + 0x40000) << 2));\n\t\t\t\t\t\tfloat alpha = asfloat(attributeBuffer.Load((index + * 0x1 + 0x110000) << 2));\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 + axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat + angleX = (float)0;\n\t\t\t\t\t\tfloat angleY = (float)0;\n\t\t\t\t\t\tfloat + angleZ = (float)0;\n\t\t\t\t\t\tfloat pivotX = (float)0;\n\t\t\t\t\t\tfloat + pivotY = (float)0;\n\t\t\t\t\t\tfloat pivotZ = (float)0;\n\t\t\t\t\t\tfloat + size = (float)0.100000001;\n\t\t\t\t\t\tfloat scaleX = (float)1;\n\t\t\t\t\t\tfloat + scaleY = (float)1;\n\t\t\t\t\t\tfloat scaleZ = (float)1;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t{\n\t\t\t\t + \ SetAttribute_3278B22F( /*inout */size, (float)0.00899999961);\n\t\t\t\t}\n\t\t\t\t\n\n\t\t\t\t\t\t\n\t\t\t\tif + (!alive)\n\t\t\t\t\treturn o;\n\t\t\t\t\n\t\t\t\to.VFX_VARYING_UV.xy = i.uv;\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tfloat3 + size3 = float3(size,size,size);\n\t\t\t\t\t\t#if VFX_USE_SCALEX_CURRENT\n\t\t\t\t\t\tsize3.x + *= scaleX;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEY_CURRENT\n\t\t\t\t\t\tsize3.y + *= scaleY;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEZ_CURRENT\n\t\t\t\t\t\tsize3.z + *= scaleZ;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\tfloat4x4 elementToVFX + = GetElementToVFXMatrix(axisX,axisY,axisZ,float3(angleX,angleY,angleZ),float3(pivotX,pivotY,pivotZ),size3,position);\n\t\t\t\tfloat3 + vPos = mul(elementToVFX,float4(i.pos,1.0f)).xyz;\n\t\t\t\n\t\t\t\to.VFX_VARYING_POSCS + = TransformPositionVFXToClip(vPos);\n\t\t\t\tfloat3 normalWS = normalize(TransformDirectionVFXToWorld(mul((float3x3)elementToVFX, + i.normal)));\n\t\t\t\t#ifdef VFX_VARYING_NORMAL // TODO Should use inverse transpose\n\t\t\t\to.VFX_VARYING_NORMAL + = normalWS;\n\t\t\t\t#endif\n\t\t\t\t#ifdef VFX_VARYING_TANGENT\n\t\t\t\to.VFX_VARYING_TANGENT + = float4(normalize(TransformDirectionVFXToWorld(mul((float3x3)elementToVFX,i.tangent.xyz))),i.tangent.w);\n\t\t\t\t#endif\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if + VFX_USE_COLOR_CURRENT && defined(VFX_VARYING_COLOR)\n\t\t\t\t\t\to.VFX_VARYING_COLOR + = color;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_ALPHA_CURRENT && defined(VFX_VARYING_ALPHA) + \n\t\t\t\t\t\to.VFX_VARYING_ALPHA = alpha;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#ifdef + VFX_VARYING_EXPOSUREWEIGHT\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_EXPOSUREWEIGHT + = exposureWeight;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_SOFT_PARTICLE + && defined(VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE + = invSoftParticlesFadeDistance;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + USE_ALPHA_TEST && defined(VFX_VARYING_ALPHATHRESHOLD)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_ALPHATHRESHOLD + = alphaThreshold;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_UV_SCALE_BIAS\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_UV.xy + = o.VFX_VARYING_UV.xy * uvScale + uvBias;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + defined(VFX_VARYING_POSWS)\n\t\t\t\t\t\to.VFX_VARYING_POSWS = TransformPositionVFXToWorld(vPos);\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if + USE_FLIPBOOK\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\tVFXUVData uvData = GetUVData(flipBookSize, + invFlipBookSize, o.VFX_VARYING_UV.xy, texIndex);\n\t\t\t\t\t\to.VFX_VARYING_UV.xy + = uvData.uvs.xy;\n\t\t\t\t\t\t#if USE_FLIPBOOK_INTERPOLATION\n\t\t\t\t\t\to.VFX_VARYING_UV.zw + = uvData.uvs.zw;\n\t\t\t\t\t\to.VFX_VARYING_FRAMEBLEND = uvData.blend;\n\t\t\t\t\t\t#if + USE_FLIPBOOK_MOTIONVECTORS\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_MOTIONVECTORSCALE + = motionVectorScale * invFlipBookSize;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\treturn + o;\n\t\t\t}\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommonOutput.cginc\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t#pragma + fragment frag\n\t\t\tps_output frag(ps_input i)\n\t\t\t{\n\t\t\t\tps_output + o = (ps_output)0;\n\t\t\t\tVFXTransformPSInputs(i);\n\t\t\t\t\n\t\t\t\t#define + VFX_TEXTURE_COLOR VFXGetTextureColor(VFX_SAMPLER(mainTexture),i)\n\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\tfloat4 + color = VFXGetFragmentColor(i);\n\t\t\t\t\t\t\n\t\t\t\t\t\t#ifndef VFX_TEXTURE_COLOR\n\t\t\t\t\t\t\t#define + VFX_TEXTURE_COLOR float4(1.0,1.0,1.0,1.0)\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + VFX_COLORMAPPING_DEFAULT\n\t\t\t\t\t\t\to.color = color * VFX_TEXTURE_COLOR;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + VFX_COLORMAPPING_GRADIENTMAPPED\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\to.color = SampleGradient(gradient, + VFX_TEXTURE_COLOR.a * color.a) * float4(color.rgb,1.0);\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\n\t\t\t\to.color + = VFXApplyPreExposure(o.color, i);\n\t\t\t\to.color = VFXApplyFog(o.color,i);\n\t\t\t\tVFXClipFragmentColor(o.color.a,i);\n\t\t\t\to.color.a + = saturate(o.color.a);\n\t\t\t\treturn o;\n\t\t\t}\n\t\t\tENDHLSL\n\t\t}\n\t\t\n\r\n\t\t\r\n\t}\r\n}\r\n" + - compute: 1 + name: '[System 1]CameraSort' + source: "#pragma kernel CSMain\r\n#define NB_THREADS_PER_GROUP 64\n#define VFX_USE_POSITION_CURRENT + 1\n#define VFX_WORLD_SPACE 1\n#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\n\r\n\r\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/Common/VFXCommonCompute.cginc\"\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\n\r\n\r\nCBUFFER_START(params)\r\n + \ uint nbMax;\r\n uint dispatchWidth;\r\nCBUFFER_END\r\n\r\nCBUFFER_START(cameraParams)\r\n + \ float3 cameraPosition;\r\nCBUFFER_END\r\n\r\nByteAddressBuffer attributeBuffer;\r\nStructuredBuffer + inputBuffer;\r\n\r\n#if USE_DEAD_LIST_COUNT\r\nByteAddressBuffer deadListCount;\r\n#endif\r\n\r\nstruct + Kvp\r\n{\r\n\tfloat sortKey;\r\n\tuint index;\r\n};\r\n\r\nRWStructuredBuffer + outputBuffer;\r\n\r\n[numthreads(NB_THREADS_PER_GROUP,1,1)]\r\nvoid CSMain(uint3 + groupId : SV_GroupID,\r\n uint3 groupThreadId : SV_GroupThreadID)\r\n{\r\n\tuint + threshold = nbMax;\r\n#if USE_DEAD_LIST_COUNT\r\n\tthreshold -= deadListCount.Load(0);\r\n#endif\r\n\tuint + id = groupThreadId.x + groupId.x * NB_THREADS_PER_GROUP + groupId.y * dispatchWidth + * NB_THREADS_PER_GROUP;\r\n\tif (id < threshold)\r\n\t{\r\n\t\tuint index = + inputBuffer[id];\r\n\t\tfloat3 position = asfloat(attributeBuffer.Load3((index + * 0x4 + 0x0) << 2));\n\t\t\n\r\n\t\t\r\n#if VFX_LOCAL_SPACE\r\n\t\tfloat3 wPos + = mul(localToWorld,float4(position,1.0f)).xyz;\r\n#else\r\n\t\tfloat3 wPos = + position;\r\n#endif\r\n\t\tfloat3 camToPos = wPos - cameraPosition;\r\n\t\t\r\n\t\tKvp + kvp;\r\n\t\tkvp.sortKey = dot(camToPos,camToPos); // sqr distance to the camera\r\n\t\tkvp.index + = index;\r\n\r\n\t\toutputBuffer[id] = kvp;\r\n\t}\r\n}\r\n" + m_Infos: + m_Expressions: + m_Expressions: + - op: 1 + valueIndex: 0 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 6 + - op: 1 + valueIndex: 1 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 6 + - op: 1 + valueIndex: 2 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 2 + - op: 1 + valueIndex: 4 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 2 + - op: 1 + valueIndex: 6 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 2 + - op: 1 + valueIndex: 8 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 9 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 7 + - op: 1 + valueIndex: 10 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 13 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 16 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 19 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 20 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 8 + valueIndex: 21 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: -1 + - op: 1 + valueIndex: 22 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 23 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 6 + - op: 31 + valueIndex: 24 + data[0]: 11 + data[1]: 5 + data[2]: -1 + data[3]: 1 + - op: 30 + valueIndex: 25 + data[0]: 15 + data[1]: 13 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 26 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 62 + valueIndex: 27 + data[0]: 14 + data[1]: 12 + data[2]: -1 + data[3]: 6 + - op: 1 + valueIndex: 28 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 27 + valueIndex: 29 + data[0]: 16 + data[1]: 13 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 30 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 6 + valueIndex: 33 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: -1 + - op: 1 + valueIndex: 34 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 26 + valueIndex: 37 + data[0]: 20 + data[1]: 19 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 38 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 39 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 7 + valueIndex: 42 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: -1 + - op: 1 + valueIndex: 43 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 28 + valueIndex: 44 + data[0]: 25 + data[1]: 24 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 45 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 46 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 47 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 31 + valueIndex: 48 + data[0]: 30 + data[1]: 5 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 49 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 50 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 31 + valueIndex: 51 + data[0]: 29 + data[1]: 28 + data[2]: -1 + data[3]: 1 + - op: 30 + valueIndex: 52 + data[0]: 33 + data[1]: 32 + data[2]: -1 + data[3]: 1 + - op: 30 + valueIndex: 53 + data[0]: 36 + data[1]: 34 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 54 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 57 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 31 + valueIndex: 60 + data[0]: 29 + data[1]: 5 + data[2]: -1 + data[3]: 1 + - op: 18 + valueIndex: 61 + data[0]: 38 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 62 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 30 + valueIndex: 63 + data[0]: 41 + data[1]: 32 + data[2]: -1 + data[3]: 1 + - op: 9 + valueIndex: 64 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: -1 + - op: 27 + valueIndex: 80 + data[0]: 37 + data[1]: 32 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 81 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 14 + - op: 26 + valueIndex: 82 + data[0]: 46 + data[1]: 43 + data[2]: -1 + data[3]: 1 + - op: 27 + valueIndex: 83 + data[0]: 42 + data[1]: 32 + data[2]: -1 + data[3]: 1 + - op: 3 + valueIndex: 84 + data[0]: 44 + data[1]: 44 + data[2]: 44 + data[3]: -1 + - op: 57 + valueIndex: 87 + data[0]: 47 + data[1]: -1 + data[2]: -1 + data[3]: 0 + - op: 3 + valueIndex: 88 + data[0]: 5 + data[1]: 48 + data[2]: 5 + data[3]: -1 + - op: 1 + valueIndex: 91 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 2 + - op: 1 + valueIndex: 93 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 2 + - op: 1 + valueIndex: 95 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 9 + - op: 1 + valueIndex: 96 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 97 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 98 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 99 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 100 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 103 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 6 + - op: 1 + valueIndex: 104 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 15 + - op: 1 + valueIndex: 105 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 108 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 2 + - op: 26 + valueIndex: 110 + data[0]: 49 + data[1]: 32 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 111 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 7 + m_NeedsLocalToWorld: 1 + m_NeedsWorldToLocal: 0 + m_NeededMainCameraBuffers: 0 + m_PropertySheet: + m_Float: + m_Array: + - m_ExpressionIndex: 5 + m_Value: 0 + - m_ExpressionIndex: 10 + m_Value: 0.04 + - m_ExpressionIndex: 11 + m_Value: 0 + - m_ExpressionIndex: 13 + m_Value: 100 + - m_ExpressionIndex: 17 + m_Value: 1 + - m_ExpressionIndex: 19 + m_Value: -30 + - m_ExpressionIndex: 25 + m_Value: 10 + - m_ExpressionIndex: 28 + m_Value: -50 + - m_ExpressionIndex: 30 + m_Value: 0 + - m_ExpressionIndex: 31 + m_Value: -1 + - m_ExpressionIndex: 32 + m_Value: 50 + - m_ExpressionIndex: 34 + m_Value: -0.1 + - m_ExpressionIndex: 35 + m_Value: 0.65 + - m_ExpressionIndex: 43 + m_Value: 3 + - m_ExpressionIndex: 56 + m_Value: 20 + - m_ExpressionIndex: 57 + m_Value: 0.009 + - m_ExpressionIndex: 58 + m_Value: 0.5 + - m_ExpressionIndex: 59 + m_Value: 0 + m_Vector2f: + m_Array: + - m_ExpressionIndex: 2 + m_Value: {x: -1, y: -1} + - m_ExpressionIndex: 3 + m_Value: {x: 2, y: 2} + - m_ExpressionIndex: 4 + m_Value: {x: 1, y: -1} + - m_ExpressionIndex: 53 + m_Value: {x: 0, y: 1} + - m_ExpressionIndex: 54 + m_Value: {x: 65536, y: 65536} + - m_ExpressionIndex: 64 + m_Value: {x: 0, y: 0} + m_Vector3f: + m_Array: + - m_ExpressionIndex: 7 + m_Value: {x: 255, y: 255, z: 1} + - m_ExpressionIndex: 8 + m_Value: {x: 2, y: 2, z: 2} + - m_ExpressionIndex: 9 + m_Value: {x: 1, y: 1, z: 1} + - m_ExpressionIndex: 21 + m_Value: {x: 1, y: 0, z: 0} + - m_ExpressionIndex: 23 + m_Value: {x: -4, y: 0, z: 0} + - m_ExpressionIndex: 26 + m_Value: {x: 0, y: 1, z: 0} + - m_ExpressionIndex: 39 + m_Value: {x: 5, y: 5, z: 5} + - m_ExpressionIndex: 40 + m_Value: {x: 0, y: 0, z: 0} + - m_ExpressionIndex: 60 + m_Value: {x: 0, y: 0, z: 0} + - m_ExpressionIndex: 63 + m_Value: {x: 50, y: 50, z: 50} + m_Vector4f: + m_Array: [] + m_Uint: + m_Array: + - m_ExpressionIndex: 0 + m_Value: 65536 + - m_ExpressionIndex: 1 + m_Value: 256 + - m_ExpressionIndex: 14 + m_Value: 3291711721 + - m_ExpressionIndex: 61 + m_Value: 4294967295 + m_Int: + m_Array: [] + m_Matrix4x4f: + m_Array: [] + m_AnimationCurve: + m_Array: [] + m_Gradient: + m_Array: + - m_ExpressionIndex: 47 + m_Value: + serializedVersion: 2 + key0: {r: 0.0067949295, g: 0, b: 1, a: 0.2901961} + key1: {r: 1.1117381, g: 0, b: 0.86176467, a: 1} + key2: {r: 3.9999995, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 32768 + ctime2: 65535 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 3 + m_NumAlphaKeys: 2 + m_NamedObject: + m_Array: + - m_ExpressionIndex: 6 + m_Value: {fileID: 2800000, guid: 3b6f1cd74f73e0e4b9b42e8501fd3233, type: 3} + - m_ExpressionIndex: 55 + m_Value: {fileID: 11700000, guid: 08937e3134903c5488be506a2dac71e9, type: 2} + - m_ExpressionIndex: 66 + m_Value: {fileID: 0} + - m_ExpressionIndex: 62 + m_Value: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} + m_Bool: + m_Array: [] + m_ExposedExpressions: + - nameId: Collider Position + index: 60 + - nameId: DepthImage + index: 6 + - nameId: Pitch Value + index: 59 + - nameId: Spectrum Value 1 + index: 11 + - nameId: Spectrum Value 2 + index: 30 + m_Buffers: + - type: 1 + size: 1179648 + layout: + - name: position + type: 3 + offset: + bucket: 0 + structure: 4 + element: 0 + - name: color + type: 3 + offset: + bucket: 262144 + structure: 4 + element: 0 + - name: particleId + type: 6 + offset: + bucket: 524288 + structure: 1 + element: 0 + - name: velocity + type: 3 + offset: + bucket: 589824 + structure: 8 + element: 0 + - name: age + type: 1 + offset: + bucket: 589824 + structure: 8 + element: 3 + - name: seed + type: 6 + offset: + bucket: 589824 + structure: 8 + element: 4 + - name: alpha + type: 1 + offset: + bucket: 1114112 + structure: 1 + element: 0 + capacity: 65536 + stride: 4 + - type: 1 + size: 1179648 + layout: + - name: position + type: 3 + offset: + bucket: 0 + structure: 4 + element: 0 + - name: color + type: 3 + offset: + bucket: 262144 + structure: 4 + element: 0 + - name: particleId + type: 6 + offset: + bucket: 524288 + structure: 1 + element: 0 + - name: velocity + type: 3 + offset: + bucket: 589824 + structure: 8 + element: 0 + - name: age + type: 1 + offset: + bucket: 589824 + structure: 8 + element: 3 + - name: seed + type: 6 + offset: + bucket: 589824 + structure: 8 + element: 4 + - name: alpha + type: 1 + offset: + bucket: 1114112 + structure: 1 + element: 0 + capacity: 65536 + stride: 4 + - type: 1 + size: 1 + layout: + - name: spawnCount + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + capacity: 1 + stride: 4 + - type: 4 + size: 65536 + layout: [] + capacity: 0 + stride: 4 + - type: 0 + size: 65536 + layout: [] + capacity: 0 + stride: 8 + - type: 0 + size: 65536 + layout: [] + capacity: 0 + stride: 8 + m_TemporaryBuffers: [] + m_CPUBuffers: + - capacity: 1 + stride: 1 + layout: + - name: spawnCount + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + initialData: + data: 00000000 + - capacity: 1 + stride: 1 + layout: + - name: spawnCount + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + initialData: + data: 00000000 + m_Events: + - name: OnPlay + playSystems: 00000000 + stopSystems: + - name: OnStop + playSystems: + stopSystems: 00000000 + m_RuntimeVersion: 10 + m_RendererSettings: + motionVectorGenerationMode: 0 + shadowCastingMode: 0 + receiveShadows: 0 + reflectionProbeUsage: 0 + lightProbeUsage: 0 + m_CullingFlags: 3 + m_UpdateMode: 0 + m_PreWarmDeltaTime: 0.05 + m_PreWarmStepCount: 0 + m_Systems: + - type: 0 + flags: 0 + capacity: 0 + layer: 4294967295 + buffers: + - nameId: spawner_output + index: 1 + values: [] + tasks: + - type: 268435457 + buffers: [] + temporaryBuffers: [] + values: + - nameId: Count + index: 54 + - nameId: Delay + index: 64 + params: [] + processor: {fileID: 0} + shaderSourceIndex: -1 + - type: 1 + flags: 2 + capacity: 65536 + layer: 4294967295 + buffers: + - nameId: attributeBuffer + index: 0 + - nameId: sourceAttributeBuffer + index: 2 + - nameId: spawner_input + index: 1 + - nameId: indirectBuffer + index: 3 + - nameId: sortBufferA + index: 4 + - nameId: sortBufferB + index: 5 + values: + - nameId: bounds_center + index: 40 + - nameId: bounds_size + index: 63 + tasks: + - type: 536870912 + buffers: + - nameId: attributeBuffer + index: 0 + - nameId: sourceAttributeBuffer + index: 2 + temporaryBuffers: [] + values: + - nameId: uniform_b + index: 45 + params: + - nameId: bounds_center + index: 40 + - nameId: bounds_size + index: 63 + processor: {fileID: 0} + shaderSourceIndex: 0 + - type: 805306368 + buffers: + - nameId: attributeBuffer + index: 0 + - nameId: indirectBuffer + index: 3 + temporaryBuffers: [] + values: + - nameId: Sphere_center_a + index: 60 + - nameId: deltaTime_a + index: 22 + - nameId: uniform_d + index: 50 + - nameId: uniform_e + index: 45 + - nameId: uniform_f + index: 27 + - nameId: uniform_g + index: 18 + - nameId: Intensity_c + index: 65 + - nameId: Color_d + index: 51 + - nameId: Color_e + index: 52 + - nameId: texture_b + index: 6 + - nameId: VectorField_c + index: 55 + params: [] + processor: {fileID: 0} + shaderSourceIndex: 1 + - type: 805306369 + buffers: + - nameId: attributeBuffer + index: 0 + - nameId: inputBuffer + index: 3 + - nameId: outputBuffer + index: 4 + temporaryBuffers: [] + values: [] + params: [] + processor: {fileID: 0} + shaderSourceIndex: 3 + - type: 1073741828 + buffers: + - nameId: attributeBuffer + index: 0 + - nameId: indirectBuffer + index: 3 + temporaryBuffers: [] + values: + - nameId: mainTexture + index: 66 + params: + - nameId: mesh + index: 62 + - nameId: subMeshMask + index: 61 + - nameId: sortPriority + index: 0 + - nameId: indirectDraw + index: 1 + processor: {fileID: 0} + shaderSourceIndex: 2 +--- !u!114 &8926484042661615903 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 2dc095764ededfa4bb32fa602511ea4b, type: 3} + m_Name: VFXBasicUpdate + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 8926484042661619818} + - {fileID: 8926484042661619978} + - {fileID: 8926484042661618177} + - {fileID: 8926484042661620397} + - {fileID: 8926484042661620380} + - {fileID: 8926484042661620307} + - {fileID: 8926484042661620433} + m_UIPosition: {x: 995, y: 759} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 8926484042661618490} + m_InputFlowSlot: + - link: + - context: {fileID: 8926484042661618449} + slotIndex: 0 + m_OutputFlowSlot: + - link: + - context: {fileID: 8926484042661620299} + slotIndex: 0 + integration: 0 + angularIntegration: 0 + ageParticles: 1 + reapParticles: 1 +--- !u!114 &8926484042661616178 +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: 486e063e1ed58c843942ea4122829ab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -2339, y: -73} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616179} + attribute: position + location: 0 + mask: xyz +--- !u!114 &8926484042661616179 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616180} + - {fileID: 8926484042661616181} + - {fileID: 8926484042661616182} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616179} + m_MasterData: + m_Owner: {fileID: 8926484042661616178} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616180 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616179} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616179} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616390} +--- !u!114 &8926484042661616181 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616179} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616179} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616391} +--- !u!114 &8926484042661616182 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616179} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616179} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616223 +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: 49ad58bc1dec884458b12f6731fc091c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1018, y: -55} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616224} + - {fileID: 8926484042661616225} + - {fileID: 8926484042661616228} + m_OutputSlots: + - {fileID: 8926484042661616229} +--- !u!114 &8926484042661616224 +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: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616224} + m_MasterData: + m_Owner: {fileID: 8926484042661616223} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":2800000,"guid":"51866e0f77a17e5449fb444215f5c04b","type":3}}' + m_Space: 2147483647 + m_Property: + name: texture + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The texture to sample from. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616419} +--- !u!114 &8926484042661616225 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616226} + - {fileID: 8926484042661616227} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616225} + m_MasterData: + m_Owner: {fileID: 8926484042661616223} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0}' + m_Space: 2147483647 + m_Property: + name: uv + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The texture coordinate used for the sampling. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617376} +--- !u!114 &8926484042661616226 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616225} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616225} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616227 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616225} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616225} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616228 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616228} + m_MasterData: + m_Owner: {fileID: 8926484042661616223} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: mipLevel + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The mip level to sample from. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616229 +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: c499060cea9bbb24b8d723eafa343303, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616230} + - {fileID: 8926484042661616231} + - {fileID: 8926484042661616232} + - {fileID: 8926484042661616233} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616229} + m_MasterData: + m_Owner: {fileID: 8926484042661616223} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector4, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0,"w":0.0}' + m_Space: 2147483647 + m_Property: + name: s + m_serializedType: + m_SerializableType: UnityEngine.Vector4, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616230 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616229} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616229} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620235} +--- !u!114 &8926484042661616231 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616229} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616229} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616232 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616229} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616229} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616233 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616229} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616229} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: w + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616339 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 769, y: 360} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661617280} + - {fileID: 8926484042661616341} + m_OutputSlots: + - {fileID: 8926484042661617281} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661616341 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616341} + m_MasterData: + m_Owner: {fileID: 8926484042661616339} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620182} +--- !u!114 &8926484042661616345 +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: 0a02ebe9815b1084495277ae39c6c270, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1351, y: 86} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616562} + - {fileID: 8926484042661616347} + - {fileID: 8926484042661616348} + - {fileID: 8926484042661616349} + - {fileID: 8926484042661616350} + m_OutputSlots: + - {fileID: 8926484042661616565} + m_Type: + - m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_Clamp: 0 +--- !u!114 &8926484042661616347 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616347} + m_MasterData: + m_Owner: {fileID: 8926484042661616345} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: -1 + m_Space: 2147483647 + m_Property: + name: oldRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616348 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616348} + m_MasterData: + m_Owner: {fileID: 8926484042661616345} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: oldRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616349 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616349} + m_MasterData: + m_Owner: {fileID: 8926484042661616345} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: newRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616350 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616350} + m_MasterData: + m_Owner: {fileID: 8926484042661616345} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: newRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616352 +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: 0155ae97d9a75e3449c6d0603b79c2f4, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1581, y: 198} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616559} + - {fileID: 8926484042661616363} + m_OutputSlots: + - {fileID: 8926484042661616366} + m_Operands: + - name: a + type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + - name: b + type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &8926484042661616356 +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: 955b0c175a6f3bb4582e92f3de8f0626, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1799, y: 385} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616357} + m_OutputSlots: + - {fileID: 8926484042661616360} + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &8926484042661616357 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616358} + - {fileID: 8926484042661616359} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616357} + m_MasterData: + m_Owner: {fileID: 8926484042661616356} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616358 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616357} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616357} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616378} +--- !u!114 &8926484042661616359 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616357} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616357} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616379} +--- !u!114 &8926484042661616360 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616361} + - {fileID: 8926484042661616362} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616360} + m_MasterData: + m_Owner: {fileID: 8926484042661616356} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616363} +--- !u!114 &8926484042661616361 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616360} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616360} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616362 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616360} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616360} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616363 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616364} + - {fileID: 8926484042661616365} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616363} + m_MasterData: + m_Owner: {fileID: 8926484042661616352} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0}' + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616360} +--- !u!114 &8926484042661616364 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616363} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616363} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616365 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616363} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616363} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616366 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616367} + - {fileID: 8926484042661616368} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616366} + m_MasterData: + m_Owner: {fileID: 8926484042661616352} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616562} +--- !u!114 &8926484042661616367 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616366} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616366} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616368 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616366} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616366} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616376 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616377} + m_ExposedName: Position + m_Exposed: 0 + m_Order: 5 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661616378} + inputSlot: {fileID: 8926484042661616358} + - outputSlot: {fileID: 8926484042661616379} + inputSlot: {fileID: 8926484042661616359} + position: {x: -1999, y: 454} + expandedSlots: + - {fileID: 8926484042661616377} + expanded: 1 +--- !u!114 &8926484042661616377 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616378} + - {fileID: 8926484042661616379} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616377} + m_MasterData: + m_Owner: {fileID: 8926484042661616376} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0}' + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616378 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616377} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616377} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616358} +--- !u!114 &8926484042661616379 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616377} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616377} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616359} +--- !u!114 &8926484042661616384 +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: 39201e37c9a341c45bace12065f0cb90, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1789, y: 226} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616395} + - {fileID: 8926484042661616408} + m_OutputSlots: + - {fileID: 8926484042661616398} + m_Operands: + - name: a + type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + - name: b + type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &8926484042661616388 +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: 955b0c175a6f3bb4582e92f3de8f0626, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -2065, y: 72} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616389} + m_OutputSlots: + - {fileID: 8926484042661616392} + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &8926484042661616389 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616390} + - {fileID: 8926484042661616391} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616389} + m_MasterData: + m_Owner: {fileID: 8926484042661616388} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616390 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616389} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616389} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616180} +--- !u!114 &8926484042661616391 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616389} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616389} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616181} +--- !u!114 &8926484042661616392 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616393} + - {fileID: 8926484042661616394} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616392} + m_MasterData: + m_Owner: {fileID: 8926484042661616388} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616395} +--- !u!114 &8926484042661616393 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616392} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616392} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616394 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616392} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616392} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616395 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616396} + - {fileID: 8926484042661616397} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616395} + m_MasterData: + m_Owner: {fileID: 8926484042661616384} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0}' + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616392} +--- !u!114 &8926484042661616396 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616395} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616395} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616397 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616395} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616395} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616398 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616399} + - {fileID: 8926484042661616400} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616398} + m_MasterData: + m_Owner: {fileID: 8926484042661616384} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616559} +--- !u!114 &8926484042661616399 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616398} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616398} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616400 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616398} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616398} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616408 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616409} + - {fileID: 8926484042661616410} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616408} + m_MasterData: + m_Owner: {fileID: 8926484042661616384} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0}' + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616556} +--- !u!114 &8926484042661616409 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616408} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616408} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616410 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616408} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616408} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616411 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616412} + m_ExposedName: Size + m_Exposed: 0 + m_Order: 6 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661616413} + inputSlot: {fileID: 8926484042661616554} + - outputSlot: {fileID: 8926484042661616414} + inputSlot: {fileID: 8926484042661616555} + position: {x: -2254, y: 257} + expandedSlots: + - {fileID: 8926484042661616412} + expanded: 1 +--- !u!114 &8926484042661616412 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616413} + - {fileID: 8926484042661616414} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616412} + m_MasterData: + m_Owner: {fileID: 8926484042661616411} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0}' + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616413 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616412} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616412} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616554} +--- !u!114 &8926484042661616414 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616412} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616412} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616555} +--- !u!114 &8926484042661616418 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616419} + m_ExposedName: DepthImage + m_Exposed: 1 + m_Order: 2 + m_Category: Kinect Input + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661616419} + inputSlot: {fileID: 8926484042661616224} + position: {x: -1190, y: -16} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661616419 +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: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616419} + m_MasterData: + m_Owner: {fileID: 8926484042661616418} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":2800000,"guid":"3b6f1cd74f73e0e4b9b42e8501fd3233","type":3}}' + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616224} +--- !u!114 &8926484042661616463 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616464} + m_ExposedName: Voxel Size + m_Exposed: 0 + m_Order: 7 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: 'Standard: 0.0078 + +' + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661616464} + inputSlot: {fileID: 8926484042661620306} + position: {x: 754, y: 2453} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661616464 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616464} + m_MasterData: + m_Owner: {fileID: 8926484042661616463} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.009 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620306} +--- !u!114 &8926484042661616552 +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: 955b0c175a6f3bb4582e92f3de8f0626, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -2053, y: 246} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616553} + m_OutputSlots: + - {fileID: 8926484042661616556} + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &8926484042661616553 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616554} + - {fileID: 8926484042661616555} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616553} + m_MasterData: + m_Owner: {fileID: 8926484042661616552} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0}' + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616554 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616553} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616553} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616413} +--- !u!114 &8926484042661616555 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616553} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616553} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616414} +--- !u!114 &8926484042661616556 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616557} + - {fileID: 8926484042661616558} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616556} + m_MasterData: + m_Owner: {fileID: 8926484042661616552} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616408} +--- !u!114 &8926484042661616557 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616556} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616556} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616558 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616556} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616556} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616559 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616560} + - {fileID: 8926484042661616561} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616559} + m_MasterData: + m_Owner: {fileID: 8926484042661616352} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0}' + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616398} +--- !u!114 &8926484042661616560 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616559} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616559} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616561 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616559} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616559} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616562 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616563} + - {fileID: 8926484042661616564} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616562} + m_MasterData: + m_Owner: {fileID: 8926484042661616345} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0}' + m_Space: 2147483647 + m_Property: + name: input + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to be remapped into the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616366} +--- !u!114 &8926484042661616563 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616562} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616562} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616564 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616562} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616562} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616565 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616566} + - {fileID: 8926484042661616567} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616565} + m_MasterData: + m_Owner: {fileID: 8926484042661616345} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617373} +--- !u!114 &8926484042661616566 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616565} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616565} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616567 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616565} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616565} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661617280 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617280} + m_MasterData: + m_Owner: {fileID: 8926484042661616339} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620244} +--- !u!114 &8926484042661617281 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617281} + m_MasterData: + m_Owner: {fileID: 8926484042661616339} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661618231} +--- !u!114 &8926484042661617340 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661617341} + m_ExposedName: Min Threshold + m_Exposed: 0 + m_Order: 8 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661617341} + inputSlot: {fileID: 8926484042661618160} + position: {x: -306, y: 39} + expandedSlots: [] + expanded: 1 +--- !u!114 &8926484042661617341 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617341} + m_MasterData: + m_Owner: {fileID: 8926484042661617340} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661618160} +--- !u!114 &8926484042661617342 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661617343} + m_ExposedName: Max Threshold + m_Exposed: 0 + m_Order: 9 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661617343} + inputSlot: {fileID: 8926484042661618172} + position: {x: -531, y: 249} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661617343 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617343} + m_MasterData: + m_Owner: {fileID: 8926484042661617342} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.04 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661618172} +--- !u!114 &8926484042661617369 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1075, y: 272} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661617373} + - {fileID: 8926484042661617395} + m_OutputSlots: + - {fileID: 8926484042661617376} + m_Operands: + - name: a + type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + - name: b + type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &8926484042661617373 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661617374} + - {fileID: 8926484042661617375} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617373} + m_MasterData: + m_Owner: {fileID: 8926484042661617369} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0}' + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616565} +--- !u!114 &8926484042661617374 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617373} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617373} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617375 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617373} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617373} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617376 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661617377} + - {fileID: 8926484042661617378} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617376} + m_MasterData: + m_Owner: {fileID: 8926484042661617369} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616225} +--- !u!114 &8926484042661617377 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617376} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617376} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661617378 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617376} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617376} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661617395 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661617396} + - {fileID: 8926484042661617397} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617395} + m_MasterData: + m_Owner: {fileID: 8926484042661617369} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0}' + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617406} +--- !u!114 &8926484042661617396 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617395} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617395} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617397 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617395} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617395} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617398 +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: d477093cb708e2e45bf548a06776ed5b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1377, y: 391} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661617399} + - {fileID: 8926484042661617402} + - {fileID: 8926484042661617405} + m_OutputSlots: + - {fileID: 8926484042661617406} +--- !u!114 &8926484042661617399 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661617400} + - {fileID: 8926484042661617401} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617399} + m_MasterData: + m_Owner: {fileID: 8926484042661617398} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":-1.0}' + m_Space: 2147483647 + m_Property: + name: Position + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Position to Rotate + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617400 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617399} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617399} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617401 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617399} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617399} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617402 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661617403} + - {fileID: 8926484042661617404} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617402} + m_MasterData: + m_Owner: {fileID: 8926484042661617398} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.5,"y":0.5}' + m_Space: 2147483647 + m_Property: + name: RotationCenter + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Rotation Center + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617403 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617402} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617402} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617404 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617402} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617402} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617405 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617405} + m_MasterData: + m_Owner: {fileID: 8926484042661617398} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Angle + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Angle in Radians + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617406 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661617407} + - {fileID: 8926484042661617408} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617406} + m_MasterData: + m_Owner: {fileID: 8926484042661617398} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0}' + m_Space: 2147483647 + m_Property: + name: Position + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Rotated Position + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617395} +--- !u!114 &8926484042661617407 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617406} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617406} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661617408 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617406} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617406} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661618158 +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: 82d0db94cf826d249b0f76cc51492bf4, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -119, y: -35} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661618159} + - {fileID: 8926484042661618160} + m_OutputSlots: + - {fileID: 8926484042661618161} + m_Type: + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661618159 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618159} + m_MasterData: + m_Owner: {fileID: 8926484042661618158} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Value + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to compare + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620237} +--- !u!114 &8926484042661618160 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618160} + m_MasterData: + m_Owner: {fileID: 8926484042661618158} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.27 + m_Space: 2147483647 + m_Property: + name: Threshold + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The threshold from which the function will return one + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617341} +--- !u!114 &8926484042661618161 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618161} + m_MasterData: + m_Owner: {fileID: 8926484042661618158} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620256} +--- !u!114 &8926484042661618162 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 137, y: -53} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661618165} + - {fileID: 8926484042661620256} + - {fileID: 8926484042661620257} + m_OutputSlots: + - {fileID: 8926484042661618166} + m_Operands: + - name: c + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: c + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: c + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661618165 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618165} + m_MasterData: + m_Owner: {fileID: 8926484042661618162} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: c + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620254} +--- !u!114 &8926484042661618166 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618166} + m_MasterData: + m_Owner: {fileID: 8926484042661618162} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620231} +--- !u!114 &8926484042661618170 +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: 82d0db94cf826d249b0f76cc51492bf4, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -371, y: 205} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661618171} + - {fileID: 8926484042661618172} + m_OutputSlots: + - {fileID: 8926484042661618173} + m_Type: + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661618171 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618171} + m_MasterData: + m_Owner: {fileID: 8926484042661618170} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Value + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to compare + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620237} +--- !u!114 &8926484042661618172 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618172} + m_MasterData: + m_Owner: {fileID: 8926484042661618170} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.54 + m_Space: 2147483647 + m_Property: + name: Threshold + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The threshold from which the function will return one + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617343} +--- !u!114 &8926484042661618173 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618173} + m_MasterData: + m_Owner: {fileID: 8926484042661618170} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620250} +--- !u!114 &8926484042661618177 +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: c079bc84df7c7e94f88c8ae0d1b0691d, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615903} + m_Children: [] + m_UIPosition: {x: 0, y: 289} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661619735} + - {fileID: 8926484042661619740} + m_OutputSlots: [] + m_Disabled: 0 + Mode: 1 +--- !u!114 &8926484042661618230 +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: 0155ae97d9a75e3449c6d0603b79c2f4, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -40, y: 1059} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661618231} + - {fileID: 8926484042661618961} + m_OutputSlots: + - {fileID: 8926484042661618962} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661618231 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618231} + m_MasterData: + m_Owner: {fileID: 8926484042661618230} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617281} +--- !u!114 &8926484042661618449 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 9dfea48843f53fc438eabc12a3a30abc, type: 3} + m_Name: VFXBasicInitialize + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 8926484042661619510} + - {fileID: 8926484042661620290} + m_UIPosition: {x: 996, y: 239} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661618481} + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 8926484042661618490} + m_InputFlowSlot: + - link: + - context: {fileID: 114023846229194376} + slotIndex: 0 + m_OutputFlowSlot: + - link: + - context: {fileID: 8926484042661615903} + slotIndex: 0 +--- !u!114 &8926484042661618481 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 1b605c022ee79394a8a776c0869b3f9a, type: 3} + m_Name: VFXSlot + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661618482} + - {fileID: 8926484042661618486} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618481} + m_MasterData: + m_Owner: {fileID: 8926484042661618449} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.AABox, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"center":{"x":0.0,"y":0.0,"z":0.0},"size":{"x":50.0,"y":50.0,"z":50.0}}' + m_Space: 0 + m_Property: + name: bounds + m_serializedType: + m_SerializableType: UnityEditor.VFX.AABox, Unity.VisualEffectGraph.Editor, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661618482 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: VFXSlotFloat3 + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661618481} + m_Children: + - {fileID: 8926484042661618483} + - {fileID: 8926484042661618484} + - {fileID: 8926484042661618485} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618481} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: center + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The centre of the box. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661618483 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661618482} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618481} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661618484 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661618482} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618481} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661618485 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661618482} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618481} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661618486 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: VFXSlotFloat3 + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661618481} + m_Children: + - {fileID: 8926484042661618487} + - {fileID: 8926484042661618488} + - {fileID: 8926484042661618489} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618481} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: size + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The size of the box along each axis. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661618487 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661618486} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618481} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661618488 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661618486} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618481} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661618489 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661618486} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618481} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661618490 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: d78581a96eae8bf4398c282eb0b098bd, type: 3} + m_Name: VFXDataParticle + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + title: + m_Owners: + - {fileID: 8926484042661618449} + - {fileID: 8926484042661615903} + - {fileID: 8926484042661620299} + m_Capacity: 65536 + m_Space: 1 +--- !u!114 &8926484042661618948 +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: 486e063e1ed58c843942ea4122829ab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -363, y: 1081} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661618949} + attribute: position + location: 0 + mask: xyz +--- !u!114 &8926484042661618949 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661618950} + - {fileID: 8926484042661618951} + - {fileID: 8926484042661618952} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618949} + m_MasterData: + m_Owner: {fileID: 8926484042661618948} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661618950 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661618949} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618949} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661619890} +--- !u!114 &8926484042661618951 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661618949} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618949} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661619894} +--- !u!114 &8926484042661618952 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661618949} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618949} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661618961} +--- !u!114 &8926484042661618961 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618961} + m_MasterData: + m_Owner: {fileID: 8926484042661618230} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661618952} +--- !u!114 &8926484042661618962 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618962} + m_MasterData: + m_Owner: {fileID: 8926484042661618230} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661619900} +--- !u!114 &8926484042661619510 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661618449} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661619511} + m_OutputSlots: [] + m_Disabled: 0 + attribute: position + Composition: 0 + Source: 0 + Random: 0 + channels: 6 +--- !u!114 &8926484042661619511 +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: 5265657162cc1a241bba03a3b0476d99, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661619512} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619511} + m_MasterData: + m_Owner: {fileID: 8926484042661619510} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"position":{"x":0.0,"y":0.0,"z":0.0}}' + m_Space: 0 + m_Property: + name: Position + m_serializedType: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661619543} +--- !u!114 &8926484042661619512 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619511} + m_Children: + - {fileID: 8926484042661619513} + - {fileID: 8926484042661619514} + - {fileID: 8926484042661619515} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619511} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The position. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619513 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619512} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619511} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619514 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619512} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619511} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619515 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619512} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619511} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619518 +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: fc49b1fef34c4eb4d952a47631c1c2e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -894, y: 1083} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661619519} + - {fileID: 8926484042661619520} + - {fileID: 8926484042661619521} + - {fileID: 8926484042661619522} + - {fileID: 8926484042661619523} + - {fileID: 8926484042661619528} + - {fileID: 8926484042661619533} + - {fileID: 8926484042661619538} + m_OutputSlots: + - {fileID: 8926484042661619543} + mode: 0 +--- !u!114 &8926484042661619519 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619519} + m_MasterData: + m_Owner: {fileID: 8926484042661619518} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Index + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Element index used to loop over the sequence + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661619549} +--- !u!114 &8926484042661619520 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619520} + m_MasterData: + m_Owner: {fileID: 8926484042661619518} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 256 + m_Space: 2147483647 + m_Property: + name: CountX + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Element X count used to loop over the sequence + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619521 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619521} + m_MasterData: + m_Owner: {fileID: 8926484042661619518} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 256 + m_Space: 2147483647 + m_Property: + name: CountY + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Element Y count used to loop over the sequence + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619522 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619522} + m_MasterData: + m_Owner: {fileID: 8926484042661619518} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: CountZ + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Element Z count used to loop over the sequence + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619523 +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: 5265657162cc1a241bba03a3b0476d99, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661619524} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619523} + m_MasterData: + m_Owner: {fileID: 8926484042661619518} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"position":{"x":-4.0,"y":0.0,"z":0.0}}' + m_Space: 0 + m_Property: + name: Origin + m_serializedType: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619524 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619523} + m_Children: + - {fileID: 8926484042661619525} + - {fileID: 8926484042661619526} + - {fileID: 8926484042661619527} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619523} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The position. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619525 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619524} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619523} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619526 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619524} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619523} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619527 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619524} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619523} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619528 +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: a9f9544b71b7dab44a4644b6807e8bf6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661619529} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619528} + m_MasterData: + m_Owner: {fileID: 8926484042661619518} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"vector":{"x":1.0,"y":0.0,"z":0.0}}' + m_Space: 0 + m_Property: + name: AxisX + m_serializedType: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619529 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619528} + m_Children: + - {fileID: 8926484042661619530} + - {fileID: 8926484042661619531} + - {fileID: 8926484042661619532} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619528} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: vector + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The vector. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619530 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619529} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619528} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619531 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619529} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619528} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619532 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619529} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619528} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619533 +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: a9f9544b71b7dab44a4644b6807e8bf6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661619534} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619533} + m_MasterData: + m_Owner: {fileID: 8926484042661619518} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"vector":{"x":0.0,"y":1.0,"z":0.0}}' + m_Space: 0 + m_Property: + name: AxisY + m_serializedType: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619534 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619533} + m_Children: + - {fileID: 8926484042661619535} + - {fileID: 8926484042661619536} + - {fileID: 8926484042661619537} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619533} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: vector + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The vector. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619535 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619534} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619533} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619536 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619534} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619533} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619537 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619534} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619533} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619538 +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: a9f9544b71b7dab44a4644b6807e8bf6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661619539} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619538} + m_MasterData: + m_Owner: {fileID: 8926484042661619518} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"vector":{"x":0.0,"y":0.0,"z":1.0}}' + m_Space: 0 + m_Property: + name: AxisZ + m_serializedType: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619539 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619538} + m_Children: + - {fileID: 8926484042661619540} + - {fileID: 8926484042661619541} + - {fileID: 8926484042661619542} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619538} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: vector + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The vector. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619540 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619539} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619538} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619541 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619539} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619538} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619542 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619539} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619538} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619543 +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: 5265657162cc1a241bba03a3b0476d99, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661619544} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619543} + m_MasterData: + m_Owner: {fileID: 8926484042661619518} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"position":{"x":0.0,"y":0.0,"z":0.0}}' + m_Space: 0 + m_Property: + name: r + m_serializedType: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661619511} +--- !u!114 &8926484042661619544 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619543} + m_Children: + - {fileID: 8926484042661619545} + - {fileID: 8926484042661619546} + - {fileID: 8926484042661619547} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619543} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The position. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661619545 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619544} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619543} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661619889} +--- !u!114 &8926484042661619546 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619544} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619543} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661619893} +--- !u!114 &8926484042661619547 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619544} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619543} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661619548 +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: 486e063e1ed58c843942ea4122829ab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1270, y: 1065} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661619549} + attribute: particleId + location: 0 + mask: xyz +--- !u!114 &8926484042661619549 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619549} + m_MasterData: + m_Owner: {fileID: 8926484042661619548} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: particleId + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661619519} +--- !u!114 &8926484042661619735 +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: a9f9544b71b7dab44a4644b6807e8bf6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661619736} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619735} + m_MasterData: + m_Owner: {fileID: 8926484042661618177} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"vector":{"x":0.0,"y":0.0,"z":0.0}}' + m_Space: 1 + m_Property: + name: Velocity + m_serializedType: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: 'Velocity vector of the medium (eg: wind)' + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620048} +--- !u!114 &8926484042661619736 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619735} + m_Children: + - {fileID: 8926484042661619737} + - {fileID: 8926484042661619738} + - {fileID: 8926484042661619739} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619735} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: vector + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The vector. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619737 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619736} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619735} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619738 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619736} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619735} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619739 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619736} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619735} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619740 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619740} + m_MasterData: + m_Owner: {fileID: 8926484042661618177} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 20 + m_Space: 2147483647 + m_Property: + name: Drag + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Drag coefficient. The higher the drag, the more the force will have + influence over the particle velocity + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619818 +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: a1046201700a4ae428a525579e74b99e, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615903} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661619819} + - {fileID: 8926484042661619825} + - {fileID: 8926484042661619826} + - {fileID: 8926484042661619827} + - {fileID: 8926484042661620372} + m_OutputSlots: [] + m_Disabled: 0 + mode: 0 + radiusMode: 0 + roughSurface: 1 +--- !u!114 &8926484042661619819 +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: 1b605c022ee79394a8a776c0869b3f9a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661619820} + - {fileID: 8926484042661619824} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619819} + m_MasterData: + m_Owner: {fileID: 8926484042661619818} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Sphere, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"center":{"x":-4.690000057220459,"y":0.029999999329447748,"z":-0.5299999713897705},"radius":0.5}' + m_Space: 1 + m_Property: + name: Sphere + m_serializedType: + m_SerializableType: UnityEditor.VFX.Sphere, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The collision sphere. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619820 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619819} + m_Children: + - {fileID: 8926484042661619821} + - {fileID: 8926484042661619822} + - {fileID: 8926484042661619823} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619819} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: center + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The centre of the sphere. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620024} +--- !u!114 &8926484042661619821 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619820} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619819} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619822 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619820} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619819} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619823 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619820} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619819} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619824 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619819} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619819} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: radius + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The radius of the sphere. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619825 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619825} + m_MasterData: + m_Owner: {fileID: 8926484042661619818} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Elasticity + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: How much bounce to apply after a collision. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619826 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619826} + m_MasterData: + m_Owner: {fileID: 8926484042661619818} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Friction + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: How much speed is lost after a collision. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619827 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619827} + m_MasterData: + m_Owner: {fileID: 8926484042661619818} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: LifetimeLoss + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 0 + m_Min: 0 + m_Max: 1 + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The proportion of a particle's life that is lost after a collision. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619888 +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: 0155ae97d9a75e3449c6d0603b79c2f4, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -43, y: 1213} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661619889} + - {fileID: 8926484042661619890} + m_OutputSlots: + - {fileID: 8926484042661619891} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661619889 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619889} + m_MasterData: + m_Owner: {fileID: 8926484042661619888} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661619545} +--- !u!114 &8926484042661619890 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619890} + m_MasterData: + m_Owner: {fileID: 8926484042661619888} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661618950} +--- !u!114 &8926484042661619891 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619891} + m_MasterData: + m_Owner: {fileID: 8926484042661619888} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661619898} +--- !u!114 &8926484042661619892 +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: 0155ae97d9a75e3449c6d0603b79c2f4, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -64, y: 1341} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661619893} + - {fileID: 8926484042661619894} + m_OutputSlots: + - {fileID: 8926484042661619895} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661619893 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619893} + m_MasterData: + m_Owner: {fileID: 8926484042661619892} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661619546} +--- !u!114 &8926484042661619894 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619894} + m_MasterData: + m_Owner: {fileID: 8926484042661619892} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661618951} +--- !u!114 &8926484042661619895 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619895} + m_MasterData: + m_Owner: {fileID: 8926484042661619892} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661619899} +--- !u!114 &8926484042661619896 +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: 955b0c175a6f3bb4582e92f3de8f0626, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 198, y: 1201} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661619897} + m_OutputSlots: + - {fileID: 8926484042661619901} + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &8926484042661619897 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661619898} + - {fileID: 8926484042661619899} + - {fileID: 8926484042661619900} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619897} + m_MasterData: + m_Owner: {fileID: 8926484042661619896} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619898 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619897} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619897} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661619891} +--- !u!114 &8926484042661619899 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619897} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619897} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661619895} +--- !u!114 &8926484042661619900 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619897} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619897} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661618962} +--- !u!114 &8926484042661619901 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661619902} + - {fileID: 8926484042661619903} + - {fileID: 8926484042661619904} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619901} + m_MasterData: + m_Owner: {fileID: 8926484042661619896} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620043} +--- !u!114 &8926484042661619902 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619901} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619901} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661619903 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619901} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619901} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661619904 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619901} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619901} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661619978 +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: 2c7b1f3e894605a48a0436807a6faeee, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615903} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661619979} + - {fileID: 8926484042661619988} + - {fileID: 8926484042661619989} + - {fileID: 8926484042661619990} + m_OutputSlots: [] + m_Disabled: 1 + mode: 1 + radiusMode: 0 + roughSurface: 0 +--- !u!114 &8926484042661619979 +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: 1b605c022ee79394a8a776c0869b3f9a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661619980} + - {fileID: 8926484042661619984} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619979} + m_MasterData: + m_Owner: {fileID: 8926484042661619978} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Plane, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"position":{"x":-25.0,"y":-4.746067523956299,"z":0.0},"normal":{"x":-0.550000011920929,"y":-0.2199999988079071,"z":0.0}}' + m_Space: 1 + m_Property: + name: Plane + m_serializedType: + m_SerializableType: UnityEditor.VFX.Plane, Unity.VisualEffectGraph.Editor, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The collision plane. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619980 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619979} + m_Children: + - {fileID: 8926484042661619981} + - {fileID: 8926484042661619982} + - {fileID: 8926484042661619983} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619979} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The position of the plane. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619981 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619980} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619979} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619982 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619980} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619979} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619983 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619980} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619979} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619984 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619979} + m_Children: + - {fileID: 8926484042661619985} + - {fileID: 8926484042661619986} + - {fileID: 8926484042661619987} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619979} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: normal + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 2 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The direction of the plane. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619985 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619984} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619979} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619986 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619984} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619979} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619987 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661619984} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619979} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619988 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619988} + m_MasterData: + m_Owner: {fileID: 8926484042661619978} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.1 + m_Space: 2147483647 + m_Property: + name: Elasticity + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: How much bounce to apply after a collision. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619989 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619989} + m_MasterData: + m_Owner: {fileID: 8926484042661619978} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Friction + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: How much speed is lost after a collision. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661619990 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661619990} + m_MasterData: + m_Owner: {fileID: 8926484042661619978} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: LifetimeLoss + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 0 + m_Min: 0 + m_Max: 1 + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The proportion of a particle's life that is lost after a collision. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620023 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661620024} + m_ExposedName: Collider Position + m_Exposed: 1 + m_Order: 10 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661620024} + inputSlot: {fileID: 8926484042661619820} + position: {x: 789, y: 756.5} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661620024 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661620025} + - {fileID: 8926484042661620026} + - {fileID: 8926484042661620027} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620024} + m_MasterData: + m_Owner: {fileID: 8926484042661620023} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661619820} +--- !u!114 &8926484042661620025 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620024} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620024} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661620026 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620024} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620024} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661620027 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620024} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620024} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661620042 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 533, y: 1210} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620043} + - {fileID: 8926484042661620047} + m_OutputSlots: + - {fileID: 8926484042661620048} + m_Operands: + - name: a + type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661620043 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661620044} + - {fileID: 8926484042661620045} + - {fileID: 8926484042661620046} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620043} + m_MasterData: + m_Owner: {fileID: 8926484042661620042} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0,"z":1.0}' + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661619901} +--- !u!114 &8926484042661620044 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620043} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620043} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620045 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620043} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620043} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620046 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620043} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620043} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620047 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620047} + m_MasterData: + m_Owner: {fileID: 8926484042661620042} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620134} +--- !u!114 &8926484042661620048 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661620049} + - {fileID: 8926484042661620050} + - {fileID: 8926484042661620051} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620048} + m_MasterData: + m_Owner: {fileID: 8926484042661620042} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661619735} +--- !u!114 &8926484042661620049 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620048} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620048} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661620050 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620048} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620048} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661620051 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620048} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620048} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661620125 +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: 4475775c3ab9f224ab10ccb991fb9336, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 555, y: 1635} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620126} + - {fileID: 8926484042661620127} + - {fileID: 8926484042661620128} + m_OutputSlots: + - {fileID: 8926484042661620129} + m_Type: + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661620126 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620126} + m_MasterData: + m_Owner: {fileID: 8926484042661620125} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: input + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to be clamped. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620140} +--- !u!114 &8926484042661620127 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620127} + m_MasterData: + m_Owner: {fileID: 8926484042661620125} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: -50 + m_Space: 2147483647 + m_Property: + name: min + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The lower bound to clamp the input to. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620128 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620128} + m_MasterData: + m_Owner: {fileID: 8926484042661620125} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: -0.1 + m_Space: 2147483647 + m_Property: + name: max + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The upper bound to clamp the input to. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620129 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620129} + m_MasterData: + m_Owner: {fileID: 8926484042661620125} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620146} +--- !u!114 &8926484042661620130 +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: 4475775c3ab9f224ab10ccb991fb9336, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 562, y: 1523} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620131} + - {fileID: 8926484042661620132} + - {fileID: 8926484042661620133} + m_OutputSlots: + - {fileID: 8926484042661620134} + m_Type: + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661620131 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620131} + m_MasterData: + m_Owner: {fileID: 8926484042661620130} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: input + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to be clamped. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620140} +--- !u!114 &8926484042661620132 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620132} + m_MasterData: + m_Owner: {fileID: 8926484042661620130} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: min + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The lower bound to clamp the input to. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620133 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620133} + m_MasterData: + m_Owner: {fileID: 8926484042661620130} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 50 + m_Space: 2147483647 + m_Property: + name: max + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The upper bound to clamp the input to. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620134 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620134} + m_MasterData: + m_Owner: {fileID: 8926484042661620130} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620047} +--- !u!114 &8926484042661620138 +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: 955b0c175a6f3bb4582e92f3de8f0626, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 332, y: 1597} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620139} + m_OutputSlots: + - {fileID: 8926484042661620140} + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661620139 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620139} + m_MasterData: + m_Owner: {fileID: 8926484042661620138} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620425} +--- !u!114 &8926484042661620140 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620140} + m_MasterData: + m_Owner: {fileID: 8926484042661620138} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620126} + - {fileID: 8926484042661620131} +--- !u!114 &8926484042661620145 +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: 850204dbbab27354ca79dcd450671db2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 731, y: 1638} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620146} + m_OutputSlots: + - {fileID: 8926484042661620147} + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661620146 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620146} + m_MasterData: + m_Owner: {fileID: 8926484042661620145} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620129} +--- !u!114 &8926484042661620147 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620147} + m_MasterData: + m_Owner: {fileID: 8926484042661620145} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620374} +--- !u!114 &8926484042661620181 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661620182} + m_ExposedName: HeightScale + m_Exposed: 0 + m_Order: 0 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661620182} + inputSlot: {fileID: 8926484042661616341} + position: {x: 449, y: 422} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661620182 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620182} + m_MasterData: + m_Owner: {fileID: 8926484042661620181} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.65 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616341} +--- !u!114 &8926484042661620230 +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: 39201e37c9a341c45bace12065f0cb90, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 338, y: -117} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620231} + - {fileID: 8926484042661620232} + m_OutputSlots: + - {fileID: 8926484042661620233} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661620231 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620231} + m_MasterData: + m_Owner: {fileID: 8926484042661620230} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 100 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661618166} +--- !u!114 &8926484042661620232 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620232} + m_MasterData: + m_Owner: {fileID: 8926484042661620230} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620233 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620233} + m_MasterData: + m_Owner: {fileID: 8926484042661620230} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620243} +--- !u!114 &8926484042661620234 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -637, y: -77} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620235} + - {fileID: 8926484042661620236} + m_OutputSlots: + - {fileID: 8926484042661620237} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661620235 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620235} + m_MasterData: + m_Owner: {fileID: 8926484042661620234} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616230} +--- !u!114 &8926484042661620236 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620236} + m_MasterData: + m_Owner: {fileID: 8926484042661620234} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620237 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620237} + m_MasterData: + m_Owner: {fileID: 8926484042661620234} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661618159} + - {fileID: 8926484042661618171} + - {fileID: 8926484042661620253} +--- !u!114 &8926484042661620242 +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: ed61682dd0ce22343910fec4ca3f8e9b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 464, y: 29} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620243} + m_OutputSlots: + - {fileID: 8926484042661620244} + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661620243 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620243} + m_MasterData: + m_Owner: {fileID: 8926484042661620242} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620233} +--- !u!114 &8926484042661620244 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620244} + m_MasterData: + m_Owner: {fileID: 8926484042661620242} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617280} +--- !u!114 &8926484042661620249 +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: c8ac0ebcb5fd27b408f3700034222acb, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -131, y: 167} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620250} + m_OutputSlots: + - {fileID: 8926484042661620251} + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661620250 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620250} + m_MasterData: + m_Owner: {fileID: 8926484042661620249} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661618173} +--- !u!114 &8926484042661620251 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620251} + m_MasterData: + m_Owner: {fileID: 8926484042661620249} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620257} +--- !u!114 &8926484042661620252 +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: c8ac0ebcb5fd27b408f3700034222acb, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -406, y: -168} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620253} + m_OutputSlots: + - {fileID: 8926484042661620254} + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661620253 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620253} + m_MasterData: + m_Owner: {fileID: 8926484042661620252} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620237} +--- !u!114 &8926484042661620254 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620254} + m_MasterData: + m_Owner: {fileID: 8926484042661620252} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661618165} +--- !u!114 &8926484042661620256 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620256} + m_MasterData: + m_Owner: {fileID: 8926484042661618162} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: c + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661618161} +--- !u!114 &8926484042661620257 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620257} + m_MasterData: + m_Owner: {fileID: 8926484042661618162} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: c + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620251} +--- !u!114 &8926484042661620276 +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: d1847decbcc406c41b56205a65871167, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -643, y: 1675} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620277} + m_OutputSlots: + - {fileID: 8926484042661620278} + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661620277 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620277} + m_MasterData: + m_Owner: {fileID: 8926484042661620276} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620371} +--- !u!114 &8926484042661620278 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620278} + m_MasterData: + m_Owner: {fileID: 8926484042661620276} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661620279 +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: 7d33fb94df928ef4c986f97607706b82, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -935, y: 1724} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661620280} + m_expressionOp: 7 +--- !u!114 &8926484042661620280 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620280} + m_MasterData: + m_Owner: {fileID: 8926484042661620279} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: TotalTime + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620369} +--- !u!114 &8926484042661620290 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661618449} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620291} + m_OutputSlots: [] + m_Disabled: 0 + attribute: color + Composition: 0 + Source: 0 + Random: 0 + channels: 6 +--- !u!114 &8926484042661620291 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661620292} + - {fileID: 8926484042661620293} + - {fileID: 8926484042661620294} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620291} + m_MasterData: + m_Owner: {fileID: 8926484042661620290} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0,"z":1.0}' + m_Space: 2147483647 + m_Property: + name: Color + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 5 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620292 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620291} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620291} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620293 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620291} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620291} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620294 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620291} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620291} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620299 +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: e837ba02e1cb47d4394b6c186d164156, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 8926484042661620305} + m_UIPosition: {x: 992, y: 2545} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620300} + - {fileID: 8926484042661620301} + - {fileID: 8926484042661620302} + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 8926484042661618490} + m_InputFlowSlot: + - link: + - context: {fileID: 8926484042661615903} + slotIndex: 0 + m_OutputFlowSlot: + - link: [] + blendMode: 1 + m_SubOutputs: + - {fileID: 8926484042661620304} + cullMode: 0 + zWriteMode: 0 + zTestMode: 0 + colorMappingMode: 0 + uvMode: 0 + useSoftParticle: 0 + sortPriority: 0 + sort: 0 + indirectDraw: 0 + castShadows: 0 + useExposureWeight: 0 +--- !u!114 &8926484042661620300 +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: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620300} + m_MasterData: + m_Owner: {fileID: 8926484042661620299} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: mainTexture + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Texture to be applied to the mesh. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620301 +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: b47b8679b468b7347a00cdd50589bc9f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620301} + m_MasterData: + m_Owner: {fileID: 8926484042661620299} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Mesh, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":10202,"guid":"0000000000000000e000000000000000","type":0}}' + m_Space: 2147483647 + m_Property: + name: mesh + m_serializedType: + m_SerializableType: UnityEngine.Mesh, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Mesh to be used for particle rendering. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620302 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620302} + m_MasterData: + m_Owner: {fileID: 8926484042661620299} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 4294967295 + m_Space: 2147483647 + m_Property: + name: subMeshMask + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Define a bitmask to control which submeshes are rendered. + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 8 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620304 +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: 081ffb0090424ba4cb05370a42ead6b9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + opaqueRenderQueue: 0 + transparentRenderQueue: 1 +--- !u!114 &8926484042661620305 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620299} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620306} + m_OutputSlots: [] + m_Disabled: 0 + attribute: size + Composition: 0 + Source: 0 + Random: 0 + channels: 6 +--- !u!114 &8926484042661620306 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620306} + m_MasterData: + m_Owner: {fileID: 8926484042661620305} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.1 + m_Space: 2147483647 + m_Property: + name: Size + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616464} +--- !u!114 &8926484042661620307 +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: 01ec2c1930009b04ea08905b47262415, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615903} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620308} + - {fileID: 8926484042661620309} + m_OutputSlots: [] + m_Disabled: 0 + attribute: color + Composition: 0 + AlphaComposition: 0 + SampleMode: 1 + Mode: 1 + ColorMode: 3 + channels: 6 +--- !u!114 &8926484042661620308 +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: 76f778ff57c4e8145b9681fe3268d8e9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620308} + m_MasterData: + m_Owner: {fileID: 8926484042661620307} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Gradient, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"colorKeys":[{"color":{"r":0.006794929504394531,"g":0.0,"b":1.0,"a":1.0},"time":0.0},{"color":{"r":1.1117380857467652,"g":0.0,"b":0.861764669418335,"a":1.0},"time":0.5000076293945313},{"color":{"r":3.999999523162842,"g":0.0,"b":0.0,"a":1.0},"time":1.0}],"alphaKeys":[{"alpha":0.29019609093666079,"time":0.0},{"alpha":1.0,"time":1.0}],"gradientMode":0}' + m_Space: 2147483647 + m_Property: + name: Color + m_serializedType: + m_SerializableType: UnityEngine.Gradient, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620309 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661620310} + - {fileID: 8926484042661620311} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620309} + m_MasterData: + m_Owner: {fileID: 8926484042661620307} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":-1.0,"y":1.0}' + m_Space: 2147483647 + m_Property: + name: SpeedRange + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620310 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620309} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620309} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620311 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620309} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620309} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620364 +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: 5e382412bb691334bb79457a6c127924, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114023846229194376} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620365} + - {fileID: 8926484042661620366} + m_OutputSlots: [] + m_Disabled: 0 + repeat: 0 + spawnMode: 0 + delayMode: 0 +--- !u!114 &8926484042661620365 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620365} + m_MasterData: + m_Owner: {fileID: 8926484042661620364} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 65536 + m_Space: 2147483647 + m_Property: + name: Count + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Count for each burst + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620366 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620366} + m_MasterData: + m_Owner: {fileID: 8926484042661620364} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Delay + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Delay between each burst + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620368 +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: 39201e37c9a341c45bace12065f0cb90, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -810, y: 1653} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620369} + - {fileID: 8926484042661620370} + m_OutputSlots: + - {fileID: 8926484042661620371} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661620369 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620369} + m_MasterData: + m_Owner: {fileID: 8926484042661620368} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620280} +--- !u!114 &8926484042661620370 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620370} + m_MasterData: + m_Owner: {fileID: 8926484042661620368} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 4 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620371 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620371} + m_MasterData: + m_Owner: {fileID: 8926484042661620368} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620277} +--- !u!114 &8926484042661620372 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620372} + m_MasterData: + m_Owner: {fileID: 8926484042661619818} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Roughness + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 0 + m_Min: 0 + m_Max: 1 + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: How much to randomly adjust the normal after a collision. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620373 +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: 0a02ebe9815b1084495277ae39c6c270, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 671, y: 1774} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620374} + - {fileID: 8926484042661620375} + - {fileID: 8926484042661620376} + - {fileID: 8926484042661620377} + - {fileID: 8926484042661620378} + m_OutputSlots: + - {fileID: 8926484042661620379} + m_Type: + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_Clamp: 0 +--- !u!114 &8926484042661620374 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620374} + m_MasterData: + m_Owner: {fileID: 8926484042661620373} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.5 + m_Space: 2147483647 + m_Property: + name: input + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to be remapped into the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620147} +--- !u!114 &8926484042661620375 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620375} + m_MasterData: + m_Owner: {fileID: 8926484042661620373} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: oldRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620376 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620376} + m_MasterData: + m_Owner: {fileID: 8926484042661620373} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 50 + m_Space: 2147483647 + m_Property: + name: oldRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620377 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620377} + m_MasterData: + m_Owner: {fileID: 8926484042661620373} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: newRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620378 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620378} + m_MasterData: + m_Owner: {fileID: 8926484042661620373} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 50 + m_Space: 2147483647 + m_Property: + name: newRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620379 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620379} + m_MasterData: + m_Owner: {fileID: 8926484042661620373} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620405} + - {fileID: 8926484042661620395} +--- !u!114 &8926484042661620380 +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: b5ef41639278ae84eac41b1850137685, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615903} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620381} + - {fileID: 8926484042661620382} + - {fileID: 8926484042661620395} + - {fileID: 8926484042661620396} + m_OutputSlots: [] + m_Disabled: 0 + DataEncoding: 0 + Mode: 1 + ClosedField: 0 + ConserveMagnitude: 0 +--- !u!114 &8926484042661620381 +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: ef9ecf819143d0a439c558ab8e84fce7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620381} + m_MasterData: + m_Owner: {fileID: 8926484042661620380} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture3D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":11700000,"guid":"08937e3134903c5488be506a2dac71e9","type":2}}' + m_Space: 2147483647 + m_Property: + name: VectorField + m_serializedType: + m_SerializableType: UnityEngine.Texture3D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The vector field used as a force for particles + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620382 +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: a4dabe497818b98468b0ebebf7de6583, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661620383} + - {fileID: 8926484042661620387} + - {fileID: 8926484042661620391} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620382} + m_MasterData: + m_Owner: {fileID: 8926484042661620380} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.OrientedBox, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"center":{"x":-4.0,"y":0.0,"z":0.0},"angles":{"x":0.0,"y":0.0,"z":0.0},"size":{"x":5.0,"y":5.0,"z":5.0}}' + m_Space: 0 + m_Property: + name: FieldTransform + m_serializedType: + m_SerializableType: UnityEditor.VFX.OrientedBox, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The position, rotation and scale of the field + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620383 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620382} + m_Children: + - {fileID: 8926484042661620384} + - {fileID: 8926484042661620385} + - {fileID: 8926484042661620386} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620382} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: center + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The centre of the box. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620384 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620383} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620382} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620502} +--- !u!114 &8926484042661620385 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620383} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620382} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620386 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620383} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620382} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620387 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620382} + m_Children: + - {fileID: 8926484042661620388} + - {fileID: 8926484042661620389} + - {fileID: 8926484042661620390} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620382} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: angles + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 4 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The orientation of the box. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620388 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620387} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620382} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620389 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620387} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620382} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620390 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620387} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620382} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620391 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620382} + m_Children: + - {fileID: 8926484042661620392} + - {fileID: 8926484042661620393} + - {fileID: 8926484042661620394} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620382} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: size + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The size of the box along each axis. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620392 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620391} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620382} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620393 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620391} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620382} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620394 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620391} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620382} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620395 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620395} + m_MasterData: + m_Owner: {fileID: 8926484042661620380} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: Intensity + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Intensity of the field. Vectors are multiplied by the intensity + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620379} +--- !u!114 &8926484042661620396 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620396} + m_MasterData: + m_Owner: {fileID: 8926484042661620380} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: Drag + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Drag coefficient. The higher the drag, the more the force will have + influence over the particle velocity + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620397 +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: 3a58e066cb558cf41a5b79a0095f6bbc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615903} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620398} + - {fileID: 8926484042661620404} + - {fileID: 8926484042661620405} + - {fileID: 8926484042661620406} + - {fileID: 8926484042661620407} + m_OutputSlots: [] + m_Disabled: 1 +--- !u!114 &8926484042661620398 +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: 1b605c022ee79394a8a776c0869b3f9a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661620399} + - {fileID: 8926484042661620403} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620398} + m_MasterData: + m_Owner: {fileID: 8926484042661620397} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Sphere, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"center":{"x":-4.0,"y":0.0,"z":0.0},"radius":0.4300000071525574}' + m_Space: 0 + m_Property: + name: Sphere + m_serializedType: + m_SerializableType: UnityEditor.VFX.Sphere, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620399 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620398} + m_Children: + - {fileID: 8926484042661620400} + - {fileID: 8926484042661620401} + - {fileID: 8926484042661620402} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620398} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: center + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The centre of the sphere. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620400 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620399} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620398} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620401 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620399} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620398} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620402 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620399} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620398} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620403 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620398} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620398} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: radius + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The radius of the sphere. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620404 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620404} + m_MasterData: + m_Owner: {fileID: 8926484042661620397} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1.31 + m_Space: 2147483647 + m_Property: + name: attractionSpeed + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620405 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620405} + m_MasterData: + m_Owner: {fileID: 8926484042661620397} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 20 + m_Space: 2147483647 + m_Property: + name: attractionForce + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620379} +--- !u!114 &8926484042661620406 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620406} + m_MasterData: + m_Owner: {fileID: 8926484042661620397} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.1 + m_Space: 2147483647 + m_Property: + name: stickDistance + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620407 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620407} + m_MasterData: + m_Owner: {fileID: 8926484042661620397} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: stickForce + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620408 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661620409} + m_ExposedName: Spectrum Value 1 + m_Exposed: 1 + m_Order: 1 + m_Category: Pd Controlled + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661620409} + inputSlot: {fileID: 8926484042661620420} + position: {x: -400, y: 1739} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661620409 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620409} + m_MasterData: + m_Owner: {fileID: 8926484042661620408} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620420} +--- !u!114 &8926484042661620410 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661620411} + m_ExposedName: Pitch Value + m_Exposed: 1 + m_Order: 4 + m_Category: Pd Controlled + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: [] +--- !u!114 &8926484042661620411 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620411} + m_MasterData: + m_Owner: {fileID: 8926484042661620410} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661620412 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661620413} + m_ExposedName: Spectrum Value 2 + m_Exposed: 1 + m_Order: 3 + m_Category: Pd Controlled + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661620413} + inputSlot: {fileID: 8926484042661620427} + position: {x: 112, y: 2135} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661620413 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620413} + m_MasterData: + m_Owner: {fileID: 8926484042661620412} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620427} +--- !u!114 &8926484042661620419 +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: 0a02ebe9815b1084495277ae39c6c270, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 1673} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620420} + - {fileID: 8926484042661620421} + - {fileID: 8926484042661620422} + - {fileID: 8926484042661620423} + - {fileID: 8926484042661620424} + m_OutputSlots: + - {fileID: 8926484042661620425} + m_Type: + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_Clamp: 1 +--- !u!114 &8926484042661620420 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620420} + m_MasterData: + m_Owner: {fileID: 8926484042661620419} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 60.28 + m_Space: 2147483647 + m_Property: + name: input + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to be remapped into the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620409} +--- !u!114 &8926484042661620421 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620421} + m_MasterData: + m_Owner: {fileID: 8926484042661620419} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: oldRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620422 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620422} + m_MasterData: + m_Owner: {fileID: 8926484042661620419} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 100 + m_Space: 2147483647 + m_Property: + name: oldRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620423 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620423} + m_MasterData: + m_Owner: {fileID: 8926484042661620419} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 10 + m_Space: 2147483647 + m_Property: + name: newRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620424 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620424} + m_MasterData: + m_Owner: {fileID: 8926484042661620419} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: -20 + m_Space: 2147483647 + m_Property: + name: newRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620425 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620425} + m_MasterData: + m_Owner: {fileID: 8926484042661620419} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620139} +--- !u!114 &8926484042661620426 +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: 0a02ebe9815b1084495277ae39c6c270, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 418, y: 2086} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620427} + - {fileID: 8926484042661620428} + - {fileID: 8926484042661620429} + - {fileID: 8926484042661620430} + - {fileID: 8926484042661620431} + m_OutputSlots: + - {fileID: 8926484042661620432} + m_Type: + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_Clamp: 1 +--- !u!114 &8926484042661620427 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620427} + m_MasterData: + m_Owner: {fileID: 8926484042661620426} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 45.84 + m_Space: 2147483647 + m_Property: + name: input + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to be remapped into the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620413} +--- !u!114 &8926484042661620428 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620428} + m_MasterData: + m_Owner: {fileID: 8926484042661620426} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: oldRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620429 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620429} + m_MasterData: + m_Owner: {fileID: 8926484042661620426} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 50 + m_Space: 2147483647 + m_Property: + name: oldRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620430 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620430} + m_MasterData: + m_Owner: {fileID: 8926484042661620426} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: newRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620431 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620431} + m_MasterData: + m_Owner: {fileID: 8926484042661620426} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 3 + m_Space: 2147483647 + m_Property: + name: newRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620432 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620432} + m_MasterData: + m_Owner: {fileID: 8926484042661620426} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620436} +--- !u!114 &8926484042661620433 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615903} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661620434} + m_OutputSlots: [] + m_Disabled: 0 + attribute: color + Composition: 1 + Source: 0 + Random: 0 + channels: 6 +--- !u!114 &8926484042661620434 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661620435} + - {fileID: 8926484042661620436} + - {fileID: 8926484042661620437} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620434} + m_MasterData: + m_Owner: {fileID: 8926484042661620433} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: Color + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 5 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620435 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620434} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620434} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620436 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620434} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620434} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661620432} +--- !u!114 &8926484042661620437 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661620434} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620434} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661620501 +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: 6fbab4aa995aa0b4fa31ba5aebd54e8f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 687, y: 2003} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661620502} +--- !u!114 &8926484042661620502 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661620502} + m_MasterData: + m_Owner: {fileID: 8926484042661620501} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: t + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661620384} diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Force Position Texture.vfx.meta b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Force Position Texture.vfx.meta new file mode 100644 index 0000000..fb23e55 --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Force Position Texture.vfx.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: cceffe2977f5173459c57ad900da23f5 +VisualEffectImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Neadle Texture.vfx b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Neadle Texture.vfx new file mode 100644 index 0000000..2410c51 --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Neadle Texture.vfx @@ -0,0 +1,10544 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &114023846229194376 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 73a13919d81fb7444849bae8b5c812a2, type: 3} + m_Name: VFXBasicSpawner + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 8926484042661614632} + m_UIPosition: {x: 1069, y: -217} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 0} + m_InputFlowSlot: + - link: [] + - link: [] + m_OutputFlowSlot: + - link: + - context: {fileID: 114946465509916290} + slotIndex: 0 +--- !u!114 &114307113894698210 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 1b605c022ee79394a8a776c0869b3f9a, type: 3} + m_Name: VFXSlot + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 114986932069951040} + - {fileID: 114963171269329408} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 114946465509916290} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.AABox, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"center":{"x":0.0,"y":0.0,"z":0.0},"size":{"x":50.0,"y":50.0,"z":50.0}}' + m_Space: 0 + m_Property: + name: bounds + m_serializedType: + m_SerializableType: UnityEditor.VFX.AABox, Unity.VisualEffectGraph.Editor, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114340500867371532 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: d01270efd3285ea4a9d6c555cb0a8027, type: 3} + m_Name: VFXUI + m_EditorClassIdentifier: + groupInfos: + - title: Threshold + position: + serializedVersion: 2 + x: -25 + y: 286 + width: 791 + height: 627 + contents: + - model: {fileID: 8926484042661617206} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661617210} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661617224} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661617340} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661617342} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661617418} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661617432} + id: 0 + isStickyNote: 0 + stickyNoteInfos: [] + systemInfos: [] + categories: + - name: Kinect Image + collapsed: 0 + - name: Pd Values + collapsed: 0 + uiBounds: + serializedVersion: 2 + x: -2011 + y: -217 + width: 3456 + height: 2158 +--- !u!114 &114350483966674976 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 7d4c867f6b72b714dbb5fd1780afe208, type: 3} + m_Name: Neadle Texture + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 114023846229194376} + - {fileID: 114946465509916290} + - {fileID: 8926484042661615903} + - {fileID: 8926484042661614568} + - {fileID: 8926484042661616178} + - {fileID: 8926484042661616223} + - {fileID: 8926484042661616343} + - {fileID: 8926484042661616345} + - {fileID: 8926484042661616352} + - {fileID: 8926484042661616356} + - {fileID: 8926484042661616376} + - {fileID: 8926484042661616384} + - {fileID: 8926484042661616388} + - {fileID: 8926484042661616411} + - {fileID: 8926484042661616418} + - {fileID: 8926484042661616420} + - {fileID: 8926484042661616424} + - {fileID: 8926484042661616426} + - {fileID: 8926484042661616463} + - {fileID: 8926484042661616479} + - {fileID: 8926484042661616489} + - {fileID: 8926484042661616491} + - {fileID: 8926484042661616495} + - {fileID: 8926484042661616509} + - {fileID: 8926484042661616512} + - {fileID: 8926484042661616515} + - {fileID: 8926484042661616522} + - {fileID: 8926484042661616532} + - {fileID: 8926484042661616536} + - {fileID: 8926484042661616552} + - {fileID: 8926484042661616614} + - {fileID: 8926484042661617206} + - {fileID: 8926484042661617210} + - {fileID: 8926484042661617224} + - {fileID: 8926484042661617340} + - {fileID: 8926484042661617342} + - {fileID: 8926484042661617369} + - {fileID: 8926484042661617398} + - {fileID: 8926484042661617411} + - {fileID: 8926484042661617418} + - {fileID: 8926484042661617432} + - {fileID: 8926484042661617436} + - {fileID: 8926484042661617445} + - {fileID: 8926484042661617456} + - {fileID: 8926484042661617460} + - {fileID: 8926484042661617462} + - {fileID: 8926484042661617464} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_UIInfos: {fileID: 114340500867371532} + m_ParameterInfo: + - name: HightScale + path: HightScale + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 14.89 + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Position + path: Position + tooltip: + sheetType: m_Vector2f + realType: Vector2 + defaultValue: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0}' + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Size + path: Size + tooltip: + sheetType: m_Vector2f + realType: Vector2 + defaultValue: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0}' + min: -Infinity + max: Infinity + descendantCount: 0 + - name: BlendSpeed + path: BlendSpeed + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 2 + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Voxel Size + path: Voxel Size + tooltip: 'Standard: 0.0078 + +' + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.004 + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Elevation + path: Elevation + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.48 + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Ground Level + path: Ground Level + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + min: -Infinity + max: Infinity + descendantCount: 0 + - name: MovementImage + path: MovementImage + tooltip: + sheetType: m_NamedObject + realType: Texture2D + defaultValue: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":2800000,"guid":"276d9e395ae18fe40a9b4988549f2349","type":3}}' + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Max_Threshold + path: Max_Threshold + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.14 + min: 0 + max: 1 + descendantCount: 0 + - name: Min_Threshold + path: Min_Threshold + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.84 + min: 0 + max: 1 + descendantCount: 0 + - name: Depth_Texture Saturation + path: Depth_Texture Saturation + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 29.1 + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Kinect Image + path: + tooltip: + sheetType: + realType: + defaultValue: + m_Type: + m_SerializableType: + m_SerializableObject: + min: -Infinity + max: Infinity + descendantCount: 0 + - name: DepthImage + path: DepthImage + tooltip: + sheetType: m_NamedObject + realType: Texture2D + defaultValue: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":2800000,"guid":"3b6f1cd74f73e0e4b9b42e8501fd3233","type":3}}' + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Pd Values + path: + tooltip: + sheetType: + realType: + defaultValue: + m_Type: + m_SerializableType: + m_SerializableObject: + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Pitch Value + path: Pitch Value + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Spectrum Value 1 + path: Spectrum Value 1 + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Spectrum Value 2 + path: Spectrum Value 2 + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + min: -Infinity + max: Infinity + descendantCount: 0 + m_GraphVersion: 2 + m_saved: 1 + m_SubgraphDependencies: [] + m_CategoryPath: +--- !u!114 &114380859405582094 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 114963171269329408} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114428730288789306 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: d78581a96eae8bf4398c282eb0b098bd, type: 3} + m_Name: VFXDataParticle + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + title: + m_Owners: + - {fileID: 114946465509916290} + - {fileID: 8926484042661615903} + - {fileID: 8926484042661614568} + m_Capacity: 65536 + m_Space: 1 +--- !u!114 &114512514798047786 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 114963171269329408} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114538391275492396 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 114986932069951040} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114739294351936256 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 114986932069951040} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114920711487922656 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 114963171269329408} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114935892456706286 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 114986932069951040} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114946465509916290 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 9dfea48843f53fc438eabc12a3a30abc, type: 3} + m_Name: VFXBasicInitialize + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 8926484042661616298} + - {fileID: 8926484042661617458} + m_UIPosition: {x: 1012, y: 101} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 114307113894698210} + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 114428730288789306} + m_InputFlowSlot: + - link: + - context: {fileID: 114023846229194376} + slotIndex: 0 + m_OutputFlowSlot: + - link: + - context: {fileID: 8926484042661615903} + slotIndex: 0 +--- !u!114 &114963171269329408 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: VFXSlotFloat3 + m_EditorClassIdentifier: + m_Parent: {fileID: 114307113894698210} + m_Children: + - {fileID: 114512514798047786} + - {fileID: 114920711487922656} + - {fileID: 114380859405582094} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: size + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The size of the box along each axis. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114986932069951040 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: VFXSlotFloat3 + m_EditorClassIdentifier: + m_Parent: {fileID: 114307113894698210} + m_Children: + - {fileID: 114739294351936256} + - {fileID: 114935892456706286} + - {fileID: 114538391275492396} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: center + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The centre of the box. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!2058629511 &8926484042661614527 +VisualEffectResource: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Neadle Texture + m_Graph: {fileID: 114350483966674976} + m_ShaderSources: + - compute: 1 + name: '[System 1]Initialize' + source: "#pragma kernel CSMain\r\n#define NB_THREADS_PER_GROUP 64\n#define VFX_USE_PARTICLEID_CURRENT + 1\n#define VFX_USE_POSITION_CURRENT 1\n#define VFX_USE_SCALEY_CURRENT 1\n#define + VFX_USE_SCALEZ_CURRENT 1\n#define VFX_WORLD_SPACE 1\n#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\n\r\nCBUFFER_START(parameters)\n + \ float3 uniform_b;\n uint PADDING_0;\n float3 uniform_c;\n uint + PADDING_1;\n float3 uniform_d;\n uint PADDING_2;\nCBUFFER_END\n\n\r\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/Common/VFXCommonCompute.cginc\"\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\n\r\n\r\nRWByteAddressBuffer + attributeBuffer;\r\nByteAddressBuffer sourceAttributeBuffer;\r\n\r\nCBUFFER_START(initParams)\r\n#if + !VFX_USE_SPAWNER_FROM_GPU\r\n uint nbSpawned;\t\t\t\t\t// Numbers of particle + spawned\r\n uint spawnIndex;\t\t\t\t// Index of the first particle spawned\r\n + \ uint dispatchWidth;\r\n#else\r\n uint offsetInAdditionalOutput;\r\n\tuint + nbMax;\r\n#endif\r\n\tuint systemSeed;\r\nCBUFFER_END\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\nRWStructuredBuffer + deadListIn;\r\nByteAddressBuffer deadListCount; // This is bad to use a SRV + to fetch deadList count but Unity API currently prevent from copying to CB\r\n#endif\r\n\r\n#if + VFX_USE_SPAWNER_FROM_GPU\r\nStructuredBuffer eventList;\r\nByteAddressBuffer + inputAdditional;\r\n#endif\r\n\r\nvoid PositionSequential_913D42CB(uint particleId, + inout float3 position, float3 computedPosition) /*shape:ThreeDimensional index:ParticleID + writePosition:True writeTargetPosition:False mode:Wrap */\n{\n position += + computedPosition;\n \n}\nvoid SetAttribute_D5151645(inout float scaleY, float + Scale) /*attribute:scale Composition:Overwrite Source:Slot Random:Off channels:Y + */\n{\n scaleY = Scale.x;\n}\n\n\r\n\r\n[numthreads(NB_THREADS_PER_GROUP,1,1)]\r\nvoid + CSMain(uint3 groupId : SV_GroupID,\r\n uint3 groupThreadId + \ : SV_GroupThreadID)\r\n{\r\n uint id = groupThreadId.x + groupId.x * + NB_THREADS_PER_GROUP;\r\n#if !VFX_USE_SPAWNER_FROM_GPU\r\n id += groupId.y + * dispatchWidth * NB_THREADS_PER_GROUP;\r\n#endif\r\n\r\n#if VFX_USE_SPAWNER_FROM_GPU\r\n + \ uint maxThreadId = inputAdditional.Load((offsetInAdditionalOutput * 2 + + 0) << 2);\r\n uint currentSpawnIndex = inputAdditional.Load((offsetInAdditionalOutput + * 2 + 1) << 2) - maxThreadId;\r\n#else\r\n uint maxThreadId = nbSpawned;\r\n + \ uint currentSpawnIndex = spawnIndex;\r\n#endif\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\n + \ maxThreadId = min(maxThreadId, deadListCount.Load(0x0));\r\n#elif VFX_USE_SPAWNER_FROM_GPU\r\n + \ maxThreadId = min(maxThreadId, nbMax); //otherwise, nbSpawned already clamped + on CPU\r\n#endif\r\n\r\n if (id < maxThreadId)\r\n {\r\n#if VFX_USE_SPAWNER_FROM_GPU\r\n + \ int sourceIndex = eventList[id];\r\n#endif\r\n uint particleIndex + = id + currentSpawnIndex;\r\n\t\t\r\n#if !VFX_USE_SPAWNER_FROM_GPU\r\n int + sourceIndex = 0;\n /*//Loop with 1 iteration generate a wrong IL Assembly + (and actually, useless code)\n uint currentSumSpawnCount = 0u;\n for + (sourceIndex=0; sourceIndex<1; sourceIndex++)\n {\n currentSumSpawnCount + += uint(asfloat(sourceAttributeBuffer.Load((sourceIndex * 0x1 + 0x0) << 2)));\n + \ if (id < currentSumSpawnCount)\n {\n break;\n + \ }\n }\n */\n \n\r\n#endif\r\n uint particleId + = (uint)0;\n float3 position = float3(0, 0, 0);\n float scaleY + = (float)1;\n float scaleZ = (float)1;\n \n\r\n#if VFX_USE_PARTICLEID_CURRENT\r\n + \ particleId = particleIndex;\r\n#endif\r\n#if VFX_USE_SEED_CURRENT\r\n + \ seed = WangHash(particleIndex ^ systemSeed);\r\n#endif\r\n \r\n + \ {\n uint tmp_w = particleId / (uint)65536;\n uint + tmp_x = tmp_w * (uint)65536;\n uint tmp_y = particleId - tmp_x;\n + \ uint tmp_ba = tmp_y / (uint)256;\n float tmp_bb = (float)tmp_ba;\n + \ uint tmp_bc = tmp_ba * (uint)256;\n uint tmp_bd = tmp_y + - tmp_bc;\n float tmp_be = (float)tmp_bd;\n uint tmp_bf + = tmp_y - tmp_y;\n float tmp_bg = (float)tmp_bf;\n float3 + tmp_bh = float3(tmp_bb, tmp_be, tmp_bg);\n float3 tmp_bj = tmp_bh + / float3(255, 255, 1);\n float3 tmp_bl = tmp_bj * float3(2, 2, 2);\n + \ float3 tmp_bn = tmp_bl - float3(1, 1, 1);\n float tmp_bo + = tmp_bn[0];\n float3 tmp_bp = float3(tmp_bo, tmp_bo, tmp_bo);\n + \ float3 tmp_bq = tmp_bp * uniform_c;\n float3 tmp_br = + uniform_b + tmp_bq;\n float tmp_bs = tmp_bn[1];\n float3 + tmp_bt = float3(tmp_bs, tmp_bs, tmp_bs);\n float3 tmp_bu = tmp_bt + * uniform_d;\n float3 tmp_bv = tmp_br + tmp_bu;\n PositionSequential_913D42CB(particleId, + \ /*inout */position, tmp_bv);\n }\n {\n SetAttribute_D5151645( + /*inout */scaleY, (float)0);\n }\n \n\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\n + \ if (alive)\r\n {\r\n\t\t\tuint deadIndex = deadListIn.DecrementCounter();\r\n + \ uint index = deadListIn[deadIndex];\r\n attributeBuffer.Store3((index + * 0x4 + 0x0) << 2,asuint(position));\n attributeBuffer.Store((index + * 0x1 + 0x40000) << 2,asuint(scaleY));\n attributeBuffer.Store((index + * 0x1 + 0x50000) << 2,asuint(scaleZ));\n \n\r\n }\r\n#else\r\n + \ uint index = particleIndex;\r\n attributeBuffer.Store3((index + * 0x4 + 0x0) << 2,asuint(position));\n attributeBuffer.Store((index * + 0x1 + 0x40000) << 2,asuint(scaleY));\n attributeBuffer.Store((index * + 0x1 + 0x50000) << 2,asuint(scaleZ));\n \n\r\n#endif\r\n }\r\n}\r\n" + - compute: 1 + name: '[System 1]Update' + source: "#pragma kernel CSMain\r\n#define NB_THREADS_PER_GROUP 64\n#define VFX_USE_POSITION_CURRENT + 1\n#define VFX_USE_SCALEZ_CURRENT 1\n#define VFX_WORLD_SPACE 1\n#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\n\r\nCBUFFER_START(parameters)\n + \ float2 uniform_b;\n float2 uniform_c;\n float uniform_d;\n float + uniform_e;\n float uniform_f;\n float uniform_g;\n float Blend_a;\n + \ uint3 PADDING_0;\nCBUFFER_END\nTexture2D texture_b;\nSamplerState samplertexture_b;\n\n\r\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/Common/VFXCommonCompute.cginc\"\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\n\r\n\r\nRWByteAddressBuffer + attributeBuffer;\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\nRWStructuredBuffer + deadListOut;\r\n#endif\r\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\nRWStructuredBuffer + indirectBuffer;\r\n#endif\r\n\r\nCBUFFER_START(updateParams)\r\n uint nbMax;\r\n\tuint + dispatchWidth;\r\n\tuint systemSeed;\r\nCBUFFER_END\r\n\r\nvoid SetAttribute_E0455981(inout + float scaleZ, float Scale, float Blend) /*attribute:scale Composition:Blend + Source:Slot Random:Off channels:Z */\n{\n scaleZ = lerp(scaleZ,Scale.x,Blend);\n}\n\n\r\n\r\n[numthreads(NB_THREADS_PER_GROUP,1,1)]\r\nvoid + CSMain(uint3 groupId : SV_GroupID,\r\n uint3 groupThreadId + \ : SV_GroupThreadID)\r\n{\r\n\tuint id = groupThreadId.x + groupId.x * NB_THREADS_PER_GROUP + + groupId.y * dispatchWidth * NB_THREADS_PER_GROUP;\r\n\tuint index = id;\r\n\tif + (id < nbMax)\r\n\t{\r\n#if VFX_USE_ALIVE_CURRENT\r\n\t\t\r\n\t\tif (alive)\r\n\t\t{\r\n\t\t\tfloat3 + position = asfloat(attributeBuffer.Load3((index * 0x4 + 0x0) << 2));\n\t\t\tfloat + scaleZ = asfloat(attributeBuffer.Load((index * 0x1 + 0x50000) << 2));\n\t\t\t\n\r\n\t\t\t\r\n#if + VFX_USE_OLDPOSITION_CURRENT\r\n\t\t\toldPosition = position;\r\n#endif\r\n\t\t\t\r\n\t\t\t{\n\t\t\t + \ float tmp_bb = position[0];\n\t\t\t float tmp_bc = position[1];\n\t\t\t + \ float2 tmp_bd = float2(tmp_bb, tmp_bc);\n\t\t\t float2 tmp_be = tmp_bd + / uniform_b;\n\t\t\t float2 tmp_bf = tmp_be - uniform_c;\n\t\t\t float2 + tmp_bh = tmp_bf - float2(-1, -1);\n\t\t\t float2 tmp_bj = tmp_bh / float2(2, + 2);\n\t\t\t float2 tmp_bl = tmp_bj * float2(1, -1);\n\t\t\t float4 tmp_bn + = SampleTexture(VFX_SAMPLER(texture_b),tmp_bl,(float)0);\n\t\t\t float tmp_bo + = tmp_bn[0];\n\t\t\t float tmp_bp = tmp_bo * uniform_d;\n\t\t\t float + tmp_bq = (float)1 - tmp_bp;\n\t\t\t float tmp_br = (float)1 - tmp_bq;\n\t\t\t + \ float tmp_bs = tmp_br - uniform_e;\n\t\t\t float tmp_bt = ceil(tmp_bs);\n\t\t\t + \ float tmp_bu = saturate(tmp_bt);\n\t\t\t float tmp_bv = tmp_bq * tmp_bu;\n\t\t\t + \ float tmp_bw = tmp_bq - uniform_f;\n\t\t\t float tmp_bx = ceil(tmp_bw);\n\t\t\t + \ float tmp_by = saturate(tmp_bx);\n\t\t\t float tmp_bz = tmp_bv * tmp_by;\n\t\t\t + \ float tmp_ca = tmp_bz * uniform_g;\n\t\t\t SetAttribute_E0455981( /*inout + */scaleZ, tmp_ca, Blend_a);\n\t\t\t}\n\t\t\t\n\r\n\t\t\tif (alive)\r\n\t\t\t{\r\n\t\t\t\tattributeBuffer.Store((index + * 0x1 + 0x50000) << 2,asuint(scaleZ));\n\t\t\t\t\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\n + \ uint indirectIndex = indirectBuffer.IncrementCounter();\r\n\t\t\t\tindirectBuffer[indirectIndex] + = index;\r\n#endif\r\n\t\t\t}\r\n\t\t\telse\r\n\t\t\t{\r\n\t\t\t\t\r\n\t\t\t\tuint + deadIndex = deadListOut.IncrementCounter();\r\n\t\t\t\tdeadListOut[deadIndex] + = index;\r\n\t\t\t}\r\n\t\t}\r\n#else\r\n\t\tfloat3 position = asfloat(attributeBuffer.Load3((index + * 0x4 + 0x0) << 2));\n\t\tfloat scaleZ = asfloat(attributeBuffer.Load((index + * 0x1 + 0x50000) << 2));\n\t\t\n\r\n\t\t\r\n#if VFX_USE_OLDPOSITION_CURRENT\r\n\t\toldPosition + = position;\r\n#endif\r\n\t\t\r\n\t\t{\n\t\t float tmp_bb = position[0];\n\t\t + \ float tmp_bc = position[1];\n\t\t float2 tmp_bd = float2(tmp_bb, tmp_bc);\n\t\t + \ float2 tmp_be = tmp_bd / uniform_b;\n\t\t float2 tmp_bf = tmp_be - uniform_c;\n\t\t + \ float2 tmp_bh = tmp_bf - float2(-1, -1);\n\t\t float2 tmp_bj = tmp_bh + / float2(2, 2);\n\t\t float2 tmp_bl = tmp_bj * float2(1, -1);\n\t\t float4 + tmp_bn = SampleTexture(VFX_SAMPLER(texture_b),tmp_bl,(float)0);\n\t\t float + tmp_bo = tmp_bn[0];\n\t\t float tmp_bp = tmp_bo * uniform_d;\n\t\t float + tmp_bq = (float)1 - tmp_bp;\n\t\t float tmp_br = (float)1 - tmp_bq;\n\t\t + \ float tmp_bs = tmp_br - uniform_e;\n\t\t float tmp_bt = ceil(tmp_bs);\n\t\t + \ float tmp_bu = saturate(tmp_bt);\n\t\t float tmp_bv = tmp_bq * tmp_bu;\n\t\t + \ float tmp_bw = tmp_bq - uniform_f;\n\t\t float tmp_bx = ceil(tmp_bw);\n\t\t + \ float tmp_by = saturate(tmp_bx);\n\t\t float tmp_bz = tmp_bv * tmp_by;\n\t\t + \ float tmp_ca = tmp_bz * uniform_g;\n\t\t SetAttribute_E0455981( /*inout + */scaleZ, tmp_ca, Blend_a);\n\t\t}\n\t\t\n\r\n\t\tattributeBuffer.Store((index + * 0x1 + 0x50000) << 2,asuint(scaleZ));\n\t\t\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\n + \ uint indirectIndex = indirectBuffer.IncrementCounter();\r\n\t\tindirectBuffer[indirectIndex] + = index;\r\n#endif\r\n#endif\r\n\t}\r\n}\r\n" + - compute: 0 + name: '[System 1]Lit Cube Output' + source: "Shader \"Hidden/VFX/System 1/Lit Cube Output\"\n{\r\n\tSubShader\r\n\t{\t\r\n\t\tCull + Back\r\n\t\t\r\n\t\tTags { \"Queue\"=\"Geometry+0\" \"IgnoreProjector\"=\"False\" + \"RenderType\"=\"Opaque\" }\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\tZTest + LEqual\n\t\tZWrite On\n\t\tCull Off\n\t\t\n\t\n\t\t\t\n\t\tHLSLINCLUDE\n\t\t#if + !defined(VFX_WORLD_SPACE) && !defined(VFX_LOCAL_SPACE)\n\t\t#define VFX_LOCAL_SPACE + 1\n\t\t#endif\n\t\t\n\t\t#define NB_THREADS_PER_GROUP 64\n\t\t#define VFX_USE_POSITION_CURRENT + 1\n\t\t#define VFX_USE_SCALEY_CURRENT 1\n\t\t#define VFX_USE_SCALEZ_CURRENT + 1\n\t\t#define VFX_USE_COLOR_CURRENT 1\n\t\t#define VFX_USE_ALPHA_CURRENT 1\n\t\t#define + VFX_USE_ALIVE_CURRENT 1\n\t\t#define VFX_USE_AXISX_CURRENT 1\n\t\t#define VFX_USE_AXISY_CURRENT + 1\n\t\t#define VFX_USE_AXISZ_CURRENT 1\n\t\t#define VFX_USE_ANGLEX_CURRENT 1\n\t\t#define + VFX_USE_ANGLEY_CURRENT 1\n\t\t#define VFX_USE_ANGLEZ_CURRENT 1\n\t\t#define + VFX_USE_PIVOTX_CURRENT 1\n\t\t#define VFX_USE_PIVOTY_CURRENT 1\n\t\t#define + VFX_USE_PIVOTZ_CURRENT 1\n\t\t#define VFX_USE_SIZE_CURRENT 1\n\t\t#define VFX_USE_SCALEX_CURRENT + 1\n\t\t#define VFX_COLORMAPPING_DEFAULT 1\n\t\t#define IS_OPAQUE_PARTICLE 1\n\t\t#define + USE_CAST_SHADOWS_PASS 1\n\t\t#define HDRP_LIT 1\n\t\t#define HDRP_MATERIAL_TYPE_STANDARD + 1\n\t\t#define HDRP_USE_BASE_COLOR_MAP 1\n\t\t#define HDRP_USE_BASE_COLOR_MAP_COLOR + 1\n\t\t#define HDRP_USE_BASE_COLOR_MAP_ALPHA 1\n\t\t#define HDRP_USE_BASE_COLOR + 1\n\t\t#define IS_OPAQUE_NOT_SIMPLE_LIT_PARTICLE 1\n\t\t\n\t\t\n\t\t\n\t\t#define + VFX_WORLD_SPACE 1\n\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\t\t\n\n\t\tCBUFFER_START(parameters)\n\t\t + \ float3 uniform_e;\n\t\t float uniform_c;\n\t\t float2 Scale_c;\n\t\t + \ float uniform_d;\n\t\t uint PADDING_0;\n\t\tCBUFFER_END\n\t\tTexture2D + baseColorMap;\n\t\tSamplerState samplerbaseColorMap;\n\t\t\n\n\t\t\n\t\t#define + VFX_NEEDS_COLOR_INTERPOLATOR (VFX_USE_COLOR_CURRENT || VFX_USE_ALPHA_CURRENT)\n\t\t\n\t\tByteAddressBuffer + attributeBuffer;\t\n\t\t\n\t\t#if VFX_HAS_INDIRECT_DRAW\n\t\tStructuredBuffer + indirectBuffer;\t\n\t\t#endif\t\n\t\t\n\t\t#if USE_DEAD_LIST_COUNT\n\t\tByteAddressBuffer + deadListCount;\n\t\t#endif\n\t\t\n\t\tCBUFFER_START(outputParams)\n\t\t\tfloat + nbMax;\n\t\t\tfloat systemSeed;\n\t\tCBUFFER_END\n\t\t\n\t\tENDHLSL\n\t\t\n\r\n\t\t// + Depth pass\n\t\tPass\n\t\t{\t\t\n\t\t\tTags { \"LightMode\"=\"DepthForwardOnly\" + }\n\t\t\n\t\t\tZWrite On\n\t\t\tBlend Off\n\t\t\t\n\t\t\tHLSLPROGRAM\n\t\t\t#pragma + target 4.5\n\t\t\t\n\t\t\tstruct ps_input\n\t\t\t{\n\t\t\t\tfloat4 pos : SV_POSITION;\n\t\t\t\t#if + USE_ALPHA_TEST || VFX_USE_ALPHA_CURRENT\n\t\t\t\t// x: alpha\n\t\t\t\t// y: + alpha threshold\n\t\t\t\tnointerpolation float2 builtInInterpolants : TEXCOORD1;\n\t\t\t\t#endif\n\t\t\t};\n\t\t\n\t\t#define + VFX_VARYING_PS_INPUTS ps_input\n\t\t#define VFX_VARYING_POSCS pos\n\t\t#define + VFX_VARYING_ALPHA builtInInterpolants.x\n\t\t#define VFX_VARYING_ALPHATHRESHOLD + builtInInterpolants.y\n\t\t\n\t\t#undef VFX_USE_RIM_LIGHT\n\t\t\n\t\t\t#if !(defined(VFX_VARYING_PS_INPUTS) + && defined(VFX_VARYING_POSCS))\n\t\t\t#error VFX_VARYING_PS_INPUTS, VFX_VARYING_POSCS + must be defined.\n\t\t\t#endif\n\t\t\t\n\t\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXCommon.cginc\"\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\t\t\t\n\n\t\t\tvoid + SetAttribute_3278B22F(inout float size, float Size) /*attribute:size Composition:Overwrite + Source:Slot Random:Off channels:XYZ */\n\t\t\t{\n\t\t\t size = Size;\n\t\t\t}\n\t\t\tvoid + SetAttribute_65DEC940(inout float pivotX, inout float pivotY, inout float pivotZ, + float3 Pivot) /*attribute:pivot Composition:Overwrite Source:Slot Random:Off + channels:XYZ */\n\t\t\t{\n\t\t\t pivotX = Pivot.x;\n\t\t\t pivotY = Pivot.y;\n\t\t\t + \ pivotZ = Pivot.z;\n\t\t\t}\n\t\t\tvoid SetAttribute_D5151647(inout float + scaleX, inout float scaleY, float2 Scale) /*attribute:scale Composition:Overwrite + Source:Slot Random:Off channels:XY */\n\t\t\t{\n\t\t\t scaleX = Scale.x;\n\t\t\t + \ scaleY = Scale.y;\n\t\t\t}\n\t\t\tvoid SetAttribute_D5151646(inout float + scaleZ, float Scale) /*attribute:scale Composition:Overwrite Source:Slot Random:Off + channels:Z */\n\t\t\t{\n\t\t\t scaleZ = Scale.x;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t#pragma + vertex vert\n\t\t\tVFX_VARYING_PS_INPUTS vert(uint id : SV_VertexID, uint instanceID + : SV_InstanceID)\n\t\t\t{\n\t\t\t\tuint index = (id >> 3) + instanceID * 1024;\n\t\t\t\tVFX_VARYING_PS_INPUTS + o = (VFX_VARYING_PS_INPUTS)0;\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tuint deadCount + = 0;\n\t\t\t\t\t\t#if USE_DEAD_LIST_COUNT\n\t\t\t\t\t\tdeadCount = deadListCount.Load(0);\n\t\t\t\t\t\t#endif\t\n\t\t\t\t\t\tif + (index >= asuint(nbMax) - deadCount)\n\t\t\t\t\t\t#if USE_GEOMETRY_SHADER\n\t\t\t\t\t\t\treturn; + // cull\n\t\t\t\t\t\t#else\n\t\t\t\t\t\t\treturn o; // cull\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + VFX_HAS_INDIRECT_DRAW\n\t\t\t\t\t\tindex = indirectBuffer[index];\n\t\t\t\t\t\tfloat3 + position = asfloat(attributeBuffer.Load3((index * 0x4 + 0x0) << 2));\n\t\t\t\t\t\tfloat + scaleY = asfloat(attributeBuffer.Load((index * 0x1 + 0x40000) << 2));\n\t\t\t\t\t\tfloat + scaleZ = asfloat(attributeBuffer.Load((index * 0x1 + 0x50000) << 2));\n\t\t\t\t\t\tfloat3 + color = float3(1, 1, 1);\n\t\t\t\t\t\tfloat alpha = (float)1;\n\t\t\t\t\t\tbool + alive = (bool)true;\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 + axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat + angleX = (float)0;\n\t\t\t\t\t\tfloat angleY = (float)0;\n\t\t\t\t\t\tfloat + angleZ = (float)0;\n\t\t\t\t\t\tfloat pivotX = (float)0;\n\t\t\t\t\t\tfloat + pivotY = (float)0;\n\t\t\t\t\t\tfloat pivotZ = (float)0;\n\t\t\t\t\t\tfloat + size = (float)0.100000001;\n\t\t\t\t\t\tfloat scaleX = (float)1;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#else\n\t\t\t\t\t\tbool + alive = (bool)true;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tif (!alive)\n\t\t\t\t\t\t\treturn + o;\n\t\t\t\t\t\t\t\n\t\t\t\t\t\tfloat3 position = asfloat(attributeBuffer.Load3((index + * 0x4 + 0x0) << 2));\n\t\t\t\t\t\tfloat scaleY = asfloat(attributeBuffer.Load((index + * 0x1 + 0x40000) << 2));\n\t\t\t\t\t\tfloat scaleZ = asfloat(attributeBuffer.Load((index + * 0x1 + 0x50000) << 2));\n\t\t\t\t\t\tfloat3 color = float3(1, 1, 1);\n\t\t\t\t\t\tfloat + alpha = (float)1;\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 + axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat + angleX = (float)0;\n\t\t\t\t\t\tfloat angleY = (float)0;\n\t\t\t\t\t\tfloat + angleZ = (float)0;\n\t\t\t\t\t\tfloat pivotX = (float)0;\n\t\t\t\t\t\tfloat + pivotY = (float)0;\n\t\t\t\t\t\tfloat pivotZ = (float)0;\n\t\t\t\t\t\tfloat + size = (float)0.100000001;\n\t\t\t\t\t\tfloat scaleX = (float)1;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t{\n\t\t\t\t + \ SetAttribute_3278B22F( /*inout */size, (float)1);\n\t\t\t\t}\n\t\t\t\t{\n\t\t\t\t + \ SetAttribute_65DEC940( /*inout */pivotX, /*inout */pivotY, /*inout */pivotZ, + float3(0, 0, 0.5));\n\t\t\t\t}\n\t\t\t\tSetAttribute_D5151647( /*inout */scaleX, + \ /*inout */scaleY, Scale_c);\n\t\t\t\t{\n\t\t\t\t float tmp_x = max(scaleZ, + uniform_d);\n\t\t\t\t float tmp_y = uniform_c * tmp_x;\n\t\t\t\t SetAttribute_D5151646( + /*inout */scaleZ, tmp_y);\n\t\t\t\t}\n\t\t\t\t{\n\t\t\t\t float3 tmp_x = + float3(scaleZ, scaleZ, scaleZ);\n\t\t\t\t float3 tmp_y = tmp_x / uniform_e;\n\t\t\t\t + \ float3 tmp_z = floor(tmp_y);\n\t\t\t\t float3 tmp_ba = tmp_z * uniform_e;\n\t\t\t\t + \ float tmp_bb = tmp_ba[0];\n\t\t\t\t SetAttribute_D5151646( /*inout */scaleZ, + tmp_bb);\n\t\t\t\t}\n\t\t\t\t\n\n\t\t\t\t\t\t\n\t\t\t\tif (!alive)\n\t\t\t\t\treturn + o;\n\t\t\t\t\n\t\t\t\tfloat3 offsets = (float3)0;\n\t\t\t\toffsets.x = float(id + & 1);\n\t\t\t\toffsets.y = float((id & 3) >> 1);\n\t\t\t\toffsets.z = float((id + & 7) >> 2);\n\t\t\t\toffsets -= 0.5f;\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tfloat3 + size3 = float3(size,size,size);\n\t\t\t\t\t\t#if VFX_USE_SCALEX_CURRENT\n\t\t\t\t\t\tsize3.x + *= scaleX;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEY_CURRENT\n\t\t\t\t\t\tsize3.y + *= scaleY;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEZ_CURRENT\n\t\t\t\t\t\tsize3.z + *= scaleZ;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\tfloat3x3 rot + = GetEulerMatrix(radians(float3(angleX,angleY,angleZ)));\n\t\t\t\tfloat4x4 elementToVFX + = GetElementToVFXMatrix(axisX,axisY,axisZ,rot,float3(pivotX,pivotY,pivotZ),size3,position);\n\t\t\t\t\n\t\t\t\tfloat3 + vPos = mul(elementToVFX,float4(offsets,1.0f)).xyz;\n\t\t\t\tfloat3 vPosWS = + TransformPositionVFXToWorld(vPos);\n\t\t\t\t\n\t\t\t#ifdef VFX_VARYING_POSWS\n\t\t\t\to.VFX_VARYING_POSWS + = vPosWS;\n\t\t\t#endif\n\t\t\t#ifdef VFX_VARYING_OFFSETS\n\t\t\t\to.VFX_VARYING_OFFSETS + = offsets * 2.0f;\n\t\t\t#endif\n\t\t\t#ifdef VFX_VARYING_FACEID\n\t\t\t\to.VFX_VARYING_FACEID + = (id & 7) % 5;\n\t\t\t#endif\n\t\t\t#if defined(VFX_VARYING_ROTX) && defined(VFX_VARYING_ROTY)\n\t\t\t\trot + = mul(transpose(float3x3(axisX,axisY,axisZ)),rot);\n\t\t\t#ifdef VFX_LOCAL_SPACE + \n\t\t\t\trot = mul((float3x3)VFXGetObjectToWorldMatrix(),rot);\n\t\t\t#endif\n\t\t\t\to.VFX_VARYING_ROTX + = rot[0];\n\t\t\t\to.VFX_VARYING_ROTY = rot[1];\n\t\t\t#endif\n\t\t\t\to.VFX_VARYING_POSCS + = VFXTransformPositionWorldToClip(vPosWS);\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if + VFX_USE_COLOR_CURRENT && defined(VFX_VARYING_COLOR)\n\t\t\t\t\t\to.VFX_VARYING_COLOR + = color;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_ALPHA_CURRENT && defined(VFX_VARYING_ALPHA) + \n\t\t\t\t\t\to.VFX_VARYING_ALPHA = alpha;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#ifdef + VFX_VARYING_EXPOSUREWEIGHT\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_EXPOSUREWEIGHT + = exposureWeight;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_SOFT_PARTICLE + && defined(VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE + = invSoftParticlesFadeDistance;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + USE_ALPHA_TEST && defined(VFX_VARYING_ALPHATHRESHOLD)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_ALPHATHRESHOLD + = alphaThreshold;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_UV_SCALE_BIAS\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_UV.xy + = o.VFX_VARYING_UV.xy * uvScale + uvBias;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + defined(VFX_VARYING_POSWS)\n\t\t\t\t\t\to.VFX_VARYING_POSWS = TransformPositionVFXToWorld(vPos);\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t#if + USE_FLIPBOOK\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\to.VFX_VARYING_FLIPBOOKSIZE + = flipBookSize;\n\t\t\t\to.VFX_VARYING_INVFLIPBOOKSIZE = invFlipBookSize;\n\t\t\t\to.VFX_VARYING_TEXINDEX + = texIndex;\n\t\t\t\t#endif\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\treturn o;\n\t\t\t}\n\t\t\t\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommonOutput.cginc\"\n\t\t\t\n\t\t\tfloat3 + VFXCubeGetLocalNormal(VFX_VARYING_PS_INPUTS i)\n\t\t\t{\n\t\t\t#ifdef VFX_VARYING_OFFSETS\n\t\t\t\t//float3 + s = i.VFX_VARYING_OFFSETS > 0 ? 1.0f : -1.0f;\n\t\t\t\t//return s * (step(1.0f,s + * i.VFX_VARYING_OFFSETS + 1e-5));\n\t\t\t\treturn int3(i.VFX_VARYING_OFFSETS + * 1.00001f); // cast uses round_z\n\t\t\t#else\n\t\t\t\treturn 0.0f;\n\t\t\t#endif\n\t\t\t}\n\t\t\t\n\t\t\tfloat3 + VFXCubeTransformNormalTS(float3 faceNormal,float3 normal)\n\t\t\t{\n\t\t\t\tfloat3x3 + tbn = float3x3(faceNormal.zyx,faceNormal.xzy,faceNormal.xyz);\n\t\t\t\treturn + mul(tbn,normal);\n\t\t\t}\n\t\t\t\n\t\t\tfloat3 VFXCubeTransformNormalTS(VFX_VARYING_PS_INPUTS + i,float3 normal,bool frontFace = true)\n\t\t\t{\n\t\t\t#if defined(VFX_VARYING_OFFSETS) + && defined(VFX_VARYING_FACEID)\n\t\t\t\tfloat3x3 tbn;\n\t\t\t\tfloat3 faceNormal + = VFXCubeGetLocalNormal(i);\n\t\t\t\tif (i.VFX_VARYING_FACEID == 0)\n\t\t\t\t\ttbn + = float3x3(-faceNormal.zxy,faceNormal.yzx * faceNormal.yzx,faceNormal.xyz);\n\t\t\t\telse + if (i.VFX_VARYING_FACEID == 1)\n\t\t\t\t\ttbn = float3x3(faceNormal.yxz, faceNormal.xzy, + float3(0, 1, 0));\n\t\t\t\telse\n\t\t\t\t\ttbn = float3x3(faceNormal.yzx, float3(0,1,0),faceNormal.xyz);\n\t\t\t#ifdef + USE_DOUBLE_SIDED\n\t\t\t\tfloat multiplier = frontFace ? 1.0f : -1.0f;\n\t\t\t\ttbn[0] + *= multiplier;\n\t\t\t\ttbn[2] *= multiplier;\n\t\t\t#endif\n\t\t\t\treturn + mul(tbn, normal);\n\t\t\t#else\n\t\t\t\treturn normal;\n\t\t\t#endif\n\t\t\t}\n\t\t\t\n\t\t\tfloat3 + VFXCubeTransformNormalWS(VFX_VARYING_PS_INPUTS i,float3 normal)\n\t\t\t{\n\t\t\t#if + defined(VFX_VARYING_ROTX) && defined(VFX_VARYING_ROTY)\n\t\t\t\tfloat3x3 rot + = float3x3(i.rotX,i.rotY,cross(i.rotX,i.rotY));\n\t\t\t\treturn mul(rot,normal);\n\t\t\t#else\n\t\t\t\treturn + normal;\n\t\t\t#endif\n\t\t\t}\n\t\t\t\n\t\t\tfloat2 VFXCubeGetUV(VFX_VARYING_PS_INPUTS + i) \n\t\t\t{\n\t\t\t#if defined(VFX_VARYING_OFFSETS) && defined(VFX_VARYING_FACEID)\n\t\t\t\tfloat2 + uv;\n\t\t\t\tif (i.VFX_VARYING_FACEID == 0)\n\t\t\t\t\tuv = i.VFX_VARYING_OFFSETS.xy + * float2(-i.VFX_VARYING_OFFSETS.z,1);\n\t\t\t\telse if (i.VFX_VARYING_FACEID + == 1)\n\t\t\t\t\tuv = i.VFX_VARYING_OFFSETS.xz * float2(i.VFX_VARYING_OFFSETS.y,1);\n\t\t\t\telse\n\t\t\t\t\tuv + = i.VFX_VARYING_OFFSETS.zy * float2(i.VFX_VARYING_OFFSETS.x,1);\n\t\t\t\treturn + uv * 0.5f + 0.5f;\n\t\t\t#else\n\t\t\t\treturn 0.0f;\n\t\t\t#endif\n\t\t\t}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t#pragma + fragment frag\n\t\t\tfloat4 frag(ps_input i) : SV_Target0\n\t\t\t{\n\t\t\t\tVFXTransformPSInputs(i);\n\t\t\t\tfloat + alpha = VFXGetFragmentColor(i).a;\t\t\n\t\t\t\tVFXClipFragmentColor(alpha,i);\n\t\t\t\treturn + (float4)0;\n\t\t\t}\n\t\t\tENDHLSL\n\t\t}\n\r\n\t\t// Forward pass\n\t\tPass\n\t\t{\t\t\n\t\t\tTags + { \"LightMode\"=\"GBuffer\" }\n\t\t\t\n\t\t\tStencil\n\t\t\t{\n\t\t\t\tWriteMask + 7\n\t\t\t\tRef 2\n\t\t\t\tComp Always\n\t\t\t\tPass Replace\n\t\t\t}\t\n\t\t\t\t\n\t\t\tHLSLPROGRAM\n\t\t\t#pragma + target 4.5\n\t\t\t\n\t\t\t#pragma multi_compile _ LIGHT_LAYERS\n\t\t\t#pragma + multi_compile _ DEBUG_DISPLAY\n\t\t\t\n\t\t\t#define UNITY_MATERIAL_LIT\n\t\t\t\n\t\t\t#define + HDRP_NEEDS_UVS (HDRP_USE_BASE_COLOR_MAP || HDRP_USE_MASK_MAP || USE_NORMAL_MAP + || HDRP_USE_EMISSIVE_MAP)\n\t\t\t#define HDRP_USE_EMISSIVE (HDRP_USE_EMISSIVE_MAP + || HDRP_USE_EMISSIVE_COLOR || HDRP_USE_ADDITIONAL_EMISSIVE_COLOR)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tstruct + ps_input\n\t\t\t{\n\t\t\t\tfloat4 pos : SV_POSITION;\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t#if + (VFX_NEEDS_COLOR_INTERPOLATOR && HDRP_USE_BASE_COLOR) || HDRP_USE_ADDITIONAL_BASE_COLOR\n\t\t\t\t\t\t\tnointerpolation + float4 color : COLOR0;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t#if HDRP_MATERIAL_TYPE_SPECULAR\n\t\t\t\t\t\t\tnointerpolation + float3 specularColor : COLOR1;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t#if HDRP_USE_EMISSIVE\t\n\t\t\t\t\t\t\tnointerpolation + float4 emissiveColor : COLOR2;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t// + x: smoothness\n\t\t\t\t\t\t\t// y: metallic/thickness\n\t\t\t\t\t\t\t// z: normal + scale\n\t\t\t\t\t\t\t// w: emissive scale\n\t\t\t\t\t\t\tnointerpolation float4 + materialProperties : TEXCOORD0;\n\t\t\t\t\t\t\t\n\t\t\n\t\t\t\t#if USE_SOFT_PARTICLE + || USE_ALPHA_TEST\n\t\t\t\t// x: inverse soft particles fade distance\n\t\t\t\t// + y: alpha threshold\n\t\t\t\tnointerpolation float2 builtInInterpolants : TEXCOORD1;\n\t\t\t\t#endif\n\t\t\t\t\n\t\t\t\tfloat3 + offsets : TEXCOORD3;\n\t\t\t\tnointerpolation float3 rotX : TEXCOORD4;\n\t\t\t\tnointerpolation + float3 rotY : TEXCOORD5;\t\t\n\t\t\t\t\n\t\t\t\t#if HDRP_NEEDS_UVS\n\t\t\t\tnointerpolation + uint faceID : TEXCOORD6;\n\t\t\t\t#endif\n\t\t\t};\n\t\t\t\n\t\t\tstruct ps_output\n\t\t\t{\n\t\t\t\tfloat4 + color : SV_Target0;\n\t\t\t};\n\t\t\t\n\t\t\n\t\t\t\t\t#if (VFX_NEEDS_COLOR_INTERPOLATOR + && HDRP_USE_BASE_COLOR) || HDRP_USE_ADDITIONAL_BASE_COLOR\n\t\t\t\t\t#define + VFX_VARYING_COLOR color.rgb\n\t\t\t\t\t#define VFX_VARYING_ALPHA color.a\n\t\t\t\t\t#endif\n\t\t\t\t\t\n\t\t\t\t\t#define + VFX_VARYING_SMOOTHNESS materialProperties.x\n\t\t\t\t\t\n\t\t\t\t\t#if HDRP_MATERIAL_TYPE_STANDARD\n\t\t\t\t\t#define + VFX_VARYING_METALLIC materialProperties.y\n\t\t\t\t\t#elif HDRP_MATERIAL_TYPE_SPECULAR\n\t\t\t\t\t#define + VFX_VARYING_SPECULAR specularColor\n\t\t\t\t\t#elif HDRP_MATERIAL_TYPE_TRANSLUCENT\n\t\t\t\t\t#define + VFX_VARYING_THICKNESS materialProperties.y\n\t\t\t\t\t#endif\n\t\t\t\t\t\n\t\t\t\t\t#if + USE_NORMAL_MAP\n\t\t\t\t\t#define VFX_VARYING_NORMALSCALE materialProperties.z\n\t\t\t\t\t#endif\n\t\t\t\t\t\n\t\t\t\t\t#if + HDRP_USE_EMISSIVE_MAP\n\t\t\t\t\t#define VFX_VARYING_EMISSIVESCALE materialProperties.w\n\t\t\t\t\t#endif\n\t\t\t\t\t\n\t\t\t\t\t#if + HDRP_USE_EMISSIVE_COLOR || HDRP_USE_ADDITIONAL_EMISSIVE_COLOR\n\t\t\t\t\t#define + VFX_VARYING_EMISSIVE emissiveColor.rgb\n\t\t\t\t\t#endif\n\t\t\t\t\t\n\t\t\t\t\t#if + USE_EXPOSURE_WEIGHT\n\t\t\t\t\t#define VFX_VARYING_EXPOSUREWEIGHT emissiveColor.a\n\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\n\t\t#define + VFX_VARYING_PS_INPUTS ps_input\n\t\t#define VFX_VARYING_POSCS pos\n\t\t#define + VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE builtInInterpolants.x\n\t\t#define VFX_VARYING_ALPHATHRESHOLD + builtInInterpolants.y\n\t\t#define VFX_VARYING_OFFSETS offsets\n\t\t#define + VFX_VARYING_ROTX rotX\n\t\t#define VFX_VARYING_ROTY rotY\n\t\t#if HDRP_NEEDS_UVS\n\t\t#define + VFX_VARYING_FACEID faceID\n\t\t#endif\n\t\t\t\t\t\t\n\t\t\n\t\t\n\t\t\t#if !(defined(VFX_VARYING_PS_INPUTS) + && defined(VFX_VARYING_POSCS))\n\t\t\t#error VFX_VARYING_PS_INPUTS, VFX_VARYING_POSCS + must be defined.\n\t\t\t#endif\n\t\t\t\n\t\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXCommon.cginc\"\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\t\t\t\n\n\t\t\tvoid + SetAttribute_3278B22F(inout float size, float Size) /*attribute:size Composition:Overwrite + Source:Slot Random:Off channels:XYZ */\n\t\t\t{\n\t\t\t size = Size;\n\t\t\t}\n\t\t\tvoid + SetAttribute_65DEC940(inout float pivotX, inout float pivotY, inout float pivotZ, + float3 Pivot) /*attribute:pivot Composition:Overwrite Source:Slot Random:Off + channels:XYZ */\n\t\t\t{\n\t\t\t pivotX = Pivot.x;\n\t\t\t pivotY = Pivot.y;\n\t\t\t + \ pivotZ = Pivot.z;\n\t\t\t}\n\t\t\tvoid SetAttribute_D5151647(inout float + scaleX, inout float scaleY, float2 Scale) /*attribute:scale Composition:Overwrite + Source:Slot Random:Off channels:XY */\n\t\t\t{\n\t\t\t scaleX = Scale.x;\n\t\t\t + \ scaleY = Scale.y;\n\t\t\t}\n\t\t\tvoid SetAttribute_D5151646(inout float + scaleZ, float Scale) /*attribute:scale Composition:Overwrite Source:Slot Random:Off + channels:Z */\n\t\t\t{\n\t\t\t scaleZ = Scale.x;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t#pragma + vertex vert\n\t\t\tVFX_VARYING_PS_INPUTS vert(uint id : SV_VertexID, uint instanceID + : SV_InstanceID)\n\t\t\t{\n\t\t\t\tuint index = (id >> 3) + instanceID * 1024;\n\t\t\t\tVFX_VARYING_PS_INPUTS + o = (VFX_VARYING_PS_INPUTS)0;\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tuint deadCount + = 0;\n\t\t\t\t\t\t#if USE_DEAD_LIST_COUNT\n\t\t\t\t\t\tdeadCount = deadListCount.Load(0);\n\t\t\t\t\t\t#endif\t\n\t\t\t\t\t\tif + (index >= asuint(nbMax) - deadCount)\n\t\t\t\t\t\t#if USE_GEOMETRY_SHADER\n\t\t\t\t\t\t\treturn; + // cull\n\t\t\t\t\t\t#else\n\t\t\t\t\t\t\treturn o; // cull\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + VFX_HAS_INDIRECT_DRAW\n\t\t\t\t\t\tindex = indirectBuffer[index];\n\t\t\t\t\t\tfloat3 + position = asfloat(attributeBuffer.Load3((index * 0x4 + 0x0) << 2));\n\t\t\t\t\t\tfloat + scaleY = asfloat(attributeBuffer.Load((index * 0x1 + 0x40000) << 2));\n\t\t\t\t\t\tfloat + scaleZ = asfloat(attributeBuffer.Load((index * 0x1 + 0x50000) << 2));\n\t\t\t\t\t\tfloat3 + color = float3(1, 1, 1);\n\t\t\t\t\t\tfloat alpha = (float)1;\n\t\t\t\t\t\tbool + alive = (bool)true;\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 + axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat + angleX = (float)0;\n\t\t\t\t\t\tfloat angleY = (float)0;\n\t\t\t\t\t\tfloat + angleZ = (float)0;\n\t\t\t\t\t\tfloat pivotX = (float)0;\n\t\t\t\t\t\tfloat + pivotY = (float)0;\n\t\t\t\t\t\tfloat pivotZ = (float)0;\n\t\t\t\t\t\tfloat + size = (float)0.100000001;\n\t\t\t\t\t\tfloat scaleX = (float)1;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#else\n\t\t\t\t\t\tbool + alive = (bool)true;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tif (!alive)\n\t\t\t\t\t\t\treturn + o;\n\t\t\t\t\t\t\t\n\t\t\t\t\t\tfloat3 position = asfloat(attributeBuffer.Load3((index + * 0x4 + 0x0) << 2));\n\t\t\t\t\t\tfloat scaleY = asfloat(attributeBuffer.Load((index + * 0x1 + 0x40000) << 2));\n\t\t\t\t\t\tfloat scaleZ = asfloat(attributeBuffer.Load((index + * 0x1 + 0x50000) << 2));\n\t\t\t\t\t\tfloat3 color = float3(1, 1, 1);\n\t\t\t\t\t\tfloat + alpha = (float)1;\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 + axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat + angleX = (float)0;\n\t\t\t\t\t\tfloat angleY = (float)0;\n\t\t\t\t\t\tfloat + angleZ = (float)0;\n\t\t\t\t\t\tfloat pivotX = (float)0;\n\t\t\t\t\t\tfloat + pivotY = (float)0;\n\t\t\t\t\t\tfloat pivotZ = (float)0;\n\t\t\t\t\t\tfloat + size = (float)0.100000001;\n\t\t\t\t\t\tfloat scaleX = (float)1;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t{\n\t\t\t\t + \ SetAttribute_3278B22F( /*inout */size, (float)1);\n\t\t\t\t}\n\t\t\t\t{\n\t\t\t\t + \ SetAttribute_65DEC940( /*inout */pivotX, /*inout */pivotY, /*inout */pivotZ, + float3(0, 0, 0.5));\n\t\t\t\t}\n\t\t\t\tSetAttribute_D5151647( /*inout */scaleX, + \ /*inout */scaleY, Scale_c);\n\t\t\t\t{\n\t\t\t\t float tmp_x = max(scaleZ, + uniform_d);\n\t\t\t\t float tmp_y = uniform_c * tmp_x;\n\t\t\t\t SetAttribute_D5151646( + /*inout */scaleZ, tmp_y);\n\t\t\t\t}\n\t\t\t\t{\n\t\t\t\t float3 tmp_x = + float3(scaleZ, scaleZ, scaleZ);\n\t\t\t\t float3 tmp_y = tmp_x / uniform_e;\n\t\t\t\t + \ float3 tmp_z = floor(tmp_y);\n\t\t\t\t float3 tmp_ba = tmp_z * uniform_e;\n\t\t\t\t + \ float tmp_bb = tmp_ba[0];\n\t\t\t\t SetAttribute_D5151646( /*inout */scaleZ, + tmp_bb);\n\t\t\t\t}\n\t\t\t\t\n\n\t\t\t\t\t\t\n\t\t\t\tif (!alive)\n\t\t\t\t\treturn + o;\n\t\t\t\t\n\t\t\t\tfloat3 offsets = (float3)0;\n\t\t\t\toffsets.x = float(id + & 1);\n\t\t\t\toffsets.y = float((id & 3) >> 1);\n\t\t\t\toffsets.z = float((id + & 7) >> 2);\n\t\t\t\toffsets -= 0.5f;\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tfloat3 + size3 = float3(size,size,size);\n\t\t\t\t\t\t#if VFX_USE_SCALEX_CURRENT\n\t\t\t\t\t\tsize3.x + *= scaleX;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEY_CURRENT\n\t\t\t\t\t\tsize3.y + *= scaleY;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEZ_CURRENT\n\t\t\t\t\t\tsize3.z + *= scaleZ;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\tfloat3x3 rot + = GetEulerMatrix(radians(float3(angleX,angleY,angleZ)));\n\t\t\t\tfloat4x4 elementToVFX + = GetElementToVFXMatrix(axisX,axisY,axisZ,rot,float3(pivotX,pivotY,pivotZ),size3,position);\n\t\t\t\t\n\t\t\t\tfloat3 + vPos = mul(elementToVFX,float4(offsets,1.0f)).xyz;\n\t\t\t\tfloat3 vPosWS = + TransformPositionVFXToWorld(vPos);\n\t\t\t\t\n\t\t\t#ifdef VFX_VARYING_POSWS\n\t\t\t\to.VFX_VARYING_POSWS + = vPosWS;\n\t\t\t#endif\n\t\t\t#ifdef VFX_VARYING_OFFSETS\n\t\t\t\to.VFX_VARYING_OFFSETS + = offsets * 2.0f;\n\t\t\t#endif\n\t\t\t#ifdef VFX_VARYING_FACEID\n\t\t\t\to.VFX_VARYING_FACEID + = (id & 7) % 5;\n\t\t\t#endif\n\t\t\t#if defined(VFX_VARYING_ROTX) && defined(VFX_VARYING_ROTY)\n\t\t\t\trot + = mul(transpose(float3x3(axisX,axisY,axisZ)),rot);\n\t\t\t#ifdef VFX_LOCAL_SPACE + \n\t\t\t\trot = mul((float3x3)VFXGetObjectToWorldMatrix(),rot);\n\t\t\t#endif\n\t\t\t\to.VFX_VARYING_ROTX + = rot[0];\n\t\t\t\to.VFX_VARYING_ROTY = rot[1];\n\t\t\t#endif\n\t\t\t\to.VFX_VARYING_POSCS + = VFXTransformPositionWorldToClip(vPosWS);\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if + VFX_USE_COLOR_CURRENT && defined(VFX_VARYING_COLOR)\n\t\t\t\t\t\to.VFX_VARYING_COLOR + = color;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_ALPHA_CURRENT && defined(VFX_VARYING_ALPHA) + \n\t\t\t\t\t\to.VFX_VARYING_ALPHA = alpha;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#ifdef + VFX_VARYING_EXPOSUREWEIGHT\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_EXPOSUREWEIGHT + = exposureWeight;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_SOFT_PARTICLE + && defined(VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE + = invSoftParticlesFadeDistance;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + USE_ALPHA_TEST && defined(VFX_VARYING_ALPHATHRESHOLD)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_ALPHATHRESHOLD + = alphaThreshold;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_UV_SCALE_BIAS\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_UV.xy + = o.VFX_VARYING_UV.xy * uvScale + uvBias;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + defined(VFX_VARYING_POSWS)\n\t\t\t\t\t\to.VFX_VARYING_POSWS = TransformPositionVFXToWorld(vPos);\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t#if + USE_FLIPBOOK\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\to.VFX_VARYING_FLIPBOOKSIZE + = flipBookSize;\n\t\t\t\to.VFX_VARYING_INVFLIPBOOKSIZE = invFlipBookSize;\n\t\t\t\to.VFX_VARYING_TEXINDEX + = texIndex;\n\t\t\t\t#endif\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t#ifdef + VFX_VARYING_SMOOTHNESS\n\t\t\t\t\t\t\t\t\tfloat smoothness = (float)0;\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t + \ \n\t\t\t\t\t\t\t\t\t smoothness = (float)1;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_SMOOTHNESS + = smoothness;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#if HDRP_MATERIAL_TYPE_STANDARD\n\t\t\t\t\t\t\t\t\t#ifdef + VFX_VARYING_METALLIC\n\t\t\t\t\t\t\t\t\tfloat metallic = (float)0;\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t + \ \n\t\t\t\t\t\t\t\t\t metallic = (float)0.120824598;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_METALLIC + = metallic;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#elif HDRP_MATERIAL_TYPE_SPECULAR\n\t\t\t\t\t\t\t\t\t#ifdef + VFX_VARYING_SPECULAR\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_SPECULAR + = specularColor;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#elif HDRP_MATERIAL_TYPE_TRANSLUCENT\n\t\t\t\t\t\t\t\t\t#ifdef + VFX_VARYING_THICKNESS\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_THICKNESS + = thickness;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#if + USE_NORMAL_MAP\n\t\t\t\t\t\t\t\t\t#ifdef VFX_VARYING_NORMALSCALE\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_NORMALSCALE + = normalScale;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#if + HDRP_USE_EMISSIVE_MAP\n\t\t\t\t\t\t\t\t\t#ifdef VFX_VARYING_EMISSIVESCALE\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_EMISSIVESCALE + = emissiveScale;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#ifdef + VFX_VARYING_EMISSIVE\n\t\t\t\t\t\t\t\t\t#if HDRP_USE_EMISSIVE_COLOR\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_EMISSIVE + = color;\n\t\t\t\t\t\t\t\t\t#elif HDRP_USE_ADDITIONAL_EMISSIVE_COLOR\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_EMISSIVE + = emissiveColor;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#if + HDRP_USE_ADDITIONAL_BASE_COLOR\n\t\t\t\t\t\t\t\t\t#ifdef VFX_VARYING_COLOR\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_COLOR + = baseColor;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\n\t\t\t\treturn + o;\n\t\t\t}\n\t\t\t\n\t\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommonOutput.cginc\"\n\t\t\t\n\t\t\tfloat3 + VFXCubeGetLocalNormal(VFX_VARYING_PS_INPUTS i)\n\t\t\t{\n\t\t\t#ifdef VFX_VARYING_OFFSETS\n\t\t\t\t//float3 + s = i.VFX_VARYING_OFFSETS > 0 ? 1.0f : -1.0f;\n\t\t\t\t//return s * (step(1.0f,s + * i.VFX_VARYING_OFFSETS + 1e-5));\n\t\t\t\treturn int3(i.VFX_VARYING_OFFSETS + * 1.00001f); // cast uses round_z\n\t\t\t#else\n\t\t\t\treturn 0.0f;\n\t\t\t#endif\n\t\t\t}\n\t\t\t\n\t\t\tfloat3 + VFXCubeTransformNormalTS(float3 faceNormal,float3 normal)\n\t\t\t{\n\t\t\t\tfloat3x3 + tbn = float3x3(faceNormal.zyx,faceNormal.xzy,faceNormal.xyz);\n\t\t\t\treturn + mul(tbn,normal);\n\t\t\t}\n\t\t\t\n\t\t\tfloat3 VFXCubeTransformNormalTS(VFX_VARYING_PS_INPUTS + i,float3 normal,bool frontFace = true)\n\t\t\t{\n\t\t\t#if defined(VFX_VARYING_OFFSETS) + && defined(VFX_VARYING_FACEID)\n\t\t\t\tfloat3x3 tbn;\n\t\t\t\tfloat3 faceNormal + = VFXCubeGetLocalNormal(i);\n\t\t\t\tif (i.VFX_VARYING_FACEID == 0)\n\t\t\t\t\ttbn + = float3x3(-faceNormal.zxy,faceNormal.yzx * faceNormal.yzx,faceNormal.xyz);\n\t\t\t\telse + if (i.VFX_VARYING_FACEID == 1)\n\t\t\t\t\ttbn = float3x3(faceNormal.yxz, faceNormal.xzy, + float3(0, 1, 0));\n\t\t\t\telse\n\t\t\t\t\ttbn = float3x3(faceNormal.yzx, float3(0,1,0),faceNormal.xyz);\n\t\t\t#ifdef + USE_DOUBLE_SIDED\n\t\t\t\tfloat multiplier = frontFace ? 1.0f : -1.0f;\n\t\t\t\ttbn[0] + *= multiplier;\n\t\t\t\ttbn[2] *= multiplier;\n\t\t\t#endif\n\t\t\t\treturn + mul(tbn, normal);\n\t\t\t#else\n\t\t\t\treturn normal;\n\t\t\t#endif\n\t\t\t}\n\t\t\t\n\t\t\tfloat3 + VFXCubeTransformNormalWS(VFX_VARYING_PS_INPUTS i,float3 normal)\n\t\t\t{\n\t\t\t#if + defined(VFX_VARYING_ROTX) && defined(VFX_VARYING_ROTY)\n\t\t\t\tfloat3x3 rot + = float3x3(i.rotX,i.rotY,cross(i.rotX,i.rotY));\n\t\t\t\treturn mul(rot,normal);\n\t\t\t#else\n\t\t\t\treturn + normal;\n\t\t\t#endif\n\t\t\t}\n\t\t\t\n\t\t\tfloat2 VFXCubeGetUV(VFX_VARYING_PS_INPUTS + i) \n\t\t\t{\n\t\t\t#if defined(VFX_VARYING_OFFSETS) && defined(VFX_VARYING_FACEID)\n\t\t\t\tfloat2 + uv;\n\t\t\t\tif (i.VFX_VARYING_FACEID == 0)\n\t\t\t\t\tuv = i.VFX_VARYING_OFFSETS.xy + * float2(-i.VFX_VARYING_OFFSETS.z,1);\n\t\t\t\telse if (i.VFX_VARYING_FACEID + == 1)\n\t\t\t\t\tuv = i.VFX_VARYING_OFFSETS.xz * float2(i.VFX_VARYING_OFFSETS.y,1);\n\t\t\t\telse\n\t\t\t\t\tuv + = i.VFX_VARYING_OFFSETS.zy * float2(i.VFX_VARYING_OFFSETS.x,1);\n\t\t\t\treturn + uv * 0.5f + 0.5f;\n\t\t\t#else\n\t\t\t\treturn 0.0f;\n\t\t\t#endif\n\t\t\t}\n\t\t\t\n\t\t\t\n\t\t\t#define + SHADERPASS SHADERPASS_GBUFFER\t\n\t\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXLit.cginc\"\n\t\t\t\n\t\t\tvoid + VFXGetHDRPLitData(out SurfaceData surfaceData, out BuiltinData builtinData, + out BSDFData bsdfData, out PreLightData preLightData, VFX_VARYING_PS_INPUTS + i, float3 normalWS, const VFXUVData uvData, uint2 tileIndex)\n\t\t\t{\t\n\t\t\t\t#if + HDRP_MATERIAL_TYPE_TRANSLUCENT\n\t\t\t\t // Loads diffusion profile\n\t\t\t\t#else\n\t\t\t\tconst + uint diffusionProfileHash = 0;\n\t\t\t\t#endif\n\t\t\t\t\n\t\t\t\tfloat3 posRWS + = VFXGetPositionRWS(i);\n\t\t\t\tfloat4 posSS = i.VFX_VARYING_POSCS;\n\t\t\t\tPositionInputs + posInput = GetPositionInput(posSS.xy, _ScreenSize.zw, posSS.z, posSS.w, posRWS, + tileIndex);\n\t\t\t\t\n\t\t\t\tfloat alpha;\n\t\t\t\tsurfaceData = VFXGetSurfaceData(i,normalWS,uvData,diffusionProfileHash,alpha);\t\n\t\t\t\tbsdfData + = ConvertSurfaceDataToBSDFData(posSS.xy, surfaceData);\n\t\t\t\n\t\t\t\tpreLightData + = GetPreLightData(GetWorldSpaceNormalizeViewDir(posRWS),posInput,bsdfData);\n\t\t\t\t\n\t\t\t\tpreLightData.diffuseFGD + = 1.0f;\n\t\t\t //TODO: investigate why this is needed\n\t\t\t preLightData.coatPartLambdaV + = 0;\n\t\t\t preLightData.coatIblR = 0;\n\t\t\t preLightData.coatIblF + = 0;\n\t\t\t \n\t\t\t\tbuiltinData = VFXGetBuiltinData(i,posInput,surfaceData,bsdfData,preLightData,uvData,alpha);\n\t\t\t}\n\t\t\t\n\t\t\tvoid + VFXGetHDRPLitData(out SurfaceData surfaceData, out BuiltinData builtinData, + VFX_VARYING_PS_INPUTS i, float3 normalWS, const VFXUVData uvData)\n\t\t\t{\n\t\t\t\tBSDFData + bsdfData = (BSDFData)0;\n\t\t\t\tPreLightData preLightData = (PreLightData)0;\n\t\t\t\tpreLightData.diffuseFGD + = 1.0f;\n\t\t\t\tVFXGetHDRPLitData(surfaceData,builtinData,bsdfData,preLightData,i,normalWS,uvData,uint2(0,0));\n\t\t\t}\n\t\t\t\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXLitPixelOutput.cginc\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t#pragma + fragment frag\n\t\t\tvoid frag(ps_input i, OUTPUT_GBUFFER(outGBuffer)\n\t\t#if + USE_DOUBLE_SIDED\n\t\t\t, bool frontFace : SV_IsFrontFace\n\t\t#endif\n\t\t\t)\n\t\t\t{\n\t\t\t\tVFXTransformPSInputs(i);\n\t\t\t\t\n\t\t#if + !USE_DOUBLE_SIDED\t\n\t\t\t\tconst bool frontFace = true;\n\t\t#endif\n\t\t\t\tconst + float faceMul = frontFace ? 1.0f : -1.0f;\n\t\t\n\t\t\t\tfloat3 normalWS;\n\t\t\t\tconst + VFXUVData uvData = GetUVData(i,VFXCubeGetUV(i));\n\t\t\t\t\n\t\t\t\t#if USE_NORMAL_MAP\n\t\t\t\tfloat3 + n = SampleNormalMap(VFX_SAMPLER(normalMap),uvData);\n\t\t\t\tnormalWS = VFXCubeTransformNormalTS(i,n,frontFace);\n\t\t\t\tnormalWS + = lerp(VFXCubeGetLocalNormal(i) * faceMul,normalWS,i.materialProperties.z);\n\t\t\t\t#else\n\t\t\t\tnormalWS + = VFXCubeGetLocalNormal(i) * faceMul;\n\t\t\t\t#endif\n\t\t\t\tnormalWS = VFXCubeTransformNormalWS(i,normalWS);\n\t\t\t\tnormalWS + = normalize(normalWS);\n\t\t\n\t\t\t\tVFXComputePixelOutputToGBuffer(i,normalWS,uvData,outGBuffer);\n\t\t\n\t\t\t}\n\t\t\tENDHLSL\n\t\t}\n\t\t\n\r\n\t\t// + Shadow pass\n\t\tPass\n\t\t{\t\t\n\t\t\tTags { \"LightMode\"=\"ShadowCaster\" + }\n\t\t\n\t\t\tZWrite On\n\t\t\tBlend Off\n\t\t\t\n\t\t\tHLSLPROGRAM\n\t\t\t#pragma + target 4.5\n\t\t\t\n\t\t\tstruct ps_input\n\t\t\t{\n\t\t\t\tfloat4 pos : SV_POSITION;\n\t\t\t\tfloat3 + offsets : TEXCOORD0;\n\t\t\t\t\n\t\t\t\t#if VFX_USE_ALPHA_CURRENT || USE_ALPHA_TEST + \n\t\t\t\t// x: alpha\n\t\t\t\t// y: alpha threshold\n\t\t\t\tnointerpolation + float2 builtInInterpolants : TEXCOORD1;\n\t\t\t\t#endif\n\t\t\t\t\n\t\t\t\tnointerpolation + uint faceID : TEXCOORD2;\n\t\t\t};\n\t\t\n\t\t#define VFX_VARYING_PS_INPUTS + ps_input\n\t\t#define VFX_VARYING_POSCS pos\n\t\t#if USE_ALPHA_TEST\n\t\t#define + VFX_VARYING_ALPHA builtInInterpolants.x\n\t\t#define VFX_VARYING_ALPHATHRESHOLD + builtInInterpolants.y\n\t\t#endif\n\t\t#define VFX_VARYING_OFFSETS offsets\n\t\t#define + VFX_VARYING_FACEID faceID\n\t\t\n\t\t\n\t\t\n\t\t// Needed for HDRP\n\t\t#define + SHADERPASS SHADERPASS_SHADOWS\n\t\t\t\n\t\t\t#if !(defined(VFX_VARYING_PS_INPUTS) + && defined(VFX_VARYING_POSCS))\n\t\t\t#error VFX_VARYING_PS_INPUTS, VFX_VARYING_POSCS + must be defined.\n\t\t\t#endif\n\t\t\t\n\t\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXCommon.cginc\"\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\t\t\t\n\n\t\t\tvoid + SetAttribute_3278B22F(inout float size, float Size) /*attribute:size Composition:Overwrite + Source:Slot Random:Off channels:XYZ */\n\t\t\t{\n\t\t\t size = Size;\n\t\t\t}\n\t\t\tvoid + SetAttribute_65DEC940(inout float pivotX, inout float pivotY, inout float pivotZ, + float3 Pivot) /*attribute:pivot Composition:Overwrite Source:Slot Random:Off + channels:XYZ */\n\t\t\t{\n\t\t\t pivotX = Pivot.x;\n\t\t\t pivotY = Pivot.y;\n\t\t\t + \ pivotZ = Pivot.z;\n\t\t\t}\n\t\t\tvoid SetAttribute_D5151647(inout float + scaleX, inout float scaleY, float2 Scale) /*attribute:scale Composition:Overwrite + Source:Slot Random:Off channels:XY */\n\t\t\t{\n\t\t\t scaleX = Scale.x;\n\t\t\t + \ scaleY = Scale.y;\n\t\t\t}\n\t\t\tvoid SetAttribute_D5151646(inout float + scaleZ, float Scale) /*attribute:scale Composition:Overwrite Source:Slot Random:Off + channels:Z */\n\t\t\t{\n\t\t\t scaleZ = Scale.x;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t#pragma + vertex vert\n\t\t\tVFX_VARYING_PS_INPUTS vert(uint id : SV_VertexID, uint instanceID + : SV_InstanceID)\n\t\t\t{\n\t\t\t\tuint index = (id >> 3) + instanceID * 1024;\n\t\t\t\tVFX_VARYING_PS_INPUTS + o = (VFX_VARYING_PS_INPUTS)0;\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tuint deadCount + = 0;\n\t\t\t\t\t\t#if USE_DEAD_LIST_COUNT\n\t\t\t\t\t\tdeadCount = deadListCount.Load(0);\n\t\t\t\t\t\t#endif\t\n\t\t\t\t\t\tif + (index >= asuint(nbMax) - deadCount)\n\t\t\t\t\t\t#if USE_GEOMETRY_SHADER\n\t\t\t\t\t\t\treturn; + // cull\n\t\t\t\t\t\t#else\n\t\t\t\t\t\t\treturn o; // cull\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + VFX_HAS_INDIRECT_DRAW\n\t\t\t\t\t\tindex = indirectBuffer[index];\n\t\t\t\t\t\tfloat3 + position = asfloat(attributeBuffer.Load3((index * 0x4 + 0x0) << 2));\n\t\t\t\t\t\tfloat + scaleY = asfloat(attributeBuffer.Load((index * 0x1 + 0x40000) << 2));\n\t\t\t\t\t\tfloat + scaleZ = asfloat(attributeBuffer.Load((index * 0x1 + 0x50000) << 2));\n\t\t\t\t\t\tfloat3 + color = float3(1, 1, 1);\n\t\t\t\t\t\tfloat alpha = (float)1;\n\t\t\t\t\t\tbool + alive = (bool)true;\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 + axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat + angleX = (float)0;\n\t\t\t\t\t\tfloat angleY = (float)0;\n\t\t\t\t\t\tfloat + angleZ = (float)0;\n\t\t\t\t\t\tfloat pivotX = (float)0;\n\t\t\t\t\t\tfloat + pivotY = (float)0;\n\t\t\t\t\t\tfloat pivotZ = (float)0;\n\t\t\t\t\t\tfloat + size = (float)0.100000001;\n\t\t\t\t\t\tfloat scaleX = (float)1;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#else\n\t\t\t\t\t\tbool + alive = (bool)true;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tif (!alive)\n\t\t\t\t\t\t\treturn + o;\n\t\t\t\t\t\t\t\n\t\t\t\t\t\tfloat3 position = asfloat(attributeBuffer.Load3((index + * 0x4 + 0x0) << 2));\n\t\t\t\t\t\tfloat scaleY = asfloat(attributeBuffer.Load((index + * 0x1 + 0x40000) << 2));\n\t\t\t\t\t\tfloat scaleZ = asfloat(attributeBuffer.Load((index + * 0x1 + 0x50000) << 2));\n\t\t\t\t\t\tfloat3 color = float3(1, 1, 1);\n\t\t\t\t\t\tfloat + alpha = (float)1;\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 + axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat + angleX = (float)0;\n\t\t\t\t\t\tfloat angleY = (float)0;\n\t\t\t\t\t\tfloat + angleZ = (float)0;\n\t\t\t\t\t\tfloat pivotX = (float)0;\n\t\t\t\t\t\tfloat + pivotY = (float)0;\n\t\t\t\t\t\tfloat pivotZ = (float)0;\n\t\t\t\t\t\tfloat + size = (float)0.100000001;\n\t\t\t\t\t\tfloat scaleX = (float)1;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t{\n\t\t\t\t + \ SetAttribute_3278B22F( /*inout */size, (float)1);\n\t\t\t\t}\n\t\t\t\t{\n\t\t\t\t + \ SetAttribute_65DEC940( /*inout */pivotX, /*inout */pivotY, /*inout */pivotZ, + float3(0, 0, 0.5));\n\t\t\t\t}\n\t\t\t\tSetAttribute_D5151647( /*inout */scaleX, + \ /*inout */scaleY, Scale_c);\n\t\t\t\t{\n\t\t\t\t float tmp_x = max(scaleZ, + uniform_d);\n\t\t\t\t float tmp_y = uniform_c * tmp_x;\n\t\t\t\t SetAttribute_D5151646( + /*inout */scaleZ, tmp_y);\n\t\t\t\t}\n\t\t\t\t{\n\t\t\t\t float3 tmp_x = + float3(scaleZ, scaleZ, scaleZ);\n\t\t\t\t float3 tmp_y = tmp_x / uniform_e;\n\t\t\t\t + \ float3 tmp_z = floor(tmp_y);\n\t\t\t\t float3 tmp_ba = tmp_z * uniform_e;\n\t\t\t\t + \ float tmp_bb = tmp_ba[0];\n\t\t\t\t SetAttribute_D5151646( /*inout */scaleZ, + tmp_bb);\n\t\t\t\t}\n\t\t\t\t\n\n\t\t\t\t\t\t\n\t\t\t\tif (!alive)\n\t\t\t\t\treturn + o;\n\t\t\t\t\n\t\t\t\tfloat3 offsets = (float3)0;\n\t\t\t\toffsets.x = float(id + & 1);\n\t\t\t\toffsets.y = float((id & 3) >> 1);\n\t\t\t\toffsets.z = float((id + & 7) >> 2);\n\t\t\t\toffsets -= 0.5f;\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tfloat3 + size3 = float3(size,size,size);\n\t\t\t\t\t\t#if VFX_USE_SCALEX_CURRENT\n\t\t\t\t\t\tsize3.x + *= scaleX;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEY_CURRENT\n\t\t\t\t\t\tsize3.y + *= scaleY;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEZ_CURRENT\n\t\t\t\t\t\tsize3.z + *= scaleZ;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\tfloat3x3 rot + = GetEulerMatrix(radians(float3(angleX,angleY,angleZ)));\n\t\t\t\tfloat4x4 elementToVFX + = GetElementToVFXMatrix(axisX,axisY,axisZ,rot,float3(pivotX,pivotY,pivotZ),size3,position);\n\t\t\t\t\n\t\t\t\tfloat3 + vPos = mul(elementToVFX,float4(offsets,1.0f)).xyz;\n\t\t\t\tfloat3 vPosWS = + TransformPositionVFXToWorld(vPos);\n\t\t\t\t\n\t\t\t#ifdef VFX_VARYING_POSWS\n\t\t\t\to.VFX_VARYING_POSWS + = vPosWS;\n\t\t\t#endif\n\t\t\t#ifdef VFX_VARYING_OFFSETS\n\t\t\t\to.VFX_VARYING_OFFSETS + = offsets * 2.0f;\n\t\t\t#endif\n\t\t\t#ifdef VFX_VARYING_FACEID\n\t\t\t\to.VFX_VARYING_FACEID + = (id & 7) % 5;\n\t\t\t#endif\n\t\t\t#if defined(VFX_VARYING_ROTX) && defined(VFX_VARYING_ROTY)\n\t\t\t\trot + = mul(transpose(float3x3(axisX,axisY,axisZ)),rot);\n\t\t\t#ifdef VFX_LOCAL_SPACE + \n\t\t\t\trot = mul((float3x3)VFXGetObjectToWorldMatrix(),rot);\n\t\t\t#endif\n\t\t\t\to.VFX_VARYING_ROTX + = rot[0];\n\t\t\t\to.VFX_VARYING_ROTY = rot[1];\n\t\t\t#endif\n\t\t\t\to.VFX_VARYING_POSCS + = VFXTransformPositionWorldToClip(vPosWS);\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if + VFX_USE_COLOR_CURRENT && defined(VFX_VARYING_COLOR)\n\t\t\t\t\t\to.VFX_VARYING_COLOR + = color;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_ALPHA_CURRENT && defined(VFX_VARYING_ALPHA) + \n\t\t\t\t\t\to.VFX_VARYING_ALPHA = alpha;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#ifdef + VFX_VARYING_EXPOSUREWEIGHT\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_EXPOSUREWEIGHT + = exposureWeight;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_SOFT_PARTICLE + && defined(VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE + = invSoftParticlesFadeDistance;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + USE_ALPHA_TEST && defined(VFX_VARYING_ALPHATHRESHOLD)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_ALPHATHRESHOLD + = alphaThreshold;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_UV_SCALE_BIAS\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_UV.xy + = o.VFX_VARYING_UV.xy * uvScale + uvBias;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + defined(VFX_VARYING_POSWS)\n\t\t\t\t\t\to.VFX_VARYING_POSWS = TransformPositionVFXToWorld(vPos);\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t#if + USE_FLIPBOOK\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\to.VFX_VARYING_FLIPBOOKSIZE + = flipBookSize;\n\t\t\t\to.VFX_VARYING_INVFLIPBOOKSIZE = invFlipBookSize;\n\t\t\t\to.VFX_VARYING_TEXINDEX + = texIndex;\n\t\t\t\t#endif\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\treturn o;\n\t\t\t}\n\t\t\t\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommonOutput.cginc\"\n\t\t\t\n\t\t\tfloat3 + VFXCubeGetLocalNormal(VFX_VARYING_PS_INPUTS i)\n\t\t\t{\n\t\t\t#ifdef VFX_VARYING_OFFSETS\n\t\t\t\t//float3 + s = i.VFX_VARYING_OFFSETS > 0 ? 1.0f : -1.0f;\n\t\t\t\t//return s * (step(1.0f,s + * i.VFX_VARYING_OFFSETS + 1e-5));\n\t\t\t\treturn int3(i.VFX_VARYING_OFFSETS + * 1.00001f); // cast uses round_z\n\t\t\t#else\n\t\t\t\treturn 0.0f;\n\t\t\t#endif\n\t\t\t}\n\t\t\t\n\t\t\tfloat3 + VFXCubeTransformNormalTS(float3 faceNormal,float3 normal)\n\t\t\t{\n\t\t\t\tfloat3x3 + tbn = float3x3(faceNormal.zyx,faceNormal.xzy,faceNormal.xyz);\n\t\t\t\treturn + mul(tbn,normal);\n\t\t\t}\n\t\t\t\n\t\t\tfloat3 VFXCubeTransformNormalTS(VFX_VARYING_PS_INPUTS + i,float3 normal,bool frontFace = true)\n\t\t\t{\n\t\t\t#if defined(VFX_VARYING_OFFSETS) + && defined(VFX_VARYING_FACEID)\n\t\t\t\tfloat3x3 tbn;\n\t\t\t\tfloat3 faceNormal + = VFXCubeGetLocalNormal(i);\n\t\t\t\tif (i.VFX_VARYING_FACEID == 0)\n\t\t\t\t\ttbn + = float3x3(-faceNormal.zxy,faceNormal.yzx * faceNormal.yzx,faceNormal.xyz);\n\t\t\t\telse + if (i.VFX_VARYING_FACEID == 1)\n\t\t\t\t\ttbn = float3x3(faceNormal.yxz, faceNormal.xzy, + float3(0, 1, 0));\n\t\t\t\telse\n\t\t\t\t\ttbn = float3x3(faceNormal.yzx, float3(0,1,0),faceNormal.xyz);\n\t\t\t#ifdef + USE_DOUBLE_SIDED\n\t\t\t\tfloat multiplier = frontFace ? 1.0f : -1.0f;\n\t\t\t\ttbn[0] + *= multiplier;\n\t\t\t\ttbn[2] *= multiplier;\n\t\t\t#endif\n\t\t\t\treturn + mul(tbn, normal);\n\t\t\t#else\n\t\t\t\treturn normal;\n\t\t\t#endif\n\t\t\t}\n\t\t\t\n\t\t\tfloat3 + VFXCubeTransformNormalWS(VFX_VARYING_PS_INPUTS i,float3 normal)\n\t\t\t{\n\t\t\t#if + defined(VFX_VARYING_ROTX) && defined(VFX_VARYING_ROTY)\n\t\t\t\tfloat3x3 rot + = float3x3(i.rotX,i.rotY,cross(i.rotX,i.rotY));\n\t\t\t\treturn mul(rot,normal);\n\t\t\t#else\n\t\t\t\treturn + normal;\n\t\t\t#endif\n\t\t\t}\n\t\t\t\n\t\t\tfloat2 VFXCubeGetUV(VFX_VARYING_PS_INPUTS + i) \n\t\t\t{\n\t\t\t#if defined(VFX_VARYING_OFFSETS) && defined(VFX_VARYING_FACEID)\n\t\t\t\tfloat2 + uv;\n\t\t\t\tif (i.VFX_VARYING_FACEID == 0)\n\t\t\t\t\tuv = i.VFX_VARYING_OFFSETS.xy + * float2(-i.VFX_VARYING_OFFSETS.z,1);\n\t\t\t\telse if (i.VFX_VARYING_FACEID + == 1)\n\t\t\t\t\tuv = i.VFX_VARYING_OFFSETS.xz * float2(i.VFX_VARYING_OFFSETS.y,1);\n\t\t\t\telse\n\t\t\t\t\tuv + = i.VFX_VARYING_OFFSETS.zy * float2(i.VFX_VARYING_OFFSETS.x,1);\n\t\t\t\treturn + uv * 0.5f + 0.5f;\n\t\t\t#else\n\t\t\t\treturn 0.0f;\n\t\t\t#endif\n\t\t\t}\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t#pragma + fragment frag\n\t\t\tfloat frag(ps_input i) : SV_Target0\n\t\t\t{\n\t\t\t\tVFXTransformPSInputs(i);\n\t\t\t\tfloat + alpha = VFXGetFragmentColor(i).a;\n\t\t#if HDRP_USE_BASE_COLOR_MAP_ALPHA\n\t\t\t\talpha + *= VFXGetTextureColorWithProceduralUV(VFX_SAMPLER(baseColorMap),i,VFXCubeGetUV(i)).a;\n\t\t#endif\n\t\t\t\tVFXClipFragmentColor(alpha,i);\n\t\t\t\treturn + 0;\n\t\t\t}\n\t\t\tENDHLSL\n\t\t}\n\r\n\t}\r\n}\r\n" + m_Infos: + m_Expressions: + m_Expressions: + - op: 1 + valueIndex: 0 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 2 + - op: 5 + valueIndex: 2 + data[0]: 0 + data[1]: -1 + data[2]: 0 + data[3]: 2 + - op: 1 + valueIndex: 3 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 2 + - op: 5 + valueIndex: 5 + data[0]: 0 + data[1]: -1 + data[2]: 1 + data[3]: 2 + - op: 1 + valueIndex: 6 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 6 + - op: 2 + valueIndex: 7 + data[0]: 1 + data[1]: 3 + data[2]: -1 + data[3]: -1 + - op: 5 + valueIndex: 9 + data[0]: 2 + data[1]: -1 + data[2]: 0 + data[3]: 2 + - op: 5 + valueIndex: 10 + data[0]: 2 + data[1]: -1 + data[2]: 1 + data[3]: 2 + - op: 2 + valueIndex: 11 + data[0]: 6 + data[1]: 7 + data[2]: -1 + data[3]: -1 + - op: 1 + valueIndex: 13 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 2 + - op: 1 + valueIndex: 15 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 6 + - op: 1 + valueIndex: 16 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 2 + - op: 1 + valueIndex: 18 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 2 + - op: 1 + valueIndex: 20 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 21 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 7 + - op: 1 + valueIndex: 22 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 23 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 24 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 27 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 30 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 31 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 29 + valueIndex: 32 + data[0]: 16 + data[1]: 19 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 33 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 36 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 31 + valueIndex: 37 + data[0]: 23 + data[1]: 20 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 38 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 39 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 40 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 41 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 3 + valueIndex: 44 + data[0]: 24 + data[1]: 24 + data[2]: 24 + data[3]: -1 + - op: 9 + valueIndex: 47 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: -1 + - op: 43 + valueIndex: 63 + data[0]: 30 + data[1]: 28 + data[2]: -1 + data[3]: -1 + - op: 27 + valueIndex: 66 + data[0]: 27 + data[1]: 26 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 67 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 70 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 43 + valueIndex: 73 + data[0]: 30 + data[1]: 34 + data[2]: -1 + data[3]: -1 + - op: 6 + valueIndex: 76 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: -1 + - op: 42 + valueIndex: 77 + data[0]: 30 + data[1]: 33 + data[2]: -1 + data[3]: -1 + - op: 20 + valueIndex: 80 + data[0]: 32 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 81 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 82 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 26 + valueIndex: 83 + data[0]: 36 + data[1]: 39 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 84 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 2 + valueIndex: 87 + data[0]: 23 + data[1]: 23 + data[2]: -1 + data[3]: -1 + - op: 1 + valueIndex: 89 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 2 + - op: 1 + valueIndex: 91 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 92 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 93 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 94 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 95 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 7 + - op: 1 + valueIndex: 96 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 99 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 2 + - op: 20 + valueIndex: 101 + data[0]: 41 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 102 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 7 + m_NeedsLocalToWorld: 1 + m_NeedsWorldToLocal: 0 + m_NeededMainCameraBuffers: 0 + m_PropertySheet: + m_Float: + m_Array: + - m_ExpressionIndex: 13 + m_Value: 0 + - m_ExpressionIndex: 15 + m_Value: 29.1 + - m_ExpressionIndex: 16 + m_Value: 1 + - m_ExpressionIndex: 19 + m_Value: 0.14 + - m_ExpressionIndex: 20 + m_Value: 0.000001 + - m_ExpressionIndex: 23 + m_Value: 0.004 + - m_ExpressionIndex: 25 + m_Value: 0.84 + - m_ExpressionIndex: 26 + m_Value: 0.48 + - m_ExpressionIndex: 27 + m_Value: 0 + - m_ExpressionIndex: 39 + m_Value: 2 + - m_ExpressionIndex: 40 + m_Value: 14.89 + - m_ExpressionIndex: 45 + m_Value: 0.1208246 + - m_ExpressionIndex: 46 + m_Value: 0 + - m_ExpressionIndex: 47 + m_Value: 0 + - m_ExpressionIndex: 48 + m_Value: 0 + m_Vector2f: + m_Array: + - m_ExpressionIndex: 0 + m_Value: {x: 1, y: 1} + - m_ExpressionIndex: 2 + m_Value: {x: 0, y: 0} + - m_ExpressionIndex: 9 + m_Value: {x: -1, y: -1} + - m_ExpressionIndex: 11 + m_Value: {x: 2, y: 2} + - m_ExpressionIndex: 12 + m_Value: {x: 1, y: -1} + - m_ExpressionIndex: 44 + m_Value: {x: 65536, y: 65536} + - m_ExpressionIndex: 51 + m_Value: {x: 0, y: 0} + m_Vector3f: + m_Array: + - m_ExpressionIndex: 17 + m_Value: {x: 255, y: 255, z: 1} + - m_ExpressionIndex: 18 + m_Value: {x: 2, y: 2, z: 2} + - m_ExpressionIndex: 22 + m_Value: {x: 1, y: 1, z: 1} + - m_ExpressionIndex: 28 + m_Value: {x: 1, y: 0, z: 0} + - m_ExpressionIndex: 33 + m_Value: {x: 0, y: 0, z: 0} + - m_ExpressionIndex: 34 + m_Value: {x: 0, y: 1, z: 0} + - m_ExpressionIndex: 42 + m_Value: {x: 0, y: 0, z: 0.5} + - m_ExpressionIndex: 50 + m_Value: {x: 50, y: 50, z: 50} + m_Vector4f: + m_Array: [] + m_Uint: + m_Array: + - m_ExpressionIndex: 4 + m_Value: 65536 + - m_ExpressionIndex: 10 + m_Value: 256 + m_Int: + m_Array: [] + m_Matrix4x4f: + m_Array: [] + m_AnimationCurve: + m_Array: [] + m_Gradient: + m_Array: [] + m_NamedObject: + m_Array: + - m_ExpressionIndex: 14 + m_Value: {fileID: 2800000, guid: 3b6f1cd74f73e0e4b9b42e8501fd3233, type: 3} + - m_ExpressionIndex: 49 + m_Value: {fileID: 2800000, guid: 276d9e395ae18fe40a9b4988549f2349, type: 3} + - m_ExpressionIndex: 53 + m_Value: {fileID: 0} + m_Bool: + m_Array: [] + m_ExposedExpressions: + - nameId: BlendSpeed + index: 39 + - nameId: Depth_Texture Saturation + index: 15 + - nameId: DepthImage + index: 14 + - nameId: Elevation + index: 26 + - nameId: Ground Level + index: 27 + - nameId: HightScale + index: 40 + - nameId: Max_Threshold + index: 19 + - nameId: Min_Threshold + index: 25 + - nameId: MovementImage + index: 49 + - nameId: Pitch Value + index: 47 + - nameId: Position + index: 2 + - nameId: Size + index: 0 + - nameId: Spectrum Value 1 + index: 48 + - nameId: Spectrum Value 2 + index: 46 + - nameId: Voxel Size + index: 23 + m_Buffers: + - type: 1 + size: 393216 + layout: + - name: position + type: 3 + offset: + bucket: 0 + structure: 4 + element: 0 + - name: scaleY + type: 1 + offset: + bucket: 262144 + structure: 1 + element: 0 + - name: scaleZ + type: 1 + offset: + bucket: 327680 + structure: 1 + element: 0 + capacity: 65536 + stride: 4 + - type: 1 + size: 393216 + layout: + - name: position + type: 3 + offset: + bucket: 0 + structure: 4 + element: 0 + - name: scaleY + type: 1 + offset: + bucket: 262144 + structure: 1 + element: 0 + - name: scaleZ + type: 1 + offset: + bucket: 327680 + structure: 1 + element: 0 + capacity: 65536 + stride: 4 + - type: 1 + size: 1 + layout: + - name: spawnCount + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + capacity: 1 + stride: 4 + m_TemporaryBuffers: [] + m_CPUBuffers: + - capacity: 1 + stride: 1 + layout: + - name: spawnCount + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + initialData: + data: 00000000 + - capacity: 1 + stride: 1 + layout: + - name: spawnCount + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + initialData: + data: 00000000 + m_Events: + - name: OnPlay + playSystems: 00000000 + stopSystems: + - name: OnStop + playSystems: + stopSystems: 00000000 + m_RuntimeVersion: 10 + m_RendererSettings: + motionVectorGenerationMode: 0 + shadowCastingMode: 1 + receiveShadows: 0 + reflectionProbeUsage: 0 + lightProbeUsage: 0 + m_CullingFlags: 3 + m_UpdateMode: 0 + m_PreWarmDeltaTime: 0.05 + m_PreWarmStepCount: 0 + m_Systems: + - type: 0 + flags: 0 + capacity: 0 + layer: 4294967295 + buffers: + - nameId: spawner_output + index: 1 + values: [] + tasks: + - type: 268435457 + buffers: [] + temporaryBuffers: [] + values: + - nameId: Count + index: 44 + - nameId: Delay + index: 51 + params: [] + processor: {fileID: 0} + shaderSourceIndex: -1 + - type: 1 + flags: 0 + capacity: 65536 + layer: 4294967295 + buffers: + - nameId: attributeBuffer + index: 0 + - nameId: sourceAttributeBuffer + index: 2 + - nameId: spawner_input + index: 1 + values: + - nameId: bounds_center + index: 33 + - nameId: bounds_size + index: 50 + tasks: + - type: 536870912 + buffers: + - nameId: attributeBuffer + index: 0 + - nameId: sourceAttributeBuffer + index: 2 + temporaryBuffers: [] + values: + - nameId: uniform_b + index: 37 + - nameId: uniform_c + index: 31 + - nameId: uniform_d + index: 35 + params: + - nameId: bounds_center + index: 33 + - nameId: bounds_size + index: 50 + processor: {fileID: 0} + shaderSourceIndex: 0 + - type: 805306368 + buffers: + - nameId: attributeBuffer + index: 0 + temporaryBuffers: [] + values: + - nameId: uniform_b + index: 5 + - nameId: uniform_c + index: 8 + - nameId: uniform_d + index: 15 + - nameId: uniform_e + index: 21 + - nameId: uniform_f + index: 25 + - nameId: uniform_g + index: 40 + - nameId: Blend_a + index: 52 + - nameId: texture_b + index: 14 + params: [] + processor: {fileID: 0} + shaderSourceIndex: 1 + - type: 1073741827 + buffers: + - nameId: attributeBuffer + index: 0 + temporaryBuffers: [] + values: + - nameId: Scale_c + index: 43 + - nameId: uniform_c + index: 26 + - nameId: uniform_d + index: 38 + - nameId: uniform_e + index: 29 + - nameId: baseColorMap + index: 53 + params: + - nameId: sortPriority + index: 0 + processor: {fileID: 0} + shaderSourceIndex: 2 +--- !u!114 &8926484042661614568 +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: c6a3b07e33d5ca746aef56156b9a4e4b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 8926484042661616428} + - {fileID: 8926484042661616430} + - {fileID: 8926484042661616435} + - {fileID: 8926484042661616473} + - {fileID: 8926484042661616526} + m_UIPosition: {x: 1027, y: 1164} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614569} + - {fileID: 8926484042661614570} + - {fileID: 8926484042661614571} + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 114428730288789306} + m_InputFlowSlot: + - link: + - context: {fileID: 8926484042661615903} + slotIndex: 0 + m_OutputFlowSlot: + - link: [] + blendMode: 4 + m_SubOutputs: + - {fileID: 8926484042661614573} + cullMode: 0 + zWriteMode: 0 + zTestMode: 0 + colorMappingMode: 0 + uvMode: 0 + useSoftParticle: 0 + sortPriority: 0 + sort: 0 + indirectDraw: 0 + castShadows: 1 + useExposureWeight: 0 + materialType: 0 + onlyAmbientLighting: 0 + diffusionProfileAsset: {fileID: 0} + multiplyThicknessWithAlpha: 0 + useBaseColorMap: 3 + useMaskMap: 0 + useNormalMap: 0 + useEmissiveMap: 0 + colorMode: 1 + useEmissive: 0 + doubleSided: 0 + enableShadows: 1 + enableSpecular: 1 + enableCookie: 1 + enableEnvLight: 1 +--- !u!114 &8926484042661614569 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614569} + m_MasterData: + m_Owner: {fileID: 8926484042661614568} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: smoothness + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 0 + m_Min: 0 + m_Max: 1 + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614570 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614570} + m_MasterData: + m_Owner: {fileID: 8926484042661614568} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.1208246 + m_Space: 2147483647 + m_Property: + name: metallic + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 0 + m_Min: 0 + m_Max: 1 + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614571 +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: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614571} + m_MasterData: + m_Owner: {fileID: 8926484042661614568} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: baseColorMap + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Base Color (RGB) Opacity (A) + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614573 +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: 081ffb0090424ba4cb05370a42ead6b9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + opaqueRenderQueue: 0 + transparentRenderQueue: 1 +--- !u!114 &8926484042661614632 +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: 5e382412bb691334bb79457a6c127924, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114023846229194376} + m_Children: [] + m_UIPosition: {x: 0, y: 2} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614644} + - {fileID: 8926484042661614634} + m_OutputSlots: [] + m_Disabled: 0 + repeat: 0 + spawnMode: 0 + delayMode: 0 +--- !u!114 &8926484042661614634 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614634} + m_MasterData: + m_Owner: {fileID: 8926484042661614632} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Delay + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Delay between each burst + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614644 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614644} + m_MasterData: + m_Owner: {fileID: 8926484042661614632} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 65536 + m_Space: 2147483647 + m_Property: + name: Count + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Count for each burst + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615903 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 2dc095764ededfa4bb32fa602511ea4b, type: 3} + m_Name: VFXBasicUpdate + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 8926484042661616329} + m_UIPosition: {x: 1013, y: 734} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 114428730288789306} + m_InputFlowSlot: + - link: + - context: {fileID: 114946465509916290} + slotIndex: 0 + m_OutputFlowSlot: + - link: + - context: {fileID: 8926484042661614568} + slotIndex: 0 + integration: 0 + angularIntegration: 0 + ageParticles: 1 + reapParticles: 1 +--- !u!114 &8926484042661616178 +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: 486e063e1ed58c843942ea4122829ab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -2011, y: 397} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616179} + attribute: position + location: 0 + mask: xyz +--- !u!114 &8926484042661616179 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616180} + - {fileID: 8926484042661616181} + - {fileID: 8926484042661616182} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616179} + m_MasterData: + m_Owner: {fileID: 8926484042661616178} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616180 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616179} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616179} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616390} +--- !u!114 &8926484042661616181 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616179} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616179} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616391} +--- !u!114 &8926484042661616182 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616179} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616179} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616223 +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: 49ad58bc1dec884458b12f6731fc091c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -587, y: 464} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616224} + - {fileID: 8926484042661616225} + - {fileID: 8926484042661616228} + m_OutputSlots: + - {fileID: 8926484042661616229} +--- !u!114 &8926484042661616224 +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: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616224} + m_MasterData: + m_Owner: {fileID: 8926484042661616223} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":2800000,"guid":"51866e0f77a17e5449fb444215f5c04b","type":3}}' + m_Space: 2147483647 + m_Property: + name: texture + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The texture to sample from. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616419} +--- !u!114 &8926484042661616225 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616226} + - {fileID: 8926484042661616227} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616225} + m_MasterData: + m_Owner: {fileID: 8926484042661616223} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0}' + m_Space: 2147483647 + m_Property: + name: uv + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The texture coordinate used for the sampling. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617376} +--- !u!114 &8926484042661616226 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616225} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616225} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616227 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616225} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616225} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616228 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616228} + m_MasterData: + m_Owner: {fileID: 8926484042661616223} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: mipLevel + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The mip level to sample from. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616229 +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: c499060cea9bbb24b8d723eafa343303, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616230} + - {fileID: 8926484042661616231} + - {fileID: 8926484042661616232} + - {fileID: 8926484042661616233} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616229} + m_MasterData: + m_Owner: {fileID: 8926484042661616223} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector4, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0,"w":0.0}' + m_Space: 2147483647 + m_Property: + name: s + m_serializedType: + m_SerializableType: UnityEngine.Vector4, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616230 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616229} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616229} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617446} +--- !u!114 &8926484042661616231 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616229} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616229} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616232 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616229} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616229} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616233 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616229} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616229} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: w + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616298 +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: 3ab9b05052599f344a6b1ae204834e10, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114946465509916290} + m_Children: [] + m_UIPosition: {x: 0, y: 2} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661617410} + - {fileID: 8926484042661616300} + - {fileID: 8926484042661616301} + - {fileID: 8926484042661616302} + - {fileID: 8926484042661616303} + - {fileID: 8926484042661616308} + - {fileID: 8926484042661616313} + - {fileID: 8926484042661616318} + m_OutputSlots: [] + m_Disabled: 0 + shape: 2 + index: 0 + writePosition: 1 + writeTargetPosition: 0 + mode: 0 +--- !u!114 &8926484042661616300 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616300} + m_MasterData: + m_Owner: {fileID: 8926484042661616298} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 256 + m_Space: 2147483647 + m_Property: + name: CountX + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Element X count used to loop over the sequence + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616301 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616301} + m_MasterData: + m_Owner: {fileID: 8926484042661616298} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 256 + m_Space: 2147483647 + m_Property: + name: CountY + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Element Y count used to loop over the sequence + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616302 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616302} + m_MasterData: + m_Owner: {fileID: 8926484042661616298} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: CountZ + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Element Z count used to loop over the sequence + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616303 +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: 5265657162cc1a241bba03a3b0476d99, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616304} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616303} + m_MasterData: + m_Owner: {fileID: 8926484042661616298} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"position":{"x":0.0,"y":0.0,"z":0.0}}' + m_Space: 0 + m_Property: + name: Origin + m_serializedType: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616304 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616303} + m_Children: + - {fileID: 8926484042661616305} + - {fileID: 8926484042661616306} + - {fileID: 8926484042661616307} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616303} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The position. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616305 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616304} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616303} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616306 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616304} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616303} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616307 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616304} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616303} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616308 +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: a9f9544b71b7dab44a4644b6807e8bf6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616309} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616308} + m_MasterData: + m_Owner: {fileID: 8926484042661616298} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"vector":{"x":1.0,"y":0.0,"z":0.0}}' + m_Space: 0 + m_Property: + name: AxisX + m_serializedType: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616309 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616308} + m_Children: + - {fileID: 8926484042661616310} + - {fileID: 8926484042661616311} + - {fileID: 8926484042661616312} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616308} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: vector + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The vector. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616310 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616309} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616308} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616311 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616309} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616308} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616312 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616309} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616308} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616313 +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: a9f9544b71b7dab44a4644b6807e8bf6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616314} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616313} + m_MasterData: + m_Owner: {fileID: 8926484042661616298} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"vector":{"x":0.0,"y":1.0,"z":0.0}}' + m_Space: 0 + m_Property: + name: AxisY + m_serializedType: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616314 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616313} + m_Children: + - {fileID: 8926484042661616315} + - {fileID: 8926484042661616316} + - {fileID: 8926484042661616317} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616313} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: vector + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The vector. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616315 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616314} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616313} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616316 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616314} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616313} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616317 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616314} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616313} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616318 +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: a9f9544b71b7dab44a4644b6807e8bf6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616319} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616318} + m_MasterData: + m_Owner: {fileID: 8926484042661616298} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"vector":{"x":0.0,"y":0.0,"z":1.0}}' + m_Space: 0 + m_Property: + name: AxisZ + m_serializedType: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616319 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616318} + m_Children: + - {fileID: 8926484042661616320} + - {fileID: 8926484042661616321} + - {fileID: 8926484042661616322} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616318} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: vector + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The vector. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616320 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616319} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616318} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616321 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616319} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616318} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616322 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616319} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616318} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616329 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615903} + m_Children: [] + m_UIPosition: {x: 0, y: 2} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616335} + - {fileID: 8926484042661616334} + m_OutputSlots: [] + m_Disabled: 0 + attribute: scale + Composition: 3 + Source: 0 + Random: 0 + channels: 2 +--- !u!114 &8926484042661616334 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616334} + m_MasterData: + m_Owner: {fileID: 8926484042661616329} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: Blend + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 0 + m_Min: 0 + m_Max: 1 + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616423} +--- !u!114 &8926484042661616335 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616335} + m_MasterData: + m_Owner: {fileID: 8926484042661616329} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: Scale + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617439} +--- !u!114 &8926484042661616343 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616344} + m_ExposedName: HightScale + m_Exposed: 1 + m_Order: 0 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661616344} + inputSlot: {fileID: 8926484042661617438} + position: {x: 650, y: 931} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661616344 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616344} + m_MasterData: + m_Owner: {fileID: 8926484042661616343} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 14.89 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617438} +--- !u!114 &8926484042661616345 +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: 0a02ebe9815b1084495277ae39c6c270, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1023, y: 556} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616562} + - {fileID: 8926484042661616347} + - {fileID: 8926484042661616348} + - {fileID: 8926484042661616349} + - {fileID: 8926484042661616350} + m_OutputSlots: + - {fileID: 8926484042661616565} + m_Type: + - m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_Clamp: 0 +--- !u!114 &8926484042661616347 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616347} + m_MasterData: + m_Owner: {fileID: 8926484042661616345} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: -1 + m_Space: 2147483647 + m_Property: + name: oldRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616348 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616348} + m_MasterData: + m_Owner: {fileID: 8926484042661616345} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: oldRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616349 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616349} + m_MasterData: + m_Owner: {fileID: 8926484042661616345} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: newRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616350 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616350} + m_MasterData: + m_Owner: {fileID: 8926484042661616345} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: newRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616352 +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: 0155ae97d9a75e3449c6d0603b79c2f4, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1253, y: 668} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616559} + - {fileID: 8926484042661616363} + m_OutputSlots: + - {fileID: 8926484042661616366} + m_Operands: + - name: a + type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + - name: b + type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &8926484042661616356 +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: 955b0c175a6f3bb4582e92f3de8f0626, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1471, y: 855} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616357} + m_OutputSlots: + - {fileID: 8926484042661616360} + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &8926484042661616357 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616358} + - {fileID: 8926484042661616359} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616357} + m_MasterData: + m_Owner: {fileID: 8926484042661616356} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616358 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616357} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616357} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616378} +--- !u!114 &8926484042661616359 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616357} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616357} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616379} +--- !u!114 &8926484042661616360 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616361} + - {fileID: 8926484042661616362} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616360} + m_MasterData: + m_Owner: {fileID: 8926484042661616356} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616363} +--- !u!114 &8926484042661616361 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616360} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616360} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616362 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616360} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616360} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616363 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616364} + - {fileID: 8926484042661616365} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616363} + m_MasterData: + m_Owner: {fileID: 8926484042661616352} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0}' + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616360} +--- !u!114 &8926484042661616364 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616363} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616363} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616365 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616363} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616363} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616366 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616367} + - {fileID: 8926484042661616368} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616366} + m_MasterData: + m_Owner: {fileID: 8926484042661616352} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616562} +--- !u!114 &8926484042661616367 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616366} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616366} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616368 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616366} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616366} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616376 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616377} + m_ExposedName: Position + m_Exposed: 1 + m_Order: 5 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661616378} + inputSlot: {fileID: 8926484042661616358} + - outputSlot: {fileID: 8926484042661616379} + inputSlot: {fileID: 8926484042661616359} + position: {x: -1671, y: 924} + expandedSlots: + - {fileID: 8926484042661616377} + expanded: 1 +--- !u!114 &8926484042661616377 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616378} + - {fileID: 8926484042661616379} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616377} + m_MasterData: + m_Owner: {fileID: 8926484042661616376} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616378 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616377} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616377} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616358} +--- !u!114 &8926484042661616379 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616377} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616377} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616359} +--- !u!114 &8926484042661616384 +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: 39201e37c9a341c45bace12065f0cb90, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1461, y: 696} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616395} + - {fileID: 8926484042661616408} + m_OutputSlots: + - {fileID: 8926484042661616398} + m_Operands: + - name: a + type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + - name: b + type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &8926484042661616388 +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: 955b0c175a6f3bb4582e92f3de8f0626, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1737, y: 542} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616389} + m_OutputSlots: + - {fileID: 8926484042661616392} + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &8926484042661616389 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616390} + - {fileID: 8926484042661616391} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616389} + m_MasterData: + m_Owner: {fileID: 8926484042661616388} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616390 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616389} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616389} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616180} +--- !u!114 &8926484042661616391 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616389} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616389} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616181} +--- !u!114 &8926484042661616392 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616393} + - {fileID: 8926484042661616394} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616392} + m_MasterData: + m_Owner: {fileID: 8926484042661616388} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616395} +--- !u!114 &8926484042661616393 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616392} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616392} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616394 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616392} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616392} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616395 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616396} + - {fileID: 8926484042661616397} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616395} + m_MasterData: + m_Owner: {fileID: 8926484042661616384} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0}' + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616392} +--- !u!114 &8926484042661616396 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616395} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616395} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616397 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616395} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616395} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616398 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616399} + - {fileID: 8926484042661616400} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616398} + m_MasterData: + m_Owner: {fileID: 8926484042661616384} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616559} +--- !u!114 &8926484042661616399 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616398} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616398} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616400 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616398} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616398} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616408 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616409} + - {fileID: 8926484042661616410} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616408} + m_MasterData: + m_Owner: {fileID: 8926484042661616384} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0}' + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616556} +--- !u!114 &8926484042661616409 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616408} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616408} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616410 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616408} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616408} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616411 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616412} + m_ExposedName: Size + m_Exposed: 1 + m_Order: 6 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661616413} + inputSlot: {fileID: 8926484042661616554} + - outputSlot: {fileID: 8926484042661616414} + inputSlot: {fileID: 8926484042661616555} + position: {x: -1926, y: 727} + expandedSlots: + - {fileID: 8926484042661616412} + expanded: 1 +--- !u!114 &8926484042661616412 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616413} + - {fileID: 8926484042661616414} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616412} + m_MasterData: + m_Owner: {fileID: 8926484042661616411} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0}' + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616413 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616412} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616412} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616554} +--- !u!114 &8926484042661616414 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616412} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616412} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616555} +--- !u!114 &8926484042661616418 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616419} + m_ExposedName: DepthImage + m_Exposed: 1 + m_Order: 2 + m_Category: Kinect Image + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661616419} + inputSlot: {fileID: 8926484042661616224} + position: {x: -862, y: 454} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661616419 +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: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616419} + m_MasterData: + m_Owner: {fileID: 8926484042661616418} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":2800000,"guid":"3b6f1cd74f73e0e4b9b42e8501fd3233","type":3}}' + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616224} +--- !u!114 &8926484042661616420 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 296, y: 1138} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616421} + - {fileID: 8926484042661616422} + m_OutputSlots: + - {fileID: 8926484042661616423} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661616421 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616421} + m_MasterData: + m_Owner: {fileID: 8926484042661616420} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616425} +--- !u!114 &8926484042661616422 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616422} + m_MasterData: + m_Owner: {fileID: 8926484042661616420} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616427} +--- !u!114 &8926484042661616423 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616423} + m_MasterData: + m_Owner: {fileID: 8926484042661616420} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616334} +--- !u!114 &8926484042661616424 +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: 7d33fb94df928ef4c986f97607706b82, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 161, y: 1110} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616425} + m_expressionOp: 6 +--- !u!114 &8926484042661616425 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616425} + m_MasterData: + m_Owner: {fileID: 8926484042661616424} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: DeltaTime + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616421} +--- !u!114 &8926484042661616426 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616427} + m_ExposedName: BlendSpeed + m_Exposed: 1 + m_Order: 7 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661616427} + inputSlot: {fileID: 8926484042661616422} + position: {x: 135, y: 1207} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661616427 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616427} + m_MasterData: + m_Owner: {fileID: 8926484042661616426} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 2 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616422} +--- !u!114 &8926484042661616428 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614568} + m_Children: [] + m_UIPosition: {x: 0, y: 2} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616429} + m_OutputSlots: [] + m_Disabled: 0 + attribute: size + Composition: 0 + Source: 0 + Random: 0 + channels: 6 +--- !u!114 &8926484042661616429 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616429} + m_MasterData: + m_Owner: {fileID: 8926484042661616428} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: Size + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616430 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614568} + m_Children: [] + m_UIPosition: {x: 0, y: 75} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616431} + m_OutputSlots: [] + m_Disabled: 0 + attribute: pivot + Composition: 0 + Source: 0 + Random: 0 + channels: 6 +--- !u!114 &8926484042661616431 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616432} + - {fileID: 8926484042661616433} + - {fileID: 8926484042661616434} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616431} + m_MasterData: + m_Owner: {fileID: 8926484042661616430} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.5}' + m_Space: 2147483647 + m_Property: + name: Pivot + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616432 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616431} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616431} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616433 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616431} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616431} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616434 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616431} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616431} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616435 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614568} + m_Children: [] + m_UIPosition: {x: 0, y: 184} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616611} + m_OutputSlots: [] + m_Disabled: 0 + attribute: scale + Composition: 0 + Source: 0 + Random: 0 + channels: 3 +--- !u!114 &8926484042661616463 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616464} + m_ExposedName: Voxel Size + m_Exposed: 1 + m_Order: 8 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: 'Standard: 0.0078 + +' + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661616464} + inputSlot: {fileID: 8926484042661616611} + - outputSlot: {fileID: 8926484042661616464} + inputSlot: {fileID: 8926484042661616534} + position: {x: 43, y: 1340} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661616464 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616464} + m_MasterData: + m_Owner: {fileID: 8926484042661616463} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.004 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616534} + - {fileID: 8926484042661616611} +--- !u!114 &8926484042661616473 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614568} + m_Children: [] + m_UIPosition: {x: 0, y: 293} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616478} + m_OutputSlots: [] + m_Disabled: 0 + attribute: scale + Composition: 0 + Source: 0 + Random: 0 + channels: 2 +--- !u!114 &8926484042661616478 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616478} + m_MasterData: + m_Owner: {fileID: 8926484042661616473} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: Scale + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616482} +--- !u!114 &8926484042661616479 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 278, y: 1581} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616480} + - {fileID: 8926484042661616481} + m_OutputSlots: + - {fileID: 8926484042661616482} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661616480 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616480} + m_MasterData: + m_Owner: {fileID: 8926484042661616479} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616490} +--- !u!114 &8926484042661616481 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616481} + m_MasterData: + m_Owner: {fileID: 8926484042661616479} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616601} +--- !u!114 &8926484042661616482 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616482} + m_MasterData: + m_Owner: {fileID: 8926484042661616479} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616478} +--- !u!114 &8926484042661616489 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616490} + m_ExposedName: Elevation + m_Exposed: 1 + m_Order: 9 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661616490} + inputSlot: {fileID: 8926484042661616480} + position: {x: 152, y: 1496} + expandedSlots: [] + expanded: 0 + - m_Id: 1 + linkedSlots: + - outputSlot: {fileID: 8926484042661616490} + inputSlot: {fileID: 8926484042661616517} + position: {x: -968, y: 1617} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661616490 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616490} + m_MasterData: + m_Owner: {fileID: 8926484042661616489} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.48 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616480} + - {fileID: 8926484042661616517} +--- !u!114 &8926484042661616491 +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: 1e3ae21a3e79373418239098293debe3, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 25, y: 1546} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616600} + - {fileID: 8926484042661616493} + m_OutputSlots: + - {fileID: 8926484042661616601} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661616493 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616493} + m_MasterData: + m_Owner: {fileID: 8926484042661616491} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616511} +--- !u!114 &8926484042661616495 +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: 486e063e1ed58c843942ea4122829ab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -245, y: 1353} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616599} + attribute: scale + location: 0 + mask: z +--- !u!114 &8926484042661616509 +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: 955b0c175a6f3bb4582e92f3de8f0626, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -211, y: 1563} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616510} + m_OutputSlots: + - {fileID: 8926484042661616511} + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661616510 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616510} + m_MasterData: + m_Owner: {fileID: 8926484042661616509} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.45 + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616514} +--- !u!114 &8926484042661616511 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616511} + m_MasterData: + m_Owner: {fileID: 8926484042661616509} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616493} +--- !u!114 &8926484042661616512 +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: f87b8031558fdb14996c1e90394cc453, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -453, y: 1480} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616513} + m_OutputSlots: + - {fileID: 8926484042661616514} + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661616513 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616513} + m_MasterData: + m_Owner: {fileID: 8926484042661616512} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: input + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to be clamped. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616518} +--- !u!114 &8926484042661616514 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616514} + m_MasterData: + m_Owner: {fileID: 8926484042661616512} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616510} +--- !u!114 &8926484042661616515 +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: 39201e37c9a341c45bace12065f0cb90, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -721, y: 1499} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616516} + - {fileID: 8926484042661616517} + m_OutputSlots: + - {fileID: 8926484042661616518} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661616516 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616516} + m_MasterData: + m_Owner: {fileID: 8926484042661616515} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616523} +--- !u!114 &8926484042661616517 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616517} + m_MasterData: + m_Owner: {fileID: 8926484042661616515} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616490} +--- !u!114 &8926484042661616518 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616518} + m_MasterData: + m_Owner: {fileID: 8926484042661616515} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616513} +--- !u!114 &8926484042661616522 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616523} + m_ExposedName: Ground Level + m_Exposed: 1 + m_Order: 10 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661616523} + inputSlot: {fileID: 8926484042661616516} + position: {x: -975, y: 1484} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661616523 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616523} + m_MasterData: + m_Owner: {fileID: 8926484042661616522} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616516} +--- !u!114 &8926484042661616526 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614568} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616605} + m_OutputSlots: [] + m_Disabled: 0 + attribute: scale + Composition: 0 + Source: 0 + Random: 0 + channels: 2 +--- !u!114 &8926484042661616532 +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: 450dd1d050ada6742a20f27ee0b2dcea, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 133, y: 1774} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616541} + - {fileID: 8926484042661616534} + m_OutputSlots: + - {fileID: 8926484042661616545} + m_Type: + - m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661616534 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616534} + m_MasterData: + m_Owner: {fileID: 8926484042661616532} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 1 + m_Min: 0.000001 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The granularity. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616464} +--- !u!114 &8926484042661616536 +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: 486e063e1ed58c843942ea4122829ab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -155, y: 1815} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616549} + attribute: scale + location: 0 + mask: z +--- !u!114 &8926484042661616541 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616542} + - {fileID: 8926484042661616543} + - {fileID: 8926484042661616544} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616541} + m_MasterData: + m_Owner: {fileID: 8926484042661616532} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to be discretized. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616549} +--- !u!114 &8926484042661616542 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616541} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616541} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616543 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616541} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616541} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616544 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616541} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616541} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616545 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616546} + - {fileID: 8926484042661616547} + - {fileID: 8926484042661616548} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616545} + m_MasterData: + m_Owner: {fileID: 8926484042661616532} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616605} +--- !u!114 &8926484042661616546 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616545} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616545} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616547 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616545} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616545} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616548 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616545} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616545} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616549 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616549} + m_MasterData: + m_Owner: {fileID: 8926484042661616536} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: scale + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616541} +--- !u!114 &8926484042661616552 +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: 955b0c175a6f3bb4582e92f3de8f0626, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1725, y: 716} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616553} + m_OutputSlots: + - {fileID: 8926484042661616556} + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &8926484042661616553 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616554} + - {fileID: 8926484042661616555} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616553} + m_MasterData: + m_Owner: {fileID: 8926484042661616552} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0}' + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616554 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616553} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616553} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616413} +--- !u!114 &8926484042661616555 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616553} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616553} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616414} +--- !u!114 &8926484042661616556 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616557} + - {fileID: 8926484042661616558} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616556} + m_MasterData: + m_Owner: {fileID: 8926484042661616552} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616408} +--- !u!114 &8926484042661616557 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616556} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616556} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616558 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616556} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616556} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616559 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616560} + - {fileID: 8926484042661616561} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616559} + m_MasterData: + m_Owner: {fileID: 8926484042661616352} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0}' + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616398} +--- !u!114 &8926484042661616560 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616559} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616559} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616561 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616559} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616559} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616562 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616563} + - {fileID: 8926484042661616564} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616562} + m_MasterData: + m_Owner: {fileID: 8926484042661616345} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0}' + m_Space: 2147483647 + m_Property: + name: input + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to be remapped into the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616366} +--- !u!114 &8926484042661616563 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616562} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616562} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616564 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616562} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616562} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616565 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616566} + - {fileID: 8926484042661616567} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616565} + m_MasterData: + m_Owner: {fileID: 8926484042661616345} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617373} +--- !u!114 &8926484042661616566 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616565} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616565} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616567 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616565} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616565} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616599 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616599} + m_MasterData: + m_Owner: {fileID: 8926484042661616495} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: scale + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616600} +--- !u!114 &8926484042661616600 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616600} + m_MasterData: + m_Owner: {fileID: 8926484042661616491} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616599} +--- !u!114 &8926484042661616601 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616601} + m_MasterData: + m_Owner: {fileID: 8926484042661616491} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616481} +--- !u!114 &8926484042661616605 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616605} + m_MasterData: + m_Owner: {fileID: 8926484042661616526} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: Scale + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616545} +--- !u!114 &8926484042661616611 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616612} + - {fileID: 8926484042661616613} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616611} + m_MasterData: + m_Owner: {fileID: 8926484042661616435} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0}' + m_Space: 2147483647 + m_Property: + name: Scale + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616464} +--- !u!114 &8926484042661616612 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616611} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616611} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616613 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616611} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616611} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616614 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616615} + m_ExposedName: MovementImage + m_Exposed: 1 + m_Order: 11 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: [] + position: {x: -1128, y: 452} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661616615 +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: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616615} + m_MasterData: + m_Owner: {fileID: 8926484042661616614} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":2800000,"guid":"276d9e395ae18fe40a9b4988549f2349","type":3}}' + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661617206 +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: 82d0db94cf826d249b0f76cc51492bf4, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 282, y: 513} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661617207} + - {fileID: 8926484042661617208} + m_OutputSlots: + - {fileID: 8926484042661617209} + m_Type: + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661617207 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617207} + m_MasterData: + m_Owner: {fileID: 8926484042661617206} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Value + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to compare + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617413} +--- !u!114 &8926484042661617208 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617208} + m_MasterData: + m_Owner: {fileID: 8926484042661617206} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.27 + m_Space: 2147483647 + m_Property: + name: Threshold + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The threshold from which the function will return one + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617343} +--- !u!114 &8926484042661617209 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617209} + m_MasterData: + m_Owner: {fileID: 8926484042661617206} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617435} +--- !u!114 &8926484042661617210 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 588, y: 349} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661617212} + - {fileID: 8926484042661617228} + - {fileID: 8926484042661617435} + m_OutputSlots: + - {fileID: 8926484042661617213} + m_Operands: + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: c + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: c + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661617212 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617212} + m_MasterData: + m_Owner: {fileID: 8926484042661617210} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617413} +--- !u!114 &8926484042661617213 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617213} + m_MasterData: + m_Owner: {fileID: 8926484042661617210} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617437} +--- !u!114 &8926484042661617224 +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: 82d0db94cf826d249b0f76cc51492bf4, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 291, y: 700} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661617225} + - {fileID: 8926484042661617226} + m_OutputSlots: + - {fileID: 8926484042661617227} + m_Type: + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661617225 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617225} + m_MasterData: + m_Owner: {fileID: 8926484042661617224} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Value + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to compare + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617420} +--- !u!114 &8926484042661617226 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617226} + m_MasterData: + m_Owner: {fileID: 8926484042661617224} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.54 + m_Space: 2147483647 + m_Property: + name: Threshold + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The threshold from which the function will return one + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617434} +--- !u!114 &8926484042661617227 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617227} + m_MasterData: + m_Owner: {fileID: 8926484042661617224} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617228} +--- !u!114 &8926484042661617228 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617228} + m_MasterData: + m_Owner: {fileID: 8926484042661617210} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: c + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617227} +--- !u!114 &8926484042661617340 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661617341} + m_ExposedName: Max_Threshold + m_Exposed: 1 + m_Order: 12 + m_Category: + m_Min: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661617341} + inputSlot: {fileID: 8926484042661617433} + position: {x: 0, y: 770} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661617341 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617341} + m_MasterData: + m_Owner: {fileID: 8926484042661617340} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.14 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617433} +--- !u!114 &8926484042661617342 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661617343} + m_ExposedName: Min_Threshold + m_Exposed: 1 + m_Order: 13 + m_Category: + m_Min: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661617343} + inputSlot: {fileID: 8926484042661617208} + position: {x: 59, y: 586} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661617343 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617343} + m_MasterData: + m_Owner: {fileID: 8926484042661617342} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.84 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617208} +--- !u!114 &8926484042661617369 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -747, y: 742} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661617373} + - {fileID: 8926484042661617395} + m_OutputSlots: + - {fileID: 8926484042661617376} + m_Operands: + - name: a + type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + - name: b + type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &8926484042661617373 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661617374} + - {fileID: 8926484042661617375} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617373} + m_MasterData: + m_Owner: {fileID: 8926484042661617369} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0}' + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616565} +--- !u!114 &8926484042661617374 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617373} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617373} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617375 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617373} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617373} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617376 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661617377} + - {fileID: 8926484042661617378} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617376} + m_MasterData: + m_Owner: {fileID: 8926484042661617369} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616225} +--- !u!114 &8926484042661617377 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617376} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617376} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661617378 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617376} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617376} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661617395 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661617396} + - {fileID: 8926484042661617397} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617395} + m_MasterData: + m_Owner: {fileID: 8926484042661617369} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0}' + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617406} +--- !u!114 &8926484042661617396 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617395} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617395} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617397 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617395} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617395} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617398 +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: d477093cb708e2e45bf548a06776ed5b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1049, y: 861} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661617399} + - {fileID: 8926484042661617402} + - {fileID: 8926484042661617405} + m_OutputSlots: + - {fileID: 8926484042661617406} +--- !u!114 &8926484042661617399 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661617400} + - {fileID: 8926484042661617401} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617399} + m_MasterData: + m_Owner: {fileID: 8926484042661617398} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":-1.0}' + m_Space: 2147483647 + m_Property: + name: Position + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Position to Rotate + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617400 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617399} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617399} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617401 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617399} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617399} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617402 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661617403} + - {fileID: 8926484042661617404} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617402} + m_MasterData: + m_Owner: {fileID: 8926484042661617398} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0}' + m_Space: 2147483647 + m_Property: + name: RotationCenter + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Rotation Center + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617403 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617402} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617402} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617404 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617402} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617402} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617405 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617405} + m_MasterData: + m_Owner: {fileID: 8926484042661617398} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Angle + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Angle in Radians + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617406 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661617407} + - {fileID: 8926484042661617408} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617406} + m_MasterData: + m_Owner: {fileID: 8926484042661617398} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0}' + m_Space: 2147483647 + m_Property: + name: Position + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Rotated Position + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617395} +--- !u!114 &8926484042661617407 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617406} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617406} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661617408 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617406} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617406} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661617410 +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: 4d246e354feb93041a837a9ef59437cb, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617410} + m_MasterData: + m_Owner: {fileID: 8926484042661616298} + m_Value: + m_Type: + m_SerializableType: System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: OffsetIndex + m_serializedType: + m_SerializableType: System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Offset applied to the initial index used to compute the position + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617411 +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: c8ac0ebcb5fd27b408f3700034222acb, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -213, y: 496} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661617412} + m_OutputSlots: + - {fileID: 8926484042661617413} + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661617412 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617412} + m_MasterData: + m_Owner: {fileID: 8926484042661617411} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617448} +--- !u!114 &8926484042661617413 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617413} + m_MasterData: + m_Owner: {fileID: 8926484042661617411} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617207} + - {fileID: 8926484042661617212} + - {fileID: 8926484042661617419} +--- !u!114 &8926484042661617418 +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: c8ac0ebcb5fd27b408f3700034222acb, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 50, y: 656} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661617419} + m_OutputSlots: + - {fileID: 8926484042661617420} + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661617419 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617419} + m_MasterData: + m_Owner: {fileID: 8926484042661617418} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617413} +--- !u!114 &8926484042661617420 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617420} + m_MasterData: + m_Owner: {fileID: 8926484042661617418} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617225} +--- !u!114 &8926484042661617432 +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: c8ac0ebcb5fd27b408f3700034222acb, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 138, y: 812} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661617433} + m_OutputSlots: + - {fileID: 8926484042661617434} + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661617433 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617433} + m_MasterData: + m_Owner: {fileID: 8926484042661617432} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617341} +--- !u!114 &8926484042661617434 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617434} + m_MasterData: + m_Owner: {fileID: 8926484042661617432} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617226} +--- !u!114 &8926484042661617435 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617435} + m_MasterData: + m_Owner: {fileID: 8926484042661617210} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: c + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617209} +--- !u!114 &8926484042661617436 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 819, y: 753} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661617437} + - {fileID: 8926484042661617438} + m_OutputSlots: + - {fileID: 8926484042661617439} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661617437 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617437} + m_MasterData: + m_Owner: {fileID: 8926484042661617436} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617213} +--- !u!114 &8926484042661617438 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617438} + m_MasterData: + m_Owner: {fileID: 8926484042661617436} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616344} +--- !u!114 &8926484042661617439 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617439} + m_MasterData: + m_Owner: {fileID: 8926484042661617436} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616335} +--- !u!114 &8926484042661617445 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -368, y: 720} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661617446} + - {fileID: 8926484042661617447} + m_OutputSlots: + - {fileID: 8926484042661617448} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661617446 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617446} + m_MasterData: + m_Owner: {fileID: 8926484042661617445} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616230} +--- !u!114 &8926484042661617447 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617447} + m_MasterData: + m_Owner: {fileID: 8926484042661617445} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 10 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617457} +--- !u!114 &8926484042661617448 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617448} + m_MasterData: + m_Owner: {fileID: 8926484042661617445} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617412} +--- !u!114 &8926484042661617456 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661617457} + m_ExposedName: Depth_Texture Saturation + m_Exposed: 1 + m_Order: 14 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661617457} + inputSlot: {fileID: 8926484042661617447} + position: {x: -592, y: 930} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661617457 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617457} + m_MasterData: + m_Owner: {fileID: 8926484042661617456} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 29.1 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617447} +--- !u!114 &8926484042661617458 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114946465509916290} + m_Children: [] + m_UIPosition: {x: 0, y: 289} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661617459} + m_OutputSlots: [] + m_Disabled: 0 + attribute: scale + Composition: 0 + Source: 0 + Random: 0 + channels: 1 +--- !u!114 &8926484042661617459 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617459} + m_MasterData: + m_Owner: {fileID: 8926484042661617458} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Scale + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617460 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661617461} + m_ExposedName: Spectrum Value 1 + m_Exposed: 1 + m_Order: 3 + m_Category: Pd Values + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: [] +--- !u!114 &8926484042661617461 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617461} + m_MasterData: + m_Owner: {fileID: 8926484042661617460} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661617462 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661617463} + m_ExposedName: Pitch Value + m_Exposed: 1 + m_Order: 1 + m_Category: Pd Values + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: [] +--- !u!114 &8926484042661617463 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617463} + m_MasterData: + m_Owner: {fileID: 8926484042661617462} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661617464 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661617465} + m_ExposedName: Spectrum Value 2 + m_Exposed: 1 + m_Order: 4 + m_Category: Pd Values + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: [] +--- !u!114 &8926484042661617465 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617465} + m_MasterData: + m_Owner: {fileID: 8926484042661617464} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Neadle Texture.vfx.meta b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Neadle Texture.vfx.meta new file mode 100644 index 0000000..607ca3d --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Neadle Texture.vfx.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0ce7c3858e725a149acfcb19f26295c5 +VisualEffectImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Particles.vfx b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Particles.vfx new file mode 100644 index 0000000..3024b35 --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Particles.vfx @@ -0,0 +1,13148 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &114023846229194376 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 73a13919d81fb7444849bae8b5c812a2, type: 3} + m_Name: VFXBasicSpawner + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 114873264888500148} + m_UIPosition: {x: 635, y: -743} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 0} + m_InputFlowSlot: + - link: [] + - link: [] + m_OutputFlowSlot: + - link: + - context: {fileID: 114946465509916290} + slotIndex: 0 +--- !u!114 &114131763552434164 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: SetAttribute + m_EditorClassIdentifier: + m_Parent: {fileID: 114946465509916290} + m_Children: [] + m_UIPosition: {x: 0, y: 97} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614868} + m_OutputSlots: [] + m_Disabled: 0 + attribute: lifetime + Composition: 0 + Source: 0 + Random: 0 + channels: 6 +--- !u!114 &114307113894698210 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 1b605c022ee79394a8a776c0869b3f9a, type: 3} + m_Name: VFXSlot + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 114986932069951040} + - {fileID: 114963171269329408} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 114946465509916290} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.AABox, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"center":{"x":0.0,"y":0.0,"z":0.0},"size":{"x":10.0,"y":10.0,"z":10.0}}' + m_Space: 0 + m_Property: + name: bounds + m_serializedType: + m_SerializableType: UnityEditor.VFX.AABox, Unity.VisualEffectGraph.Editor, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114340500867371532 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: d01270efd3285ea4a9d6c555cb0a8027, type: 3} + m_Name: VFXUI + m_EditorClassIdentifier: + groupInfos: + - title: DF Noise + position: + serializedVersion: 2 + x: -1753 + y: 636 + width: 2282 + height: 499 + contents: + - model: {fileID: 8926484042661614739} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661614756} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661614761} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661614773} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661614790} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661614815} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661614829} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661614841} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661614843} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661614803} + id: 0 + isStickyNote: 0 + - title: Velocity to Scale + position: + serializedVersion: 2 + x: -189 + y: 1600 + width: 800 + height: 269 + contents: + - model: {fileID: 8926484042661614692} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661614697} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661614725} + id: 0 + isStickyNote: 0 + - title: Initial Velocity + position: + serializedVersion: 2 + x: -398 + y: -716 + width: 883 + height: 412 + contents: + - model: {fileID: 8926484042661614869} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661614856} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661614864} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661614860} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661614851} + id: 0 + isStickyNote: 0 + - title: Attribute Map Samples + position: + serializedVersion: 2 + x: -735 + y: -270 + width: 1415 + height: 931 + contents: + - model: {fileID: 8926484042661614890} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661614885} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661614895} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661615033} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661614942} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661614952} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661614980} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661614984} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661614988} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661614992} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661614998} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661615015} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661615019} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661615044} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661615237} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661615242} + id: 0 + isStickyNote: 0 + stickyNoteInfos: [] + systemInfos: [] + categories: [] + uiBounds: + serializedVersion: 2 + x: -1753 + y: -926 + width: 3294 + height: 2795 +--- !u!114 &114350483966674976 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 7d4c867f6b72b714dbb5fd1780afe208, type: 3} + m_Name: Particles + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 114023846229194376} + - {fileID: 114946465509916290} + - {fileID: 114780028408030698} + - {fileID: 8926484042661614622} + - {fileID: 8926484042661614692} + - {fileID: 8926484042661614697} + - {fileID: 8926484042661614725} + - {fileID: 8926484042661614739} + - {fileID: 8926484042661614756} + - {fileID: 8926484042661614761} + - {fileID: 8926484042661614773} + - {fileID: 8926484042661614790} + - {fileID: 8926484042661614803} + - {fileID: 8926484042661614815} + - {fileID: 8926484042661614829} + - {fileID: 8926484042661614841} + - {fileID: 8926484042661614843} + - {fileID: 8926484042661614851} + - {fileID: 8926484042661614856} + - {fileID: 8926484042661614860} + - {fileID: 8926484042661614864} + - {fileID: 8926484042661614869} + - {fileID: 8926484042661614879} + - {fileID: 8926484042661614881} + - {fileID: 8926484042661614885} + - {fileID: 8926484042661614890} + - {fileID: 8926484042661614895} + - {fileID: 8926484042661615033} + - {fileID: 8926484042661614942} + - {fileID: 8926484042661614952} + - {fileID: 8926484042661614980} + - {fileID: 8926484042661614984} + - {fileID: 8926484042661614988} + - {fileID: 8926484042661614992} + - {fileID: 8926484042661614998} + - {fileID: 8926484042661615015} + - {fileID: 8926484042661615019} + - {fileID: 8926484042661615044} + - {fileID: 8926484042661615046} + - {fileID: 8926484042661615077} + - {fileID: 8926484042661615087} + - {fileID: 8926484042661615207} + - {fileID: 8926484042661615237} + - {fileID: 8926484042661615242} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_UIInfos: {fileID: 114340500867371532} + m_ParameterInfo: + - name: Spawn Rate + path: Spawn Rate + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + min: 0 + max: 1 + descendantCount: 0 + - name: DepthImage + path: DepthImage + tooltip: + sheetType: m_NamedObject + realType: Texture2D + defaultValue: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + min: -Infinity + max: Infinity + descendantCount: 0 + - name: MovementImage + path: MovementImage + tooltip: + sheetType: m_NamedObject + realType: Texture2D + defaultValue: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + min: -Infinity + max: Infinity + descendantCount: 0 + m_GraphVersion: 2 + m_saved: 1 + m_SubgraphDependencies: [] + m_CategoryPath: +--- !u!114 &114380859405582094 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 114963171269329408} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114428730288789306 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: d78581a96eae8bf4398c282eb0b098bd, type: 3} + m_Name: VFXDataParticle + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + title: + m_Owners: + - {fileID: 114946465509916290} + - {fileID: 114780028408030698} + - {fileID: 8926484042661614622} + m_Capacity: 10000 + m_Space: 0 +--- !u!114 &114512514798047786 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 114963171269329408} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114538391275492396 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 114986932069951040} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114571176826476282 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114571176826476282} + m_MasterData: + m_Owner: {fileID: 114873264888500148} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 150000 + m_Space: 2147483647 + m_Property: + name: Rate + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Spawn Rate (in number per seconds) + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614884} +--- !u!114 &114739294351936256 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 114986932069951040} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114780028408030698 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 2dc095764ededfa4bb32fa602511ea4b, type: 3} + m_Name: VFXBasicUpdate + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 8926484042661614733} + - {fileID: 8926484042661614827} + m_UIPosition: {x: 621, y: 286} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 114428730288789306} + m_InputFlowSlot: + - link: + - context: {fileID: 114946465509916290} + slotIndex: 0 + m_OutputFlowSlot: + - link: + - context: {fileID: 8926484042661614622} + slotIndex: 0 + integration: 0 + angularIntegration: 0 + ageParticles: 1 + reapParticles: 1 +--- !u!114 &114873264888500148 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: f05c6884b705ce14d82ae720f0ec209f, type: 3} + m_Name: VFXSpawnerConstantRate + m_EditorClassIdentifier: + m_Parent: {fileID: 114023846229194376} + m_Children: [] + m_UIPosition: {x: 0, y: 2} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 114571176826476282} + m_OutputSlots: [] + m_Disabled: 0 +--- !u!114 &114920711487922656 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 114963171269329408} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114935892456706286 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 114986932069951040} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114946465509916290 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 9dfea48843f53fc438eabc12a3a30abc, type: 3} + m_Name: VFXBasicInitialize + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 114131763552434164} + - {fileID: 8926484042661614924} + - {fileID: 8926484042661614934} + - {fileID: 8926484042661614929} + m_UIPosition: {x: 620, y: -501} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 114307113894698210} + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 114428730288789306} + m_InputFlowSlot: + - link: + - context: {fileID: 114023846229194376} + slotIndex: 0 + m_OutputFlowSlot: + - link: + - context: {fileID: 114780028408030698} + slotIndex: 0 +--- !u!114 &114963171269329408 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: VFXSlotFloat3 + m_EditorClassIdentifier: + m_Parent: {fileID: 114307113894698210} + m_Children: + - {fileID: 114512514798047786} + - {fileID: 114920711487922656} + - {fileID: 114380859405582094} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: size + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The size of the box along each axis. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114986932069951040 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: VFXSlotFloat3 + m_EditorClassIdentifier: + m_Parent: {fileID: 114307113894698210} + m_Children: + - {fileID: 114739294351936256} + - {fileID: 114935892456706286} + - {fileID: 114538391275492396} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: center + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The centre of the box. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!2058629511 &8926484042661614527 +VisualEffectResource: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Particles + m_Graph: {fileID: 114350483966674976} + m_ShaderSources: + - compute: 1 + name: '[System 1]Initialize' + source: "#pragma kernel CSMain\r\n#define NB_THREADS_PER_GROUP 64\n#define VFX_USE_LIFETIME_CURRENT + 1\n#define VFX_USE_POSITION_CURRENT 1\n#define VFX_USE_COLOR_CURRENT 1\n#define + VFX_USE_PARTICLEID_CURRENT 1\n#define VFX_USE_VELOCITY_CURRENT 1\n#define VFX_USE_ALIVE_CURRENT + 1\n#define VFX_USE_AGE_CURRENT 1\n#define VFX_LOCAL_SPACE 1\n#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\n\r\nCBUFFER_START(parameters)\n + \ float uniform_b;\n float uniform_c;\n float uniform_d;\n uint PADDING_0;\nCBUFFER_END\nTexture2D + texture_b;\nSamplerState samplertexture_b;\n\n\r\n#include \"Packages/com.unity.visualeffectgraph/Shaders/Common/VFXCommonCompute.cginc\"\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\n\r\n\r\nRWByteAddressBuffer + attributeBuffer;\r\nByteAddressBuffer sourceAttributeBuffer;\r\n\r\nCBUFFER_START(initParams)\r\n#if + !VFX_USE_SPAWNER_FROM_GPU\r\n uint nbSpawned;\t\t\t\t\t// Numbers of particle + spawned\r\n uint spawnIndex;\t\t\t\t// Index of the first particle spawned\r\n + \ uint dispatchWidth;\r\n#else\r\n uint offsetInAdditionalOutput;\r\n\tuint + nbMax;\r\n#endif\r\n\tuint systemSeed;\r\nCBUFFER_END\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\nRWStructuredBuffer + deadListIn;\r\nByteAddressBuffer deadListCount; // This is bad to use a SRV + to fetch deadList count but Unity API currently prevent from copying to CB\r\n#endif\r\n\r\n#if + VFX_USE_SPAWNER_FROM_GPU\r\nStructuredBuffer eventList;\r\nByteAddressBuffer + inputAdditional;\r\n#endif\r\n\r\nvoid SetAttribute_F0142CB9(inout float lifetime, + float Lifetime) /*attribute:lifetime Composition:Overwrite Source:Slot Random:Off + channels:XYZ */\n{\n lifetime = Lifetime;\n}\nvoid SetAttribute_CAC29747(inout + float3 position, float3 Position) /*attribute:position Composition:Overwrite + Source:Slot Random:Off channels:XYZ */\n{\n position = Position;\n}\nvoid + SetAttribute_E89EAA93(inout float lifetime, float Lifetime) /*attribute:lifetime + Composition:Multiply Source:Slot Random:Off channels:XYZ */\n{\n lifetime + *= Lifetime;\n}\nvoid SetAttribute_FDD06EC7(inout float3 color, float3 Color) + /*attribute:color Composition:Overwrite Source:Slot Random:Off channels:XYZ + */\n{\n color = Color;\n}\n\n\r\n\r\n[numthreads(NB_THREADS_PER_GROUP,1,1)]\r\nvoid + CSMain(uint3 groupId : SV_GroupID,\r\n uint3 groupThreadId + \ : SV_GroupThreadID)\r\n{\r\n uint id = groupThreadId.x + groupId.x * + NB_THREADS_PER_GROUP;\r\n#if !VFX_USE_SPAWNER_FROM_GPU\r\n id += groupId.y + * dispatchWidth * NB_THREADS_PER_GROUP;\r\n#endif\r\n\r\n#if VFX_USE_SPAWNER_FROM_GPU\r\n + \ uint maxThreadId = inputAdditional.Load((offsetInAdditionalOutput * 2 + + 0) << 2);\r\n uint currentSpawnIndex = inputAdditional.Load((offsetInAdditionalOutput + * 2 + 1) << 2) - maxThreadId;\r\n#else\r\n uint maxThreadId = nbSpawned;\r\n + \ uint currentSpawnIndex = spawnIndex;\r\n#endif\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\n + \ maxThreadId = min(maxThreadId, deadListCount.Load(0x0));\r\n#elif VFX_USE_SPAWNER_FROM_GPU\r\n + \ maxThreadId = min(maxThreadId, nbMax); //otherwise, nbSpawned already clamped + on CPU\r\n#endif\r\n\r\n if (id < maxThreadId)\r\n {\r\n#if VFX_USE_SPAWNER_FROM_GPU\r\n + \ int sourceIndex = eventList[id];\r\n#endif\r\n uint particleIndex + = id + currentSpawnIndex;\r\n\t\t\r\n#if !VFX_USE_SPAWNER_FROM_GPU\r\n int + sourceIndex = 0;\n /*//Loop with 1 iteration generate a wrong IL Assembly + (and actually, useless code)\n uint currentSumSpawnCount = 0u;\n for + (sourceIndex=0; sourceIndex<1; sourceIndex++)\n {\n currentSumSpawnCount + += uint(asfloat(sourceAttributeBuffer.Load((sourceIndex * 0x1 + 0x0) << 2)));\n + \ if (id < currentSumSpawnCount)\n {\n break;\n + \ }\n }\n */\n \n\r\n#endif\r\n float + lifetime = (float)1;\n float3 position = float3(0, 0, 0);\n float3 + color = float3(1, 1, 1);\n uint particleId = (uint)0;\n float3 + velocity = float3(0, 0, 0);\n bool alive = (bool)true;\n float + age = (float)0;\n \n\r\n#if VFX_USE_PARTICLEID_CURRENT\r\n particleId + = particleIndex;\r\n#endif\r\n#if VFX_USE_SEED_CURRENT\r\n seed = WangHash(particleIndex + ^ systemSeed);\r\n#endif\r\n \r\n {\n uint tmp_bb = + particleId ^ asuint(uniform_b);\n float tmp_bc = FixedRand(tmp_bb);\n + \ float tmp_be = tmp_bc * (float)0.899999976;\n float tmp_bf + = (float)0.5 + tmp_be;\n float tmp_bh = tmp_bc - (float)0.959999979;\n + \ float tmp_bi = ceil(tmp_bh);\n float tmp_bj = saturate(tmp_bi);\n + \ float tmp_bl = tmp_bj * (float)3;\n float tmp_bm = tmp_bf + + tmp_bl;\n SetAttribute_F0142CB9( /*inout */lifetime, tmp_bm);\n + \ }\n {\n uint tmp_ba = particleId ^ asuint(uniform_c);\n + \ float tmp_bb = FixedRand(tmp_ba);\n float tmp_bd = tmp_bb + - (float)0.5;\n uint tmp_be = particleId ^ asuint(uniform_d);\n float + tmp_bf = FixedRand(tmp_be);\n float tmp_bg = tmp_bf - (float)0.5;\n + \ float tmp_bi = tmp_bb * (float)-1;\n float tmp_bj = tmp_bf + * (float)-1;\n float2 tmp_bk = float2(tmp_bi, tmp_bj);\n float4 + tmp_bm = SampleTexture(VFX_SAMPLER(texture_b),tmp_bk,(float)0);\n float + tmp_bn = tmp_bm[0];\n float tmp_bp = tmp_bn * (float)-10;\n float3 + tmp_bq = float3(tmp_bd, tmp_bg, tmp_bp);\n SetAttribute_CAC29747( + /*inout */position, tmp_bq);\n }\n {\n uint tmp_ba + = particleId ^ asuint(uniform_c);\n float tmp_bb = FixedRand(tmp_ba);\n + \ float tmp_bd = tmp_bb * (float)-1;\n uint tmp_be = particleId + ^ asuint(uniform_d);\n float tmp_bf = FixedRand(tmp_be);\n float + tmp_bg = tmp_bf * (float)-1;\n float2 tmp_bh = float2(tmp_bd, tmp_bg);\n + \ float4 tmp_bj = SampleTexture(VFX_SAMPLER(texture_b),tmp_bh,(float)0);\n + \ float tmp_bk = tmp_bj[0];\n SetAttribute_E89EAA93( /*inout + */lifetime, tmp_bk);\n }\n {\n SetAttribute_FDD06EC7( + /*inout */color, float3(1, 1, 1));\n }\n \n\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\n + \ if (alive)\r\n {\r\n\t\t\tuint deadIndex = deadListIn.DecrementCounter();\r\n + \ uint index = deadListIn[deadIndex];\r\n attributeBuffer.Store((index + * 0x1 + 0x0) << 2,asuint(lifetime));\n attributeBuffer.Store3((index + * 0x8 + 0x2740) << 2,asuint(position));\n attributeBuffer.Store3((index + * 0x4 + 0x16140) << 2,asuint(color));\n attributeBuffer.Store3((index + * 0x8 + 0x2744) << 2,asuint(velocity));\n attributeBuffer.Store((index + * 0x8 + 0x2743) << 2,uint(alive));\n attributeBuffer.Store((index + * 0x8 + 0x2747) << 2,asuint(age));\n \n\r\n }\r\n#else\r\n + \ uint index = particleIndex;\r\n attributeBuffer.Store((index + * 0x1 + 0x0) << 2,asuint(lifetime));\n attributeBuffer.Store3((index + * 0x8 + 0x2740) << 2,asuint(position));\n attributeBuffer.Store3((index + * 0x4 + 0x16140) << 2,asuint(color));\n attributeBuffer.Store3((index + * 0x8 + 0x2744) << 2,asuint(velocity));\n attributeBuffer.Store((index + * 0x8 + 0x2743) << 2,uint(alive));\n attributeBuffer.Store((index * 0x8 + + 0x2747) << 2,asuint(age));\n \n\r\n#endif\r\n }\r\n}\r\n" + - compute: 1 + name: '[System 1]Update' + source: "#pragma kernel CSMain\r\n#define NB_THREADS_PER_GROUP 64\n#define VFX_USE_LIFETIME_CURRENT + 1\n#define VFX_USE_POSITION_CURRENT 1\n#define VFX_USE_VELOCITY_CURRENT 1\n#define + VFX_USE_MASS_CURRENT 1\n#define VFX_USE_ALIVE_CURRENT 1\n#define VFX_USE_AGE_CURRENT + 1\n#define VFX_LOCAL_SPACE 1\n#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\n\r\nCBUFFER_START(parameters)\n + \ float3 uniform_b;\n float deltaTime_a;\nCBUFFER_END\n\n\r\n#include \"Packages/com.unity.visualeffectgraph/Shaders/Common/VFXCommonCompute.cginc\"\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\n\r\n\r\nRWByteAddressBuffer + attributeBuffer;\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\nRWStructuredBuffer + deadListOut;\r\n#endif\r\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\nRWStructuredBuffer + indirectBuffer;\r\n#endif\r\n\r\nCBUFFER_START(updateParams)\r\n uint nbMax;\r\n\tuint + dispatchWidth;\r\n\tuint systemSeed;\r\nCBUFFER_END\r\n\r\nvoid Force_0(inout + float3 velocity, float mass, float3 Force, float deltaTime) /*Mode:Absolute + */\n{\n velocity += (Force / mass) * deltaTime;\n}\nvoid Drag_0(inout float3 + velocity, float mass, float dragCoefficient, float deltaTime) /*UseParticleSize:False + */\n{\n velocity *= max(0.0,(1.0 - (dragCoefficient * deltaTime) / mass));\n}\nvoid + EulerIntegration(inout float3 position, float3 velocity, float deltaTime)\n{\n + \ position += velocity * deltaTime;\n}\nvoid Age(inout float age, float deltaTime)\n{\n + \ age += deltaTime;\n}\nvoid Reap(float age, float lifetime, inout bool alive)\n{\n + \ if(age > lifetime) { alive = false; }\n}\n\n\r\n\r\n[numthreads(NB_THREADS_PER_GROUP,1,1)]\r\nvoid + CSMain(uint3 groupId : SV_GroupID,\r\n uint3 groupThreadId + \ : SV_GroupThreadID)\r\n{\r\n\tuint id = groupThreadId.x + groupId.x * NB_THREADS_PER_GROUP + + groupId.y * dispatchWidth * NB_THREADS_PER_GROUP;\r\n\tuint index = id;\r\n\tif + (id < nbMax)\r\n\t{\r\n#if VFX_USE_ALIVE_CURRENT\r\n\t\tbool alive = (attributeBuffer.Load((index + * 0x8 + 0x2743) << 2));\n\t\t\n\r\n\t\tif (alive)\r\n\t\t{\r\n\t\t\tfloat lifetime + = asfloat(attributeBuffer.Load((index * 0x1 + 0x0) << 2));\n\t\t\tfloat3 position + = asfloat(attributeBuffer.Load3((index * 0x8 + 0x2740) << 2));\n\t\t\tfloat3 + velocity = asfloat(attributeBuffer.Load3((index * 0x8 + 0x2744) << 2));\n\t\t\tfloat + mass = (float)1;\n\t\t\tfloat age = asfloat(attributeBuffer.Load((index * 0x8 + + 0x2747) << 2));\n\t\t\t\n\r\n\t\t\t\r\n#if VFX_USE_OLDPOSITION_CURRENT\r\n\t\t\toldPosition + = position;\r\n#endif\r\n\t\t\t\r\n\t\t\t{\n\t\t\t float3 tmp_z = position + + uniform_b;\n\t\t\t float3 tmp_bb = tmp_z * float3(7, 7, 7);\n\t\t\t float4 + tmp_be = GeneratePerlinNoise(tmp_bb, float3(1, 0.5, 2).x, (int)1, float3(1, + 0.5, 2).y, float3(1, 0.5, 2).z);\n\t\t\t float tmp_bf = tmp_be[2];\n\t\t\t + \ float tmp_bh = tmp_bf * (float)2;\n\t\t\t float3 tmp_bj = tmp_bb + float3(49.2845001, + 49.2845001, 49.2845001);\n\t\t\t float4 tmp_bk = GeneratePerlinNoise(tmp_bj, + float3(1, 0.5, 2).x, (int)1, float3(1, 0.5, 2).y, float3(1, 0.5, 2).z);\n\t\t\t + \ float tmp_bl = tmp_bk[3];\n\t\t\t float tmp_bm = tmp_bl * (float)2;\n\t\t\t + \ float tmp_bn = tmp_bh * tmp_bm;\n\t\t\t float tmp_bo = tmp_be[3];\n\t\t\t + \ float tmp_bp = tmp_bo * (float)2;\n\t\t\t float tmp_bq = tmp_bk[2];\n\t\t\t + \ float tmp_br = tmp_bq * (float)2;\n\t\t\t float tmp_bs = tmp_bp * tmp_br;\n\t\t\t + \ float tmp_bt = tmp_bn - tmp_bs;\n\t\t\t float tmp_bu = tmp_bk[1];\n\t\t\t + \ float tmp_bv = tmp_bu * (float)2;\n\t\t\t float tmp_bw = tmp_bp * tmp_bv;\n\t\t\t + \ float tmp_bx = tmp_be[1];\n\t\t\t float tmp_by = tmp_bx * (float)2;\n\t\t\t + \ float tmp_bz = tmp_by * tmp_bm;\n\t\t\t float tmp_ca = tmp_bw - tmp_bz;\n\t\t\t + \ float tmp_cb = tmp_by * tmp_br;\n\t\t\t float tmp_cc = tmp_bh * tmp_bv;\n\t\t\t + \ float tmp_cd = tmp_cb - tmp_cc;\n\t\t\t float3 tmp_ce = float3(tmp_bt, + tmp_ca, tmp_cd);\n\t\t\t float3 tmp_cf = float3(0.25, 0.25, 0.25) * tmp_ce;\n\t\t\t + \ Force_0( /*inout */velocity, mass, tmp_cf, deltaTime_a);\n\t\t\t}\n\t\t\t{\n\t\t\t + \ Drag_0( /*inout */velocity, mass, (float)1, deltaTime_a);\n\t\t\t}\n\t\t\tEulerIntegration( + /*inout */position, velocity, deltaTime_a);\n\t\t\tAge( /*inout */age, deltaTime_a);\n\t\t\tReap(age, + lifetime, /*inout */alive);\n\t\t\t\n\r\n\t\t\tif (alive)\r\n\t\t\t{\r\n\t\t\t\tattributeBuffer.Store3((index + * 0x8 + 0x2740) << 2,asuint(position));\n\t\t\t\tattributeBuffer.Store3((index + * 0x8 + 0x2744) << 2,asuint(velocity));\n\t\t\t\tattributeBuffer.Store((index + * 0x8 + 0x2747) << 2,asuint(age));\n\t\t\t\t\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\n + \ uint indirectIndex = indirectBuffer.IncrementCounter();\r\n\t\t\t\tindirectBuffer[indirectIndex] + = index;\r\n#endif\r\n\t\t\t}\r\n\t\t\telse\r\n\t\t\t{\r\n\t\t\t\tattributeBuffer.Store((index + * 0x8 + 0x2743) << 2,uint(alive));\n\t\t\t\t\n\r\n\t\t\t\tuint deadIndex = deadListOut.IncrementCounter();\r\n\t\t\t\tdeadListOut[deadIndex] + = index;\r\n\t\t\t}\r\n\t\t}\r\n#else\r\n\t\tfloat lifetime = asfloat(attributeBuffer.Load((index + * 0x1 + 0x0) << 2));\n\t\tfloat3 position = asfloat(attributeBuffer.Load3((index + * 0x8 + 0x2740) << 2));\n\t\tfloat3 velocity = asfloat(attributeBuffer.Load3((index + * 0x8 + 0x2744) << 2));\n\t\tfloat mass = (float)1;\n\t\tbool alive = (attributeBuffer.Load((index + * 0x8 + 0x2743) << 2));\n\t\tfloat age = asfloat(attributeBuffer.Load((index + * 0x8 + 0x2747) << 2));\n\t\t\n\r\n\t\t\r\n#if VFX_USE_OLDPOSITION_CURRENT\r\n\t\toldPosition + = position;\r\n#endif\r\n\t\t\r\n\t\t{\n\t\t float3 tmp_z = position + uniform_b;\n\t\t + \ float3 tmp_bb = tmp_z * float3(7, 7, 7);\n\t\t float4 tmp_be = GeneratePerlinNoise(tmp_bb, + float3(1, 0.5, 2).x, (int)1, float3(1, 0.5, 2).y, float3(1, 0.5, 2).z);\n\t\t + \ float tmp_bf = tmp_be[2];\n\t\t float tmp_bh = tmp_bf * (float)2;\n\t\t + \ float3 tmp_bj = tmp_bb + float3(49.2845001, 49.2845001, 49.2845001);\n\t\t + \ float4 tmp_bk = GeneratePerlinNoise(tmp_bj, float3(1, 0.5, 2).x, (int)1, + float3(1, 0.5, 2).y, float3(1, 0.5, 2).z);\n\t\t float tmp_bl = tmp_bk[3];\n\t\t + \ float tmp_bm = tmp_bl * (float)2;\n\t\t float tmp_bn = tmp_bh * tmp_bm;\n\t\t + \ float tmp_bo = tmp_be[3];\n\t\t float tmp_bp = tmp_bo * (float)2;\n\t\t + \ float tmp_bq = tmp_bk[2];\n\t\t float tmp_br = tmp_bq * (float)2;\n\t\t + \ float tmp_bs = tmp_bp * tmp_br;\n\t\t float tmp_bt = tmp_bn - tmp_bs;\n\t\t + \ float tmp_bu = tmp_bk[1];\n\t\t float tmp_bv = tmp_bu * (float)2;\n\t\t + \ float tmp_bw = tmp_bp * tmp_bv;\n\t\t float tmp_bx = tmp_be[1];\n\t\t + \ float tmp_by = tmp_bx * (float)2;\n\t\t float tmp_bz = tmp_by * tmp_bm;\n\t\t + \ float tmp_ca = tmp_bw - tmp_bz;\n\t\t float tmp_cb = tmp_by * tmp_br;\n\t\t + \ float tmp_cc = tmp_bh * tmp_bv;\n\t\t float tmp_cd = tmp_cb - tmp_cc;\n\t\t + \ float3 tmp_ce = float3(tmp_bt, tmp_ca, tmp_cd);\n\t\t float3 tmp_cf = + float3(0.25, 0.25, 0.25) * tmp_ce;\n\t\t Force_0( /*inout */velocity, mass, + tmp_cf, deltaTime_a);\n\t\t}\n\t\t{\n\t\t Drag_0( /*inout */velocity, mass, + (float)1, deltaTime_a);\n\t\t}\n\t\tEulerIntegration( /*inout */position, velocity, + deltaTime_a);\n\t\tAge( /*inout */age, deltaTime_a);\n\t\tReap(age, lifetime, + \ /*inout */alive);\n\t\t\n\r\n\t\tattributeBuffer.Store3((index * 0x8 + 0x2740) + << 2,asuint(position));\n\t\tattributeBuffer.Store3((index * 0x8 + 0x2744) << + 2,asuint(velocity));\n\t\tattributeBuffer.Store((index * 0x8 + 0x2743) << 2,uint(alive));\n\t\tattributeBuffer.Store((index + * 0x8 + 0x2747) << 2,asuint(age));\n\t\t\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\n + \ uint indirectIndex = indirectBuffer.IncrementCounter();\r\n\t\tindirectBuffer[indirectIndex] + = index;\r\n#endif\r\n#endif\r\n\t}\r\n}\r\n" + - compute: 0 + name: '[System 1]Quad Output' + source: "Shader \"Hidden/VFX/System 1/Quad Output\"\n{\r\n\tSubShader\r\n\t{\t\r\n\t\tCull + Off\r\n\t\t\r\n\t\tTags { \"Queue\"=\"Transparent+0\" \"IgnoreProjector\"=\"True\" + \"RenderType\"=\"Transparent\" }\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\tBlend + SrcAlpha One \n\t\tZTest LEqual\n\t\tZWrite Off\n\t\tCull Off\n\t\t\n\t\n\t\t\t\n\t\tHLSLINCLUDE\n\t\t#if + !defined(VFX_WORLD_SPACE) && !defined(VFX_LOCAL_SPACE)\n\t\t#define VFX_LOCAL_SPACE + 1\n\t\t#endif\n\t\t\n\t\t#define NB_THREADS_PER_GROUP 64\n\t\t#define VFX_USE_LIFETIME_CURRENT + 1\n\t\t#define VFX_USE_POSITION_CURRENT 1\n\t\t#define VFX_USE_COLOR_CURRENT + 1\n\t\t#define VFX_USE_VELOCITY_CURRENT 1\n\t\t#define VFX_USE_ALPHA_CURRENT + 1\n\t\t#define VFX_USE_ALIVE_CURRENT 1\n\t\t#define VFX_USE_AXISX_CURRENT 1\n\t\t#define + VFX_USE_AXISY_CURRENT 1\n\t\t#define VFX_USE_AXISZ_CURRENT 1\n\t\t#define VFX_USE_ANGLEX_CURRENT + 1\n\t\t#define VFX_USE_ANGLEY_CURRENT 1\n\t\t#define VFX_USE_ANGLEZ_CURRENT + 1\n\t\t#define VFX_USE_PIVOTX_CURRENT 1\n\t\t#define VFX_USE_PIVOTY_CURRENT + 1\n\t\t#define VFX_USE_PIVOTZ_CURRENT 1\n\t\t#define VFX_USE_SIZE_CURRENT 1\n\t\t#define + VFX_USE_SCALEX_CURRENT 1\n\t\t#define VFX_USE_SCALEY_CURRENT 1\n\t\t#define + VFX_USE_SCALEZ_CURRENT 1\n\t\t#define VFX_USE_AGE_CURRENT 1\n\t\t#define VFX_COLORMAPPING_DEFAULT + 1\n\t\t#define IS_TRANSPARENT_PARTICLE 1\n\t\t#define VFX_BLENDMODE_ADD 1\n\t\t#define + VFX_PRIMITIVE_QUAD 1\n\t\t\n\t\t\n\t\t\n\t\t#define VFX_LOCAL_SPACE 1\n\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\t\t\n\n\t\tCBUFFER_START(parameters)\n\t\t + \ float gradient_a;\n\t\t uint3 PADDING_0;\n\t\tCBUFFER_END\n\t\tTexture2D + mainTexture;\n\t\tSamplerState samplermainTexture;\n\t\t\n\n\t\t\n\t\t#define + VFX_NEEDS_COLOR_INTERPOLATOR (VFX_USE_COLOR_CURRENT || VFX_USE_ALPHA_CURRENT)\n\t\t\n\t\tByteAddressBuffer + attributeBuffer;\t\n\t\t\n\t\t#if VFX_HAS_INDIRECT_DRAW\n\t\tStructuredBuffer + indirectBuffer;\t\n\t\t#endif\t\n\t\t\n\t\t#if USE_DEAD_LIST_COUNT\n\t\tByteAddressBuffer + deadListCount;\n\t\t#endif\n\t\t\n\t\tCBUFFER_START(outputParams)\n\t\t\tfloat + nbMax;\n\t\t\tfloat systemSeed;\n\t\tCBUFFER_END\n\t\t\n\t\tENDHLSL\n\t\t\n\r\n\t\t\r\n\t\t// + Forward pass\n\t\tPass\n\t\t{\t\t\n\t\t\tTags { \"LightMode\"=\"ForwardOnly\" + }\n\t\t\t\n\t\t\tHLSLPROGRAM\n\t\t\t#pragma target 4.5\n\t\t\t\n\t\t\n\t\t\tstruct + ps_input\n\t\t\t{\n\t\t\t\tfloat4 pos : SV_POSITION;\n\t\t\t\t#if USE_FLIPBOOK_INTERPOLATION\n\t\t\t\tfloat4 + uv : TEXCOORD0;\n\t\t\t\t#else\n\t\t\t\tfloat2 uv : TEXCOORD0;\t\n\t\t\t\t#endif\n\t\t\t\t#if + VFX_NEEDS_COLOR_INTERPOLATOR\n\t\t\t\tnointerpolation float4 color : COLOR0;\n\t\t\t\t#endif\n\t\t\t\t#if + USE_SOFT_PARTICLE || USE_ALPHA_TEST || USE_FLIPBOOK_INTERPOLATION || USE_EXPOSURE_WEIGHT\n\t\t\t\t// + x: inverse soft particles fade distance\n\t\t\t\t// y: alpha threshold\n\t\t\t\t// + z: frame blending factor\n\t\t\t\t// w: exposure weight\n\t\t\t\tnointerpolation + float4 builtInInterpolants : TEXCOORD1;\n\t\t\t\t#endif\n\t\t\t\t#if USE_FLIPBOOK_MOTIONVECTORS\n\t\t\t\t// + x: motion vectors scale X\n\t\t\t\t// y: motion vectors scale Y\n\t\t\t\tnointerpolation + float2 builtInInterpolants2 : TEXCOORD2;\n\t\t\t\t#endif\n\t\t\t\t#if VFX_NEEDS_POSWS_INTERPOLATOR\n\t\t\t\tfloat3 + posWS : TEXCOORD3;\n\t\t\t\t#endif\n\t\t\t};\n\t\t\t\n\t\t\tstruct ps_output\n\t\t\t{\n\t\t\t\tfloat4 + color : SV_Target0;\n\t\t\t};\n\t\t\n\t\t#define VFX_VARYING_PS_INPUTS ps_input\n\t\t#define + VFX_VARYING_POSCS pos\n\t\t#define VFX_VARYING_COLOR color.rgb\n\t\t#define + VFX_VARYING_ALPHA color.a\n\t\t#define VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE + builtInInterpolants.x\n\t\t#define VFX_VARYING_ALPHATHRESHOLD builtInInterpolants.y\n\t\t#define + VFX_VARYING_FRAMEBLEND builtInInterpolants.z\n\t\t#define VFX_VARYING_MOTIONVECTORSCALE + builtInInterpolants2.xy\n\t\t#define VFX_VARYING_UV uv\n\t\t#if VFX_NEEDS_POSWS_INTERPOLATOR\n\t\t#define + VFX_VARYING_POSWS posWS\n\t\t#endif\n\t\t#if USE_EXPOSURE_WEIGHT\n\t\t#define + VFX_VARYING_EXPOSUREWEIGHT builtInInterpolants.w\n\t\t#endif\n\t\t\t\t\n\t\t\t#if + !(defined(VFX_VARYING_PS_INPUTS) && defined(VFX_VARYING_POSCS))\n\t\t\t#error + VFX_VARYING_PS_INPUTS, VFX_VARYING_POSCS and VFX_VARYING_UV must be defined.\n\t\t\t#endif\n\t\t\t\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXCommon.cginc\"\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\t\t\t\n\n\t\t\tvoid + ColorOverLife_26AC1(float age, float lifetime, inout float3 color, float gradient) + /*mode:Color ColorComposition:Multiply AlphaComposition:Multiply */\n\t\t\t{\n\t\t\t + \ \n\t\t\t float4 sampledColor = SampleGradient(gradient, age/lifetime);\n\t\t\t + \ color *= sampledColor.rgb;\n\t\t\t \n\t\t\t}\n\t\t\tvoid Orient_6(inout + float3 axisX, inout float3 axisY, inout float3 axisZ, float3 position, float3 + velocity) /*mode:AlongVelocity */\n\t\t\t{\n\t\t\t \n\t\t\t axisY = normalize(velocity);\n\t\t\t + \ axisZ = position - GetViewVFXPosition();\n\t\t\t axisX = normalize(cross(axisY,axisZ));\n\t\t\t + \ axisZ = cross(axisX,axisY);\n\t\t\t \n\t\t\t}\n\t\t\tvoid SetAttribute_D5151647(inout + float scaleX, inout float scaleY, float2 Scale) /*attribute:scale Composition:Overwrite + Source:Slot Random:Off channels:XY */\n\t\t\t{\n\t\t\t scaleX = Scale.x;\n\t\t\t + \ scaleY = Scale.y;\n\t\t\t}\n\t\t\tvoid SubpixelAA(float3 position, inout + float alpha, float size, inout float scaleX, inout float scaleY)\n\t\t\t{\n\t\t\t + \ \n\t\t\t float2 localSize = size * float2(scaleX, scaleY);\n\t\t\t float + clipPosW = TransformPositionVFXToClip(position).w;\n\t\t\t float minSize + = clipPosW / (0.5f * min(UNITY_MATRIX_P[0][0] * _ScreenParams.x,-UNITY_MATRIX_P[1][1] + * _ScreenParams.y)); // max size in one pixel\n\t\t\t float2 clampedSize + = max(localSize,minSize);\n\t\t\t float fade = (localSize.x * localSize.y) + / (clampedSize.x * clampedSize.y);\n\t\t\t alpha *= fade;\n\t\t\t localSize + = clampedSize;\n\t\t\t scaleX = localSize.x / size;\n\t\t\t scaleY = localSize.y + / size;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t#pragma vertex vert\n\t\t\tVFX_VARYING_PS_INPUTS + vert(uint id : SV_VertexID, uint instanceID : SV_InstanceID)\n\t\t\t{\n\t\t\t#if + VFX_PRIMITIVE_TRIANGLE\n\t\t\t\tuint index = id / 3;\n\t\t\t#elif VFX_PRIMITIVE_QUAD\n\t\t\t\tuint + index = (id >> 2) + instanceID * 2048;\n\t\t\t#elif VFX_PRIMITIVE_OCTAGON\n\t\t\t\tuint + index = (id >> 3) + instanceID * 1024;\n\t\t\t#endif\n\t\t\t\n\t\t\t\tVFX_VARYING_PS_INPUTS + o = (VFX_VARYING_PS_INPUTS)0;\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tuint deadCount + = 0;\n\t\t\t\t\t\t#if USE_DEAD_LIST_COUNT\n\t\t\t\t\t\tdeadCount = deadListCount.Load(0);\n\t\t\t\t\t\t#endif\t\n\t\t\t\t\t\tif + (index >= asuint(nbMax) - deadCount)\n\t\t\t\t\t\t#if USE_GEOMETRY_SHADER\n\t\t\t\t\t\t\treturn; + // cull\n\t\t\t\t\t\t#else\n\t\t\t\t\t\t\treturn o; // cull\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + VFX_HAS_INDIRECT_DRAW\n\t\t\t\t\t\tindex = indirectBuffer[index];\n\t\t\t\t\t\tfloat + lifetime = asfloat(attributeBuffer.Load((index * 0x1 + 0x0) << 2));\n\t\t\t\t\t\tfloat3 + position = asfloat(attributeBuffer.Load3((index * 0x8 + 0x2740) << 2));\n\t\t\t\t\t\tfloat3 + color = asfloat(attributeBuffer.Load3((index * 0x4 + 0x16140) << 2));\n\t\t\t\t\t\tfloat3 + velocity = asfloat(attributeBuffer.Load3((index * 0x8 + 0x2744) << 2));\n\t\t\t\t\t\tfloat + alpha = (float)1;\n\t\t\t\t\t\tbool alive = (attributeBuffer.Load((index * 0x8 + + 0x2743) << 2));\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 + axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat + angleX = (float)0;\n\t\t\t\t\t\tfloat angleY = (float)0;\n\t\t\t\t\t\tfloat + angleZ = (float)0;\n\t\t\t\t\t\tfloat pivotX = (float)0;\n\t\t\t\t\t\tfloat + pivotY = (float)0;\n\t\t\t\t\t\tfloat pivotZ = (float)0;\n\t\t\t\t\t\tfloat + size = (float)0.100000001;\n\t\t\t\t\t\tfloat scaleX = (float)1;\n\t\t\t\t\t\tfloat + scaleY = (float)1;\n\t\t\t\t\t\tfloat scaleZ = (float)1;\n\t\t\t\t\t\tfloat + age = asfloat(attributeBuffer.Load((index * 0x8 + 0x2747) << 2));\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#else\n\t\t\t\t\t\tbool + alive = (attributeBuffer.Load((index * 0x8 + 0x2743) << 2));\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tif + (!alive)\n\t\t\t\t\t\t\treturn o;\n\t\t\t\t\t\t\t\n\t\t\t\t\t\tfloat lifetime + = asfloat(attributeBuffer.Load((index * 0x1 + 0x0) << 2));\n\t\t\t\t\t\tfloat3 + position = asfloat(attributeBuffer.Load3((index * 0x8 + 0x2740) << 2));\n\t\t\t\t\t\tfloat3 + color = asfloat(attributeBuffer.Load3((index * 0x4 + 0x16140) << 2));\n\t\t\t\t\t\tfloat3 + velocity = asfloat(attributeBuffer.Load3((index * 0x8 + 0x2744) << 2));\n\t\t\t\t\t\tfloat + alpha = (float)1;\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 + axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat + angleX = (float)0;\n\t\t\t\t\t\tfloat angleY = (float)0;\n\t\t\t\t\t\tfloat + angleZ = (float)0;\n\t\t\t\t\t\tfloat pivotX = (float)0;\n\t\t\t\t\t\tfloat + pivotY = (float)0;\n\t\t\t\t\t\tfloat pivotZ = (float)0;\n\t\t\t\t\t\tfloat + size = (float)0.100000001;\n\t\t\t\t\t\tfloat scaleX = (float)1;\n\t\t\t\t\t\tfloat + scaleY = (float)1;\n\t\t\t\t\t\tfloat scaleZ = (float)1;\n\t\t\t\t\t\tfloat + age = asfloat(attributeBuffer.Load((index * 0x8 + 0x2747) << 2));\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\tColorOverLife_26AC1(age, + lifetime, /*inout */color, gradient_a);\n\t\t\t\tOrient_6( /*inout */axisX, + \ /*inout */axisY, /*inout */axisZ, position, velocity);\n\t\t\t\t{\n\t\t\t\t + \ float3 tmp_ba = velocity * velocity;\n\t\t\t\t float tmp_bb = tmp_ba[2];\n\t\t\t\t + \ float tmp_bc = tmp_ba[1];\n\t\t\t\t float tmp_bd = tmp_bb + tmp_bc;\n\t\t\t\t + \ float tmp_be = tmp_ba[0];\n\t\t\t\t float tmp_bf = tmp_bd + tmp_be;\n\t\t\t\t + \ float tmp_bh = pow(tmp_bf, (float)0.5);\n\t\t\t\t float tmp_bj = tmp_bh + * (float)0.790000021;\n\t\t\t\t float tmp_bk = (float)0.00999999978 + tmp_bj;\n\t\t\t\t + \ float2 tmp_bl = float2((float)0.0120000001, tmp_bk);\n\t\t\t\t SetAttribute_D5151647( + /*inout */scaleX, /*inout */scaleY, tmp_bl);\n\t\t\t\t}\n\t\t\t\tSubpixelAA(position, + \ /*inout */alpha, size, /*inout */scaleX, /*inout */scaleY);\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\tif + (!alive)\n\t\t\t\t\treturn o;\n\t\t\t\t\n\t\t\t#if VFX_PRIMITIVE_QUAD\n\t\t\t\n\t\t\t\to.VFX_VARYING_UV.x + = float(id & 1);\n\t\t\t\to.VFX_VARYING_UV.y = float((id & 2) >> 1);\n\t\t\t\tconst + float2 vOffsets = o.VFX_VARYING_UV.xy - 0.5f;\n\t\t\t\t\n\t\t\t#elif VFX_PRIMITIVE_TRIANGLE\n\t\t\t\n\t\t\t\tconst + float2 kOffsets[] = {\n\t\t\t\t\tfloat2(-0.5f, \t-0.288675129413604736328125f),\n\t\t\t\t\tfloat2(0.0f, + \t0.57735025882720947265625f),\n\t\t\t\t\tfloat2(0.5f,\t-0.288675129413604736328125f),\n\t\t\t\t};\n\t\t\t\t\n\t\t\t\tconst + float kUVScale = 0.866025388240814208984375f;\n\t\t\t\t\n\t\t\t\tconst float2 + vOffsets = kOffsets[id % 3];\n\t\t\t\to.VFX_VARYING_UV.xy = (vOffsets * kUVScale) + + 0.5f;\n\t\t\t\t\n\t\t\t#elif VFX_PRIMITIVE_OCTAGON\t\n\t\t\t\t\n\t\t\t\tconst + float2 kUvs[8] = \n\t\t\t\t{\n\t\t\t\t\tfloat2(-0.5f,\t0.0f),\n\t\t\t\t\tfloat2(-0.5f,\t0.5f),\n\t\t\t\t\tfloat2(0.0f,\t0.5f),\n\t\t\t\t\tfloat2(0.5f,\t0.5f),\n\t\t\t\t\tfloat2(0.5f,\t0.0f),\n\t\t\t\t\tfloat2(0.5f,\t-0.5f),\n\t\t\t\t\tfloat2(0.0f,\t-0.5f),\n\t\t\t\t\tfloat2(-0.5f,\t-0.5f),\n\t\t\t\t};\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tcropFactor + = id & 1 ? 1.0f - cropFactor : 1.0f;\n\t\t\t\tconst float2 vOffsets = kUvs[id + & 7] * cropFactor;\n\t\t\t\to.VFX_VARYING_UV.xy = vOffsets + 0.5f;\n\t\t\t\t\n\t\t\t#endif\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tfloat3 + size3 = float3(size,size,size);\n\t\t\t\t\t\t#if VFX_USE_SCALEX_CURRENT\n\t\t\t\t\t\tsize3.x + *= scaleX;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEY_CURRENT\n\t\t\t\t\t\tsize3.y + *= scaleY;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEZ_CURRENT\n\t\t\t\t\t\tsize3.z + *= scaleZ;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\tconst float4x4 + elementToVFX = GetElementToVFXMatrix(axisX,axisY,axisZ,float3(angleX,angleY,angleZ),float3(pivotX,pivotY,pivotZ),size3,position);\n\t\t\t\tfloat3 + vPos = mul(elementToVFX,float4(vOffsets,0.0f,1.0f)).xyz;\n\t\t\t\n\t\t\t\to.VFX_VARYING_POSCS + = TransformPositionVFXToClip(vPos);\n\t\t\t\n\t\t\t\tfloat3 normalWS = normalize(TransformDirectionVFXToWorld(normalize(-transpose(elementToVFX)[2].xyz)));\n\t\t\t\t#ifdef + VFX_VARYING_NORMAL\n\t\t\t\tfloat normalFlip = (size3.x * size3.y * size3.z) + < 0 ? -1 : 1;\n\t\t\t\to.VFX_VARYING_NORMAL = normalFlip * normalWS;\n\t\t\t\t#endif\n\t\t\t\t#ifdef + VFX_VARYING_TANGENT\n\t\t\t\to.VFX_VARYING_TANGENT = normalize(TransformDirectionVFXToWorld(normalize(transpose(elementToVFX)[0].xyz)));\n\t\t\t\t#endif\n\t\t\t\t#ifdef + VFX_VARYING_BENTFACTORS\n\t\t\t\t\n\t\t\t\t#if HAS_STRIPS\n\t\t\t\t#define BENT_FACTOR_MULTIPLIER + 2.0f\n\t\t\t\t#else\n\t\t\t\t#define BENT_FACTOR_MULTIPLIER 1.41421353816986083984375f\n\t\t\t\t#endif\n\t\t\t\to.VFX_VARYING_BENTFACTORS + = vOffsets * bentNormalFactor * BENT_FACTOR_MULTIPLIER;\n\t\t\t\t#endif\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if + VFX_USE_COLOR_CURRENT && defined(VFX_VARYING_COLOR)\n\t\t\t\t\t\to.VFX_VARYING_COLOR + = color;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_ALPHA_CURRENT && defined(VFX_VARYING_ALPHA) + \n\t\t\t\t\t\to.VFX_VARYING_ALPHA = alpha;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#ifdef + VFX_VARYING_EXPOSUREWEIGHT\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_EXPOSUREWEIGHT + = exposureWeight;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_SOFT_PARTICLE + && defined(VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE + = invSoftParticlesFadeDistance;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + USE_ALPHA_TEST && defined(VFX_VARYING_ALPHATHRESHOLD)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_ALPHATHRESHOLD + = alphaThreshold;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_UV_SCALE_BIAS\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_UV.xy + = o.VFX_VARYING_UV.xy * uvScale + uvBias;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + defined(VFX_VARYING_POSWS)\n\t\t\t\t\t\to.VFX_VARYING_POSWS = TransformPositionVFXToWorld(vPos);\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if + USE_FLIPBOOK\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\tVFXUVData uvData = GetUVData(flipBookSize, + invFlipBookSize, o.VFX_VARYING_UV.xy, texIndex);\n\t\t\t\t\t\to.VFX_VARYING_UV.xy + = uvData.uvs.xy;\n\t\t\t\t\t\t#if USE_FLIPBOOK_INTERPOLATION\n\t\t\t\t\t\to.VFX_VARYING_UV.zw + = uvData.uvs.zw;\n\t\t\t\t\t\to.VFX_VARYING_FRAMEBLEND = uvData.blend;\n\t\t\t\t\t\t#if + USE_FLIPBOOK_MOTIONVECTORS\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_MOTIONVECTORSCALE + = motionVectorScale * invFlipBookSize;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\treturn + o;\n\t\t\t}\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommonOutput.cginc\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t#pragma + fragment frag\n\t\t\tps_output frag(ps_input i)\n\t\t\t{\n\t\t\t\tps_output + o = (ps_output)0;\n\t\t\t\tVFXTransformPSInputs(i);\n\t\t\t\n\t\t\t\t#define + VFX_TEXTURE_COLOR VFXGetTextureColor(VFX_SAMPLER(mainTexture),i)\n\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\tfloat4 + color = VFXGetFragmentColor(i);\n\t\t\t\t\t\t\n\t\t\t\t\t\t#ifndef VFX_TEXTURE_COLOR\n\t\t\t\t\t\t\t#define + VFX_TEXTURE_COLOR float4(1.0,1.0,1.0,1.0)\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + VFX_COLORMAPPING_DEFAULT\n\t\t\t\t\t\t\to.color = color * VFX_TEXTURE_COLOR;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + VFX_COLORMAPPING_GRADIENTMAPPED\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\to.color = SampleGradient(gradient, + VFX_TEXTURE_COLOR.a * color.a) * float4(color.rgb,1.0);\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\n\t\t\t\to.color + = VFXApplyPreExposure(o.color, i);\n\t\t\t\to.color = VFXApplyFog(o.color,i);\n\t\t\t\tVFXClipFragmentColor(o.color.a,i);\n\t\t\t\to.color.a + = saturate(o.color.a);\n\t\t\t\treturn o;\n\t\t\t}\n\t\t\tENDHLSL\n\t\t}\n\t\t\n\r\n\t\t\r\n\t}\r\n}\r\n" + - compute: 1 + name: '[System 2]Initialize' + source: "#pragma kernel CSMain\r\n#define NB_THREADS_PER_GROUP 64\n#define VFX_USE_LIFETIME_CURRENT + 1\n#define VFX_USE_POSITION_CURRENT 1\n#define VFX_USE_COLOR_CURRENT 1\n#define + VFX_USE_PARTICLEID_CURRENT 1\n#define VFX_USE_VELOCITY_CURRENT 1\n#define VFX_USE_ALIVE_CURRENT + 1\n#define VFX_USE_AGE_CURRENT 1\n#define VFX_LOCAL_SPACE 1\n#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\n\r\nCBUFFER_START(parameters)\n + \ float uniform_b;\n float uniform_c;\n uint2 PADDING_0;\nCBUFFER_END\nTexture2D + texture_b;\nSamplerState samplertexture_b;\nTexture2D texture_c;\nSamplerState + samplertexture_c;\n\n\r\n#include \"Packages/com.unity.visualeffectgraph/Shaders/Common/VFXCommonCompute.cginc\"\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\n\r\n\r\nRWByteAddressBuffer + attributeBuffer;\r\nByteAddressBuffer sourceAttributeBuffer;\r\n\r\nCBUFFER_START(initParams)\r\n#if + !VFX_USE_SPAWNER_FROM_GPU\r\n uint nbSpawned;\t\t\t\t\t// Numbers of particle + spawned\r\n uint spawnIndex;\t\t\t\t// Index of the first particle spawned\r\n + \ uint dispatchWidth;\r\n#else\r\n uint offsetInAdditionalOutput;\r\n\tuint + nbMax;\r\n#endif\r\n\tuint systemSeed;\r\nCBUFFER_END\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\nRWStructuredBuffer + deadListIn;\r\nByteAddressBuffer deadListCount; // This is bad to use a SRV + to fetch deadList count but Unity API currently prevent from copying to CB\r\n#endif\r\n\r\n#if + VFX_USE_SPAWNER_FROM_GPU\r\nStructuredBuffer eventList;\r\nByteAddressBuffer + inputAdditional;\r\n#endif\r\n\r\nvoid SetAttribute_F0142CB9(inout float lifetime, + float Lifetime) /*attribute:lifetime Composition:Overwrite Source:Slot Random:Off + channels:XYZ */\n{\n lifetime = Lifetime;\n}\nvoid SetAttribute_CAC29747(inout + float3 position, float3 Position) /*attribute:position Composition:Overwrite + Source:Slot Random:Off channels:XYZ */\n{\n position = Position;\n}\nvoid + SetAttribute_E89EAA93(inout float lifetime, float Lifetime) /*attribute:lifetime + Composition:Multiply Source:Slot Random:Off channels:XYZ */\n{\n lifetime + *= Lifetime;\n}\nvoid SetAttribute_FDD06EC7(inout float3 color, float3 Color) + /*attribute:color Composition:Overwrite Source:Slot Random:Off channels:XYZ + */\n{\n color = Color;\n}\n\n\r\n\r\n[numthreads(NB_THREADS_PER_GROUP,1,1)]\r\nvoid + CSMain(uint3 groupId : SV_GroupID,\r\n uint3 groupThreadId + \ : SV_GroupThreadID)\r\n{\r\n uint id = groupThreadId.x + groupId.x * + NB_THREADS_PER_GROUP;\r\n#if !VFX_USE_SPAWNER_FROM_GPU\r\n id += groupId.y + * dispatchWidth * NB_THREADS_PER_GROUP;\r\n#endif\r\n\r\n#if VFX_USE_SPAWNER_FROM_GPU\r\n + \ uint maxThreadId = inputAdditional.Load((offsetInAdditionalOutput * 2 + + 0) << 2);\r\n uint currentSpawnIndex = inputAdditional.Load((offsetInAdditionalOutput + * 2 + 1) << 2) - maxThreadId;\r\n#else\r\n uint maxThreadId = nbSpawned;\r\n + \ uint currentSpawnIndex = spawnIndex;\r\n#endif\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\n + \ maxThreadId = min(maxThreadId, deadListCount.Load(0x0));\r\n#elif VFX_USE_SPAWNER_FROM_GPU\r\n + \ maxThreadId = min(maxThreadId, nbMax); //otherwise, nbSpawned already clamped + on CPU\r\n#endif\r\n\r\n if (id < maxThreadId)\r\n {\r\n#if VFX_USE_SPAWNER_FROM_GPU\r\n + \ int sourceIndex = eventList[id];\r\n#endif\r\n uint particleIndex + = id + currentSpawnIndex;\r\n\t\t\r\n#if !VFX_USE_SPAWNER_FROM_GPU\r\n int + sourceIndex = 0;\n /*//Loop with 1 iteration generate a wrong IL Assembly + (and actually, useless code)\n uint currentSumSpawnCount = 0u;\n for + (sourceIndex=0; sourceIndex<1; sourceIndex++)\n {\n currentSumSpawnCount + += uint(asfloat(sourceAttributeBuffer.Load((sourceIndex * 0x1 + 0x0) << 2)));\n + \ if (id < currentSumSpawnCount)\n {\n break;\n + \ }\n }\n */\n \n\r\n#endif\r\n float + lifetime = (float)1;\n float3 position = float3(0, 0, 0);\n float3 + color = float3(1, 1, 1);\n uint particleId = (uint)0;\n float3 + velocity = float3(0, 0, 0);\n bool alive = (bool)true;\n float + age = (float)0;\n \n\r\n#if VFX_USE_PARTICLEID_CURRENT\r\n particleId + = particleIndex;\r\n#endif\r\n#if VFX_USE_SEED_CURRENT\r\n seed = WangHash(particleIndex + ^ systemSeed);\r\n#endif\r\n \r\n {\n SetAttribute_F0142CB9( + /*inout */lifetime, (float)1);\n }\n {\n uint tmp_ba + = particleId ^ asuint(uniform_b);\n float tmp_bb = FixedRand(tmp_ba);\n + \ float tmp_bd = tmp_bb - (float)0.5;\n uint tmp_be = particleId + ^ asuint(uniform_c);\n float tmp_bf = FixedRand(tmp_be);\n float + tmp_bg = tmp_bf - (float)0.5;\n float tmp_bi = tmp_bb * (float)-1;\n + \ float tmp_bj = tmp_bf * (float)-1;\n float2 tmp_bk = + float2(tmp_bi, tmp_bj);\n float4 tmp_bm = SampleTexture(VFX_SAMPLER(texture_b),tmp_bk,(float)0);\n + \ float tmp_bn = tmp_bm[0];\n float tmp_bp = tmp_bn * (float)-10;\n + \ float3 tmp_bq = float3(tmp_bd, tmp_bg, tmp_bp);\n SetAttribute_CAC29747( + /*inout */position, tmp_bq);\n }\n {\n uint tmp_ba + = particleId ^ asuint(uniform_b);\n float tmp_bb = FixedRand(tmp_ba);\n + \ float tmp_bd = tmp_bb * (float)-1;\n uint tmp_be = particleId + ^ asuint(uniform_c);\n float tmp_bf = FixedRand(tmp_be);\n float + tmp_bg = tmp_bf * (float)-1;\n float2 tmp_bh = float2(tmp_bd, tmp_bg);\n + \ float4 tmp_bj = SampleTexture(VFX_SAMPLER(texture_c),tmp_bh,(float)0);\n + \ float tmp_bk = tmp_bj[0];\n float tmp_bm = tmp_bk - (float)0.5;\n + \ float tmp_bn = max(tmp_bm, (float)0);\n float tmp_bp + = min(tmp_bn, (float)1);\n float tmp_br = tmp_bp * (float)2;\n SetAttribute_E89EAA93( + /*inout */lifetime, tmp_br);\n }\n {\n SetAttribute_FDD06EC7( + /*inout */color, float3(1, 1, 1));\n }\n \n\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\n + \ if (alive)\r\n {\r\n\t\t\tuint deadIndex = deadListIn.DecrementCounter();\r\n + \ uint index = deadListIn[deadIndex];\r\n attributeBuffer.Store((index + * 0x1 + 0x0) << 2,asuint(lifetime));\n attributeBuffer.Store3((index + * 0x8 + 0x13880) << 2,asuint(position));\n attributeBuffer.Store3((index + * 0x4 + 0xAFC80) << 2,asuint(color));\n attributeBuffer.Store3((index + * 0x8 + 0x13884) << 2,asuint(velocity));\n attributeBuffer.Store((index + * 0x8 + 0x13883) << 2,uint(alive));\n attributeBuffer.Store((index + * 0x8 + 0x13887) << 2,asuint(age));\n \n\r\n }\r\n#else\r\n + \ uint index = particleIndex;\r\n attributeBuffer.Store((index + * 0x1 + 0x0) << 2,asuint(lifetime));\n attributeBuffer.Store3((index + * 0x8 + 0x13880) << 2,asuint(position));\n attributeBuffer.Store3((index + * 0x4 + 0xAFC80) << 2,asuint(color));\n attributeBuffer.Store3((index + * 0x8 + 0x13884) << 2,asuint(velocity));\n attributeBuffer.Store((index + * 0x8 + 0x13883) << 2,uint(alive));\n attributeBuffer.Store((index * + 0x8 + 0x13887) << 2,asuint(age));\n \n\r\n#endif\r\n }\r\n}\r\n" + - compute: 1 + name: '[System 2]Update' + source: "#pragma kernel CSMain\r\n#define NB_THREADS_PER_GROUP 64\n#define VFX_USE_LIFETIME_CURRENT + 1\n#define VFX_USE_POSITION_CURRENT 1\n#define VFX_USE_VELOCITY_CURRENT 1\n#define + VFX_USE_MASS_CURRENT 1\n#define VFX_USE_SIZE_CURRENT 1\n#define VFX_USE_SCALEX_CURRENT + 1\n#define VFX_USE_SCALEY_CURRENT 1\n#define VFX_USE_ALIVE_CURRENT 1\n#define + VFX_USE_AGE_CURRENT 1\n#define VFX_LOCAL_SPACE 1\n#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\n\r\nCBUFFER_START(parameters)\n + \ float3 uniform_b;\n float deltaTime_a;\nCBUFFER_END\n\n\r\n#include \"Packages/com.unity.visualeffectgraph/Shaders/Common/VFXCommonCompute.cginc\"\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\n\r\n\r\nRWByteAddressBuffer + attributeBuffer;\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\nRWStructuredBuffer + deadListOut;\r\n#endif\r\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\nRWStructuredBuffer + indirectBuffer;\r\n#endif\r\n\r\nCBUFFER_START(updateParams)\r\n uint nbMax;\r\n\tuint + dispatchWidth;\r\n\tuint systemSeed;\r\nCBUFFER_END\r\n\r\nvoid Force_0(inout + float3 velocity, float mass, float3 Force, float deltaTime) /*Mode:Absolute + */\n{\n velocity += (Force / mass) * deltaTime;\n}\nvoid Drag_1(inout float3 + velocity, float mass, float size, float scaleX, float scaleY, float dragCoefficient, + float deltaTime) /*UseParticleSize:True */\n{\n \n float2 side = size + * (scaleX, scaleY);\n dragCoefficient *= side.x * side.y;\n velocity *= + max(0.0,(1.0 - (dragCoefficient * deltaTime) / mass));\n}\nvoid EulerIntegration(inout + float3 position, float3 velocity, float deltaTime)\n{\n position += velocity + * deltaTime;\n}\nvoid Age(inout float age, float deltaTime)\n{\n age += deltaTime;\n}\nvoid + Reap(float age, float lifetime, inout bool alive)\n{\n if(age > lifetime) + { alive = false; }\n}\n\n\r\n\r\n[numthreads(NB_THREADS_PER_GROUP,1,1)]\r\nvoid + CSMain(uint3 groupId : SV_GroupID,\r\n uint3 groupThreadId + \ : SV_GroupThreadID)\r\n{\r\n\tuint id = groupThreadId.x + groupId.x * NB_THREADS_PER_GROUP + + groupId.y * dispatchWidth * NB_THREADS_PER_GROUP;\r\n\tuint index = id;\r\n\tif + (id < nbMax)\r\n\t{\r\n#if VFX_USE_ALIVE_CURRENT\r\n\t\tbool alive = (attributeBuffer.Load((index + * 0x8 + 0x13883) << 2));\n\t\t\n\r\n\t\tif (alive)\r\n\t\t{\r\n\t\t\tfloat lifetime + = asfloat(attributeBuffer.Load((index * 0x1 + 0x0) << 2));\n\t\t\tfloat3 position + = asfloat(attributeBuffer.Load3((index * 0x8 + 0x13880) << 2));\n\t\t\tfloat3 + velocity = asfloat(attributeBuffer.Load3((index * 0x8 + 0x13884) << 2));\n\t\t\tfloat + mass = (float)1;\n\t\t\tfloat size = (float)0.100000001;\n\t\t\tfloat scaleX + = (float)1;\n\t\t\tfloat scaleY = (float)1;\n\t\t\tfloat age = asfloat(attributeBuffer.Load((index + * 0x8 + 0x13887) << 2));\n\t\t\t\n\r\n\t\t\t\r\n#if VFX_USE_OLDPOSITION_CURRENT\r\n\t\t\toldPosition + = position;\r\n#endif\r\n\t\t\t\r\n\t\t\t{\n\t\t\t float3 tmp_z = position + + uniform_b;\n\t\t\t float3 tmp_bb = tmp_z * float3(7, 7, 7);\n\t\t\t float4 + tmp_be = GeneratePerlinNoise(tmp_bb, float3(1, 0.5, 2).x, (int)1, float3(1, + 0.5, 2).y, float3(1, 0.5, 2).z);\n\t\t\t float tmp_bf = tmp_be[2];\n\t\t\t + \ float tmp_bh = tmp_bf * (float)2;\n\t\t\t float3 tmp_bj = tmp_bb + float3(49.2845001, + 49.2845001, 49.2845001);\n\t\t\t float4 tmp_bk = GeneratePerlinNoise(tmp_bj, + float3(1, 0.5, 2).x, (int)1, float3(1, 0.5, 2).y, float3(1, 0.5, 2).z);\n\t\t\t + \ float tmp_bl = tmp_bk[3];\n\t\t\t float tmp_bm = tmp_bl * (float)2;\n\t\t\t + \ float tmp_bn = tmp_bh * tmp_bm;\n\t\t\t float tmp_bo = tmp_be[3];\n\t\t\t + \ float tmp_bp = tmp_bo * (float)2;\n\t\t\t float tmp_bq = tmp_bk[2];\n\t\t\t + \ float tmp_br = tmp_bq * (float)2;\n\t\t\t float tmp_bs = tmp_bp * tmp_br;\n\t\t\t + \ float tmp_bt = tmp_bn - tmp_bs;\n\t\t\t float tmp_bu = tmp_bk[1];\n\t\t\t + \ float tmp_bv = tmp_bu * (float)2;\n\t\t\t float tmp_bw = tmp_bp * tmp_bv;\n\t\t\t + \ float tmp_bx = tmp_be[1];\n\t\t\t float tmp_by = tmp_bx * (float)2;\n\t\t\t + \ float tmp_bz = tmp_by * tmp_bm;\n\t\t\t float tmp_ca = tmp_bw - tmp_bz;\n\t\t\t + \ float tmp_cb = tmp_by * tmp_br;\n\t\t\t float tmp_cc = tmp_bh * tmp_bv;\n\t\t\t + \ float tmp_cd = tmp_cb - tmp_cc;\n\t\t\t float3 tmp_ce = float3(tmp_bt, + tmp_ca, tmp_cd);\n\t\t\t float3 tmp_cf = float3(0.25, 0.25, 0.25) * tmp_ce;\n\t\t\t + \ Force_0( /*inout */velocity, mass, tmp_cf, deltaTime_a);\n\t\t\t}\n\t\t\t{\n\t\t\t + \ Drag_1( /*inout */velocity, mass, size, scaleX, scaleY, (float)5, deltaTime_a);\n\t\t\t}\n\t\t\tEulerIntegration( + /*inout */position, velocity, deltaTime_a);\n\t\t\tAge( /*inout */age, deltaTime_a);\n\t\t\tReap(age, + lifetime, /*inout */alive);\n\t\t\t\n\r\n\t\t\tif (alive)\r\n\t\t\t{\r\n\t\t\t\tattributeBuffer.Store3((index + * 0x8 + 0x13880) << 2,asuint(position));\n\t\t\t\tattributeBuffer.Store3((index + * 0x8 + 0x13884) << 2,asuint(velocity));\n\t\t\t\tattributeBuffer.Store((index + * 0x8 + 0x13887) << 2,asuint(age));\n\t\t\t\t\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\n + \ uint indirectIndex = indirectBuffer.IncrementCounter();\r\n\t\t\t\tindirectBuffer[indirectIndex] + = index;\r\n#endif\r\n\t\t\t}\r\n\t\t\telse\r\n\t\t\t{\r\n\t\t\t\tattributeBuffer.Store((index + * 0x8 + 0x13883) << 2,uint(alive));\n\t\t\t\t\n\r\n\t\t\t\tuint deadIndex = + deadListOut.IncrementCounter();\r\n\t\t\t\tdeadListOut[deadIndex] = index;\r\n\t\t\t}\r\n\t\t}\r\n#else\r\n\t\tfloat + lifetime = asfloat(attributeBuffer.Load((index * 0x1 + 0x0) << 2));\n\t\tfloat3 + position = asfloat(attributeBuffer.Load3((index * 0x8 + 0x13880) << 2));\n\t\tfloat3 + velocity = asfloat(attributeBuffer.Load3((index * 0x8 + 0x13884) << 2));\n\t\tfloat + mass = (float)1;\n\t\tfloat size = (float)0.100000001;\n\t\tfloat scaleX = (float)1;\n\t\tfloat + scaleY = (float)1;\n\t\tbool alive = (attributeBuffer.Load((index * 0x8 + 0x13883) + << 2));\n\t\tfloat age = asfloat(attributeBuffer.Load((index * 0x8 + 0x13887) + << 2));\n\t\t\n\r\n\t\t\r\n#if VFX_USE_OLDPOSITION_CURRENT\r\n\t\toldPosition + = position;\r\n#endif\r\n\t\t\r\n\t\t{\n\t\t float3 tmp_z = position + uniform_b;\n\t\t + \ float3 tmp_bb = tmp_z * float3(7, 7, 7);\n\t\t float4 tmp_be = GeneratePerlinNoise(tmp_bb, + float3(1, 0.5, 2).x, (int)1, float3(1, 0.5, 2).y, float3(1, 0.5, 2).z);\n\t\t + \ float tmp_bf = tmp_be[2];\n\t\t float tmp_bh = tmp_bf * (float)2;\n\t\t + \ float3 tmp_bj = tmp_bb + float3(49.2845001, 49.2845001, 49.2845001);\n\t\t + \ float4 tmp_bk = GeneratePerlinNoise(tmp_bj, float3(1, 0.5, 2).x, (int)1, + float3(1, 0.5, 2).y, float3(1, 0.5, 2).z);\n\t\t float tmp_bl = tmp_bk[3];\n\t\t + \ float tmp_bm = tmp_bl * (float)2;\n\t\t float tmp_bn = tmp_bh * tmp_bm;\n\t\t + \ float tmp_bo = tmp_be[3];\n\t\t float tmp_bp = tmp_bo * (float)2;\n\t\t + \ float tmp_bq = tmp_bk[2];\n\t\t float tmp_br = tmp_bq * (float)2;\n\t\t + \ float tmp_bs = tmp_bp * tmp_br;\n\t\t float tmp_bt = tmp_bn - tmp_bs;\n\t\t + \ float tmp_bu = tmp_bk[1];\n\t\t float tmp_bv = tmp_bu * (float)2;\n\t\t + \ float tmp_bw = tmp_bp * tmp_bv;\n\t\t float tmp_bx = tmp_be[1];\n\t\t + \ float tmp_by = tmp_bx * (float)2;\n\t\t float tmp_bz = tmp_by * tmp_bm;\n\t\t + \ float tmp_ca = tmp_bw - tmp_bz;\n\t\t float tmp_cb = tmp_by * tmp_br;\n\t\t + \ float tmp_cc = tmp_bh * tmp_bv;\n\t\t float tmp_cd = tmp_cb - tmp_cc;\n\t\t + \ float3 tmp_ce = float3(tmp_bt, tmp_ca, tmp_cd);\n\t\t float3 tmp_cf = + float3(0.25, 0.25, 0.25) * tmp_ce;\n\t\t Force_0( /*inout */velocity, mass, + tmp_cf, deltaTime_a);\n\t\t}\n\t\t{\n\t\t Drag_1( /*inout */velocity, mass, + size, scaleX, scaleY, (float)5, deltaTime_a);\n\t\t}\n\t\tEulerIntegration( + /*inout */position, velocity, deltaTime_a);\n\t\tAge( /*inout */age, deltaTime_a);\n\t\tReap(age, + lifetime, /*inout */alive);\n\t\t\n\r\n\t\tattributeBuffer.Store3((index * + 0x8 + 0x13880) << 2,asuint(position));\n\t\tattributeBuffer.Store3((index * + 0x8 + 0x13884) << 2,asuint(velocity));\n\t\tattributeBuffer.Store((index * 0x8 + + 0x13883) << 2,uint(alive));\n\t\tattributeBuffer.Store((index * 0x8 + 0x13887) + << 2,asuint(age));\n\t\t\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\n uint indirectIndex + = indirectBuffer.IncrementCounter();\r\n\t\tindirectBuffer[indirectIndex] = + index;\r\n#endif\r\n#endif\r\n\t}\r\n}\r\n" + - compute: 0 + name: '[System 2]Quad Output' + source: "Shader \"Hidden/VFX/System 2/Quad Output\"\n{\r\n\tSubShader\r\n\t{\t\r\n\t\tCull + Off\r\n\t\t\r\n\t\tTags { \"Queue\"=\"Transparent+0\" \"IgnoreProjector\"=\"True\" + \"RenderType\"=\"Transparent\" }\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\tBlend + SrcAlpha One \n\t\tZTest LEqual\n\t\tZWrite Off\n\t\tCull Off\n\t\t\n\t\n\t\t\t\n\t\tHLSLINCLUDE\n\t\t#if + !defined(VFX_WORLD_SPACE) && !defined(VFX_LOCAL_SPACE)\n\t\t#define VFX_LOCAL_SPACE + 1\n\t\t#endif\n\t\t\n\t\t#define NB_THREADS_PER_GROUP 64\n\t\t#define VFX_USE_LIFETIME_CURRENT + 1\n\t\t#define VFX_USE_POSITION_CURRENT 1\n\t\t#define VFX_USE_COLOR_CURRENT + 1\n\t\t#define VFX_USE_VELOCITY_CURRENT 1\n\t\t#define VFX_USE_SIZE_CURRENT + 1\n\t\t#define VFX_USE_SCALEX_CURRENT 1\n\t\t#define VFX_USE_SCALEY_CURRENT + 1\n\t\t#define VFX_USE_ALPHA_CURRENT 1\n\t\t#define VFX_USE_ALIVE_CURRENT 1\n\t\t#define + VFX_USE_AXISX_CURRENT 1\n\t\t#define VFX_USE_AXISY_CURRENT 1\n\t\t#define VFX_USE_AXISZ_CURRENT + 1\n\t\t#define VFX_USE_ANGLEX_CURRENT 1\n\t\t#define VFX_USE_ANGLEY_CURRENT + 1\n\t\t#define VFX_USE_ANGLEZ_CURRENT 1\n\t\t#define VFX_USE_PIVOTX_CURRENT + 1\n\t\t#define VFX_USE_PIVOTY_CURRENT 1\n\t\t#define VFX_USE_PIVOTZ_CURRENT + 1\n\t\t#define VFX_USE_SCALEZ_CURRENT 1\n\t\t#define VFX_USE_AGE_CURRENT 1\n\t\t#define + VFX_COLORMAPPING_DEFAULT 1\n\t\t#define IS_TRANSPARENT_PARTICLE 1\n\t\t#define + VFX_BLENDMODE_ADD 1\n\t\t#define VFX_PRIMITIVE_QUAD 1\n\t\t\n\t\t\n\t\t\n\t\t#define + VFX_LOCAL_SPACE 1\n\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\t\t\n\n\t\tCBUFFER_START(parameters)\n\t\t + \ float gradient_a;\n\t\t uint3 PADDING_0;\n\t\tCBUFFER_END\n\t\tTexture2D + mainTexture;\n\t\tSamplerState samplermainTexture;\n\t\t\n\n\t\t\n\t\t#define + VFX_NEEDS_COLOR_INTERPOLATOR (VFX_USE_COLOR_CURRENT || VFX_USE_ALPHA_CURRENT)\n\t\t\n\t\tByteAddressBuffer + attributeBuffer;\t\n\t\t\n\t\t#if VFX_HAS_INDIRECT_DRAW\n\t\tStructuredBuffer + indirectBuffer;\t\n\t\t#endif\t\n\t\t\n\t\t#if USE_DEAD_LIST_COUNT\n\t\tByteAddressBuffer + deadListCount;\n\t\t#endif\n\t\t\n\t\tCBUFFER_START(outputParams)\n\t\t\tfloat + nbMax;\n\t\t\tfloat systemSeed;\n\t\tCBUFFER_END\n\t\t\n\t\tENDHLSL\n\t\t\n\r\n\t\t\r\n\t\t// + Forward pass\n\t\tPass\n\t\t{\t\t\n\t\t\tTags { \"LightMode\"=\"ForwardOnly\" + }\n\t\t\t\n\t\t\tHLSLPROGRAM\n\t\t\t#pragma target 4.5\n\t\t\t\n\t\t\n\t\t\tstruct + ps_input\n\t\t\t{\n\t\t\t\tfloat4 pos : SV_POSITION;\n\t\t\t\t#if USE_FLIPBOOK_INTERPOLATION\n\t\t\t\tfloat4 + uv : TEXCOORD0;\n\t\t\t\t#else\n\t\t\t\tfloat2 uv : TEXCOORD0;\t\n\t\t\t\t#endif\n\t\t\t\t#if + VFX_NEEDS_COLOR_INTERPOLATOR\n\t\t\t\tnointerpolation float4 color : COLOR0;\n\t\t\t\t#endif\n\t\t\t\t#if + USE_SOFT_PARTICLE || USE_ALPHA_TEST || USE_FLIPBOOK_INTERPOLATION || USE_EXPOSURE_WEIGHT\n\t\t\t\t// + x: inverse soft particles fade distance\n\t\t\t\t// y: alpha threshold\n\t\t\t\t// + z: frame blending factor\n\t\t\t\t// w: exposure weight\n\t\t\t\tnointerpolation + float4 builtInInterpolants : TEXCOORD1;\n\t\t\t\t#endif\n\t\t\t\t#if USE_FLIPBOOK_MOTIONVECTORS\n\t\t\t\t// + x: motion vectors scale X\n\t\t\t\t// y: motion vectors scale Y\n\t\t\t\tnointerpolation + float2 builtInInterpolants2 : TEXCOORD2;\n\t\t\t\t#endif\n\t\t\t\t#if VFX_NEEDS_POSWS_INTERPOLATOR\n\t\t\t\tfloat3 + posWS : TEXCOORD3;\n\t\t\t\t#endif\n\t\t\t};\n\t\t\t\n\t\t\tstruct ps_output\n\t\t\t{\n\t\t\t\tfloat4 + color : SV_Target0;\n\t\t\t};\n\t\t\n\t\t#define VFX_VARYING_PS_INPUTS ps_input\n\t\t#define + VFX_VARYING_POSCS pos\n\t\t#define VFX_VARYING_COLOR color.rgb\n\t\t#define + VFX_VARYING_ALPHA color.a\n\t\t#define VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE + builtInInterpolants.x\n\t\t#define VFX_VARYING_ALPHATHRESHOLD builtInInterpolants.y\n\t\t#define + VFX_VARYING_FRAMEBLEND builtInInterpolants.z\n\t\t#define VFX_VARYING_MOTIONVECTORSCALE + builtInInterpolants2.xy\n\t\t#define VFX_VARYING_UV uv\n\t\t#if VFX_NEEDS_POSWS_INTERPOLATOR\n\t\t#define + VFX_VARYING_POSWS posWS\n\t\t#endif\n\t\t#if USE_EXPOSURE_WEIGHT\n\t\t#define + VFX_VARYING_EXPOSUREWEIGHT builtInInterpolants.w\n\t\t#endif\n\t\t\t\t\n\t\t\t#if + !(defined(VFX_VARYING_PS_INPUTS) && defined(VFX_VARYING_POSCS))\n\t\t\t#error + VFX_VARYING_PS_INPUTS, VFX_VARYING_POSCS and VFX_VARYING_UV must be defined.\n\t\t\t#endif\n\t\t\t\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXCommon.cginc\"\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\t\t\t\n\n\t\t\tvoid + ColorOverLife_26AC1(float age, float lifetime, inout float3 color, float gradient) + /*mode:Color ColorComposition:Multiply AlphaComposition:Multiply */\n\t\t\t{\n\t\t\t + \ \n\t\t\t float4 sampledColor = SampleGradient(gradient, age/lifetime);\n\t\t\t + \ color *= sampledColor.rgb;\n\t\t\t \n\t\t\t}\n\t\t\tvoid Orient_6(inout + float3 axisX, inout float3 axisY, inout float3 axisZ, float3 position, float3 + velocity) /*mode:AlongVelocity */\n\t\t\t{\n\t\t\t \n\t\t\t axisY = normalize(velocity);\n\t\t\t + \ axisZ = position - GetViewVFXPosition();\n\t\t\t axisX = normalize(cross(axisY,axisZ));\n\t\t\t + \ axisZ = cross(axisX,axisY);\n\t\t\t \n\t\t\t}\n\t\t\tvoid SetAttribute_D5151647(inout + float scaleX, inout float scaleY, float2 Scale) /*attribute:scale Composition:Overwrite + Source:Slot Random:Off channels:XY */\n\t\t\t{\n\t\t\t scaleX = Scale.x;\n\t\t\t + \ scaleY = Scale.y;\n\t\t\t}\n\t\t\tvoid SubpixelAA(float3 position, inout + float alpha, float size, inout float scaleX, inout float scaleY)\n\t\t\t{\n\t\t\t + \ \n\t\t\t float2 localSize = size * float2(scaleX, scaleY);\n\t\t\t float + clipPosW = TransformPositionVFXToClip(position).w;\n\t\t\t float minSize + = clipPosW / (0.5f * min(UNITY_MATRIX_P[0][0] * _ScreenParams.x,-UNITY_MATRIX_P[1][1] + * _ScreenParams.y)); // max size in one pixel\n\t\t\t float2 clampedSize + = max(localSize,minSize);\n\t\t\t float fade = (localSize.x * localSize.y) + / (clampedSize.x * clampedSize.y);\n\t\t\t alpha *= fade;\n\t\t\t localSize + = clampedSize;\n\t\t\t scaleX = localSize.x / size;\n\t\t\t scaleY = localSize.y + / size;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t#pragma vertex vert\n\t\t\tVFX_VARYING_PS_INPUTS + vert(uint id : SV_VertexID, uint instanceID : SV_InstanceID)\n\t\t\t{\n\t\t\t#if + VFX_PRIMITIVE_TRIANGLE\n\t\t\t\tuint index = id / 3;\n\t\t\t#elif VFX_PRIMITIVE_QUAD\n\t\t\t\tuint + index = (id >> 2) + instanceID * 2048;\n\t\t\t#elif VFX_PRIMITIVE_OCTAGON\n\t\t\t\tuint + index = (id >> 3) + instanceID * 1024;\n\t\t\t#endif\n\t\t\t\n\t\t\t\tVFX_VARYING_PS_INPUTS + o = (VFX_VARYING_PS_INPUTS)0;\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tuint deadCount + = 0;\n\t\t\t\t\t\t#if USE_DEAD_LIST_COUNT\n\t\t\t\t\t\tdeadCount = deadListCount.Load(0);\n\t\t\t\t\t\t#endif\t\n\t\t\t\t\t\tif + (index >= asuint(nbMax) - deadCount)\n\t\t\t\t\t\t#if USE_GEOMETRY_SHADER\n\t\t\t\t\t\t\treturn; + // cull\n\t\t\t\t\t\t#else\n\t\t\t\t\t\t\treturn o; // cull\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + VFX_HAS_INDIRECT_DRAW\n\t\t\t\t\t\tindex = indirectBuffer[index];\n\t\t\t\t\t\tfloat + lifetime = asfloat(attributeBuffer.Load((index * 0x1 + 0x0) << 2));\n\t\t\t\t\t\tfloat3 + position = asfloat(attributeBuffer.Load3((index * 0x8 + 0x13880) << 2));\n\t\t\t\t\t\tfloat3 + color = asfloat(attributeBuffer.Load3((index * 0x4 + 0xAFC80) << 2));\n\t\t\t\t\t\tfloat3 + velocity = asfloat(attributeBuffer.Load3((index * 0x8 + 0x13884) << 2));\n\t\t\t\t\t\tfloat + size = (float)0.100000001;\n\t\t\t\t\t\tfloat scaleX = (float)1;\n\t\t\t\t\t\tfloat + scaleY = (float)1;\n\t\t\t\t\t\tfloat alpha = (float)1;\n\t\t\t\t\t\tbool alive + = (attributeBuffer.Load((index * 0x8 + 0x13883) << 2));\n\t\t\t\t\t\tfloat3 + axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 + axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat angleX = (float)0;\n\t\t\t\t\t\tfloat + angleY = (float)0;\n\t\t\t\t\t\tfloat angleZ = (float)0;\n\t\t\t\t\t\tfloat + pivotX = (float)0;\n\t\t\t\t\t\tfloat pivotY = (float)0;\n\t\t\t\t\t\tfloat + pivotZ = (float)0;\n\t\t\t\t\t\tfloat scaleZ = (float)1;\n\t\t\t\t\t\tfloat + age = asfloat(attributeBuffer.Load((index * 0x8 + 0x13887) << 2));\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#else\n\t\t\t\t\t\tbool + alive = (attributeBuffer.Load((index * 0x8 + 0x13883) << 2));\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tif + (!alive)\n\t\t\t\t\t\t\treturn o;\n\t\t\t\t\t\t\t\n\t\t\t\t\t\tfloat lifetime + = asfloat(attributeBuffer.Load((index * 0x1 + 0x0) << 2));\n\t\t\t\t\t\tfloat3 + position = asfloat(attributeBuffer.Load3((index * 0x8 + 0x13880) << 2));\n\t\t\t\t\t\tfloat3 + color = asfloat(attributeBuffer.Load3((index * 0x4 + 0xAFC80) << 2));\n\t\t\t\t\t\tfloat3 + velocity = asfloat(attributeBuffer.Load3((index * 0x8 + 0x13884) << 2));\n\t\t\t\t\t\tfloat + size = (float)0.100000001;\n\t\t\t\t\t\tfloat scaleX = (float)1;\n\t\t\t\t\t\tfloat + scaleY = (float)1;\n\t\t\t\t\t\tfloat alpha = (float)1;\n\t\t\t\t\t\tfloat3 + axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 + axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat angleX = (float)0;\n\t\t\t\t\t\tfloat + angleY = (float)0;\n\t\t\t\t\t\tfloat angleZ = (float)0;\n\t\t\t\t\t\tfloat + pivotX = (float)0;\n\t\t\t\t\t\tfloat pivotY = (float)0;\n\t\t\t\t\t\tfloat + pivotZ = (float)0;\n\t\t\t\t\t\tfloat scaleZ = (float)1;\n\t\t\t\t\t\tfloat + age = asfloat(attributeBuffer.Load((index * 0x8 + 0x13887) << 2));\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\tColorOverLife_26AC1(age, + lifetime, /*inout */color, gradient_a);\n\t\t\t\tOrient_6( /*inout */axisX, + \ /*inout */axisY, /*inout */axisZ, position, velocity);\n\t\t\t\t{\n\t\t\t\t + \ float3 tmp_ba = velocity * velocity;\n\t\t\t\t float tmp_bb = tmp_ba[2];\n\t\t\t\t + \ float tmp_bc = tmp_ba[1];\n\t\t\t\t float tmp_bd = tmp_bb + tmp_bc;\n\t\t\t\t + \ float tmp_be = tmp_ba[0];\n\t\t\t\t float tmp_bf = tmp_bd + tmp_be;\n\t\t\t\t + \ float tmp_bh = pow(tmp_bf, (float)0.5);\n\t\t\t\t float tmp_bj = tmp_bh + * (float)0.790000021;\n\t\t\t\t float tmp_bk = (float)0.00999999978 + tmp_bj;\n\t\t\t\t + \ float2 tmp_bl = float2((float)0.00100000005, tmp_bk);\n\t\t\t\t SetAttribute_D5151647( + /*inout */scaleX, /*inout */scaleY, tmp_bl);\n\t\t\t\t}\n\t\t\t\tSubpixelAA(position, + \ /*inout */alpha, size, /*inout */scaleX, /*inout */scaleY);\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\tif + (!alive)\n\t\t\t\t\treturn o;\n\t\t\t\t\n\t\t\t#if VFX_PRIMITIVE_QUAD\n\t\t\t\n\t\t\t\to.VFX_VARYING_UV.x + = float(id & 1);\n\t\t\t\to.VFX_VARYING_UV.y = float((id & 2) >> 1);\n\t\t\t\tconst + float2 vOffsets = o.VFX_VARYING_UV.xy - 0.5f;\n\t\t\t\t\n\t\t\t#elif VFX_PRIMITIVE_TRIANGLE\n\t\t\t\n\t\t\t\tconst + float2 kOffsets[] = {\n\t\t\t\t\tfloat2(-0.5f, \t-0.288675129413604736328125f),\n\t\t\t\t\tfloat2(0.0f, + \t0.57735025882720947265625f),\n\t\t\t\t\tfloat2(0.5f,\t-0.288675129413604736328125f),\n\t\t\t\t};\n\t\t\t\t\n\t\t\t\tconst + float kUVScale = 0.866025388240814208984375f;\n\t\t\t\t\n\t\t\t\tconst float2 + vOffsets = kOffsets[id % 3];\n\t\t\t\to.VFX_VARYING_UV.xy = (vOffsets * kUVScale) + + 0.5f;\n\t\t\t\t\n\t\t\t#elif VFX_PRIMITIVE_OCTAGON\t\n\t\t\t\t\n\t\t\t\tconst + float2 kUvs[8] = \n\t\t\t\t{\n\t\t\t\t\tfloat2(-0.5f,\t0.0f),\n\t\t\t\t\tfloat2(-0.5f,\t0.5f),\n\t\t\t\t\tfloat2(0.0f,\t0.5f),\n\t\t\t\t\tfloat2(0.5f,\t0.5f),\n\t\t\t\t\tfloat2(0.5f,\t0.0f),\n\t\t\t\t\tfloat2(0.5f,\t-0.5f),\n\t\t\t\t\tfloat2(0.0f,\t-0.5f),\n\t\t\t\t\tfloat2(-0.5f,\t-0.5f),\n\t\t\t\t};\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tcropFactor + = id & 1 ? 1.0f - cropFactor : 1.0f;\n\t\t\t\tconst float2 vOffsets = kUvs[id + & 7] * cropFactor;\n\t\t\t\to.VFX_VARYING_UV.xy = vOffsets + 0.5f;\n\t\t\t\t\n\t\t\t#endif\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tfloat3 + size3 = float3(size,size,size);\n\t\t\t\t\t\t#if VFX_USE_SCALEX_CURRENT\n\t\t\t\t\t\tsize3.x + *= scaleX;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEY_CURRENT\n\t\t\t\t\t\tsize3.y + *= scaleY;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEZ_CURRENT\n\t\t\t\t\t\tsize3.z + *= scaleZ;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\tconst float4x4 + elementToVFX = GetElementToVFXMatrix(axisX,axisY,axisZ,float3(angleX,angleY,angleZ),float3(pivotX,pivotY,pivotZ),size3,position);\n\t\t\t\tfloat3 + vPos = mul(elementToVFX,float4(vOffsets,0.0f,1.0f)).xyz;\n\t\t\t\n\t\t\t\to.VFX_VARYING_POSCS + = TransformPositionVFXToClip(vPos);\n\t\t\t\n\t\t\t\tfloat3 normalWS = normalize(TransformDirectionVFXToWorld(normalize(-transpose(elementToVFX)[2].xyz)));\n\t\t\t\t#ifdef + VFX_VARYING_NORMAL\n\t\t\t\tfloat normalFlip = (size3.x * size3.y * size3.z) + < 0 ? -1 : 1;\n\t\t\t\to.VFX_VARYING_NORMAL = normalFlip * normalWS;\n\t\t\t\t#endif\n\t\t\t\t#ifdef + VFX_VARYING_TANGENT\n\t\t\t\to.VFX_VARYING_TANGENT = normalize(TransformDirectionVFXToWorld(normalize(transpose(elementToVFX)[0].xyz)));\n\t\t\t\t#endif\n\t\t\t\t#ifdef + VFX_VARYING_BENTFACTORS\n\t\t\t\t\n\t\t\t\t#if HAS_STRIPS\n\t\t\t\t#define BENT_FACTOR_MULTIPLIER + 2.0f\n\t\t\t\t#else\n\t\t\t\t#define BENT_FACTOR_MULTIPLIER 1.41421353816986083984375f\n\t\t\t\t#endif\n\t\t\t\to.VFX_VARYING_BENTFACTORS + = vOffsets * bentNormalFactor * BENT_FACTOR_MULTIPLIER;\n\t\t\t\t#endif\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if + VFX_USE_COLOR_CURRENT && defined(VFX_VARYING_COLOR)\n\t\t\t\t\t\to.VFX_VARYING_COLOR + = color;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_ALPHA_CURRENT && defined(VFX_VARYING_ALPHA) + \n\t\t\t\t\t\to.VFX_VARYING_ALPHA = alpha;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#ifdef + VFX_VARYING_EXPOSUREWEIGHT\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_EXPOSUREWEIGHT + = exposureWeight;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_SOFT_PARTICLE + && defined(VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE + = invSoftParticlesFadeDistance;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + USE_ALPHA_TEST && defined(VFX_VARYING_ALPHATHRESHOLD)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_ALPHATHRESHOLD + = alphaThreshold;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_UV_SCALE_BIAS\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_UV.xy + = o.VFX_VARYING_UV.xy * uvScale + uvBias;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + defined(VFX_VARYING_POSWS)\n\t\t\t\t\t\to.VFX_VARYING_POSWS = TransformPositionVFXToWorld(vPos);\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if + USE_FLIPBOOK\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\tVFXUVData uvData = GetUVData(flipBookSize, + invFlipBookSize, o.VFX_VARYING_UV.xy, texIndex);\n\t\t\t\t\t\to.VFX_VARYING_UV.xy + = uvData.uvs.xy;\n\t\t\t\t\t\t#if USE_FLIPBOOK_INTERPOLATION\n\t\t\t\t\t\to.VFX_VARYING_UV.zw + = uvData.uvs.zw;\n\t\t\t\t\t\to.VFX_VARYING_FRAMEBLEND = uvData.blend;\n\t\t\t\t\t\t#if + USE_FLIPBOOK_MOTIONVECTORS\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_MOTIONVECTORSCALE + = motionVectorScale * invFlipBookSize;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\treturn + o;\n\t\t\t}\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommonOutput.cginc\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t#pragma + fragment frag\n\t\t\tps_output frag(ps_input i)\n\t\t\t{\n\t\t\t\tps_output + o = (ps_output)0;\n\t\t\t\tVFXTransformPSInputs(i);\n\t\t\t\n\t\t\t\t#define + VFX_TEXTURE_COLOR VFXGetTextureColor(VFX_SAMPLER(mainTexture),i)\n\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\tfloat4 + color = VFXGetFragmentColor(i);\n\t\t\t\t\t\t\n\t\t\t\t\t\t#ifndef VFX_TEXTURE_COLOR\n\t\t\t\t\t\t\t#define + VFX_TEXTURE_COLOR float4(1.0,1.0,1.0,1.0)\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + VFX_COLORMAPPING_DEFAULT\n\t\t\t\t\t\t\to.color = color * VFX_TEXTURE_COLOR;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + VFX_COLORMAPPING_GRADIENTMAPPED\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\to.color = SampleGradient(gradient, + VFX_TEXTURE_COLOR.a * color.a) * float4(color.rgb,1.0);\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\n\t\t\t\to.color + = VFXApplyPreExposure(o.color, i);\n\t\t\t\to.color = VFXApplyFog(o.color,i);\n\t\t\t\tVFXClipFragmentColor(o.color.a,i);\n\t\t\t\to.color.a + = saturate(o.color.a);\n\t\t\t\treturn o;\n\t\t\t}\n\t\t\tENDHLSL\n\t\t}\n\t\t\n\r\n\t\t\r\n\t}\r\n}\r\n" + m_Infos: + m_Expressions: + m_Expressions: + - op: 1 + valueIndex: 0 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 7 + valueIndex: 1 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: -1 + - op: 1 + valueIndex: 2 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 6 + - op: 1 + valueIndex: 3 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 26 + valueIndex: 4 + data[0]: 1 + data[1]: 0 + data[2]: -1 + data[3]: 1 + - op: 8 + valueIndex: 5 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: -1 + - op: 1 + valueIndex: 6 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 6 + - op: 3 + valueIndex: 7 + data[0]: 3 + data[1]: 4 + data[2]: 3 + data[3]: -1 + - op: 62 + valueIndex: 10 + data[0]: 6 + data[1]: 5 + data[2]: -1 + data[3]: 6 + - op: 62 + valueIndex: 11 + data[0]: 2 + data[1]: 5 + data[2]: -1 + data[3]: 6 + - op: 1 + valueIndex: 12 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 15 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 18 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 19 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 6 + - op: 1 + valueIndex: 20 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 23 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 5 + - op: 62 + valueIndex: 24 + data[0]: 13 + data[1]: 5 + data[2]: -1 + data[3]: 6 + - op: 1 + valueIndex: 25 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 7 + - op: 1 + valueIndex: 26 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 27 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 28 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 29 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 7 + - op: 1 + valueIndex: 30 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 31 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 32 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 33 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 34 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 35 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 36 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 37 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 38 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 14 + - op: 1 + valueIndex: 39 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 40 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 41 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 14 + - op: 26 + valueIndex: 42 + data[0]: 27 + data[1]: 26 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 43 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 46 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 6 + valueIndex: 49 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: -1 + - op: 57 + valueIndex: 50 + data[0]: 30 + data[1]: -1 + data[2]: -1 + data[3]: 0 + - op: 1 + valueIndex: 51 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 52 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 55 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 58 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 7 + - op: 1 + valueIndex: 59 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 57 + valueIndex: 60 + data[0]: 33 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 31 + valueIndex: 61 + data[0]: 34 + data[1]: 3 + data[2]: -1 + data[3]: 1 + m_NeedsLocalToWorld: 0 + m_NeedsWorldToLocal: 0 + m_NeededMainCameraBuffers: 0 + m_PropertySheet: + m_Float: + m_Array: + - m_ExpressionIndex: 0 + m_Value: 0.1 + - m_ExpressionIndex: 3 + m_Value: 0 + - m_ExpressionIndex: 12 + m_Value: -1 + - m_ExpressionIndex: 18 + m_Value: 2 + - m_ExpressionIndex: 19 + m_Value: 0.96 + - m_ExpressionIndex: 20 + m_Value: 0.5 + - m_ExpressionIndex: 22 + m_Value: 0.9 + - m_ExpressionIndex: 23 + m_Value: 0.79 + - m_ExpressionIndex: 24 + m_Value: 1 + - m_ExpressionIndex: 25 + m_Value: 0.01 + - m_ExpressionIndex: 26 + m_Value: 150000 + - m_ExpressionIndex: 27 + m_Value: 1 + - m_ExpressionIndex: 28 + m_Value: 3 + - m_ExpressionIndex: 29 + m_Value: -10 + - m_ExpressionIndex: 31 + m_Value: 0.012 + - m_ExpressionIndex: 32 + m_Value: 0.001 + - m_ExpressionIndex: 39 + m_Value: 80000 + - m_ExpressionIndex: 43 + m_Value: 5 + m_Vector2f: + m_Array: [] + m_Vector3f: + m_Array: + - m_ExpressionIndex: 10 + m_Value: {x: 7, y: 7, z: 7} + - m_ExpressionIndex: 11 + m_Value: {x: 49.2845, y: 49.2845, z: 49.2845} + - m_ExpressionIndex: 14 + m_Value: {x: 1, y: 0.5, z: 2} + - m_ExpressionIndex: 35 + m_Value: {x: 0.25, y: 0.25, z: 0.25} + - m_ExpressionIndex: 36 + m_Value: {x: 1, y: 1, z: 1} + - m_ExpressionIndex: 40 + m_Value: {x: 10, y: 10, z: 10} + - m_ExpressionIndex: 41 + m_Value: {x: 0, y: 0, z: 0} + m_Vector4f: + m_Array: [] + m_Uint: + m_Array: + - m_ExpressionIndex: 2 + m_Value: 102 + - m_ExpressionIndex: 6 + m_Value: 276 + - m_ExpressionIndex: 13 + m_Value: 775 + m_Int: + m_Array: + - m_ExpressionIndex: 15 + m_Value: 1 + m_Matrix4x4f: + m_Array: [] + m_AnimationCurve: + m_Array: [] + m_Gradient: + m_Array: + - m_ExpressionIndex: 30 + m_Value: + serializedVersion: 2 + key0: {r: 13.752448, g: 16.732605, b: 23.245289, a: 1} + key1: {r: 4, g: 4, b: 4, a: 1} + key2: {r: 1, g: 1, b: 1, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 39514 + ctime2: 65535 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 14842 + atime2: 65535 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 3 + m_NumAlphaKeys: 3 + - m_ExpressionIndex: 33 + m_Value: + serializedVersion: 2 + key0: {r: 20.36314, g: 28.949675, b: 38.508514, a: 1} + key1: {r: 13.752448, g: 19.957428, b: 23.245289, a: 0} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 57440 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + m_NamedObject: + m_Array: + - m_ExpressionIndex: 17 + m_Value: {fileID: 0} + - m_ExpressionIndex: 21 + m_Value: {fileID: 0} + - m_ExpressionIndex: 42 + m_Value: {fileID: 2800000, guid: 49cb5aa34272b034d8b754c65d9cdbfa, type: 3} + m_Bool: + m_Array: [] + m_ExposedExpressions: + - nameId: DepthImage + index: 21 + - nameId: MovementImage + index: 17 + - nameId: Spawn Rate + index: 27 + m_Buffers: + - type: 1 + size: 130432 + layout: + - name: lifetime + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + - name: position + type: 3 + offset: + bucket: 10048 + structure: 8 + element: 0 + - name: alive + type: 17 + offset: + bucket: 10048 + structure: 8 + element: 3 + - name: velocity + type: 3 + offset: + bucket: 10048 + structure: 8 + element: 4 + - name: age + type: 1 + offset: + bucket: 10048 + structure: 8 + element: 7 + - name: color + type: 3 + offset: + bucket: 90432 + structure: 4 + element: 0 + capacity: 10000 + stride: 4 + - type: 1 + size: 1040000 + layout: + - name: lifetime + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + - name: position + type: 3 + offset: + bucket: 80000 + structure: 8 + element: 0 + - name: alive + type: 17 + offset: + bucket: 80000 + structure: 8 + element: 3 + - name: velocity + type: 3 + offset: + bucket: 80000 + structure: 8 + element: 4 + - name: age + type: 1 + offset: + bucket: 80000 + structure: 8 + element: 7 + - name: color + type: 3 + offset: + bucket: 720000 + structure: 4 + element: 0 + capacity: 80000 + stride: 4 + - type: 1 + size: 130624 + layout: + - name: lifetime + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + - name: position + type: 3 + offset: + bucket: 10048 + structure: 8 + element: 0 + - name: alive + type: 17 + offset: + bucket: 10048 + structure: 8 + element: 3 + - name: velocity + type: 3 + offset: + bucket: 10048 + structure: 8 + element: 4 + - name: age + type: 1 + offset: + bucket: 10048 + structure: 8 + element: 7 + - name: color + type: 3 + offset: + bucket: 90432 + structure: 4 + element: 0 + capacity: 10048 + stride: 4 + - type: 1 + size: 1 + layout: + - name: spawnCount + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + capacity: 1 + stride: 4 + - type: 4 + size: 10000 + layout: [] + capacity: 0 + stride: 4 + - type: 1 + size: 1 + layout: [] + capacity: 0 + stride: 4 + - type: 1 + size: 1040000 + layout: + - name: lifetime + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + - name: position + type: 3 + offset: + bucket: 80000 + structure: 8 + element: 0 + - name: alive + type: 17 + offset: + bucket: 80000 + structure: 8 + element: 3 + - name: velocity + type: 3 + offset: + bucket: 80000 + structure: 8 + element: 4 + - name: age + type: 1 + offset: + bucket: 80000 + structure: 8 + element: 7 + - name: color + type: 3 + offset: + bucket: 720000 + structure: 4 + element: 0 + capacity: 80000 + stride: 4 + - type: 1 + size: 1 + layout: + - name: spawnCount + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + capacity: 1 + stride: 4 + - type: 4 + size: 80000 + layout: [] + capacity: 0 + stride: 4 + - type: 1 + size: 1 + layout: [] + capacity: 0 + stride: 4 + m_TemporaryBuffers: [] + m_CPUBuffers: + - capacity: 1 + stride: 1 + layout: + - name: spawnCount + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + initialData: + data: 00000000 + - capacity: 1 + stride: 1 + layout: + - name: spawnCount + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + initialData: + data: 00000000 + - capacity: 1 + stride: 1 + layout: + - name: spawnCount + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + initialData: + data: 00000000 + m_Events: + - name: OnPlay + playSystems: 0000000001000000 + stopSystems: + - name: OnStop + playSystems: + stopSystems: 0000000001000000 + m_RuntimeVersion: 10 + m_RendererSettings: + motionVectorGenerationMode: 0 + shadowCastingMode: 0 + receiveShadows: 0 + reflectionProbeUsage: 0 + lightProbeUsage: 0 + m_CullingFlags: 3 + m_UpdateMode: 0 + m_PreWarmDeltaTime: 0.05 + m_PreWarmStepCount: 0 + m_Systems: + - type: 0 + flags: 0 + capacity: 0 + layer: 4294967295 + buffers: + - nameId: spawner_output + index: 1 + values: [] + tasks: + - type: 268435456 + buffers: [] + temporaryBuffers: [] + values: + - nameId: Rate + index: 39 + params: [] + processor: {fileID: 0} + shaderSourceIndex: -1 + - type: 0 + flags: 0 + capacity: 0 + layer: 4294967295 + buffers: + - nameId: spawner_output + index: 2 + values: [] + tasks: + - type: 268435456 + buffers: [] + temporaryBuffers: [] + values: + - nameId: Rate + index: 45 + params: [] + processor: {fileID: 0} + shaderSourceIndex: -1 + - type: 1 + flags: 1 + capacity: 10000 + layer: 4294967295 + buffers: + - nameId: attributeBuffer + index: 0 + - nameId: sourceAttributeBuffer + index: 3 + - nameId: deadList + index: 4 + - nameId: deadListCount + index: 5 + - nameId: spawner_input + index: 2 + values: + - nameId: bounds_center + index: 41 + - nameId: bounds_size + index: 40 + tasks: + - type: 536870912 + buffers: + - nameId: attributeBuffer + index: 0 + - nameId: deadListIn + index: 4 + - nameId: deadListCount + index: 5 + - nameId: sourceAttributeBuffer + index: 3 + temporaryBuffers: [] + values: + - nameId: uniform_b + index: 16 + - nameId: uniform_c + index: 9 + - nameId: uniform_d + index: 8 + - nameId: texture_b + index: 21 + params: + - nameId: bounds_center + index: 41 + - nameId: bounds_size + index: 40 + processor: {fileID: 0} + shaderSourceIndex: 0 + - type: 805306368 + buffers: + - nameId: attributeBuffer + index: 0 + - nameId: deadListOut + index: 4 + temporaryBuffers: [] + values: + - nameId: uniform_b + index: 7 + - nameId: deltaTime_a + index: 37 + params: [] + processor: {fileID: 0} + shaderSourceIndex: 1 + - type: 1073741826 + buffers: + - nameId: attributeBuffer + index: 0 + temporaryBuffers: [] + values: + - nameId: gradient_a + index: 38 + - nameId: mainTexture + index: 42 + params: + - nameId: sortPriority + index: 0 + processor: {fileID: 0} + shaderSourceIndex: 2 + - type: 1 + flags: 1 + capacity: 80000 + layer: 4294967295 + buffers: + - nameId: attributeBuffer + index: 1 + - nameId: sourceAttributeBuffer + index: 7 + - nameId: deadList + index: 8 + - nameId: deadListCount + index: 9 + - nameId: spawner_input + index: 1 + values: + - nameId: bounds_center + index: 41 + - nameId: bounds_size + index: 40 + tasks: + - type: 536870912 + buffers: + - nameId: attributeBuffer + index: 1 + - nameId: deadListIn + index: 8 + - nameId: deadListCount + index: 9 + - nameId: sourceAttributeBuffer + index: 7 + temporaryBuffers: [] + values: + - nameId: uniform_b + index: 9 + - nameId: uniform_c + index: 8 + - nameId: texture_b + index: 21 + - nameId: texture_c + index: 17 + params: + - nameId: bounds_center + index: 41 + - nameId: bounds_size + index: 40 + processor: {fileID: 0} + shaderSourceIndex: 3 + - type: 805306368 + buffers: + - nameId: attributeBuffer + index: 1 + - nameId: deadListOut + index: 8 + temporaryBuffers: [] + values: + - nameId: uniform_b + index: 7 + - nameId: deltaTime_a + index: 37 + params: [] + processor: {fileID: 0} + shaderSourceIndex: 4 + - type: 1073741826 + buffers: + - nameId: attributeBuffer + index: 1 + temporaryBuffers: [] + values: + - nameId: gradient_a + index: 44 + - nameId: mainTexture + index: 42 + params: + - nameId: sortPriority + index: 0 + processor: {fileID: 0} + shaderSourceIndex: 5 +--- !u!114 &8926484042661614622 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: a0b9e6b9139e58d4c957ec54595da7d3, type: 3} + m_Name: VFXQuadOutput + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 8926484042661614624} + - {fileID: 8926484042661614631} + - {fileID: 8926484042661614636} + - {fileID: 8926484042661614629} + m_UIPosition: {x: 632, y: 911} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614628} + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 114428730288789306} + m_InputFlowSlot: + - link: + - context: {fileID: 114780028408030698} + slotIndex: 0 + m_OutputFlowSlot: + - link: [] + blendMode: 0 + m_SubOutputs: + - {fileID: 8926484042661614941} + cullMode: 0 + zWriteMode: 0 + zTestMode: 0 + colorMappingMode: 0 + uvMode: 0 + useSoftParticle: 0 + sortPriority: 0 + sort: 0 + indirectDraw: 0 + castShadows: 0 + useExposureWeight: 0 + primitiveType: 1 + useGeometryShader: 0 +--- !u!114 &8926484042661614624 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 956b68870e880b144bab17e5aa6e7e94, type: 3} + m_Name: ColorOverLife + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614622} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614625} + m_OutputSlots: [] + m_Disabled: 0 + mode: 1 + ColorComposition: 2 + AlphaComposition: 2 +--- !u!114 &8926484042661614625 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 76f778ff57c4e8145b9681fe3268d8e9, type: 3} + m_Name: VFXSlotGradient + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614625} + m_MasterData: + m_Owner: {fileID: 8926484042661614624} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Gradient, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"colorKeys":[{"color":{"r":13.752448081970215,"g":16.73260498046875,"b":23.245288848876954,"a":1.0},"time":0.0},{"color":{"r":4.0,"g":4.0,"b":4.0,"a":1.0},"time":0.6029449701309204},{"color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"time":1.0}],"alphaKeys":[{"alpha":1.0,"time":0.0},{"alpha":1.0,"time":0.22647440433502198},{"alpha":0.0,"time":1.0}],"gradientMode":0}' + m_Space: 2147483647 + m_Property: + name: gradient + m_serializedType: + m_SerializableType: UnityEngine.Gradient, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The over-life Gradient + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614628 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: VFXSlotTexture2D + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614628} + m_MasterData: + m_Owner: {fileID: 8926484042661614622} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":2800000,"guid":"49cb5aa34272b034d8b754c65d9cdbfa","type":3}}' + m_Space: 2147483647 + m_Property: + name: mainTexture + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614629 +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: d03231f387e7ed54d888c74e4e13228e, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614622} + m_Children: [] + m_UIPosition: {x: 0, y: 2} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: [] + m_Disabled: 0 +--- !u!114 &8926484042661614631 +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: d16c6aeaef944094b9a1633041804207, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614622} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: [] + m_Disabled: 0 + mode: 6 +--- !u!114 &8926484042661614636 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614622} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614642} + m_OutputSlots: [] + m_Disabled: 0 + attribute: scale + Composition: 0 + Source: 0 + Random: 0 + channels: 3 +--- !u!114 &8926484042661614642 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614643} + - {fileID: 8926484042661614644} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614642} + m_MasterData: + m_Owner: {fileID: 8926484042661614636} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.012000000104308129,"y":0.10000000149011612}' + m_Space: 2147483647 + m_Property: + name: Scale + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614643 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614642} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614642} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614644 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614642} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614642} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614732} +--- !u!114 &8926484042661614692 +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: 486e063e1ed58c843942ea4122829ab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -164, y: 1690} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661614693} + attribute: velocity + location: 0 + mask: xyz +--- !u!114 &8926484042661614693 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614694} + - {fileID: 8926484042661614695} + - {fileID: 8926484042661614696} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614693} + m_MasterData: + m_Owner: {fileID: 8926484042661614692} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: velocity + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614726} +--- !u!114 &8926484042661614694 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614693} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614693} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614695 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614693} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614693} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614696 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614693} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614693} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614697 +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: 0a02ebe9815b1084495277ae39c6c270, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 380, y: 1662} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614731} + - {fileID: 8926484042661614699} + - {fileID: 8926484042661614700} + - {fileID: 8926484042661614701} + - {fileID: 8926484042661614702} + m_OutputSlots: + - {fileID: 8926484042661614732} + m_Type: + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_Clamp: 0 +--- !u!114 &8926484042661614699 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614699} + m_MasterData: + m_Owner: {fileID: 8926484042661614697} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: oldRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614700 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614700} + m_MasterData: + m_Owner: {fileID: 8926484042661614697} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: oldRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614701 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614701} + m_MasterData: + m_Owner: {fileID: 8926484042661614697} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.01 + m_Space: 2147483647 + m_Property: + name: newRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614702 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614702} + m_MasterData: + m_Owner: {fileID: 8926484042661614697} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.8 + m_Space: 2147483647 + m_Property: + name: newRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614725 +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: b89d44d34b0b0ca4bb334636b7b2060a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 111, y: 1680} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614726} + m_OutputSlots: + - {fileID: 8926484042661614730} + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &8926484042661614726 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614727} + - {fileID: 8926484042661614728} + - {fileID: 8926484042661614729} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614726} + m_MasterData: + m_Owner: {fileID: 8926484042661614725} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The vector to be used in the length calculation. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614693} +--- !u!114 &8926484042661614727 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614726} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614726} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614728 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614726} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614726} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614729 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614726} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614726} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614730 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614730} + m_MasterData: + m_Owner: {fileID: 8926484042661614725} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: l + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The length of x. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614731} +--- !u!114 &8926484042661614731 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614731} + m_MasterData: + m_Owner: {fileID: 8926484042661614697} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: input + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to be remapped into the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614730} +--- !u!114 &8926484042661614732 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614732} + m_MasterData: + m_Owner: {fileID: 8926484042661614697} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614644} + - {fileID: 8926484042661615098} +--- !u!114 &8926484042661614733 +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: c079bc84df7c7e94f88c8ae0d1b0691d, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114780028408030698} + m_Children: [] + m_UIPosition: {x: 0, y: 249} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614734} + m_OutputSlots: [] + m_Disabled: 0 + Mode: 0 +--- !u!114 &8926484042661614734 +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: a9f9544b71b7dab44a4644b6807e8bf6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614735} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614734} + m_MasterData: + m_Owner: {fileID: 8926484042661614733} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"vector":{"x":1.0,"y":0.0,"z":0.0}}' + m_Space: 0 + m_Property: + name: Force + m_serializedType: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Force vector applied to particles (in units per squared second) + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614811} +--- !u!114 &8926484042661614735 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614734} + m_Children: + - {fileID: 8926484042661614736} + - {fileID: 8926484042661614737} + - {fileID: 8926484042661614738} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614734} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: vector + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The vector. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614736 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614735} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614734} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614737 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614735} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614734} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614738 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614735} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614734} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614739 +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: a30aeb734589f22468d3ed89a2ecc09c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -453, y: 851} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614740} + - {fileID: 8926484042661614744} + - {fileID: 8926484042661614745} + - {fileID: 8926484042661614746} + - {fileID: 8926484042661614747} + - {fileID: 8926484042661614748} + m_OutputSlots: + - {fileID: 8926484042661614751} + - {fileID: 8926484042661614752} + type: 1 + dimensions: 2 +--- !u!114 &8926484042661614740 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614741} + - {fileID: 8926484042661614742} + - {fileID: 8926484042661614743} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614740} + m_MasterData: + m_Owner: {fileID: 8926484042661614739} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: coordinate + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The coordinate in the noise field to take the sample from. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614823} +--- !u!114 &8926484042661614741 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614740} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614740} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614742 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614740} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614740} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614743 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614740} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614740} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614744 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614744} + m_MasterData: + m_Owner: {fileID: 8926484042661614739} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: frequency + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The frequency of the noise. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614745 +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: 4d246e354feb93041a837a9ef59437cb, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614745} + m_MasterData: + m_Owner: {fileID: 8926484042661614739} + m_Value: + m_Type: + m_SerializableType: System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: octaves + m_serializedType: + m_SerializableType: System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The number of layers of noise. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614746 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614746} + m_MasterData: + m_Owner: {fileID: 8926484042661614739} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.5 + m_Space: 2147483647 + m_Property: + name: roughness + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 0 + m_Min: 0 + m_Max: 1 + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The scaling factor applied to each octave. Also known as persistence. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614747 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614747} + m_MasterData: + m_Owner: {fileID: 8926484042661614739} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 2 + m_Space: 2147483647 + m_Property: + name: lacunarity + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The rate of change of the frequency for each successive octave. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614748 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614749} + - {fileID: 8926484042661614750} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614748} + m_MasterData: + m_Owner: {fileID: 8926484042661614739} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":-1.0,"y":1.0}' + m_Space: 2147483647 + m_Property: + name: range + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The noise will be calculated within the specified range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614749 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614748} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614748} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614750 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614748} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614748} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614751 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614751} + m_MasterData: + m_Owner: {fileID: 8926484042661614739} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Noise + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The calculated noise. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614752 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614753} + - {fileID: 8926484042661614754} + - {fileID: 8926484042661614755} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614752} + m_MasterData: + m_Owner: {fileID: 8926484042661614739} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: Derivatives + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The rate of change of the noise. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614791} +--- !u!114 &8926484042661614753 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614752} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614752} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614754 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614752} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614752} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614755 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614752} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614752} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614756 +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: 486e063e1ed58c843942ea4122829ab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1664, y: 698} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661614757} + attribute: position + location: 0 + mask: xyz +--- !u!114 &8926484042661614757 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614758} + - {fileID: 8926484042661614759} + - {fileID: 8926484042661614760} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614757} + m_MasterData: + m_Owner: {fileID: 8926484042661614756} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614833} +--- !u!114 &8926484042661614758 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614757} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614757} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614759 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614757} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614757} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614760 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614757} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614757} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614761 +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: c7acf5424f3655744af4b8f63298fa0f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -761, y: 998} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614765} + - {fileID: 8926484042661614763} + m_OutputSlots: + - {fileID: 8926484042661614769} + m_Operands: + - name: a + type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661614763 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614763} + m_MasterData: + m_Owner: {fileID: 8926484042661614761} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 49.2845 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614765 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614766} + - {fileID: 8926484042661614767} + - {fileID: 8926484042661614768} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614765} + m_MasterData: + m_Owner: {fileID: 8926484042661614761} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614823} +--- !u!114 &8926484042661614766 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614765} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614765} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614767 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614765} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614765} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614768 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614765} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614765} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614769 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614770} + - {fileID: 8926484042661614771} + - {fileID: 8926484042661614772} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614769} + m_MasterData: + m_Owner: {fileID: 8926484042661614761} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614774} +--- !u!114 &8926484042661614770 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614769} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614769} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614771 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614769} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614769} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614772 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614769} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614769} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614773 +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: a30aeb734589f22468d3ed89a2ecc09c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -457, y: 940} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614774} + - {fileID: 8926484042661614778} + - {fileID: 8926484042661614779} + - {fileID: 8926484042661614780} + - {fileID: 8926484042661614781} + - {fileID: 8926484042661614782} + m_OutputSlots: + - {fileID: 8926484042661614785} + - {fileID: 8926484042661614786} + type: 1 + dimensions: 2 +--- !u!114 &8926484042661614774 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614775} + - {fileID: 8926484042661614776} + - {fileID: 8926484042661614777} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614774} + m_MasterData: + m_Owner: {fileID: 8926484042661614773} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: coordinate + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The coordinate in the noise field to take the sample from. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614769} +--- !u!114 &8926484042661614775 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614774} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614774} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614776 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614774} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614774} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614777 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614774} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614774} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614778 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614778} + m_MasterData: + m_Owner: {fileID: 8926484042661614773} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: frequency + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The frequency of the noise. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614779 +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: 4d246e354feb93041a837a9ef59437cb, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614779} + m_MasterData: + m_Owner: {fileID: 8926484042661614773} + m_Value: + m_Type: + m_SerializableType: System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: octaves + m_serializedType: + m_SerializableType: System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The number of layers of noise. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614780 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614780} + m_MasterData: + m_Owner: {fileID: 8926484042661614773} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.5 + m_Space: 2147483647 + m_Property: + name: roughness + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 0 + m_Min: 0 + m_Max: 1 + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The scaling factor applied to each octave. Also known as persistence. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614781 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614781} + m_MasterData: + m_Owner: {fileID: 8926484042661614773} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 2 + m_Space: 2147483647 + m_Property: + name: lacunarity + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The rate of change of the frequency for each successive octave. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614782 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614783} + - {fileID: 8926484042661614784} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614782} + m_MasterData: + m_Owner: {fileID: 8926484042661614773} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":-1.0,"y":1.0}' + m_Space: 2147483647 + m_Property: + name: range + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The noise will be calculated within the specified range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614783 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614782} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614782} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614784 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614782} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614782} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614785 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614785} + m_MasterData: + m_Owner: {fileID: 8926484042661614773} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Noise + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The calculated noise. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614786 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614787} + - {fileID: 8926484042661614788} + - {fileID: 8926484042661614789} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614786} + m_MasterData: + m_Owner: {fileID: 8926484042661614773} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: Derivatives + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The rate of change of the noise. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614795} +--- !u!114 &8926484042661614787 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614786} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614786} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614788 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614786} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614786} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614789 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614786} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614786} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614790 +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: 14b33987e048dc648922a474c517abee, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -58, y: 882} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614791} + - {fileID: 8926484042661614795} + m_OutputSlots: + - {fileID: 8926484042661614799} + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &8926484042661614791 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614792} + - {fileID: 8926484042661614793} + - {fileID: 8926484042661614794} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614791} + m_MasterData: + m_Owner: {fileID: 8926484042661614790} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The first operand. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614752} +--- !u!114 &8926484042661614792 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614791} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614791} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614793 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614791} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614791} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614794 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614791} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614791} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614795 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614796} + - {fileID: 8926484042661614797} + - {fileID: 8926484042661614798} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614795} + m_MasterData: + m_Owner: {fileID: 8926484042661614790} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":1.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The second operand. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614786} +--- !u!114 &8926484042661614796 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614795} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614795} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614797 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614795} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614795} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614798 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614795} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614795} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614799 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614800} + - {fileID: 8926484042661614801} + - {fileID: 8926484042661614802} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614799} + m_MasterData: + m_Owner: {fileID: 8926484042661614790} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614807} +--- !u!114 &8926484042661614800 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614799} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614799} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614801 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614799} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614799} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614802 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614799} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614799} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614803 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 272, y: 868} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614804} + - {fileID: 8926484042661614807} + m_OutputSlots: + - {fileID: 8926484042661614811} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &8926484042661614804 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614804} + m_MasterData: + m_Owner: {fileID: 8926484042661614803} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.25 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614807 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614808} + - {fileID: 8926484042661614809} + - {fileID: 8926484042661614810} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614807} + m_MasterData: + m_Owner: {fileID: 8926484042661614803} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0,"z":1.0}' + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614799} +--- !u!114 &8926484042661614808 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614807} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614807} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614809 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614807} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614807} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614810 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614807} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614807} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614811 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614812} + - {fileID: 8926484042661614813} + - {fileID: 8926484042661614814} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614811} + m_MasterData: + m_Owner: {fileID: 8926484042661614803} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614734} + - {fileID: 8926484042661615228} +--- !u!114 &8926484042661614812 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614811} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614811} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614813 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614811} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614811} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614814 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614811} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614811} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614815 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1053, y: 887} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614819} + - {fileID: 8926484042661614817} + m_OutputSlots: + - {fileID: 8926484042661614823} + m_Operands: + - name: a + type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661614817 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614817} + m_MasterData: + m_Owner: {fileID: 8926484042661614815} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 7 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614819 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614820} + - {fileID: 8926484042661614821} + - {fileID: 8926484042661614822} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614819} + m_MasterData: + m_Owner: {fileID: 8926484042661614815} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0,"z":1.0}' + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614837} +--- !u!114 &8926484042661614820 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614819} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614819} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614821 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614819} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614819} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614822 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614819} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614819} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614823 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614824} + - {fileID: 8926484042661614825} + - {fileID: 8926484042661614826} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614823} + m_MasterData: + m_Owner: {fileID: 8926484042661614815} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614740} + - {fileID: 8926484042661614765} +--- !u!114 &8926484042661614824 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614823} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614823} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614825 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614823} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614823} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614826 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614823} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614823} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614827 +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: b294673e879f9cf449cc9de536818ea9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114780028408030698} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614828} + m_OutputSlots: [] + m_Disabled: 0 + UseParticleSize: 0 +--- !u!114 &8926484042661614828 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614828} + m_MasterData: + m_Owner: {fileID: 8926484042661614827} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: dragCoefficient + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Drag coefficient of the particle + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614829 +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: c7acf5424f3655744af4b8f63298fa0f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1365, y: 770} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614833} + - {fileID: 8926484042661614847} + m_OutputSlots: + - {fileID: 8926484042661614837} + m_Operands: + - name: a + type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + - name: b + type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &8926484042661614833 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614834} + - {fileID: 8926484042661614835} + - {fileID: 8926484042661614836} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614833} + m_MasterData: + m_Owner: {fileID: 8926484042661614829} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614757} +--- !u!114 &8926484042661614834 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614833} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614833} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614835 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614833} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614833} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614836 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614833} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614833} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614837 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614838} + - {fileID: 8926484042661614839} + - {fileID: 8926484042661614840} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614837} + m_MasterData: + m_Owner: {fileID: 8926484042661614829} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614819} +--- !u!114 &8926484042661614838 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614837} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614837} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614839 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614837} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614837} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614840 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614837} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614837} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614841 +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: 7d33fb94df928ef4c986f97607706b82, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1728, y: 904} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661614842} + m_expressionOp: 7 +--- !u!114 &8926484042661614842 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614842} + m_MasterData: + m_Owner: {fileID: 8926484042661614841} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: TotalTime + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614844} +--- !u!114 &8926484042661614843 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1572, y: 919} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614844} + - {fileID: 8926484042661614845} + m_OutputSlots: + - {fileID: 8926484042661614846} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661614844 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614844} + m_MasterData: + m_Owner: {fileID: 8926484042661614843} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614842} +--- !u!114 &8926484042661614845 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614845} + m_MasterData: + m_Owner: {fileID: 8926484042661614843} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.1 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614846 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614846} + m_MasterData: + m_Owner: {fileID: 8926484042661614843} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614849} +--- !u!114 &8926484042661614847 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614848} + - {fileID: 8926484042661614849} + - {fileID: 8926484042661614850} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614847} + m_MasterData: + m_Owner: {fileID: 8926484042661614829} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614848 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614847} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614847} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614849 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614847} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614847} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614846} +--- !u!114 &8926484042661614850 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614847} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614847} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614851 +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: c42128e17c583714a909b4997c80c916, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -373, y: -614} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614852} + - {fileID: 8926484042661614853} + - {fileID: 8926484042661614854} + m_OutputSlots: + - {fileID: 8926484042661614855} + seed: 0 + constant: 1 +--- !u!114 &8926484042661614852 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614852} + m_MasterData: + m_Owner: {fileID: 8926484042661614851} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: min + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The minimum value to be generated. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614853 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614853} + m_MasterData: + m_Owner: {fileID: 8926484042661614851} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: max + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The maximum value to be generated. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614854 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614854} + m_MasterData: + m_Owner: {fileID: 8926484042661614851} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 775 + m_Space: 2147483647 + m_Property: + name: seed + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Seed to compute the constant random + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614855 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614855} + m_MasterData: + m_Owner: {fileID: 8926484042661614851} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: r + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: A random number between 0 and 1. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614857} + - {fileID: 8926484042661614870} +--- !u!114 &8926484042661614856 +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: 82d0db94cf826d249b0f76cc51492bf4, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -120, y: -430} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614857} + - {fileID: 8926484042661614858} + m_OutputSlots: + - {fileID: 8926484042661614859} + m_Type: + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661614857 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614857} + m_MasterData: + m_Owner: {fileID: 8926484042661614856} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Value + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to compare + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614855} +--- !u!114 &8926484042661614858 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614858} + m_MasterData: + m_Owner: {fileID: 8926484042661614856} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.96 + m_Space: 2147483647 + m_Property: + name: Threshold + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The threshold from which the function will return one + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614859 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614859} + m_MasterData: + m_Owner: {fileID: 8926484042661614856} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614865} +--- !u!114 &8926484042661614860 +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: c7acf5424f3655744af4b8f63298fa0f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 308, y: -556} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614861} + - {fileID: 8926484042661614862} + m_OutputSlots: + - {fileID: 8926484042661614863} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661614861 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614861} + m_MasterData: + m_Owner: {fileID: 8926484042661614860} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614875} +--- !u!114 &8926484042661614862 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614862} + m_MasterData: + m_Owner: {fileID: 8926484042661614860} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614867} +--- !u!114 &8926484042661614863 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614863} + m_MasterData: + m_Owner: {fileID: 8926484042661614860} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614868} +--- !u!114 &8926484042661614864 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 99, y: -441} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614865} + - {fileID: 8926484042661614866} + m_OutputSlots: + - {fileID: 8926484042661614867} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661614865 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614865} + m_MasterData: + m_Owner: {fileID: 8926484042661614864} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614859} +--- !u!114 &8926484042661614866 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614866} + m_MasterData: + m_Owner: {fileID: 8926484042661614864} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 3 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614867 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614867} + m_MasterData: + m_Owner: {fileID: 8926484042661614864} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614862} +--- !u!114 &8926484042661614868 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614868} + m_MasterData: + m_Owner: {fileID: 114131763552434164} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.4 + m_Space: 2147483647 + m_Property: + name: Lifetime + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614863} +--- !u!114 &8926484042661614869 +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: 0a02ebe9815b1084495277ae39c6c270, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -33, y: -654} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614870} + - {fileID: 8926484042661614871} + - {fileID: 8926484042661614872} + - {fileID: 8926484042661614873} + - {fileID: 8926484042661614874} + m_OutputSlots: + - {fileID: 8926484042661614875} + m_Type: + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_Clamp: 0 +--- !u!114 &8926484042661614870 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614870} + m_MasterData: + m_Owner: {fileID: 8926484042661614869} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.5 + m_Space: 2147483647 + m_Property: + name: input + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to be remapped into the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614855} +--- !u!114 &8926484042661614871 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614871} + m_MasterData: + m_Owner: {fileID: 8926484042661614869} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: oldRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614872 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614872} + m_MasterData: + m_Owner: {fileID: 8926484042661614869} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: oldRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614873 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614873} + m_MasterData: + m_Owner: {fileID: 8926484042661614869} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.5 + m_Space: 2147483647 + m_Property: + name: newRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614874 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614874} + m_MasterData: + m_Owner: {fileID: 8926484042661614869} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1.4 + m_Space: 2147483647 + m_Property: + name: newRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614875 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614875} + m_MasterData: + m_Owner: {fileID: 8926484042661614869} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614861} +--- !u!114 &8926484042661614879 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661614880} + m_ExposedName: Spawn Rate + m_Exposed: 1 + m_Order: 0 + m_Category: + m_Min: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661614880} + inputSlot: {fileID: 8926484042661614882} + position: {x: 194, y: -885} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661614880 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614880} + m_MasterData: + m_Owner: {fileID: 8926484042661614879} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614882} +--- !u!114 &8926484042661614881 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 422, y: -926} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614882} + - {fileID: 8926484042661614883} + m_OutputSlots: + - {fileID: 8926484042661614884} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661614882 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614882} + m_MasterData: + m_Owner: {fileID: 8926484042661614881} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614880} +--- !u!114 &8926484042661614883 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614883} + m_MasterData: + m_Owner: {fileID: 8926484042661614881} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 150000 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614884 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614884} + m_MasterData: + m_Owner: {fileID: 8926484042661614881} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 114571176826476282} +--- !u!114 &8926484042661614885 +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: c42128e17c583714a909b4997c80c916, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -709, y: 137} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614886} + - {fileID: 8926484042661614887} + - {fileID: 8926484042661614888} + m_OutputSlots: + - {fileID: 8926484042661614889} + seed: 0 + constant: 1 +--- !u!114 &8926484042661614886 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614886} + m_MasterData: + m_Owner: {fileID: 8926484042661614885} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: min + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The minimum value to be generated. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614887 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614887} + m_MasterData: + m_Owner: {fileID: 8926484042661614885} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: max + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The maximum value to be generated. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614888 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614888} + m_MasterData: + m_Owner: {fileID: 8926484042661614885} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 102 + m_Space: 2147483647 + m_Property: + name: seed + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Seed to compute the constant random + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614889 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614889} + m_MasterData: + m_Owner: {fileID: 8926484042661614885} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: r + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: A random number between 0 and 1. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614981} + - {fileID: 8926484042661614993} +--- !u!114 &8926484042661614890 +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: c42128e17c583714a909b4997c80c916, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -710, y: 259} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614891} + - {fileID: 8926484042661614892} + - {fileID: 8926484042661614893} + m_OutputSlots: + - {fileID: 8926484042661614894} + seed: 0 + constant: 1 +--- !u!114 &8926484042661614891 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614891} + m_MasterData: + m_Owner: {fileID: 8926484042661614890} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: min + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The minimum value to be generated. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614892 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614892} + m_MasterData: + m_Owner: {fileID: 8926484042661614890} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: max + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The maximum value to be generated. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614893 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614893} + m_MasterData: + m_Owner: {fileID: 8926484042661614890} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 276 + m_Space: 2147483647 + m_Property: + name: seed + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Seed to compute the constant random + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614894 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614894} + m_MasterData: + m_Owner: {fileID: 8926484042661614890} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: r + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: A random number between 0 and 1. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614985} + - {fileID: 8926484042661614989} +--- !u!114 &8926484042661614895 +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: 955b0c175a6f3bb4582e92f3de8f0626, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -290, y: 196} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614896} + m_OutputSlots: + - {fileID: 8926484042661614899} + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &8926484042661614896 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614897} + - {fileID: 8926484042661614898} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614896} + m_MasterData: + m_Owner: {fileID: 8926484042661614895} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614897 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614896} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614896} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614995} +--- !u!114 &8926484042661614898 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614896} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614896} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614991} +--- !u!114 &8926484042661614899 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614900} + - {fileID: 8926484042661614901} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614899} + m_MasterData: + m_Owner: {fileID: 8926484042661614895} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661615000} + - {fileID: 8926484042661615035} +--- !u!114 &8926484042661614900 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614899} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614899} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614901 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614899} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614899} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614924 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114946465509916290} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614936} + m_OutputSlots: [] + m_Disabled: 0 + attribute: position + Composition: 0 + Source: 0 + Random: 0 + channels: 6 +--- !u!114 &8926484042661614929 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114946465509916290} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614930} + m_OutputSlots: [] + m_Disabled: 0 + attribute: color + Composition: 0 + Source: 0 + Random: 0 + channels: 6 +--- !u!114 &8926484042661614930 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614931} + - {fileID: 8926484042661614932} + - {fileID: 8926484042661614933} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614930} + m_MasterData: + m_Owner: {fileID: 8926484042661614929} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0,"z":1.0}' + m_Space: 2147483647 + m_Property: + name: Color + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 5 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614931 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614930} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614930} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614932 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614930} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614930} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614933 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614930} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614930} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614934 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114946465509916290} + m_Children: [] + m_UIPosition: {x: 0, y: 243} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614935} + m_OutputSlots: [] + m_Disabled: 0 + attribute: lifetime + Composition: 2 + Source: 0 + Random: 0 + channels: 6 +--- !u!114 &8926484042661614935 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614935} + m_MasterData: + m_Owner: {fileID: 8926484042661614934} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: Lifetime + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661615018} +--- !u!114 &8926484042661614936 +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: 5265657162cc1a241bba03a3b0476d99, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614937} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614936} + m_MasterData: + m_Owner: {fileID: 8926484042661614924} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"position":{"x":0.0,"y":0.0,"z":0.0}}' + m_Space: 0 + m_Property: + name: Position + m_serializedType: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614937 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614936} + m_Children: + - {fileID: 8926484042661614938} + - {fileID: 8926484042661614939} + - {fileID: 8926484042661614940} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614936} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The position. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614938 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614937} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614936} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614983} +--- !u!114 &8926484042661614939 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614937} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614936} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614987} +--- !u!114 &8926484042661614940 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614937} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614936} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614979} +--- !u!114 &8926484042661614941 +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: 081ffb0090424ba4cb05370a42ead6b9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + opaqueRenderQueue: 0 + transparentRenderQueue: 1 +--- !u!114 &8926484042661614942 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661614943} + m_ExposedName: DepthImage + m_Exposed: 1 + m_Order: 1 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661614943} + inputSlot: {fileID: 8926484042661615034} + position: {x: -384, y: -60} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661614943 +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: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614943} + m_MasterData: + m_Owner: {fileID: 8926484042661614942} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661615034} +--- !u!114 &8926484042661614952 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 325, y: -208} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614978} + - {fileID: 8926484042661614954} + m_OutputSlots: + - {fileID: 8926484042661614979} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661614954 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614954} + m_MasterData: + m_Owner: {fileID: 8926484042661614952} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: -10 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614978 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614978} + m_MasterData: + m_Owner: {fileID: 8926484042661614952} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661615040} +--- !u!114 &8926484042661614979 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614979} + m_MasterData: + m_Owner: {fileID: 8926484042661614952} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614940} + - {fileID: 8926484042661615064} +--- !u!114 &8926484042661614980 +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: 0155ae97d9a75e3449c6d0603b79c2f4, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -42, y: 129} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614981} + - {fileID: 8926484042661614982} + m_OutputSlots: + - {fileID: 8926484042661614983} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661614981 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614981} + m_MasterData: + m_Owner: {fileID: 8926484042661614980} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614889} +--- !u!114 &8926484042661614982 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614982} + m_MasterData: + m_Owner: {fileID: 8926484042661614980} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.5 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614983 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614983} + m_MasterData: + m_Owner: {fileID: 8926484042661614980} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614938} + - {fileID: 8926484042661615062} +--- !u!114 &8926484042661614984 +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: 0155ae97d9a75e3449c6d0603b79c2f4, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -50, y: 263} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614985} + - {fileID: 8926484042661614986} + m_OutputSlots: + - {fileID: 8926484042661614987} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661614985 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614985} + m_MasterData: + m_Owner: {fileID: 8926484042661614984} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614894} +--- !u!114 &8926484042661614986 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614986} + m_MasterData: + m_Owner: {fileID: 8926484042661614984} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.5 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614987 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614987} + m_MasterData: + m_Owner: {fileID: 8926484042661614984} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614939} + - {fileID: 8926484042661615063} +--- !u!114 &8926484042661614988 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -472, y: 213} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614989} + - {fileID: 8926484042661614990} + m_OutputSlots: + - {fileID: 8926484042661614991} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661614989 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614989} + m_MasterData: + m_Owner: {fileID: 8926484042661614988} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614894} +--- !u!114 &8926484042661614990 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614990} + m_MasterData: + m_Owner: {fileID: 8926484042661614988} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: -1 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614991 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614991} + m_MasterData: + m_Owner: {fileID: 8926484042661614988} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614898} +--- !u!114 &8926484042661614992 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -477, y: 93} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614993} + - {fileID: 8926484042661614994} + m_OutputSlots: + - {fileID: 8926484042661614995} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661614993 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614993} + m_MasterData: + m_Owner: {fileID: 8926484042661614992} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614889} +--- !u!114 &8926484042661614994 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614994} + m_MasterData: + m_Owner: {fileID: 8926484042661614992} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: -1 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614995 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614995} + m_MasterData: + m_Owner: {fileID: 8926484042661614992} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614897} +--- !u!114 &8926484042661614998 +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: 49ad58bc1dec884458b12f6731fc091c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -68, y: 422} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614999} + - {fileID: 8926484042661615000} + - {fileID: 8926484042661615003} + m_OutputSlots: + - {fileID: 8926484042661615004} +--- !u!114 &8926484042661614999 +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: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614999} + m_MasterData: + m_Owner: {fileID: 8926484042661614998} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":8400000,"guid":"3292992d9acf8c044a807d6a06953238","type":2}}' + m_Space: 2147483647 + m_Property: + name: texture + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The texture to sample from. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661615045} +--- !u!114 &8926484042661615000 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661615001} + - {fileID: 8926484042661615002} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615000} + m_MasterData: + m_Owner: {fileID: 8926484042661614998} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0}' + m_Space: 2147483647 + m_Property: + name: uv + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The texture coordinate used for the sampling. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614899} +--- !u!114 &8926484042661615001 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615000} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615000} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615002 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615000} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615000} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615003 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615003} + m_MasterData: + m_Owner: {fileID: 8926484042661614998} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: mipLevel + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The mip level to sample from. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615004 +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: c499060cea9bbb24b8d723eafa343303, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661615005} + - {fileID: 8926484042661615006} + - {fileID: 8926484042661615007} + - {fileID: 8926484042661615008} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615004} + m_MasterData: + m_Owner: {fileID: 8926484042661614998} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector4, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0,"w":0.0}' + m_Space: 2147483647 + m_Property: + name: s + m_serializedType: + m_SerializableType: UnityEngine.Vector4, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661615005 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615004} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615004} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661615243} +--- !u!114 &8926484042661615006 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615004} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615004} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661615007 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615004} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615004} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661615008 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615004} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615004} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: w + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661615015 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 323, y: -76} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615016} + - {fileID: 8926484042661615017} + m_OutputSlots: + - {fileID: 8926484042661615018} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661615016 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615016} + m_MasterData: + m_Owner: {fileID: 8926484042661615015} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661615040} +--- !u!114 &8926484042661615017 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615017} + m_MasterData: + m_Owner: {fileID: 8926484042661615015} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615018 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615018} + m_MasterData: + m_Owner: {fileID: 8926484042661615015} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614935} +--- !u!114 &8926484042661615019 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 501, y: 204} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615020} + - {fileID: 8926484042661615021} + m_OutputSlots: + - {fileID: 8926484042661615022} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661615020 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615020} + m_MasterData: + m_Owner: {fileID: 8926484042661615019} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661615241} +--- !u!114 &8926484042661615021 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615021} + m_MasterData: + m_Owner: {fileID: 8926484042661615019} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 2 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615022 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615022} + m_MasterData: + m_Owner: {fileID: 8926484042661615019} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661615066} +--- !u!114 &8926484042661615033 +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: 49ad58bc1dec884458b12f6731fc091c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -69, y: -97} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615034} + - {fileID: 8926484042661615035} + - {fileID: 8926484042661615038} + m_OutputSlots: + - {fileID: 8926484042661615039} +--- !u!114 &8926484042661615034 +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: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615034} + m_MasterData: + m_Owner: {fileID: 8926484042661615033} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: texture + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The texture to sample from. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614943} +--- !u!114 &8926484042661615035 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661615036} + - {fileID: 8926484042661615037} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615035} + m_MasterData: + m_Owner: {fileID: 8926484042661615033} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0}' + m_Space: 2147483647 + m_Property: + name: uv + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The texture coordinate used for the sampling. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614899} +--- !u!114 &8926484042661615036 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615035} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615035} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615037 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615035} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615035} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615038 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615038} + m_MasterData: + m_Owner: {fileID: 8926484042661615033} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: mipLevel + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The mip level to sample from. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615039 +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: c499060cea9bbb24b8d723eafa343303, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661615040} + - {fileID: 8926484042661615041} + - {fileID: 8926484042661615042} + - {fileID: 8926484042661615043} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615039} + m_MasterData: + m_Owner: {fileID: 8926484042661615033} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector4, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0,"w":0.0}' + m_Space: 2147483647 + m_Property: + name: s + m_serializedType: + m_SerializableType: UnityEngine.Vector4, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661615040 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615039} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615039} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614978} + - {fileID: 8926484042661615016} +--- !u!114 &8926484042661615041 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615039} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615039} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661615042 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615039} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615039} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661615043 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615039} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615039} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: w + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661615044 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661615045} + m_ExposedName: MovementImage + m_Exposed: 1 + m_Order: 2 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661615045} + inputSlot: {fileID: 8926484042661614999} + position: {x: -345, y: 471} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661615045 +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: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615045} + m_MasterData: + m_Owner: {fileID: 8926484042661615044} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614999} +--- !u!114 &8926484042661615046 +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: 9dfea48843f53fc438eabc12a3a30abc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 8926484042661615057} + - {fileID: 8926484042661615059} + - {fileID: 8926484042661615065} + - {fileID: 8926484042661615067} + m_UIPosition: {x: 1145, y: -521} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615047} + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 8926484042661615056} + m_InputFlowSlot: + - link: + - context: {fileID: 8926484042661615207} + slotIndex: 0 + m_OutputFlowSlot: + - link: + - context: {fileID: 8926484042661615077} + slotIndex: 0 +--- !u!114 &8926484042661615047 +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: 1b605c022ee79394a8a776c0869b3f9a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661615048} + - {fileID: 8926484042661615052} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615047} + m_MasterData: + m_Owner: {fileID: 8926484042661615046} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.AABox, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"center":{"x":0.0,"y":0.0,"z":0.0},"size":{"x":10.0,"y":10.0,"z":10.0}}' + m_Space: 0 + m_Property: + name: bounds + m_serializedType: + m_SerializableType: UnityEditor.VFX.AABox, Unity.VisualEffectGraph.Editor, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615048 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615047} + m_Children: + - {fileID: 8926484042661615049} + - {fileID: 8926484042661615050} + - {fileID: 8926484042661615051} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615047} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: center + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The centre of the box. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615049 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615048} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615047} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615050 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615048} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615047} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615051 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615048} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615047} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615052 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615047} + m_Children: + - {fileID: 8926484042661615053} + - {fileID: 8926484042661615054} + - {fileID: 8926484042661615055} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615047} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: size + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The size of the box along each axis. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615053 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615052} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615047} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615054 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615052} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615047} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615055 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615052} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615047} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615056 +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: d78581a96eae8bf4398c282eb0b098bd, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + title: + m_Owners: + - {fileID: 8926484042661615046} + - {fileID: 8926484042661615077} + - {fileID: 8926484042661615087} + m_Capacity: 80000 + m_Space: 0 +--- !u!114 &8926484042661615057 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615046} + m_Children: [] + m_UIPosition: {x: 75, y: 8.5} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615058} + m_OutputSlots: [] + m_Disabled: 0 + attribute: lifetime + Composition: 0 + Source: 0 + Random: 0 + channels: 6 +--- !u!114 &8926484042661615058 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615058} + m_MasterData: + m_Owner: {fileID: 8926484042661615057} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: Lifetime + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615059 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615046} + m_Children: [] + m_UIPosition: {x: 75, y: -88.5} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615060} + m_OutputSlots: [] + m_Disabled: 0 + attribute: position + Composition: 0 + Source: 0 + Random: 0 + channels: 6 +--- !u!114 &8926484042661615060 +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: 5265657162cc1a241bba03a3b0476d99, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661615061} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615060} + m_MasterData: + m_Owner: {fileID: 8926484042661615059} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"position":{"x":0.0,"y":0.0,"z":0.0}}' + m_Space: 0 + m_Property: + name: Position + m_serializedType: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615061 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615060} + m_Children: + - {fileID: 8926484042661615062} + - {fileID: 8926484042661615063} + - {fileID: 8926484042661615064} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615060} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The position. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615062 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615061} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615060} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614983} +--- !u!114 &8926484042661615063 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615061} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615060} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614987} +--- !u!114 &8926484042661615064 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615061} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615060} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614979} +--- !u!114 &8926484042661615065 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615046} + m_Children: [] + m_UIPosition: {x: 75, y: 154.5} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615066} + m_OutputSlots: [] + m_Disabled: 0 + attribute: lifetime + Composition: 2 + Source: 0 + Random: 0 + channels: 6 +--- !u!114 &8926484042661615066 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615066} + m_MasterData: + m_Owner: {fileID: 8926484042661615065} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: Lifetime + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661615022} +--- !u!114 &8926484042661615067 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615046} + m_Children: [] + m_UIPosition: {x: 75, y: -88.5} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615068} + m_OutputSlots: [] + m_Disabled: 0 + attribute: color + Composition: 0 + Source: 0 + Random: 0 + channels: 6 +--- !u!114 &8926484042661615068 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661615069} + - {fileID: 8926484042661615070} + - {fileID: 8926484042661615071} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615068} + m_MasterData: + m_Owner: {fileID: 8926484042661615067} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0,"z":1.0}' + m_Space: 2147483647 + m_Property: + name: Color + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 5 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615069 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615068} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615068} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615070 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615068} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615068} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615071 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615068} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615068} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615077 +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: 2dc095764ededfa4bb32fa602511ea4b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 8926484042661615227} + - {fileID: 8926484042661615085} + m_UIPosition: {x: 1160, y: 398} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 8926484042661615056} + m_InputFlowSlot: + - link: + - context: {fileID: 8926484042661615046} + slotIndex: 0 + m_OutputFlowSlot: + - link: + - context: {fileID: 8926484042661615087} + slotIndex: 0 + integration: 0 + angularIntegration: 0 + ageParticles: 1 + reapParticles: 1 +--- !u!114 &8926484042661615085 +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: b294673e879f9cf449cc9de536818ea9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615077} + m_Children: [] + m_UIPosition: {x: -91.04993, y: 14.050049} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615086} + m_OutputSlots: [] + m_Disabled: 0 + UseParticleSize: 1 +--- !u!114 &8926484042661615086 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615086} + m_MasterData: + m_Owner: {fileID: 8926484042661615085} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 5 + m_Space: 2147483647 + m_Property: + name: dragCoefficient + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Drag coefficient of the particle + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615087 +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: a0b9e6b9139e58d4c957ec54595da7d3, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 8926484042661615091} + - {fileID: 8926484042661615094} + - {fileID: 8926484042661615095} + - {fileID: 8926484042661615099} + m_UIPosition: {x: 1159, y: 917} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615088} + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 8926484042661615056} + m_InputFlowSlot: + - link: + - context: {fileID: 8926484042661615077} + slotIndex: 0 + m_OutputFlowSlot: + - link: [] + blendMode: 0 + m_SubOutputs: + - {fileID: 8926484042661615093} + cullMode: 0 + zWriteMode: 0 + zTestMode: 0 + colorMappingMode: 0 + uvMode: 0 + useSoftParticle: 0 + sortPriority: 0 + sort: 0 + indirectDraw: 0 + castShadows: 0 + useExposureWeight: 0 + primitiveType: 1 + useGeometryShader: 0 +--- !u!114 &8926484042661615088 +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: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615088} + m_MasterData: + m_Owner: {fileID: 8926484042661615087} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":2800000,"guid":"49cb5aa34272b034d8b754c65d9cdbfa","type":3}}' + m_Space: 2147483647 + m_Property: + name: mainTexture + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615091 +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: 956b68870e880b144bab17e5aa6e7e94, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615087} + m_Children: [] + m_UIPosition: {x: -92.04993, y: -629.94995} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615092} + m_OutputSlots: [] + m_Disabled: 0 + mode: 1 + ColorComposition: 2 + AlphaComposition: 2 +--- !u!114 &8926484042661615092 +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: 76f778ff57c4e8145b9681fe3268d8e9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615092} + m_MasterData: + m_Owner: {fileID: 8926484042661615091} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Gradient, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"colorKeys":[{"color":{"r":20.363140106201173,"g":28.949674606323243,"b":38.508514404296878,"a":1.0},"time":0.0},{"color":{"r":13.752448081970215,"g":19.957427978515626,"b":23.245288848876954,"a":1.0},"time":0.8764781951904297}],"alphaKeys":[{"alpha":1.0,"time":0.0},{"alpha":0.0,"time":1.0}],"gradientMode":0}' + m_Space: 2147483647 + m_Property: + name: gradient + m_serializedType: + m_SerializableType: UnityEngine.Gradient, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The over-life Gradient + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615093 +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: 081ffb0090424ba4cb05370a42ead6b9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + opaqueRenderQueue: 0 + transparentRenderQueue: 1 +--- !u!114 &8926484042661615094 +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: d16c6aeaef944094b9a1633041804207, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615087} + m_Children: [] + m_UIPosition: {x: -92.04993, y: -629.94995} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: [] + m_Disabled: 0 + mode: 6 +--- !u!114 &8926484042661615095 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615087} + m_Children: [] + m_UIPosition: {x: -92.04993, y: -629.94995} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615096} + m_OutputSlots: [] + m_Disabled: 0 + attribute: scale + Composition: 0 + Source: 0 + Random: 0 + channels: 3 +--- !u!114 &8926484042661615096 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661615097} + - {fileID: 8926484042661615098} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615096} + m_MasterData: + m_Owner: {fileID: 8926484042661615095} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0010000000474974514,"y":0.10000000149011612}' + m_Space: 2147483647 + m_Property: + name: Scale + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615097 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615096} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615096} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615098 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615096} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615096} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614732} +--- !u!114 &8926484042661615099 +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: d03231f387e7ed54d888c74e4e13228e, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615087} + m_Children: [] + m_UIPosition: {x: -92.04993, y: -627.94995} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: [] + m_Disabled: 0 +--- !u!114 &8926484042661615207 +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: 73a13919d81fb7444849bae8b5c812a2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 8926484042661615208} + m_UIPosition: {x: 1165, y: -727} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 0} + m_InputFlowSlot: + - link: [] + - link: [] + m_OutputFlowSlot: + - link: + - context: {fileID: 8926484042661615046} + slotIndex: 0 +--- !u!114 &8926484042661615208 +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: f05c6884b705ce14d82ae720f0ec209f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615207} + m_Children: [] + m_UIPosition: {x: -113.94989, y: -102.6001} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615209} + m_OutputSlots: [] + m_Disabled: 0 +--- !u!114 &8926484042661615209 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615209} + m_MasterData: + m_Owner: {fileID: 8926484042661615208} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 80000 + m_Space: 2147483647 + m_Property: + name: Rate + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Spawn Rate (in number per seconds) + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615227 +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: c079bc84df7c7e94f88c8ae0d1b0691d, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615077} + m_Children: [] + m_UIPosition: {x: -91.04993, y: 263.05005} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615228} + m_OutputSlots: [] + m_Disabled: 0 + Mode: 0 +--- !u!114 &8926484042661615228 +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: a9f9544b71b7dab44a4644b6807e8bf6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661615229} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615228} + m_MasterData: + m_Owner: {fileID: 8926484042661615227} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"vector":{"x":1.0,"y":0.0,"z":0.0}}' + m_Space: 0 + m_Property: + name: Force + m_serializedType: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Force vector applied to particles (in units per squared second) + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614811} +--- !u!114 &8926484042661615229 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615228} + m_Children: + - {fileID: 8926484042661615230} + - {fileID: 8926484042661615231} + - {fileID: 8926484042661615232} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615228} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: vector + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The vector. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615230 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615229} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615228} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615231 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615229} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615228} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615232 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615229} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615228} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615237 +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: 4475775c3ab9f224ab10ccb991fb9336, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 389, y: 376} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615238} + - {fileID: 8926484042661615239} + - {fileID: 8926484042661615240} + m_OutputSlots: + - {fileID: 8926484042661615241} + m_Type: + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661615238 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615238} + m_MasterData: + m_Owner: {fileID: 8926484042661615237} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: input + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to be clamped. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661615245} +--- !u!114 &8926484042661615239 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615239} + m_MasterData: + m_Owner: {fileID: 8926484042661615237} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: min + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The lower bound to clamp the input to. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615240 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615240} + m_MasterData: + m_Owner: {fileID: 8926484042661615237} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: max + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The upper bound to clamp the input to. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615241 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615241} + m_MasterData: + m_Owner: {fileID: 8926484042661615237} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661615020} +--- !u!114 &8926484042661615242 +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: 0155ae97d9a75e3449c6d0603b79c2f4, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 286, y: 524} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615243} + - {fileID: 8926484042661615244} + m_OutputSlots: + - {fileID: 8926484042661615245} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661615243 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615243} + m_MasterData: + m_Owner: {fileID: 8926484042661615242} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661615005} +--- !u!114 &8926484042661615244 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615244} + m_MasterData: + m_Owner: {fileID: 8926484042661615242} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.5 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615245 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615245} + m_MasterData: + m_Owner: {fileID: 8926484042661615242} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661615238} diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Particles.vfx.meta b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Particles.vfx.meta new file mode 100644 index 0000000..1e4ab86 --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Particles.vfx.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3e46bececcf129e49ba12e5555b31d38 +VisualEffectImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Position Texture.vfx b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Position Texture.vfx new file mode 100644 index 0000000..874869d --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Position Texture.vfx @@ -0,0 +1,10452 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &114023846229194376 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 73a13919d81fb7444849bae8b5c812a2, type: 3} + m_Name: VFXBasicSpawner + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 8926484042661614632} + m_UIPosition: {x: 1069, y: -217} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 0} + m_InputFlowSlot: + - link: [] + - link: [] + m_OutputFlowSlot: + - link: + - context: {fileID: 114946465509916290} + slotIndex: 0 +--- !u!114 &114307113894698210 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 1b605c022ee79394a8a776c0869b3f9a, type: 3} + m_Name: VFXSlot + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 114986932069951040} + - {fileID: 114963171269329408} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 114946465509916290} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.AABox, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"center":{"x":0.0,"y":0.0,"z":0.0},"size":{"x":50.0,"y":50.0,"z":50.0}}' + m_Space: 0 + m_Property: + name: bounds + m_serializedType: + m_SerializableType: UnityEditor.VFX.AABox, Unity.VisualEffectGraph.Editor, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114340500867371532 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: d01270efd3285ea4a9d6c555cb0a8027, type: 3} + m_Name: VFXUI + m_EditorClassIdentifier: + groupInfos: + - title: Threshold + position: + serializedVersion: 2 + x: -180 + y: 332 + width: 837 + height: 568 + contents: + - model: {fileID: 8926484042661617206} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661617210} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661617221} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661617224} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661617340} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661617342} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661617161} + id: 0 + isStickyNote: 0 + - model: {fileID: 8926484042661618175} + id: 0 + isStickyNote: 0 + stickyNoteInfos: [] + systemInfos: [] + categories: + - name: Pd Values + collapsed: 0 + - name: Kinect Image + collapsed: 1 + uiBounds: + serializedVersion: 2 + x: -2011 + y: -217 + width: 3456 + height: 2085 +--- !u!114 &114350483966674976 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 7d4c867f6b72b714dbb5fd1780afe208, type: 3} + m_Name: Position Texture + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 114023846229194376} + - {fileID: 114946465509916290} + - {fileID: 8926484042661615903} + - {fileID: 8926484042661616178} + - {fileID: 8926484042661616223} + - {fileID: 8926484042661616339} + - {fileID: 8926484042661616343} + - {fileID: 8926484042661616345} + - {fileID: 8926484042661616352} + - {fileID: 8926484042661616356} + - {fileID: 8926484042661616376} + - {fileID: 8926484042661616384} + - {fileID: 8926484042661616388} + - {fileID: 8926484042661616411} + - {fileID: 8926484042661616418} + - {fileID: 8926484042661616420} + - {fileID: 8926484042661616424} + - {fileID: 8926484042661616426} + - {fileID: 8926484042661616463} + - {fileID: 8926484042661616479} + - {fileID: 8926484042661616489} + - {fileID: 8926484042661616491} + - {fileID: 8926484042661616509} + - {fileID: 8926484042661616512} + - {fileID: 8926484042661616515} + - {fileID: 8926484042661616522} + - {fileID: 8926484042661616532} + - {fileID: 8926484042661616552} + - {fileID: 8926484042661616614} + - {fileID: 8926484042661617161} + - {fileID: 8926484042661617206} + - {fileID: 8926484042661617210} + - {fileID: 8926484042661617221} + - {fileID: 8926484042661617224} + - {fileID: 8926484042661617340} + - {fileID: 8926484042661617342} + - {fileID: 8926484042661617369} + - {fileID: 8926484042661617398} + - {fileID: 8926484042661617469} + - {fileID: 8926484042661617474} + - {fileID: 8926484042661617673} + - {fileID: 8926484042661618021} + - {fileID: 8926484042661618112} + - {fileID: 8926484042661618148} + - {fileID: 8926484042661618150} + - {fileID: 8926484042661618175} + - {fileID: 8926484042661618178} + - {fileID: 8926484042661618180} + - {fileID: 8926484042661618182} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_UIInfos: {fileID: 114340500867371532} + m_ParameterInfo: + - name: HeightScale + path: HeightScale + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 14.89 + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Position + path: Position + tooltip: + sheetType: m_Vector2f + realType: Vector2 + defaultValue: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0}' + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Size + path: Size + tooltip: + sheetType: m_Vector2f + realType: Vector2 + defaultValue: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0}' + min: -Infinity + max: Infinity + descendantCount: 0 + - name: BlendSpeed + path: BlendSpeed + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 2 + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Voxel Size + path: Voxel Size + tooltip: 'Standard: 0.0078 + +' + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.004 + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Elevation + path: Elevation + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.48 + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Ground Level + path: Ground Level + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + min: -Infinity + max: Infinity + descendantCount: 0 + - name: MovementImage + path: MovementImage + tooltip: + sheetType: m_NamedObject + realType: Texture2D + defaultValue: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":2800000,"guid":"276d9e395ae18fe40a9b4988549f2349","type":3}}' + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Min Threshold + path: Min Threshold + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.14 + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Max Threshold + path: Max Threshold + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.84 + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Max_Threshold + path: Max_Threshold + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.14 + min: 0 + max: 1 + descendantCount: 0 + - name: Min_Threshold + path: Min_Threshold + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.84 + min: 0 + max: 1 + descendantCount: 0 + - name: Pd Values + path: + tooltip: + sheetType: + realType: + defaultValue: + m_Type: + m_SerializableType: + m_SerializableObject: + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Pitch Value + path: Pitch Value + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Spectrum Value 1 + path: Spectrum Value 1 + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Spectrum Value 2 + path: Spectrum Value 2 + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + min: -Infinity + max: Infinity + descendantCount: 0 + - name: Kinect Image + path: + tooltip: + sheetType: + realType: + defaultValue: + m_Type: + m_SerializableType: + m_SerializableObject: + min: -Infinity + max: Infinity + descendantCount: 0 + - name: DepthImage + path: DepthImage + tooltip: + sheetType: m_NamedObject + realType: Texture2D + defaultValue: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":10300,"guid":"0000000000000000f000000000000000","type":0}}' + min: -Infinity + max: Infinity + descendantCount: 0 + m_GraphVersion: 2 + m_saved: 1 + m_SubgraphDependencies: [] + m_CategoryPath: +--- !u!114 &114380859405582094 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 114963171269329408} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114428730288789306 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: d78581a96eae8bf4398c282eb0b098bd, type: 3} + m_Name: VFXDataParticle + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + title: + m_Owners: + - {fileID: 114946465509916290} + - {fileID: 8926484042661615903} + - {fileID: 8926484042661618112} + m_Capacity: 65536 + m_Space: 1 +--- !u!114 &114512514798047786 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 114963171269329408} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114538391275492396 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 114986932069951040} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114739294351936256 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 114986932069951040} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114920711487922656 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 114963171269329408} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114935892456706286 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 114986932069951040} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114946465509916290 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 9dfea48843f53fc438eabc12a3a30abc, type: 3} + m_Name: VFXBasicInitialize + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 8926484042661616298} + m_UIPosition: {x: 1012, y: 101} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 114307113894698210} + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 114428730288789306} + m_InputFlowSlot: + - link: + - context: {fileID: 114023846229194376} + slotIndex: 0 + m_OutputFlowSlot: + - link: + - context: {fileID: 8926484042661615903} + slotIndex: 0 +--- !u!114 &114963171269329408 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: VFXSlotFloat3 + m_EditorClassIdentifier: + m_Parent: {fileID: 114307113894698210} + m_Children: + - {fileID: 114512514798047786} + - {fileID: 114920711487922656} + - {fileID: 114380859405582094} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: size + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The size of the box along each axis. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114986932069951040 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: VFXSlotFloat3 + m_EditorClassIdentifier: + m_Parent: {fileID: 114307113894698210} + m_Children: + - {fileID: 114739294351936256} + - {fileID: 114935892456706286} + - {fileID: 114538391275492396} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: center + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The centre of the box. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!2058629511 &8926484042661614527 +VisualEffectResource: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Position Texture + m_Graph: {fileID: 114350483966674976} + m_ShaderSources: + - compute: 1 + name: '[System 1]Initialize' + source: "#pragma kernel CSMain\r\n#define NB_THREADS_PER_GROUP 64\n#define VFX_USE_PARTICLEID_CURRENT + 1\n#define VFX_USE_POSITION_CURRENT 1\n#define VFX_USE_COLOR_CURRENT 1\n#define + VFX_USE_ALPHA_CURRENT 1\n#define VFX_WORLD_SPACE 1\n#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\n\r\nCBUFFER_START(parameters)\n + \ float3 uniform_b;\n uint PADDING_0;\n float3 uniform_c;\n uint + PADDING_1;\n float3 uniform_d;\n uint PADDING_2;\nCBUFFER_END\n\n\r\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/Common/VFXCommonCompute.cginc\"\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\n\r\n\r\nRWByteAddressBuffer + attributeBuffer;\r\nByteAddressBuffer sourceAttributeBuffer;\r\n\r\nCBUFFER_START(initParams)\r\n#if + !VFX_USE_SPAWNER_FROM_GPU\r\n uint nbSpawned;\t\t\t\t\t// Numbers of particle + spawned\r\n uint spawnIndex;\t\t\t\t// Index of the first particle spawned\r\n + \ uint dispatchWidth;\r\n#else\r\n uint offsetInAdditionalOutput;\r\n\tuint + nbMax;\r\n#endif\r\n\tuint systemSeed;\r\nCBUFFER_END\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\nRWStructuredBuffer + deadListIn;\r\nByteAddressBuffer deadListCount; // This is bad to use a SRV + to fetch deadList count but Unity API currently prevent from copying to CB\r\n#endif\r\n\r\n#if + VFX_USE_SPAWNER_FROM_GPU\r\nStructuredBuffer eventList;\r\nByteAddressBuffer + inputAdditional;\r\n#endif\r\n\r\nvoid PositionSequential_913D42CB(uint particleId, + inout float3 position, float3 computedPosition) /*shape:ThreeDimensional index:ParticleID + writePosition:True writeTargetPosition:False mode:Wrap */\n{\n position += + computedPosition;\n \n}\n\n\r\n\r\n[numthreads(NB_THREADS_PER_GROUP,1,1)]\r\nvoid + CSMain(uint3 groupId : SV_GroupID,\r\n uint3 groupThreadId + \ : SV_GroupThreadID)\r\n{\r\n uint id = groupThreadId.x + groupId.x * + NB_THREADS_PER_GROUP;\r\n#if !VFX_USE_SPAWNER_FROM_GPU\r\n id += groupId.y + * dispatchWidth * NB_THREADS_PER_GROUP;\r\n#endif\r\n\r\n#if VFX_USE_SPAWNER_FROM_GPU\r\n + \ uint maxThreadId = inputAdditional.Load((offsetInAdditionalOutput * 2 + + 0) << 2);\r\n uint currentSpawnIndex = inputAdditional.Load((offsetInAdditionalOutput + * 2 + 1) << 2) - maxThreadId;\r\n#else\r\n uint maxThreadId = nbSpawned;\r\n + \ uint currentSpawnIndex = spawnIndex;\r\n#endif\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\n + \ maxThreadId = min(maxThreadId, deadListCount.Load(0x0));\r\n#elif VFX_USE_SPAWNER_FROM_GPU\r\n + \ maxThreadId = min(maxThreadId, nbMax); //otherwise, nbSpawned already clamped + on CPU\r\n#endif\r\n\r\n if (id < maxThreadId)\r\n {\r\n#if VFX_USE_SPAWNER_FROM_GPU\r\n + \ int sourceIndex = eventList[id];\r\n#endif\r\n uint particleIndex + = id + currentSpawnIndex;\r\n\t\t\r\n#if !VFX_USE_SPAWNER_FROM_GPU\r\n int + sourceIndex = 0;\n /*//Loop with 1 iteration generate a wrong IL Assembly + (and actually, useless code)\n uint currentSumSpawnCount = 0u;\n for + (sourceIndex=0; sourceIndex<1; sourceIndex++)\n {\n currentSumSpawnCount + += uint(asfloat(sourceAttributeBuffer.Load((sourceIndex * 0x1 + 0x0) << 2)));\n + \ if (id < currentSumSpawnCount)\n {\n break;\n + \ }\n }\n */\n \n\r\n#endif\r\n uint particleId + = (uint)0;\n float3 position = float3(0, 0, 0);\n float3 color + = float3(1, 1, 1);\n float alpha = (float)1;\n \n\r\n#if VFX_USE_PARTICLEID_CURRENT\r\n + \ particleId = particleIndex;\r\n#endif\r\n#if VFX_USE_SEED_CURRENT\r\n + \ seed = WangHash(particleIndex ^ systemSeed);\r\n#endif\r\n \r\n + \ {\n uint tmp_w = particleId / (uint)65536;\n uint + tmp_x = tmp_w * (uint)65536;\n uint tmp_y = particleId - tmp_x;\n + \ uint tmp_ba = tmp_y / (uint)256;\n float tmp_bb = (float)tmp_ba;\n + \ uint tmp_bc = tmp_ba * (uint)256;\n uint tmp_bd = tmp_y + - tmp_bc;\n float tmp_be = (float)tmp_bd;\n uint tmp_bf + = tmp_y - tmp_y;\n float tmp_bg = (float)tmp_bf;\n float3 + tmp_bh = float3(tmp_bb, tmp_be, tmp_bg);\n float3 tmp_bj = tmp_bh + / float3(255, 255, 1);\n float3 tmp_bl = tmp_bj * float3(2, 2, 2);\n + \ float3 tmp_bn = tmp_bl - float3(1, 1, 1);\n float tmp_bo + = tmp_bn[0];\n float3 tmp_bp = float3(tmp_bo, tmp_bo, tmp_bo);\n + \ float3 tmp_bq = tmp_bp * uniform_c;\n float3 tmp_br = + uniform_b + tmp_bq;\n float tmp_bs = tmp_bn[1];\n float3 + tmp_bt = float3(tmp_bs, tmp_bs, tmp_bs);\n float3 tmp_bu = tmp_bt + * uniform_d;\n float3 tmp_bv = tmp_br + tmp_bu;\n PositionSequential_913D42CB(particleId, + \ /*inout */position, tmp_bv);\n }\n \n\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\n + \ if (alive)\r\n {\r\n\t\t\tuint deadIndex = deadListIn.DecrementCounter();\r\n + \ uint index = deadListIn[deadIndex];\r\n attributeBuffer.Store3((index + * 0x4 + 0x0) << 2,asuint(position));\n attributeBuffer.Store3((index + * 0x4 + 0x40000) << 2,asuint(color));\n attributeBuffer.Store((index + * 0x4 + 0x40003) << 2,asuint(alpha));\n \n\r\n }\r\n#else\r\n + \ uint index = particleIndex;\r\n attributeBuffer.Store3((index + * 0x4 + 0x0) << 2,asuint(position));\n attributeBuffer.Store3((index + * 0x4 + 0x40000) << 2,asuint(color));\n attributeBuffer.Store((index + * 0x4 + 0x40003) << 2,asuint(alpha));\n \n\r\n#endif\r\n }\r\n}\r\n" + - compute: 1 + name: '[System 1]Update' + source: "#pragma kernel CSMain\r\n#define NB_THREADS_PER_GROUP 64\n#define VFX_USE_POSITION_CURRENT + 1\n#define VFX_USE_COLOR_CURRENT 1\n#define VFX_USE_ALPHA_CURRENT 1\n#define + VFX_HAS_INDIRECT_DRAW 1\n#define VFX_WORLD_SPACE 1\n#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\n\r\nCBUFFER_START(parameters)\n + \ float2 uniform_b;\n float2 uniform_c;\n float uniform_d;\n float + uniform_e;\n float uniform_f;\n float Blend_a;\n float Color_b;\n uint3 + PADDING_0;\nCBUFFER_END\nTexture2D texture_b;\nSamplerState samplertexture_b;\n\n\r\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/Common/VFXCommonCompute.cginc\"\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\n\r\n\r\nRWByteAddressBuffer + attributeBuffer;\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\nRWStructuredBuffer + deadListOut;\r\n#endif\r\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\nRWStructuredBuffer + indirectBuffer;\r\n#endif\r\n\r\nCBUFFER_START(updateParams)\r\n uint nbMax;\r\n\tuint + dispatchWidth;\r\n\tuint systemSeed;\r\nCBUFFER_END\r\n\r\nvoid SetAttribute_CE7D5850(inout + float3 position, float3 Position, float Blend) /*attribute:position Composition:Blend + Source:Slot Random:Off channels:XYZ */\n{\n position = lerp(position,Position,Blend);\n}\nvoid + AttributeFromCurve_39BD5D15(inout float3 color, inout float alpha, float Color, + float SampleTime) /*attribute:color Composition:Overwrite AlphaComposition:Overwrite + SampleMode:Custom Mode:PerComponent ColorMode:ColorAndAlpha channels:XYZ */\n{\n + \ float t = SampleTime;\n float4 value = 0.0f;\n value = SampleGradient(Color, + t);\n color = value.rgb;\n alpha = value.a;\n}\n\n\r\n\r\n[numthreads(NB_THREADS_PER_GROUP,1,1)]\r\nvoid + CSMain(uint3 groupId : SV_GroupID,\r\n uint3 groupThreadId + \ : SV_GroupThreadID)\r\n{\r\n\tuint id = groupThreadId.x + groupId.x * NB_THREADS_PER_GROUP + + groupId.y * dispatchWidth * NB_THREADS_PER_GROUP;\r\n\tuint index = id;\r\n\tif + (id < nbMax)\r\n\t{\r\n#if VFX_USE_ALIVE_CURRENT\r\n\t\t\r\n\t\tif (alive)\r\n\t\t{\r\n\t\t\tfloat3 + position = asfloat(attributeBuffer.Load3((index * 0x4 + 0x0) << 2));\n\t\t\tfloat3 + color = asfloat(attributeBuffer.Load3((index * 0x4 + 0x40000) << 2));\n\t\t\tfloat + alpha = asfloat(attributeBuffer.Load((index * 0x4 + 0x40003) << 2));\n\t\t\t\n\r\n\t\t\t\r\n#if + VFX_USE_OLDPOSITION_CURRENT\r\n\t\t\toldPosition = position;\r\n#endif\r\n\t\t\t\r\n\t\t\t{\n\t\t\t + \ float tmp_ba = position[0];\n\t\t\t float tmp_bb = position[1];\n\t\t\t + \ float2 tmp_bd = float2(tmp_ba, tmp_bb);\n\t\t\t float2 tmp_be = tmp_bd + / uniform_b;\n\t\t\t float2 tmp_bf = tmp_be - uniform_c;\n\t\t\t float2 + tmp_bh = tmp_bf - float2(-1, -1);\n\t\t\t float2 tmp_bj = tmp_bh / float2(2, + 2);\n\t\t\t float2 tmp_bl = tmp_bj * float2(1, -1);\n\t\t\t float4 tmp_bn + = SampleTexture(VFX_SAMPLER(texture_b),tmp_bl,(float)0);\n\t\t\t float tmp_bo + = tmp_bn[0];\n\t\t\t float tmp_bp = tmp_bo * uniform_d;\n\t\t\t float + tmp_bq = (float)1 - tmp_bp;\n\t\t\t float tmp_br = tmp_bp - uniform_e;\n\t\t\t + \ float tmp_bs = ceil(tmp_br);\n\t\t\t float tmp_bt = saturate(tmp_bs);\n\t\t\t + \ float tmp_bu = tmp_bq * tmp_bt;\n\t\t\t float tmp_bv = tmp_bq - uniform_f;\n\t\t\t + \ float tmp_bw = ceil(tmp_bv);\n\t\t\t float tmp_bx = saturate(tmp_bw);\n\t\t\t + \ float tmp_by = tmp_bu * tmp_bx;\n\t\t\t float tmp_ca = tmp_by * (float)-1;\n\t\t\t + \ float3 tmp_cb = float3(tmp_ba, tmp_bb, tmp_ca);\n\t\t\t SetAttribute_CE7D5850( + /*inout */position, tmp_cb, Blend_a);\n\t\t\t}\n\t\t\t{\n\t\t\t float tmp_bb + = position[0];\n\t\t\t float tmp_bc = position[1];\n\t\t\t float2 tmp_bd + = float2(tmp_bb, tmp_bc);\n\t\t\t float2 tmp_be = tmp_bd / uniform_b;\n\t\t\t + \ float2 tmp_bf = tmp_be - uniform_c;\n\t\t\t float2 tmp_bh = tmp_bf - + float2(-1, -1);\n\t\t\t float2 tmp_bj = tmp_bh / float2(2, 2);\n\t\t\t float2 + tmp_bl = tmp_bj * float2(1, -1);\n\t\t\t float4 tmp_bn = SampleTexture(VFX_SAMPLER(texture_b),tmp_bl,(float)0);\n\t\t\t + \ float tmp_bo = tmp_bn[0];\n\t\t\t float tmp_bp = tmp_bo * uniform_d;\n\t\t\t + \ float tmp_bq = (float)1 - tmp_bp;\n\t\t\t float tmp_br = tmp_bp - uniform_e;\n\t\t\t + \ float tmp_bs = ceil(tmp_br);\n\t\t\t float tmp_bt = saturate(tmp_bs);\n\t\t\t + \ float tmp_bu = tmp_bq * tmp_bt;\n\t\t\t float tmp_bv = tmp_bq - uniform_f;\n\t\t\t + \ float tmp_bw = ceil(tmp_bv);\n\t\t\t float tmp_bx = saturate(tmp_bw);\n\t\t\t + \ float tmp_by = tmp_bu * tmp_bx;\n\t\t\t AttributeFromCurve_39BD5D15( + /*inout */color, /*inout */alpha, Color_b, tmp_by);\n\t\t\t}\n\t\t\t\n\r\n\t\t\tif + (alive)\r\n\t\t\t{\r\n\t\t\t\tattributeBuffer.Store3((index * 0x4 + 0x0) << + 2,asuint(position));\n\t\t\t\tattributeBuffer.Store3((index * 0x4 + 0x40000) + << 2,asuint(color));\n\t\t\t\tattributeBuffer.Store((index * 0x4 + 0x40003) + << 2,asuint(alpha));\n\t\t\t\t\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\n uint + indirectIndex = indirectBuffer.IncrementCounter();\r\n\t\t\t\tindirectBuffer[indirectIndex] + = index;\r\n#endif\r\n\t\t\t}\r\n\t\t\telse\r\n\t\t\t{\r\n\t\t\t\t\r\n\t\t\t\tuint + deadIndex = deadListOut.IncrementCounter();\r\n\t\t\t\tdeadListOut[deadIndex] + = index;\r\n\t\t\t}\r\n\t\t}\r\n#else\r\n\t\tfloat3 position = asfloat(attributeBuffer.Load3((index + * 0x4 + 0x0) << 2));\n\t\tfloat3 color = asfloat(attributeBuffer.Load3((index + * 0x4 + 0x40000) << 2));\n\t\tfloat alpha = asfloat(attributeBuffer.Load((index + * 0x4 + 0x40003) << 2));\n\t\t\n\r\n\t\t\r\n#if VFX_USE_OLDPOSITION_CURRENT\r\n\t\toldPosition + = position;\r\n#endif\r\n\t\t\r\n\t\t{\n\t\t float tmp_ba = position[0];\n\t\t + \ float tmp_bb = position[1];\n\t\t float2 tmp_bd = float2(tmp_ba, tmp_bb);\n\t\t + \ float2 tmp_be = tmp_bd / uniform_b;\n\t\t float2 tmp_bf = tmp_be - uniform_c;\n\t\t + \ float2 tmp_bh = tmp_bf - float2(-1, -1);\n\t\t float2 tmp_bj = tmp_bh + / float2(2, 2);\n\t\t float2 tmp_bl = tmp_bj * float2(1, -1);\n\t\t float4 + tmp_bn = SampleTexture(VFX_SAMPLER(texture_b),tmp_bl,(float)0);\n\t\t float + tmp_bo = tmp_bn[0];\n\t\t float tmp_bp = tmp_bo * uniform_d;\n\t\t float + tmp_bq = (float)1 - tmp_bp;\n\t\t float tmp_br = tmp_bp - uniform_e;\n\t\t + \ float tmp_bs = ceil(tmp_br);\n\t\t float tmp_bt = saturate(tmp_bs);\n\t\t + \ float tmp_bu = tmp_bq * tmp_bt;\n\t\t float tmp_bv = tmp_bq - uniform_f;\n\t\t + \ float tmp_bw = ceil(tmp_bv);\n\t\t float tmp_bx = saturate(tmp_bw);\n\t\t + \ float tmp_by = tmp_bu * tmp_bx;\n\t\t float tmp_ca = tmp_by * (float)-1;\n\t\t + \ float3 tmp_cb = float3(tmp_ba, tmp_bb, tmp_ca);\n\t\t SetAttribute_CE7D5850( + /*inout */position, tmp_cb, Blend_a);\n\t\t}\n\t\t{\n\t\t float tmp_bb = + position[0];\n\t\t float tmp_bc = position[1];\n\t\t float2 tmp_bd = float2(tmp_bb, + tmp_bc);\n\t\t float2 tmp_be = tmp_bd / uniform_b;\n\t\t float2 tmp_bf + = tmp_be - uniform_c;\n\t\t float2 tmp_bh = tmp_bf - float2(-1, -1);\n\t\t + \ float2 tmp_bj = tmp_bh / float2(2, 2);\n\t\t float2 tmp_bl = tmp_bj * + float2(1, -1);\n\t\t float4 tmp_bn = SampleTexture(VFX_SAMPLER(texture_b),tmp_bl,(float)0);\n\t\t + \ float tmp_bo = tmp_bn[0];\n\t\t float tmp_bp = tmp_bo * uniform_d;\n\t\t + \ float tmp_bq = (float)1 - tmp_bp;\n\t\t float tmp_br = tmp_bp - uniform_e;\n\t\t + \ float tmp_bs = ceil(tmp_br);\n\t\t float tmp_bt = saturate(tmp_bs);\n\t\t + \ float tmp_bu = tmp_bq * tmp_bt;\n\t\t float tmp_bv = tmp_bq - uniform_f;\n\t\t + \ float tmp_bw = ceil(tmp_bv);\n\t\t float tmp_bx = saturate(tmp_bw);\n\t\t + \ float tmp_by = tmp_bu * tmp_bx;\n\t\t AttributeFromCurve_39BD5D15( /*inout + */color, /*inout */alpha, Color_b, tmp_by);\n\t\t}\n\t\t\n\r\n\t\tattributeBuffer.Store3((index + * 0x4 + 0x0) << 2,asuint(position));\n\t\tattributeBuffer.Store3((index * 0x4 + + 0x40000) << 2,asuint(color));\n\t\tattributeBuffer.Store((index * 0x4 + 0x40003) + << 2,asuint(alpha));\n\t\t\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\n uint indirectIndex + = indirectBuffer.IncrementCounter();\r\n\t\tindirectBuffer[indirectIndex] = + index;\r\n#endif\r\n#endif\r\n\t}\r\n}\r\n" + - compute: 0 + name: '[System 1]Mesh Output' + source: "Shader \"Hidden/VFX/System 1/Mesh Output\"\n{\r\n\tSubShader\r\n\t{\t\r\n\t\tCull + Off\r\n\t\t\r\n\t\tTags { \"Queue\"=\"Transparent+0\" \"IgnoreProjector\"=\"True\" + \"RenderType\"=\"Transparent\" }\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\tBlend + SrcAlpha OneMinusSrcAlpha \n\t\tZTest LEqual\n\t\tZWrite Off\n\t\tCull Back\n\t\t\n\t\n\t\t\t\n\t\tHLSLINCLUDE\n\t\t#if + !defined(VFX_WORLD_SPACE) && !defined(VFX_LOCAL_SPACE)\n\t\t#define VFX_LOCAL_SPACE + 1\n\t\t#endif\n\t\t\n\t\t#define NB_THREADS_PER_GROUP 64\n\t\t#define VFX_USE_POSITION_CURRENT + 1\n\t\t#define VFX_USE_COLOR_CURRENT 1\n\t\t#define VFX_USE_ALPHA_CURRENT 1\n\t\t#define + VFX_USE_ALIVE_CURRENT 1\n\t\t#define VFX_USE_AXISX_CURRENT 1\n\t\t#define VFX_USE_AXISY_CURRENT + 1\n\t\t#define VFX_USE_AXISZ_CURRENT 1\n\t\t#define VFX_USE_ANGLEX_CURRENT 1\n\t\t#define + VFX_USE_ANGLEY_CURRENT 1\n\t\t#define VFX_USE_ANGLEZ_CURRENT 1\n\t\t#define + VFX_USE_PIVOTX_CURRENT 1\n\t\t#define VFX_USE_PIVOTY_CURRENT 1\n\t\t#define + VFX_USE_PIVOTZ_CURRENT 1\n\t\t#define VFX_USE_SIZE_CURRENT 1\n\t\t#define VFX_USE_SCALEX_CURRENT + 1\n\t\t#define VFX_USE_SCALEY_CURRENT 1\n\t\t#define VFX_USE_SCALEZ_CURRENT + 1\n\t\t#define VFX_COLORMAPPING_DEFAULT 1\n\t\t#define IS_TRANSPARENT_PARTICLE + 1\n\t\t#define USE_SOFT_PARTICLE 1\n\t\t#define VFX_BLENDMODE_ALPHA 1\n\t\t#define + VFX_HAS_INDIRECT_DRAW 1\n\t\t\n\t\t\n\t\t\n\t\t#define VFX_WORLD_SPACE 1\n\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\t\t\n\n\t\tCBUFFER_START(parameters)\n\t\t + \ float3 Scale_a;\n\t\t uint PADDING_0;\n\t\tCBUFFER_END\n\t\tTexture2D + mainTexture;\n\t\tSamplerState samplermainTexture;\n\t\t\n\n\t\t\n\t\t#define + VFX_NEEDS_COLOR_INTERPOLATOR (VFX_USE_COLOR_CURRENT || VFX_USE_ALPHA_CURRENT)\n\t\t\n\t\tByteAddressBuffer + attributeBuffer;\t\n\t\t\n\t\t#if VFX_HAS_INDIRECT_DRAW\n\t\tStructuredBuffer + indirectBuffer;\t\n\t\t#endif\t\n\t\t\n\t\t#if USE_DEAD_LIST_COUNT\n\t\tByteAddressBuffer + deadListCount;\n\t\t#endif\n\t\t\n\t\tCBUFFER_START(outputParams)\n\t\t\tfloat + nbMax;\n\t\t\tfloat systemSeed;\n\t\tCBUFFER_END\n\t\t\n\t\tENDHLSL\n\t\t\n\r\n\t\t\r\n\t\t// + Forward pass\n\t\tPass\n\t\t{\t\t\n\t\t\tTags { \"LightMode\"=\"ForwardOnly\" + }\n\t\t\t\n\t\t\tHLSLPROGRAM\n\t\t\t#pragma target 4.5\n\t\t\t\n\t\t\t\n\t\t\tstruct + ps_input\n\t\t\t{\n\t\t\t\tfloat4 pos : SV_POSITION;\n\t\t\t\t#if USE_FLIPBOOK_INTERPOLATION\n\t\t\t\tfloat4 + uv : TEXCOORD0;\n\t\t\t\t#else\n\t\t\t\tfloat2 uv : TEXCOORD0;\t\n\t\t\t\t#endif\n\t\t\t\t#if + VFX_NEEDS_COLOR_INTERPOLATOR\n\t\t\t\tnointerpolation float4 color : COLOR0;\n\t\t\t\t#endif\n\t\t\t\t#if + USE_SOFT_PARTICLE || USE_ALPHA_TEST || USE_FLIPBOOK_INTERPOLATION || USE_EXPOSURE_WEIGHT\n\t\t\t\t// + x: inverse soft particles fade distance\n\t\t\t\t// y: alpha threshold\n\t\t\t\t// + z: frame blending factor\n\t\t\t\t// w: exposure weight\n\t\t\t\tnointerpolation + float4 builtInInterpolants : TEXCOORD1;\n\t\t\t\t#endif\n\t\t\t\t#if USE_FLIPBOOK_MOTIONVECTORS\n\t\t\t\t// + x: motion vectors scale X\n\t\t\t\t// y: motion vectors scale Y\n\t\t\t\tnointerpolation + float2 builtInInterpolants2 : TEXCOORD2;\n\t\t\t\t#endif\n\t\t\t\t#if VFX_NEEDS_POSWS_INTERPOLATOR\n\t\t\t\tfloat3 + posWS : TEXCOORD3;\n\t\t\t\t#endif\n\t\t\t};\n\t\t\t\n\t\t\tstruct ps_output\n\t\t\t{\n\t\t\t\tfloat4 + color : SV_Target0;\n\t\t\t};\n\t\t\n\t\t#define VFX_VARYING_PS_INPUTS ps_input\n\t\t#define + VFX_VARYING_POSCS pos\n\t\t#define VFX_VARYING_COLOR color.rgb\n\t\t#define + VFX_VARYING_ALPHA color.a\n\t\t#define VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE + builtInInterpolants.x\n\t\t#define VFX_VARYING_ALPHATHRESHOLD builtInInterpolants.y\n\t\t#define + VFX_VARYING_FRAMEBLEND builtInInterpolants.z\n\t\t#define VFX_VARYING_MOTIONVECTORSCALE + builtInInterpolants2.xy\n\t\t#define VFX_VARYING_UV uv\n\t\t#if VFX_NEEDS_POSWS_INTERPOLATOR\n\t\t#define + VFX_VARYING_POSWS posWS\n\t\t#endif\n\t\t#if USE_EXPOSURE_WEIGHT\n\t\t#define + VFX_VARYING_EXPOSUREWEIGHT builtInInterpolants.w\n\t\t#endif\n\t\t\t\t\n\t\t\t#if + !(defined(VFX_VARYING_PS_INPUTS) && defined(VFX_VARYING_POSCS))\n\t\t\t#error + VFX_VARYING_PS_INPUTS, VFX_VARYING_POSCS and VFX_VARYING_UV must be defined.\n\t\t\t#endif\n\t\t\t\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXCommon.cginc\"\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\t\t\t\n\n\t\t\tvoid + SetAttribute_D5151642(inout float scaleX, inout float scaleY, inout float scaleZ, + float3 Scale) /*attribute:scale Composition:Overwrite Source:Slot Random:Off + channels:XYZ */\n\t\t\t{\n\t\t\t scaleX = Scale.x;\n\t\t\t scaleY = Scale.y;\n\t\t\t + \ scaleZ = Scale.z;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\tstruct vs_input\n\t\t\t{\n\t\t\t\tfloat3 + pos : POSITION;\n\t\t\t\tfloat2 uv : TEXCOORD0;\n\t\t\t\tfloat3 normal : NORMAL;\n\t\t\t\t#ifdef + VFX_VARYING_TANGENT\n\t\t\t\tfloat4 tangent : TANGENT;\n\t\t\t\t#endif\n\t\t\t};\n\t\t\t\n\t\t\t#pragma + vertex vert\n\t\t\tVFX_VARYING_PS_INPUTS vert(vs_input i, uint instanceID : + SV_InstanceID)\n\t\t\t{\n\t\t\t\tuint index = instanceID;\n\t\t\t\tVFX_VARYING_PS_INPUTS + o = (VFX_VARYING_PS_INPUTS)0;\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tuint deadCount + = 0;\n\t\t\t\t\t\t#if USE_DEAD_LIST_COUNT\n\t\t\t\t\t\tdeadCount = deadListCount.Load(0);\n\t\t\t\t\t\t#endif\t\n\t\t\t\t\t\tif + (index >= asuint(nbMax) - deadCount)\n\t\t\t\t\t\t#if USE_GEOMETRY_SHADER\n\t\t\t\t\t\t\treturn; + // cull\n\t\t\t\t\t\t#else\n\t\t\t\t\t\t\treturn o; // cull\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + VFX_HAS_INDIRECT_DRAW\n\t\t\t\t\t\tindex = indirectBuffer[index];\n\t\t\t\t\t\tfloat3 + position = asfloat(attributeBuffer.Load3((index * 0x4 + 0x0) << 2));\n\t\t\t\t\t\tfloat3 + color = asfloat(attributeBuffer.Load3((index * 0x4 + 0x40000) << 2));\n\t\t\t\t\t\tfloat + alpha = asfloat(attributeBuffer.Load((index * 0x4 + 0x40003) << 2));\n\t\t\t\t\t\tbool + alive = (bool)true;\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 + axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat + angleX = (float)0;\n\t\t\t\t\t\tfloat angleY = (float)0;\n\t\t\t\t\t\tfloat + angleZ = (float)0;\n\t\t\t\t\t\tfloat pivotX = (float)0;\n\t\t\t\t\t\tfloat + pivotY = (float)0;\n\t\t\t\t\t\tfloat pivotZ = (float)0;\n\t\t\t\t\t\tfloat + size = (float)0.100000001;\n\t\t\t\t\t\tfloat scaleX = (float)1;\n\t\t\t\t\t\tfloat + scaleY = (float)1;\n\t\t\t\t\t\tfloat scaleZ = (float)1;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#else\n\t\t\t\t\t\tbool + alive = (bool)true;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tif (!alive)\n\t\t\t\t\t\t\treturn + o;\n\t\t\t\t\t\t\t\n\t\t\t\t\t\tfloat3 position = asfloat(attributeBuffer.Load3((index + * 0x4 + 0x0) << 2));\n\t\t\t\t\t\tfloat3 color = asfloat(attributeBuffer.Load3((index + * 0x4 + 0x40000) << 2));\n\t\t\t\t\t\tfloat alpha = asfloat(attributeBuffer.Load((index + * 0x4 + 0x40003) << 2));\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 + axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat + angleX = (float)0;\n\t\t\t\t\t\tfloat angleY = (float)0;\n\t\t\t\t\t\tfloat + angleZ = (float)0;\n\t\t\t\t\t\tfloat pivotX = (float)0;\n\t\t\t\t\t\tfloat + pivotY = (float)0;\n\t\t\t\t\t\tfloat pivotZ = (float)0;\n\t\t\t\t\t\tfloat + size = (float)0.100000001;\n\t\t\t\t\t\tfloat scaleX = (float)1;\n\t\t\t\t\t\tfloat + scaleY = (float)1;\n\t\t\t\t\t\tfloat scaleZ = (float)1;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\tSetAttribute_D5151642( + /*inout */scaleX, /*inout */scaleY, /*inout */scaleZ, Scale_a);\n\t\t\t\t\n\n\t\t\t\t\t\t\n\t\t\t\tif + (!alive)\n\t\t\t\t\treturn o;\n\t\t\t\t\n\t\t\t\to.VFX_VARYING_UV.xy = i.uv;\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tfloat3 + size3 = float3(size,size,size);\n\t\t\t\t\t\t#if VFX_USE_SCALEX_CURRENT\n\t\t\t\t\t\tsize3.x + *= scaleX;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEY_CURRENT\n\t\t\t\t\t\tsize3.y + *= scaleY;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEZ_CURRENT\n\t\t\t\t\t\tsize3.z + *= scaleZ;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\tfloat4x4 elementToVFX + = GetElementToVFXMatrix(axisX,axisY,axisZ,float3(angleX,angleY,angleZ),float3(pivotX,pivotY,pivotZ),size3,position);\n\t\t\t\tfloat3 + vPos = mul(elementToVFX,float4(i.pos,1.0f)).xyz;\n\t\t\t\n\t\t\t\to.VFX_VARYING_POSCS + = TransformPositionVFXToClip(vPos);\n\t\t\t\tfloat3 normalWS = normalize(TransformDirectionVFXToWorld(mul((float3x3)elementToVFX, + i.normal)));\n\t\t\t\t#ifdef VFX_VARYING_NORMAL // TODO Should use inverse transpose\n\t\t\t\to.VFX_VARYING_NORMAL + = normalWS;\n\t\t\t\t#endif\n\t\t\t\t#ifdef VFX_VARYING_TANGENT\n\t\t\t\to.VFX_VARYING_TANGENT + = float4(normalize(TransformDirectionVFXToWorld(mul((float3x3)elementToVFX,i.tangent.xyz))),i.tangent.w);\n\t\t\t\t#endif\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if + VFX_USE_COLOR_CURRENT && defined(VFX_VARYING_COLOR)\n\t\t\t\t\t\to.VFX_VARYING_COLOR + = color;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_ALPHA_CURRENT && defined(VFX_VARYING_ALPHA) + \n\t\t\t\t\t\to.VFX_VARYING_ALPHA = alpha;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#ifdef + VFX_VARYING_EXPOSUREWEIGHT\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_EXPOSUREWEIGHT + = exposureWeight;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_SOFT_PARTICLE + && defined(VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE)\n\t\t\t\t\t\tfloat invSoftParticlesFadeDistance + = (float)0;\n\t\t\t\t\t\t{\n\t\t\t\t\t\t \n\t\t\t\t\t\t invSoftParticlesFadeDistance + = (float)1;\n\t\t\t\t\t\t}\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE + = invSoftParticlesFadeDistance;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + USE_ALPHA_TEST && defined(VFX_VARYING_ALPHATHRESHOLD)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_ALPHATHRESHOLD + = alphaThreshold;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_UV_SCALE_BIAS\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_UV.xy + = o.VFX_VARYING_UV.xy * uvScale + uvBias;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + defined(VFX_VARYING_POSWS)\n\t\t\t\t\t\to.VFX_VARYING_POSWS = TransformPositionVFXToWorld(vPos);\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if + USE_FLIPBOOK\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\tVFXUVData uvData = GetUVData(flipBookSize, + invFlipBookSize, o.VFX_VARYING_UV.xy, texIndex);\n\t\t\t\t\t\to.VFX_VARYING_UV.xy + = uvData.uvs.xy;\n\t\t\t\t\t\t#if USE_FLIPBOOK_INTERPOLATION\n\t\t\t\t\t\to.VFX_VARYING_UV.zw + = uvData.uvs.zw;\n\t\t\t\t\t\to.VFX_VARYING_FRAMEBLEND = uvData.blend;\n\t\t\t\t\t\t#if + USE_FLIPBOOK_MOTIONVECTORS\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_MOTIONVECTORSCALE + = motionVectorScale * invFlipBookSize;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\treturn + o;\n\t\t\t}\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommonOutput.cginc\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t#pragma + fragment frag\n\t\t\tps_output frag(ps_input i)\n\t\t\t{\n\t\t\t\tps_output + o = (ps_output)0;\n\t\t\t\tVFXTransformPSInputs(i);\n\t\t\t\t\n\t\t\t\t#define + VFX_TEXTURE_COLOR VFXGetTextureColor(VFX_SAMPLER(mainTexture),i)\n\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\tfloat4 + color = VFXGetFragmentColor(i);\n\t\t\t\t\t\t\n\t\t\t\t\t\t#ifndef VFX_TEXTURE_COLOR\n\t\t\t\t\t\t\t#define + VFX_TEXTURE_COLOR float4(1.0,1.0,1.0,1.0)\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + VFX_COLORMAPPING_DEFAULT\n\t\t\t\t\t\t\to.color = color * VFX_TEXTURE_COLOR;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + VFX_COLORMAPPING_GRADIENTMAPPED\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\to.color = SampleGradient(gradient, + VFX_TEXTURE_COLOR.a * color.a) * float4(color.rgb,1.0);\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\n\t\t\t\to.color + = VFXApplyPreExposure(o.color, i);\n\t\t\t\to.color = VFXApplyFog(o.color,i);\n\t\t\t\tVFXClipFragmentColor(o.color.a,i);\n\t\t\t\to.color.a + = saturate(o.color.a);\n\t\t\t\treturn o;\n\t\t\t}\n\t\t\tENDHLSL\n\t\t}\n\t\t\n\r\n\t\t\r\n\t}\r\n}\r\n" + - compute: 1 + name: '[System 1]CameraSort' + source: "#pragma kernel CSMain\r\n#define NB_THREADS_PER_GROUP 64\n#define VFX_USE_POSITION_CURRENT + 1\n#define VFX_WORLD_SPACE 1\n#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\n\r\n\r\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/Common/VFXCommonCompute.cginc\"\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\n\r\n\r\nCBUFFER_START(params)\r\n + \ uint nbMax;\r\n uint dispatchWidth;\r\nCBUFFER_END\r\n\r\nCBUFFER_START(cameraParams)\r\n + \ float3 cameraPosition;\r\nCBUFFER_END\r\n\r\nByteAddressBuffer attributeBuffer;\r\nStructuredBuffer + inputBuffer;\r\n\r\n#if USE_DEAD_LIST_COUNT\r\nByteAddressBuffer deadListCount;\r\n#endif\r\n\r\nstruct + Kvp\r\n{\r\n\tfloat sortKey;\r\n\tuint index;\r\n};\r\n\r\nRWStructuredBuffer + outputBuffer;\r\n\r\n[numthreads(NB_THREADS_PER_GROUP,1,1)]\r\nvoid CSMain(uint3 + groupId : SV_GroupID,\r\n uint3 groupThreadId : SV_GroupThreadID)\r\n{\r\n\tuint + threshold = nbMax;\r\n#if USE_DEAD_LIST_COUNT\r\n\tthreshold -= deadListCount.Load(0);\r\n#endif\r\n\tuint + id = groupThreadId.x + groupId.x * NB_THREADS_PER_GROUP + groupId.y * dispatchWidth + * NB_THREADS_PER_GROUP;\r\n\tif (id < threshold)\r\n\t{\r\n\t\tuint index = + inputBuffer[id];\r\n\t\tfloat3 position = asfloat(attributeBuffer.Load3((index + * 0x4 + 0x0) << 2));\n\t\t\n\r\n\t\t\r\n#if VFX_LOCAL_SPACE\r\n\t\tfloat3 wPos + = mul(localToWorld,float4(position,1.0f)).xyz;\r\n#else\r\n\t\tfloat3 wPos = + position;\r\n#endif\r\n\t\tfloat3 camToPos = wPos - cameraPosition;\r\n\t\t\r\n\t\tKvp + kvp;\r\n\t\tkvp.sortKey = dot(camToPos,camToPos); // sqr distance to the camera\r\n\t\tkvp.index + = index;\r\n\r\n\t\toutputBuffer[id] = kvp;\r\n\t}\r\n}\r\n" + m_Infos: + m_Expressions: + m_Expressions: + - op: 1 + valueIndex: 0 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 2 + - op: 5 + valueIndex: 2 + data[0]: 0 + data[1]: -1 + data[2]: 0 + data[3]: 2 + - op: 1 + valueIndex: 3 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 6 + - op: 1 + valueIndex: 4 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 2 + - op: 5 + valueIndex: 6 + data[0]: 0 + data[1]: -1 + data[2]: 1 + data[3]: 2 + - op: 2 + valueIndex: 7 + data[0]: 1 + data[1]: 4 + data[2]: -1 + data[3]: -1 + - op: 5 + valueIndex: 9 + data[0]: 3 + data[1]: -1 + data[2]: 0 + data[3]: 2 + - op: 5 + valueIndex: 10 + data[0]: 3 + data[1]: -1 + data[2]: 1 + data[3]: 2 + - op: 2 + valueIndex: 11 + data[0]: 6 + data[1]: 7 + data[2]: -1 + data[3]: -1 + - op: 1 + valueIndex: 13 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 6 + - op: 1 + valueIndex: 14 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 2 + - op: 1 + valueIndex: 16 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 2 + - op: 1 + valueIndex: 18 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 2 + - op: 1 + valueIndex: 20 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 21 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 7 + - op: 1 + valueIndex: 22 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 25 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 26 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 27 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 28 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 31 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 32 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 35 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 9 + valueIndex: 38 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: -1 + - op: 1 + valueIndex: 54 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 57 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 43 + valueIndex: 60 + data[0]: 23 + data[1]: 22 + data[2]: -1 + data[3]: -1 + - op: 6 + valueIndex: 63 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: -1 + - op: 1 + valueIndex: 64 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 26 + valueIndex: 65 + data[0]: 27 + data[1]: 28 + data[2]: -1 + data[3]: 1 + - op: 42 + valueIndex: 66 + data[0]: 23 + data[1]: 24 + data[2]: -1 + data[3]: -1 + - op: 43 + valueIndex: 69 + data[0]: 23 + data[1]: 25 + data[2]: -1 + data[3]: -1 + - op: 1 + valueIndex: 72 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 31 + valueIndex: 73 + data[0]: 29 + data[1]: 13 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 74 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 75 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 14 + - op: 57 + valueIndex: 76 + data[0]: 35 + data[1]: -1 + data[2]: -1 + data[3]: 0 + - op: 30 + valueIndex: 77 + data[0]: 33 + data[1]: 18 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 78 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 2 + - op: 1 + valueIndex: 80 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 81 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 82 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 83 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 84 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 85 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 7 + - op: 1 + valueIndex: 86 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 87 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 88 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 6 + - op: 1 + valueIndex: 89 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 15 + - op: 1 + valueIndex: 90 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 93 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 2 + - op: 3 + valueIndex: 95 + data[0]: 34 + data[1]: 34 + data[2]: 34 + data[3]: -1 + - op: 1 + valueIndex: 98 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 7 + m_NeedsLocalToWorld: 1 + m_NeedsWorldToLocal: 0 + m_NeededMainCameraBuffers: 0 + m_PropertySheet: + m_Float: + m_Array: + - m_ExpressionIndex: 13 + m_Value: 0 + - m_ExpressionIndex: 16 + m_Value: 14.89 + - m_ExpressionIndex: 17 + m_Value: 0.14 + - m_ExpressionIndex: 18 + m_Value: 1 + - m_ExpressionIndex: 20 + m_Value: 0.84 + - m_ExpressionIndex: 28 + m_Value: 2 + - m_ExpressionIndex: 32 + m_Value: -1 + - m_ExpressionIndex: 34 + m_Value: 0.004 + - m_ExpressionIndex: 39 + m_Value: 0 + - m_ExpressionIndex: 40 + m_Value: 0 + - m_ExpressionIndex: 41 + m_Value: 0 + - m_ExpressionIndex: 42 + m_Value: 0.84 + - m_ExpressionIndex: 43 + m_Value: 0.14 + - m_ExpressionIndex: 45 + m_Value: 0 + - m_ExpressionIndex: 46 + m_Value: 0.48 + m_Vector2f: + m_Array: + - m_ExpressionIndex: 0 + m_Value: {x: 1, y: 1} + - m_ExpressionIndex: 3 + m_Value: {x: 0, y: 0} + - m_ExpressionIndex: 10 + m_Value: {x: -1, y: -1} + - m_ExpressionIndex: 11 + m_Value: {x: 2, y: 2} + - m_ExpressionIndex: 12 + m_Value: {x: 1, y: -1} + - m_ExpressionIndex: 38 + m_Value: {x: 65536, y: 65536} + - m_ExpressionIndex: 50 + m_Value: {x: 0, y: 0} + m_Vector3f: + m_Array: + - m_ExpressionIndex: 15 + m_Value: {x: 255, y: 255, z: 1} + - m_ExpressionIndex: 19 + m_Value: {x: 2, y: 2, z: 2} + - m_ExpressionIndex: 21 + m_Value: {x: 1, y: 1, z: 1} + - m_ExpressionIndex: 22 + m_Value: {x: 1, y: 0, z: 0} + - m_ExpressionIndex: 24 + m_Value: {x: 0, y: 0, z: 0} + - m_ExpressionIndex: 25 + m_Value: {x: 0, y: 1, z: 0} + - m_ExpressionIndex: 49 + m_Value: {x: 50, y: 50, z: 50} + m_Vector4f: + m_Array: [] + m_Uint: + m_Array: + - m_ExpressionIndex: 2 + m_Value: 65536 + - m_ExpressionIndex: 9 + m_Value: 256 + - m_ExpressionIndex: 47 + m_Value: 4294967295 + m_Int: + m_Array: [] + m_Matrix4x4f: + m_Array: [] + m_AnimationCurve: + m_Array: [] + m_Gradient: + m_Array: + - m_ExpressionIndex: 35 + m_Value: + serializedVersion: 2 + key0: {r: 0, g: 0.4392157, b: 4, a: 0} + key1: {r: 2, g: 0, b: 0, a: 1} + key2: {r: 10.432951, g: 9.668232, b: 4.5883136, a: 1} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 42983 + ctime2: 52690 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 9638 + atime2: 58211 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 3 + m_NumAlphaKeys: 3 + m_NamedObject: + m_Array: + - m_ExpressionIndex: 14 + m_Value: {fileID: 10300, guid: 0000000000000000f000000000000000, type: 0} + - m_ExpressionIndex: 44 + m_Value: {fileID: 2800000, guid: 276d9e395ae18fe40a9b4988549f2349, type: 3} + - m_ExpressionIndex: 52 + m_Value: {fileID: 0} + - m_ExpressionIndex: 48 + m_Value: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} + m_Bool: + m_Array: [] + m_ExposedExpressions: + - nameId: BlendSpeed + index: 28 + - nameId: DepthImage + index: 14 + - nameId: Elevation + index: 46 + - nameId: Ground Level + index: 45 + - nameId: HeightScale + index: 16 + - nameId: Max Threshold + index: 20 + - nameId: Max_Threshold + index: 43 + - nameId: Min Threshold + index: 17 + - nameId: Min_Threshold + index: 42 + - nameId: MovementImage + index: 44 + - nameId: Pitch Value + index: 41 + - nameId: Position + index: 3 + - nameId: Size + index: 0 + - nameId: Spectrum Value 1 + index: 40 + - nameId: Spectrum Value 2 + index: 39 + - nameId: Voxel Size + index: 34 + m_Buffers: + - type: 1 + size: 524288 + layout: + - name: position + type: 3 + offset: + bucket: 0 + structure: 4 + element: 0 + - name: color + type: 3 + offset: + bucket: 262144 + structure: 4 + element: 0 + - name: alpha + type: 1 + offset: + bucket: 262144 + structure: 4 + element: 3 + capacity: 65536 + stride: 4 + - type: 1 + size: 524288 + layout: + - name: position + type: 3 + offset: + bucket: 0 + structure: 4 + element: 0 + - name: color + type: 3 + offset: + bucket: 262144 + structure: 4 + element: 0 + - name: alpha + type: 1 + offset: + bucket: 262144 + structure: 4 + element: 3 + capacity: 65536 + stride: 4 + - type: 1 + size: 1 + layout: + - name: spawnCount + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + capacity: 1 + stride: 4 + - type: 4 + size: 65536 + layout: [] + capacity: 0 + stride: 4 + - type: 0 + size: 65536 + layout: [] + capacity: 0 + stride: 8 + - type: 0 + size: 65536 + layout: [] + capacity: 0 + stride: 8 + m_TemporaryBuffers: [] + m_CPUBuffers: + - capacity: 1 + stride: 1 + layout: + - name: spawnCount + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + initialData: + data: 00000000 + - capacity: 1 + stride: 1 + layout: + - name: spawnCount + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + initialData: + data: 00000000 + m_Events: + - name: OnPlay + playSystems: 00000000 + stopSystems: + - name: OnStop + playSystems: + stopSystems: 00000000 + m_RuntimeVersion: 10 + m_RendererSettings: + motionVectorGenerationMode: 0 + shadowCastingMode: 0 + receiveShadows: 0 + reflectionProbeUsage: 0 + lightProbeUsage: 0 + m_CullingFlags: 3 + m_UpdateMode: 0 + m_PreWarmDeltaTime: 0.05 + m_PreWarmStepCount: 0 + m_Systems: + - type: 0 + flags: 0 + capacity: 0 + layer: 4294967295 + buffers: + - nameId: spawner_output + index: 1 + values: [] + tasks: + - type: 268435457 + buffers: [] + temporaryBuffers: [] + values: + - nameId: Count + index: 38 + - nameId: Delay + index: 50 + params: [] + processor: {fileID: 0} + shaderSourceIndex: -1 + - type: 1 + flags: 2 + capacity: 65536 + layer: 4294967295 + buffers: + - nameId: attributeBuffer + index: 0 + - nameId: sourceAttributeBuffer + index: 2 + - nameId: spawner_input + index: 1 + - nameId: indirectBuffer + index: 3 + - nameId: sortBufferA + index: 4 + - nameId: sortBufferB + index: 5 + values: + - nameId: bounds_center + index: 24 + - nameId: bounds_size + index: 49 + tasks: + - type: 536870912 + buffers: + - nameId: attributeBuffer + index: 0 + - nameId: sourceAttributeBuffer + index: 2 + temporaryBuffers: [] + values: + - nameId: uniform_b + index: 30 + - nameId: uniform_c + index: 26 + - nameId: uniform_d + index: 31 + params: + - nameId: bounds_center + index: 24 + - nameId: bounds_size + index: 49 + processor: {fileID: 0} + shaderSourceIndex: 0 + - type: 805306368 + buffers: + - nameId: attributeBuffer + index: 0 + - nameId: indirectBuffer + index: 3 + temporaryBuffers: [] + values: + - nameId: uniform_b + index: 5 + - nameId: uniform_c + index: 8 + - nameId: uniform_d + index: 16 + - nameId: uniform_e + index: 17 + - nameId: uniform_f + index: 20 + - nameId: Blend_a + index: 37 + - nameId: Color_b + index: 36 + - nameId: texture_b + index: 14 + params: [] + processor: {fileID: 0} + shaderSourceIndex: 1 + - type: 805306369 + buffers: + - nameId: attributeBuffer + index: 0 + - nameId: inputBuffer + index: 3 + - nameId: outputBuffer + index: 4 + temporaryBuffers: [] + values: [] + params: [] + processor: {fileID: 0} + shaderSourceIndex: 3 + - type: 1073741828 + buffers: + - nameId: attributeBuffer + index: 0 + - nameId: indirectBuffer + index: 3 + temporaryBuffers: [] + values: + - nameId: Scale_a + index: 51 + - nameId: mainTexture + index: 52 + params: + - nameId: mesh + index: 48 + - nameId: subMeshMask + index: 47 + - nameId: sortPriority + index: 0 + - nameId: indirectDraw + index: 1 + processor: {fileID: 0} + shaderSourceIndex: 2 +--- !u!114 &8926484042661614632 +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: 5e382412bb691334bb79457a6c127924, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114023846229194376} + m_Children: [] + m_UIPosition: {x: 0, y: 2} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614644} + - {fileID: 8926484042661614634} + m_OutputSlots: [] + m_Disabled: 0 + repeat: 0 + spawnMode: 0 + delayMode: 0 +--- !u!114 &8926484042661614634 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614634} + m_MasterData: + m_Owner: {fileID: 8926484042661614632} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Delay + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Delay between each burst + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614644 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614644} + m_MasterData: + m_Owner: {fileID: 8926484042661614632} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 65536 + m_Space: 2147483647 + m_Property: + name: Count + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Count for each burst + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615903 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 2dc095764ededfa4bb32fa602511ea4b, type: 3} + m_Name: VFXBasicUpdate + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 8926484042661618014} + - {fileID: 8926484042661618084} + m_UIPosition: {x: 1011, y: 747} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 114428730288789306} + m_InputFlowSlot: + - link: + - context: {fileID: 114946465509916290} + slotIndex: 0 + m_OutputFlowSlot: + - link: + - context: {fileID: 8926484042661618112} + slotIndex: 0 + integration: 0 + angularIntegration: 0 + ageParticles: 1 + reapParticles: 1 +--- !u!114 &8926484042661616178 +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: 486e063e1ed58c843942ea4122829ab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -2011, y: 397} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616179} + attribute: position + location: 0 + mask: xyz +--- !u!114 &8926484042661616179 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616180} + - {fileID: 8926484042661616181} + - {fileID: 8926484042661616182} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616179} + m_MasterData: + m_Owner: {fileID: 8926484042661616178} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616180 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616179} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616179} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616390} +--- !u!114 &8926484042661616181 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616179} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616179} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616391} +--- !u!114 &8926484042661616182 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616179} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616179} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616223 +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: 49ad58bc1dec884458b12f6731fc091c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -587, y: 464} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616224} + - {fileID: 8926484042661616225} + - {fileID: 8926484042661616228} + m_OutputSlots: + - {fileID: 8926484042661616229} +--- !u!114 &8926484042661616224 +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: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616224} + m_MasterData: + m_Owner: {fileID: 8926484042661616223} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":2800000,"guid":"51866e0f77a17e5449fb444215f5c04b","type":3}}' + m_Space: 2147483647 + m_Property: + name: texture + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The texture to sample from. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616419} +--- !u!114 &8926484042661616225 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616226} + - {fileID: 8926484042661616227} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616225} + m_MasterData: + m_Owner: {fileID: 8926484042661616223} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0}' + m_Space: 2147483647 + m_Property: + name: uv + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The texture coordinate used for the sampling. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617376} +--- !u!114 &8926484042661616226 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616225} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616225} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616227 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616225} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616225} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616228 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616228} + m_MasterData: + m_Owner: {fileID: 8926484042661616223} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: mipLevel + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The mip level to sample from. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616229 +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: c499060cea9bbb24b8d723eafa343303, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616230} + - {fileID: 8926484042661616231} + - {fileID: 8926484042661616232} + - {fileID: 8926484042661616233} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616229} + m_MasterData: + m_Owner: {fileID: 8926484042661616223} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector4, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0,"w":0.0}' + m_Space: 2147483647 + m_Property: + name: s + m_serializedType: + m_SerializableType: UnityEngine.Vector4, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616230 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616229} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616229} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617280} +--- !u!114 &8926484042661616231 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616229} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616229} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616232 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616229} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616229} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616233 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616229} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616229} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: w + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616298 +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: 3ab9b05052599f344a6b1ae204834e10, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114946465509916290} + m_Children: [] + m_UIPosition: {x: 0, y: 2} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661618128} + - {fileID: 8926484042661616300} + - {fileID: 8926484042661616301} + - {fileID: 8926484042661616302} + - {fileID: 8926484042661616303} + - {fileID: 8926484042661616308} + - {fileID: 8926484042661616313} + - {fileID: 8926484042661616318} + m_OutputSlots: [] + m_Disabled: 0 + shape: 2 + index: 0 + writePosition: 1 + writeTargetPosition: 0 + mode: 0 +--- !u!114 &8926484042661616300 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616300} + m_MasterData: + m_Owner: {fileID: 8926484042661616298} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 256 + m_Space: 2147483647 + m_Property: + name: CountX + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Element X count used to loop over the sequence + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616301 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616301} + m_MasterData: + m_Owner: {fileID: 8926484042661616298} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 256 + m_Space: 2147483647 + m_Property: + name: CountY + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Element Y count used to loop over the sequence + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616302 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616302} + m_MasterData: + m_Owner: {fileID: 8926484042661616298} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: CountZ + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Element Z count used to loop over the sequence + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616303 +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: 5265657162cc1a241bba03a3b0476d99, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616304} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616303} + m_MasterData: + m_Owner: {fileID: 8926484042661616298} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"position":{"x":0.0,"y":0.0,"z":0.0}}' + m_Space: 0 + m_Property: + name: Origin + m_serializedType: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616304 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616303} + m_Children: + - {fileID: 8926484042661616305} + - {fileID: 8926484042661616306} + - {fileID: 8926484042661616307} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616303} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The position. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616305 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616304} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616303} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616306 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616304} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616303} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616307 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616304} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616303} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616308 +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: a9f9544b71b7dab44a4644b6807e8bf6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616309} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616308} + m_MasterData: + m_Owner: {fileID: 8926484042661616298} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"vector":{"x":1.0,"y":0.0,"z":0.0}}' + m_Space: 0 + m_Property: + name: AxisX + m_serializedType: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616309 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616308} + m_Children: + - {fileID: 8926484042661616310} + - {fileID: 8926484042661616311} + - {fileID: 8926484042661616312} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616308} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: vector + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The vector. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616310 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616309} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616308} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616311 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616309} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616308} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616312 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616309} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616308} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616313 +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: a9f9544b71b7dab44a4644b6807e8bf6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616314} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616313} + m_MasterData: + m_Owner: {fileID: 8926484042661616298} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"vector":{"x":0.0,"y":1.0,"z":0.0}}' + m_Space: 0 + m_Property: + name: AxisY + m_serializedType: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616314 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616313} + m_Children: + - {fileID: 8926484042661616315} + - {fileID: 8926484042661616316} + - {fileID: 8926484042661616317} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616313} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: vector + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The vector. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616315 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616314} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616313} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616316 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616314} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616313} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616317 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616314} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616313} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616318 +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: a9f9544b71b7dab44a4644b6807e8bf6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616319} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616318} + m_MasterData: + m_Owner: {fileID: 8926484042661616298} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"vector":{"x":0.0,"y":0.0,"z":1.0}}' + m_Space: 0 + m_Property: + name: AxisZ + m_serializedType: + m_SerializableType: UnityEditor.VFX.Vector, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616319 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616318} + m_Children: + - {fileID: 8926484042661616320} + - {fileID: 8926484042661616321} + - {fileID: 8926484042661616322} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616318} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: vector + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The vector. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616320 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616319} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616318} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616321 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616319} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616318} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616322 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616319} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616318} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616339 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -345, y: 689} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661617280} + - {fileID: 8926484042661616341} + m_OutputSlots: + - {fileID: 8926484042661617281} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661616341 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616341} + m_MasterData: + m_Owner: {fileID: 8926484042661616339} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616344} +--- !u!114 &8926484042661616343 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616344} + m_ExposedName: HeightScale + m_Exposed: 1 + m_Order: 0 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661616344} + inputSlot: {fileID: 8926484042661616341} + position: {x: -520, y: 728} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661616344 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616344} + m_MasterData: + m_Owner: {fileID: 8926484042661616343} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 14.89 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616341} +--- !u!114 &8926484042661616345 +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: 0a02ebe9815b1084495277ae39c6c270, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1023, y: 556} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616562} + - {fileID: 8926484042661616347} + - {fileID: 8926484042661616348} + - {fileID: 8926484042661616349} + - {fileID: 8926484042661616350} + m_OutputSlots: + - {fileID: 8926484042661616565} + m_Type: + - m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_Clamp: 0 +--- !u!114 &8926484042661616347 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616347} + m_MasterData: + m_Owner: {fileID: 8926484042661616345} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: -1 + m_Space: 2147483647 + m_Property: + name: oldRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616348 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616348} + m_MasterData: + m_Owner: {fileID: 8926484042661616345} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: oldRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616349 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616349} + m_MasterData: + m_Owner: {fileID: 8926484042661616345} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: newRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616350 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616350} + m_MasterData: + m_Owner: {fileID: 8926484042661616345} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: newRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616352 +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: 0155ae97d9a75e3449c6d0603b79c2f4, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1253, y: 668} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616559} + - {fileID: 8926484042661616363} + m_OutputSlots: + - {fileID: 8926484042661616366} + m_Operands: + - name: a + type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + - name: b + type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &8926484042661616356 +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: 955b0c175a6f3bb4582e92f3de8f0626, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1471, y: 855} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616357} + m_OutputSlots: + - {fileID: 8926484042661616360} + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &8926484042661616357 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616358} + - {fileID: 8926484042661616359} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616357} + m_MasterData: + m_Owner: {fileID: 8926484042661616356} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616358 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616357} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616357} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616378} +--- !u!114 &8926484042661616359 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616357} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616357} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616379} +--- !u!114 &8926484042661616360 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616361} + - {fileID: 8926484042661616362} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616360} + m_MasterData: + m_Owner: {fileID: 8926484042661616356} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616363} +--- !u!114 &8926484042661616361 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616360} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616360} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616362 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616360} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616360} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616363 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616364} + - {fileID: 8926484042661616365} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616363} + m_MasterData: + m_Owner: {fileID: 8926484042661616352} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0}' + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616360} +--- !u!114 &8926484042661616364 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616363} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616363} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616365 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616363} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616363} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616366 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616367} + - {fileID: 8926484042661616368} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616366} + m_MasterData: + m_Owner: {fileID: 8926484042661616352} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616562} +--- !u!114 &8926484042661616367 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616366} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616366} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616368 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616366} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616366} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616376 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616377} + m_ExposedName: Position + m_Exposed: 1 + m_Order: 5 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661616378} + inputSlot: {fileID: 8926484042661616358} + - outputSlot: {fileID: 8926484042661616379} + inputSlot: {fileID: 8926484042661616359} + position: {x: -1671, y: 924} + expandedSlots: + - {fileID: 8926484042661616377} + expanded: 1 +--- !u!114 &8926484042661616377 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616378} + - {fileID: 8926484042661616379} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616377} + m_MasterData: + m_Owner: {fileID: 8926484042661616376} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616378 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616377} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616377} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616358} +--- !u!114 &8926484042661616379 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616377} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616377} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616359} +--- !u!114 &8926484042661616384 +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: 39201e37c9a341c45bace12065f0cb90, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1461, y: 696} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616395} + - {fileID: 8926484042661616408} + m_OutputSlots: + - {fileID: 8926484042661616398} + m_Operands: + - name: a + type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + - name: b + type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &8926484042661616388 +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: 955b0c175a6f3bb4582e92f3de8f0626, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1737, y: 542} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616389} + m_OutputSlots: + - {fileID: 8926484042661616392} + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &8926484042661616389 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616390} + - {fileID: 8926484042661616391} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616389} + m_MasterData: + m_Owner: {fileID: 8926484042661616388} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616390 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616389} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616389} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616180} +--- !u!114 &8926484042661616391 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616389} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616389} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616181} +--- !u!114 &8926484042661616392 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616393} + - {fileID: 8926484042661616394} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616392} + m_MasterData: + m_Owner: {fileID: 8926484042661616388} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616395} +--- !u!114 &8926484042661616393 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616392} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616392} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616394 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616392} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616392} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616395 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616396} + - {fileID: 8926484042661616397} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616395} + m_MasterData: + m_Owner: {fileID: 8926484042661616384} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0}' + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616392} +--- !u!114 &8926484042661616396 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616395} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616395} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616397 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616395} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616395} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616398 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616399} + - {fileID: 8926484042661616400} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616398} + m_MasterData: + m_Owner: {fileID: 8926484042661616384} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616559} +--- !u!114 &8926484042661616399 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616398} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616398} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616400 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616398} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616398} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616408 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616409} + - {fileID: 8926484042661616410} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616408} + m_MasterData: + m_Owner: {fileID: 8926484042661616384} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0}' + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616556} +--- !u!114 &8926484042661616409 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616408} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616408} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616410 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616408} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616408} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616411 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616412} + m_ExposedName: Size + m_Exposed: 1 + m_Order: 6 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661616413} + inputSlot: {fileID: 8926484042661616554} + - outputSlot: {fileID: 8926484042661616414} + inputSlot: {fileID: 8926484042661616555} + position: {x: -1926, y: 727} + expandedSlots: + - {fileID: 8926484042661616412} + expanded: 1 +--- !u!114 &8926484042661616412 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616413} + - {fileID: 8926484042661616414} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616412} + m_MasterData: + m_Owner: {fileID: 8926484042661616411} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0}' + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616413 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616412} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616412} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616554} +--- !u!114 &8926484042661616414 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616412} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616412} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616555} +--- !u!114 &8926484042661616418 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616419} + m_ExposedName: DepthImage + m_Exposed: 1 + m_Order: 2 + m_Category: Kinect Image + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661616419} + inputSlot: {fileID: 8926484042661616224} + position: {x: -862, y: 454} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661616419 +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: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616419} + m_MasterData: + m_Owner: {fileID: 8926484042661616418} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":10300,"guid":"0000000000000000f000000000000000","type":0}}' + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616224} +--- !u!114 &8926484042661616420 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 296, y: 1138} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616421} + - {fileID: 8926484042661616422} + m_OutputSlots: + - {fileID: 8926484042661616423} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661616421 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616421} + m_MasterData: + m_Owner: {fileID: 8926484042661616420} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616425} +--- !u!114 &8926484042661616422 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616422} + m_MasterData: + m_Owner: {fileID: 8926484042661616420} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616427} +--- !u!114 &8926484042661616423 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616423} + m_MasterData: + m_Owner: {fileID: 8926484042661616420} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661618020} +--- !u!114 &8926484042661616424 +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: 7d33fb94df928ef4c986f97607706b82, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 161, y: 1110} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616425} + m_expressionOp: 6 +--- !u!114 &8926484042661616425 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616425} + m_MasterData: + m_Owner: {fileID: 8926484042661616424} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: DeltaTime + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616421} +--- !u!114 &8926484042661616426 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616427} + m_ExposedName: BlendSpeed + m_Exposed: 1 + m_Order: 7 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661616427} + inputSlot: {fileID: 8926484042661616422} + position: {x: 135, y: 1207} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661616427 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616427} + m_MasterData: + m_Owner: {fileID: 8926484042661616426} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 2 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616422} +--- !u!114 &8926484042661616463 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616464} + m_ExposedName: Voxel Size + m_Exposed: 1 + m_Order: 8 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: 'Standard: 0.0078 + +' + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661616464} + inputSlot: {fileID: 8926484042661618119} + position: {x: 43, y: 1340} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661616464 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616464} + m_MasterData: + m_Owner: {fileID: 8926484042661616463} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.004 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661618119} +--- !u!114 &8926484042661616479 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 278, y: 1581} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616480} + - {fileID: 8926484042661616481} + m_OutputSlots: + - {fileID: 8926484042661616482} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661616480 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616480} + m_MasterData: + m_Owner: {fileID: 8926484042661616479} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616490} +--- !u!114 &8926484042661616481 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616481} + m_MasterData: + m_Owner: {fileID: 8926484042661616479} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616601} +--- !u!114 &8926484042661616482 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616482} + m_MasterData: + m_Owner: {fileID: 8926484042661616479} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616489 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616490} + m_ExposedName: Elevation + m_Exposed: 1 + m_Order: 9 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661616490} + inputSlot: {fileID: 8926484042661616480} + position: {x: 152, y: 1496} + expandedSlots: [] + expanded: 0 + - m_Id: 1 + linkedSlots: + - outputSlot: {fileID: 8926484042661616490} + inputSlot: {fileID: 8926484042661616517} + position: {x: -968, y: 1617} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661616490 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616490} + m_MasterData: + m_Owner: {fileID: 8926484042661616489} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.48 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616480} + - {fileID: 8926484042661616517} +--- !u!114 &8926484042661616491 +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: 1e3ae21a3e79373418239098293debe3, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 25, y: 1546} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616600} + - {fileID: 8926484042661616493} + m_OutputSlots: + - {fileID: 8926484042661616601} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661616493 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616493} + m_MasterData: + m_Owner: {fileID: 8926484042661616491} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616511} +--- !u!114 &8926484042661616509 +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: 955b0c175a6f3bb4582e92f3de8f0626, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -211, y: 1563} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616510} + m_OutputSlots: + - {fileID: 8926484042661616511} + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661616510 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616510} + m_MasterData: + m_Owner: {fileID: 8926484042661616509} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.45 + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616514} +--- !u!114 &8926484042661616511 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616511} + m_MasterData: + m_Owner: {fileID: 8926484042661616509} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616493} +--- !u!114 &8926484042661616512 +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: f87b8031558fdb14996c1e90394cc453, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -453, y: 1480} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616513} + m_OutputSlots: + - {fileID: 8926484042661616514} + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661616513 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616513} + m_MasterData: + m_Owner: {fileID: 8926484042661616512} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: input + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to be clamped. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616518} +--- !u!114 &8926484042661616514 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616514} + m_MasterData: + m_Owner: {fileID: 8926484042661616512} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616510} +--- !u!114 &8926484042661616515 +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: 39201e37c9a341c45bace12065f0cb90, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -721, y: 1499} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616516} + - {fileID: 8926484042661616517} + m_OutputSlots: + - {fileID: 8926484042661616518} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661616516 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616516} + m_MasterData: + m_Owner: {fileID: 8926484042661616515} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616523} +--- !u!114 &8926484042661616517 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616517} + m_MasterData: + m_Owner: {fileID: 8926484042661616515} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616490} +--- !u!114 &8926484042661616518 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616518} + m_MasterData: + m_Owner: {fileID: 8926484042661616515} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616513} +--- !u!114 &8926484042661616522 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616523} + m_ExposedName: Ground Level + m_Exposed: 1 + m_Order: 10 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661616523} + inputSlot: {fileID: 8926484042661616516} + position: {x: -975, y: 1484} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661616523 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616523} + m_MasterData: + m_Owner: {fileID: 8926484042661616522} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616516} +--- !u!114 &8926484042661616532 +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: 450dd1d050ada6742a20f27ee0b2dcea, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 133, y: 1774} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661617479} + - {fileID: 8926484042661616534} + m_OutputSlots: + - {fileID: 8926484042661617480} + m_Type: + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661616534 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616534} + m_MasterData: + m_Owner: {fileID: 8926484042661616532} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 1 + m_Min: 0.000001 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The granularity. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616552 +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: 955b0c175a6f3bb4582e92f3de8f0626, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1725, y: 716} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661616553} + m_OutputSlots: + - {fileID: 8926484042661616556} + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &8926484042661616553 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616554} + - {fileID: 8926484042661616555} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616553} + m_MasterData: + m_Owner: {fileID: 8926484042661616552} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0}' + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616554 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616553} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616553} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616413} +--- !u!114 &8926484042661616555 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616553} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616553} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616414} +--- !u!114 &8926484042661616556 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616557} + - {fileID: 8926484042661616558} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616556} + m_MasterData: + m_Owner: {fileID: 8926484042661616552} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616408} +--- !u!114 &8926484042661616557 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616556} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616556} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616558 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616556} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616556} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616559 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616560} + - {fileID: 8926484042661616561} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616559} + m_MasterData: + m_Owner: {fileID: 8926484042661616352} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0}' + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616398} +--- !u!114 &8926484042661616560 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616559} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616559} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616561 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616559} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616559} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616562 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616563} + - {fileID: 8926484042661616564} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616562} + m_MasterData: + m_Owner: {fileID: 8926484042661616345} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0}' + m_Space: 2147483647 + m_Property: + name: input + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to be remapped into the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616366} +--- !u!114 &8926484042661616563 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616562} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616562} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616564 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616562} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616562} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661616565 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661616566} + - {fileID: 8926484042661616567} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616565} + m_MasterData: + m_Owner: {fileID: 8926484042661616345} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617373} +--- !u!114 &8926484042661616566 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616565} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616565} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616567 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661616565} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616565} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661616600 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616600} + m_MasterData: + m_Owner: {fileID: 8926484042661616491} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617473} +--- !u!114 &8926484042661616601 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616601} + m_MasterData: + m_Owner: {fileID: 8926484042661616491} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616481} +--- !u!114 &8926484042661616614 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661616615} + m_ExposedName: MovementImage + m_Exposed: 1 + m_Order: 11 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: [] + position: {x: -1128, y: 452} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661616615 +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: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661616615} + m_MasterData: + m_Owner: {fileID: 8926484042661616614} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":2800000,"guid":"276d9e395ae18fe40a9b4988549f2349","type":3}}' + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661617161 +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: c8ac0ebcb5fd27b408f3700034222acb, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 221, y: 395} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661617162} + m_OutputSlots: + - {fileID: 8926484042661617163} + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661617162 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617162} + m_MasterData: + m_Owner: {fileID: 8926484042661617161} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661618177} +--- !u!114 &8926484042661617163 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617163} + m_MasterData: + m_Owner: {fileID: 8926484042661617161} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617211} +--- !u!114 &8926484042661617206 +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: 82d0db94cf826d249b0f76cc51492bf4, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 224, y: 534} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661617207} + - {fileID: 8926484042661617208} + m_OutputSlots: + - {fileID: 8926484042661617209} + m_Type: + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661617207 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617207} + m_MasterData: + m_Owner: {fileID: 8926484042661617206} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Value + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to compare + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661618177} +--- !u!114 &8926484042661617208 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617208} + m_MasterData: + m_Owner: {fileID: 8926484042661617206} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.27 + m_Space: 2147483647 + m_Property: + name: Threshold + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The threshold from which the function will return one + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617341} +--- !u!114 &8926484042661617209 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617209} + m_MasterData: + m_Owner: {fileID: 8926484042661617206} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617212} +--- !u!114 &8926484042661617210 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 479, y: 694} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661617211} + - {fileID: 8926484042661617212} + - {fileID: 8926484042661617228} + m_OutputSlots: + - {fileID: 8926484042661617213} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: c + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661617211 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617211} + m_MasterData: + m_Owner: {fileID: 8926484042661617210} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617163} +--- !u!114 &8926484042661617212 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617212} + m_MasterData: + m_Owner: {fileID: 8926484042661617210} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617209} +--- !u!114 &8926484042661617213 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617213} + m_MasterData: + m_Owner: {fileID: 8926484042661617210} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617674} + - {fileID: 8926484042661618089} +--- !u!114 &8926484042661617221 +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: c8ac0ebcb5fd27b408f3700034222acb, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 44, y: 700} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661617222} + m_OutputSlots: + - {fileID: 8926484042661617223} + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661617222 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617222} + m_MasterData: + m_Owner: {fileID: 8926484042661617221} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661618177} +--- !u!114 &8926484042661617223 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617223} + m_MasterData: + m_Owner: {fileID: 8926484042661617221} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617225} +--- !u!114 &8926484042661617224 +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: 82d0db94cf826d249b0f76cc51492bf4, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 274, y: 781} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661617225} + - {fileID: 8926484042661617226} + m_OutputSlots: + - {fileID: 8926484042661617227} + m_Type: + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661617225 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617225} + m_MasterData: + m_Owner: {fileID: 8926484042661617224} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Value + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to compare + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617223} +--- !u!114 &8926484042661617226 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617226} + m_MasterData: + m_Owner: {fileID: 8926484042661617224} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.54 + m_Space: 2147483647 + m_Property: + name: Threshold + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The threshold from which the function will return one + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617343} +--- !u!114 &8926484042661617227 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617227} + m_MasterData: + m_Owner: {fileID: 8926484042661617224} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617228} +--- !u!114 &8926484042661617228 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617228} + m_MasterData: + m_Owner: {fileID: 8926484042661617210} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: c + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617227} +--- !u!114 &8926484042661617280 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617280} + m_MasterData: + m_Owner: {fileID: 8926484042661616339} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616230} +--- !u!114 &8926484042661617281 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617281} + m_MasterData: + m_Owner: {fileID: 8926484042661616339} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661618176} +--- !u!114 &8926484042661617340 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661617341} + m_ExposedName: Min Threshold + m_Exposed: 1 + m_Order: 12 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661617341} + inputSlot: {fileID: 8926484042661617208} + position: {x: 37, y: 608} + expandedSlots: [] + expanded: 1 +--- !u!114 &8926484042661617341 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617341} + m_MasterData: + m_Owner: {fileID: 8926484042661617340} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.14 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617208} +--- !u!114 &8926484042661617342 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661617343} + m_ExposedName: Max Threshold + m_Exposed: 1 + m_Order: 13 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661617343} + inputSlot: {fileID: 8926484042661617226} + position: {x: 32, y: 809} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661617343 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617343} + m_MasterData: + m_Owner: {fileID: 8926484042661617342} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.84 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617226} +--- !u!114 &8926484042661617369 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -747, y: 742} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661617373} + - {fileID: 8926484042661617395} + m_OutputSlots: + - {fileID: 8926484042661617376} + m_Operands: + - name: a + type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + - name: b + type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &8926484042661617373 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661617374} + - {fileID: 8926484042661617375} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617373} + m_MasterData: + m_Owner: {fileID: 8926484042661617369} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0}' + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616565} +--- !u!114 &8926484042661617374 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617373} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617373} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617375 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617373} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617373} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617376 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661617377} + - {fileID: 8926484042661617378} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617376} + m_MasterData: + m_Owner: {fileID: 8926484042661617369} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616225} +--- !u!114 &8926484042661617377 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617376} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617376} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661617378 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617376} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617376} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661617395 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661617396} + - {fileID: 8926484042661617397} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617395} + m_MasterData: + m_Owner: {fileID: 8926484042661617369} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0}' + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617406} +--- !u!114 &8926484042661617396 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617395} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617395} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617397 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617395} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617395} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617398 +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: d477093cb708e2e45bf548a06776ed5b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -1049, y: 861} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661617399} + - {fileID: 8926484042661617402} + - {fileID: 8926484042661617405} + m_OutputSlots: + - {fileID: 8926484042661617406} +--- !u!114 &8926484042661617399 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661617400} + - {fileID: 8926484042661617401} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617399} + m_MasterData: + m_Owner: {fileID: 8926484042661617398} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":-1.0}' + m_Space: 2147483647 + m_Property: + name: Position + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Position to Rotate + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617400 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617399} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617399} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617401 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617399} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617399} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617402 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661617403} + - {fileID: 8926484042661617404} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617402} + m_MasterData: + m_Owner: {fileID: 8926484042661617398} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0}' + m_Space: 2147483647 + m_Property: + name: RotationCenter + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Rotation Center + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617403 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617402} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617402} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617404 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617402} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617402} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617405 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617405} + m_MasterData: + m_Owner: {fileID: 8926484042661617398} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Angle + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Angle in Radians + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617406 +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: 1b2b751071c7fc14f9fa503163991826, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661617407} + - {fileID: 8926484042661617408} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617406} + m_MasterData: + m_Owner: {fileID: 8926484042661617398} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0}' + m_Space: 2147483647 + m_Property: + name: Position + m_serializedType: + m_SerializableType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Rotated Position + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617395} +--- !u!114 &8926484042661617407 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617406} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617406} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661617408 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617406} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617406} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661617469 +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: 486e063e1ed58c843942ea4122829ab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -260, y: 1139} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661617470} + attribute: position + location: 0 + mask: xyz +--- !u!114 &8926484042661617470 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661617471} + - {fileID: 8926484042661617472} + - {fileID: 8926484042661617473} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617470} + m_MasterData: + m_Owner: {fileID: 8926484042661617469} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661617471 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617470} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617470} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661617472 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617470} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617470} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661617473 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617470} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617470} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661616600} +--- !u!114 &8926484042661617474 +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: 486e063e1ed58c843942ea4122829ab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -269, y: 1662} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661617475} + attribute: position + location: 0 + mask: xyz +--- !u!114 &8926484042661617475 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661617476} + - {fileID: 8926484042661617477} + - {fileID: 8926484042661617478} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617475} + m_MasterData: + m_Owner: {fileID: 8926484042661617474} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661617476 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617475} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617475} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661617477 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617475} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617475} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661617478 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661617475} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617475} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617479} +--- !u!114 &8926484042661617479 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617479} + m_MasterData: + m_Owner: {fileID: 8926484042661616532} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to be discretized. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617478} +--- !u!114 &8926484042661617480 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617480} + m_MasterData: + m_Owner: {fileID: 8926484042661616532} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661617673 +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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 722, y: 637} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661617674} + - {fileID: 8926484042661617675} + m_OutputSlots: + - {fileID: 8926484042661617676} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661617674 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617674} + m_MasterData: + m_Owner: {fileID: 8926484042661617673} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617213} +--- !u!114 &8926484042661617675 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617675} + m_MasterData: + m_Owner: {fileID: 8926484042661617673} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: -1 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661617676 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661617676} + m_MasterData: + m_Owner: {fileID: 8926484042661617673} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661618019} +--- !u!114 &8926484042661618014 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615903} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661618015} + - {fileID: 8926484042661618020} + m_OutputSlots: [] + m_Disabled: 0 + attribute: position + Composition: 3 + Source: 0 + Random: 0 + channels: 6 +--- !u!114 &8926484042661618015 +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: 5265657162cc1a241bba03a3b0476d99, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661618016} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618015} + m_MasterData: + m_Owner: {fileID: 8926484042661618014} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"position":{"x":0.0,"y":0.0,"z":1.8700000047683716}}' + m_Space: 1 + m_Property: + name: Position + m_serializedType: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661618016 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661618015} + m_Children: + - {fileID: 8926484042661618017} + - {fileID: 8926484042661618018} + - {fileID: 8926484042661618019} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618015} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The position. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661618017 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661618016} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618015} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661618023} +--- !u!114 &8926484042661618018 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661618016} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618015} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661618024} +--- !u!114 &8926484042661618019 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661618016} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618015} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617676} +--- !u!114 &8926484042661618020 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618020} + m_MasterData: + m_Owner: {fileID: 8926484042661618014} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.2047169 + m_Space: 2147483647 + m_Property: + name: Blend + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 0 + m_Min: 0 + m_Max: 1 + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616423} +--- !u!114 &8926484042661618021 +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: 486e063e1ed58c843942ea4122829ab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 634, y: 857} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661618022} + attribute: position + location: 0 + mask: xyz +--- !u!114 &8926484042661618022 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661618023} + - {fileID: 8926484042661618024} + - {fileID: 8926484042661618025} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618022} + m_MasterData: + m_Owner: {fileID: 8926484042661618021} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661618023 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661618022} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618022} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661618017} +--- !u!114 &8926484042661618024 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661618022} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618022} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661618018} +--- !u!114 &8926484042661618025 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661618022} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618022} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661618084 +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: 01ec2c1930009b04ea08905b47262415, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615903} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661618085} + - {fileID: 8926484042661618089} + m_OutputSlots: [] + m_Disabled: 0 + attribute: color + Composition: 0 + AlphaComposition: 0 + SampleMode: 4 + Mode: 1 + ColorMode: 3 + channels: 6 +--- !u!114 &8926484042661618085 +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: 76f778ff57c4e8145b9681fe3268d8e9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618085} + m_MasterData: + m_Owner: {fileID: 8926484042661618084} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Gradient, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"colorKeys":[{"color":{"r":0.0,"g":0.43921568989753725,"b":4.0,"a":1.0},"time":0.0},{"color":{"r":2.0,"g":0.0,"b":0.0,"a":1.0},"time":0.6558785438537598},{"color":{"r":10.432950973510743,"g":9.668231964111329,"b":4.588313579559326,"a":1.0},"time":0.8039978742599487}],"alphaKeys":[{"alpha":0.0,"time":0.0},{"alpha":1.0,"time":0.14706645905971528},{"alpha":1.0,"time":0.8882429003715515}],"gradientMode":0}' + m_Space: 2147483647 + m_Property: + name: Color + m_serializedType: + m_SerializableType: UnityEngine.Gradient, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661618089 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618089} + m_MasterData: + m_Owner: {fileID: 8926484042661618084} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: SampleTime + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617213} +--- !u!114 &8926484042661618112 +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: e837ba02e1cb47d4394b6c186d164156, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 8926484042661618118} + m_UIPosition: {x: 1035, y: 1239} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661618113} + - {fileID: 8926484042661618114} + - {fileID: 8926484042661618115} + - {fileID: 8926484042661618124} + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 114428730288789306} + m_InputFlowSlot: + - link: + - context: {fileID: 8926484042661615903} + slotIndex: 0 + m_OutputFlowSlot: + - link: [] + blendMode: 1 + m_SubOutputs: + - {fileID: 8926484042661618117} + cullMode: 0 + zWriteMode: 0 + zTestMode: 0 + colorMappingMode: 0 + uvMode: 0 + useSoftParticle: 1 + sortPriority: 0 + sort: 0 + indirectDraw: 0 + castShadows: 0 + useExposureWeight: 0 +--- !u!114 &8926484042661618113 +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: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618113} + m_MasterData: + m_Owner: {fileID: 8926484042661618112} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: mainTexture + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Texture to be applied to the mesh. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661618114 +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: b47b8679b468b7347a00cdd50589bc9f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618114} + m_MasterData: + m_Owner: {fileID: 8926484042661618112} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Mesh, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":10202,"guid":"0000000000000000e000000000000000","type":0}}' + m_Space: 2147483647 + m_Property: + name: mesh + m_serializedType: + m_SerializableType: UnityEngine.Mesh, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Mesh to be used for particle rendering. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661618115 +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: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618115} + m_MasterData: + m_Owner: {fileID: 8926484042661618112} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 4294967295 + m_Space: 2147483647 + m_Property: + name: subMeshMask + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Define a bitmask to control which submeshes are rendered. + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 8 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661618117 +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: 081ffb0090424ba4cb05370a42ead6b9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + opaqueRenderQueue: 0 + transparentRenderQueue: 1 +--- !u!114 &8926484042661618118 +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: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661618112} + m_Children: [] + m_UIPosition: {x: 0, y: 184} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661618119} + m_OutputSlots: [] + m_Disabled: 0 + attribute: scale + Composition: 0 + Source: 0 + Random: 0 + channels: 6 +--- !u!114 &8926484042661618119 +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: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661618120} + - {fileID: 8926484042661618121} + - {fileID: 8926484042661618122} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618119} + m_MasterData: + m_Owner: {fileID: 8926484042661618118} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":1.0,"y":1.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: Scale + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661616464} +--- !u!114 &8926484042661618120 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661618119} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618119} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661618121 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661618119} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618119} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661618122 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661618119} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618119} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661618124 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618124} + m_MasterData: + m_Owner: {fileID: 8926484042661618112} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: softParticlesFadeDistance + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 1 + m_Min: 0.001 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661618128 +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: 4d246e354feb93041a837a9ef59437cb, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618128} + m_MasterData: + m_Owner: {fileID: 8926484042661616298} + m_Value: + m_Type: + m_SerializableType: System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: OffsetIndex + m_serializedType: + m_SerializableType: System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Offset applied to the initial index used to compute the position + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661618148 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661618149} + m_ExposedName: Max_Threshold + m_Exposed: 1 + m_Order: 14 + m_Category: + m_Min: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_IsOutput: 0 + m_Tooltip: + m_Nodes: [] +--- !u!114 &8926484042661618149 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618149} + m_MasterData: + m_Owner: {fileID: 8926484042661618148} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.14 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661618150 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661618151} + m_ExposedName: Min_Threshold + m_Exposed: 1 + m_Order: 15 + m_Category: + m_Min: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_IsOutput: 0 + m_Tooltip: + m_Nodes: [] +--- !u!114 &8926484042661618151 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618151} + m_MasterData: + m_Owner: {fileID: 8926484042661618150} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.84 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661618175 +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: 955b0c175a6f3bb4582e92f3de8f0626, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: -155, y: 583} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661618176} + m_OutputSlots: + - {fileID: 8926484042661618177} + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661618176 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618176} + m_MasterData: + m_Owner: {fileID: 8926484042661618175} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661617281} +--- !u!114 &8926484042661618177 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618177} + m_MasterData: + m_Owner: {fileID: 8926484042661618175} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661617162} + - {fileID: 8926484042661617207} + - {fileID: 8926484042661617222} +--- !u!114 &8926484042661618178 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661618179} + m_ExposedName: Pitch Value + m_Exposed: 1 + m_Order: 1 + m_Category: Pd Values + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: [] +--- !u!114 &8926484042661618179 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618179} + m_MasterData: + m_Owner: {fileID: 8926484042661618178} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661618180 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661618181} + m_ExposedName: Spectrum Value 1 + m_Exposed: 1 + m_Order: 3 + m_Category: Pd Values + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: [] +--- !u!114 &8926484042661618181 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618181} + m_MasterData: + m_Owner: {fileID: 8926484042661618180} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661618182 +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: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661618183} + m_ExposedName: Spectrum Value 2 + m_Exposed: 1 + m_Order: 4 + m_Category: Pd Values + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: [] +--- !u!114 &8926484042661618183 +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: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661618183} + m_MasterData: + m_Owner: {fileID: 8926484042661618182} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Position Texture.vfx.meta b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Position Texture.vfx.meta new file mode 100644 index 0000000..8758d04 --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Position Texture.vfx.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ffe4bfe90985c554896e7b8cd6d5339e +VisualEffectImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/ReflectionProbe-0.exr b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/ReflectionProbe-0.exr new file mode 100644 index 0000000000000000000000000000000000000000..0da241a4f68ad3565de80e3c3bf36e69e7032dcf GIT binary patch literal 8331 zcmXTZH)LdDU|>kjNX*Mi%_#;lax#lc7(9Vujtq=I5(Gdr2s>ejxMPR}VTdp!=jRp_ zr4|=w=I5cXK}IsCB$gzGXXd5kmop^gR~Th72mnQ4;6Ez^!+#(rC9}97C$W;Cx}40s zRR5xs)FK813+#!4%!t`#0i=p*PDw==pLG8bm$;x}jpu+Z%?3EDi$92VMU* zDlaye#hxw_&b3UsQHiy9KLdlq(Y5Rh28FM|&b288(mr>pz()Ar1=7OX!R8$Z2GR$P z0F?s4hbx0oi^0cOeujicn?de84|4fG`2{cYZ5bLk|H?1${Lh&2=|6+-FMEf{|M)K~ z`OjeTv%WzMEW@60sh(lhAD9fY$xC|%U!Z2s|3I1ljI+MTH>mvw=>f`sjNo^e43hyF z!M@-mOa^2G^MxlMJut&*Z0%p>TWW0Tpgb}f*CQjY6-MKF#N=y((YPKlaqTb~*CQsb z14iR|#Kd*NXk3q&xGort>k$*z4Wn^AV&ZzjXk3q&xLz7b1qj5cA a;`+j9T#uNzelQx>BPOmtjK=kdiE98@Ut;S3 literal 0 HcmV?d00001 diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/ReflectionProbe-0.exr.meta b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/ReflectionProbe-0.exr.meta new file mode 100644 index 0000000..6002602 --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/ReflectionProbe-0.exr.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: 2abb59ff4d909f64da0de2ad55759d25 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 10 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: -100 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Scene Settings Profile.asset b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Scene Settings Profile.asset new file mode 100644 index 0000000..0688c91 --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Scene Settings Profile.asset @@ -0,0 +1,289 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7899671507943415206 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 0d7593b3a9277ac4696b20006c21dde2, type: 3} + m_Name: VisualEnvironment + m_EditorClassIdentifier: + active: 1 + m_AdvancedMode: 0 + skyType: + m_OverrideState: 1 + m_Value: 2 + skyAmbientMode: + m_OverrideState: 1 + m_Value: 1 + fogType: + m_OverrideState: 1 + m_Value: 1 +--- !u!114 &-6543854886712313374 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 24f077503be6ae942a1e1245dbd53ea9, type: 3} + m_Name: Bloom + m_EditorClassIdentifier: + active: 1 + m_AdvancedMode: 0 + intensity: + m_OverrideState: 1 + m_Value: 0.14 + min: 0 + max: 1 + scatter: + m_OverrideState: 1 + m_Value: 0.336 + min: 0 + max: 1 + tint: + m_OverrideState: 0 + m_Value: {r: 1, g: 1, b: 1, a: 1} + hdr: 0 + showAlpha: 0 + showEyeDropper: 1 + dirtTexture: + m_OverrideState: 1 + m_Value: {fileID: 2800000, guid: 69e847bbff1cf5449a4ee0bbd045dbc9, type: 3} + dirtIntensity: + m_OverrideState: 1 + m_Value: 8.97 + min: 0 + highQualityFiltering: + m_OverrideState: 0 + m_Value: 1 + resolution: + m_OverrideState: 0 + m_Value: 2 + prefilter: + m_OverrideState: 0 + m_Value: 0 + anamorphic: + m_OverrideState: 0 + m_Value: 1 +--- !u!114 &-5212262289134541047 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 7ddcec8a8eb2d684d833ac8f5d26aebd, type: 3} + m_Name: HDShadowSettings + m_EditorClassIdentifier: + active: 0 + m_AdvancedMode: 0 + maxShadowDistance: + m_OverrideState: 1 + m_Value: 500 + min: 0 + cascadeShadowSplitCount: + m_OverrideState: 0 + m_Value: 4 + min: 1 + max: 4 + cascadeShadowSplit0: + m_OverrideState: 0 + m_Value: 0.05 + cascadeShadowSplit1: + m_OverrideState: 0 + m_Value: 0.15 + cascadeShadowSplit2: + m_OverrideState: 0 + m_Value: 0.3 + cascadeShadowBorder0: + m_OverrideState: 0 + m_Value: 0 + cascadeShadowBorder1: + m_OverrideState: 0 + m_Value: 0 + cascadeShadowBorder2: + m_OverrideState: 0 + m_Value: 0 + cascadeShadowBorder3: + m_OverrideState: 0 + m_Value: 0 +--- !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: d7fd9488000d3734a9e00ee676215985, type: 3} + m_Name: Scene Settings Profile + m_EditorClassIdentifier: + components: + - {fileID: -6543854886712313374} + - {fileID: -5212262289134541047} + - {fileID: 2571966065225955267} + - {fileID: -7899671507943415206} +--- !u!114 &1409399634823879722 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: bcf384b154398e341b6b29969c078198, type: 3} + m_Name: MotionBlur + m_EditorClassIdentifier: + active: 1 + m_AdvancedMode: 0 + sampleCount: + m_OverrideState: 0 + m_Value: 8 + min: 2 + intensity: + m_OverrideState: 0 + m_Value: 0 + min: 0 + maximumVelocity: + m_OverrideState: 0 + m_Value: 200 + min: 0 + max: 1500 + minimumVelocity: + m_OverrideState: 0 + m_Value: 2 + min: 0 + max: 64 + cameraRotationVelocityClamp: + m_OverrideState: 0 + m_Value: 0.03 + min: 0 + max: 0.2 + depthComparisonExtent: + m_OverrideState: 0 + m_Value: 1 + min: 0 + max: 20 +--- !u!114 &2571966065225955267 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: aaa3b8214f75b354e9ba2caadd022259, type: 3} + m_Name: DepthOfField + m_EditorClassIdentifier: + active: 0 + m_AdvancedMode: 1 + focusMode: + m_OverrideState: 1 + m_Value: 1 + focusDistance: + m_OverrideState: 0 + m_Value: 10 + min: 0.1 + nearFocusStart: + m_OverrideState: 1 + m_Value: 28.29 + min: 0 + nearFocusEnd: + m_OverrideState: 1 + m_Value: 4 + min: 0 + farFocusStart: + m_OverrideState: 1 + m_Value: 7.24 + min: 0 + farFocusEnd: + m_OverrideState: 1 + m_Value: 68.9 + min: 0 + nearSampleCount: + m_OverrideState: 0 + m_Value: 5 + min: 3 + max: 8 + nearMaxBlur: + m_OverrideState: 0 + m_Value: 4 + min: 0 + max: 8 + farSampleCount: + m_OverrideState: 0 + m_Value: 7 + min: 3 + max: 16 + farMaxBlur: + m_OverrideState: 0 + m_Value: 8 + min: 0 + max: 16 + highQualityFiltering: + m_OverrideState: 0 + m_Value: 1 + resolution: + m_OverrideState: 1 + m_Value: 1 +--- !u!114 &5066986204273790376 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 59b6606ef2548734bb6d11b9d160bc7e, type: 3} + m_Name: HDRISky + m_EditorClassIdentifier: + active: 1 + m_AdvancedMode: 0 + rotation: + m_OverrideState: 0 + m_Value: 0 + min: 0 + max: 360 + skyIntensityMode: + m_OverrideState: 0 + m_Value: 0 + exposure: + m_OverrideState: 0 + m_Value: 0 + multiplier: + m_OverrideState: 0 + m_Value: 1 + min: 0 + upperHemisphereLuxValue: + m_OverrideState: 0 + m_Value: 1 + min: 0 + desiredLuxValue: + m_OverrideState: 0 + m_Value: 20000 + updateMode: + m_OverrideState: 0 + m_Value: 0 + updatePeriod: + m_OverrideState: 0 + m_Value: 0 + min: 0 + includeSunInBaking: + m_OverrideState: 0 + m_Value: 0 + hdriSky: + m_OverrideState: 0 + m_Value: {fileID: 0} diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/CamAnim.anim.meta b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Scene Settings Profile.asset.meta similarity index 64% rename from UnityProject/Assets/Scenes/Examples/VisualEffectGraph/CamAnim.anim.meta rename to UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Scene Settings Profile.asset.meta index b66c6d8..e9e6c4e 100644 --- a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/CamAnim.anim.meta +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane/VFX Graph Plane/Scene Settings Profile.asset.meta @@ -1,8 +1,8 @@ fileFormatVersion: 2 -guid: 4f213f9fc828ad04a8bcc0ff74fc693a +guid: 3a0f1902603c9694990a197ef1431fc6 NativeFormatImporter: externalObjects: {} - mainObjectFileID: 7400000 + mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/script/PitchVFXBind.cs b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/script/PitchVFXBind.cs new file mode 100644 index 0000000..0b49b5a --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/script/PitchVFXBind.cs @@ -0,0 +1,15 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +using UnityEngine.Experimental.VFX; + +public class PitchVFXBind : MonoBehaviour +{ + [SerializeField] private VisualEffect targetVfx = null; + private static readonly string pitchValue = "Pitch Value"; + + public void OnEnergyChanged(float energy) + { + targetVfx.SetFloat(pitchValue, energy); + } +} diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/script/PitchVFXBind.cs.meta b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/script/PitchVFXBind.cs.meta new file mode 100644 index 0000000..44918c4 --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/script/PitchVFXBind.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7525549b590a39b47be304fda0107fab +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/script/SpectrumVFXBind1.cs b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/script/SpectrumVFXBind1.cs new file mode 100644 index 0000000..98b1f36 --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/script/SpectrumVFXBind1.cs @@ -0,0 +1,15 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +using UnityEngine.Experimental.VFX; + +public class SpectrumVFXBind1 : MonoBehaviour +{ + [SerializeField] private VisualEffect targetVfx = null; + private static readonly string spectrumValue = "Spectrum Value 1"; + + public void OnEnergyChanged(float energy) + { + targetVfx.SetFloat(spectrumValue, energy); + } +} diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/script/SpectrumVFXBind1.cs.meta b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/script/SpectrumVFXBind1.cs.meta new file mode 100644 index 0000000..540cd7d --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/script/SpectrumVFXBind1.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d7da52674d4133543bd5df7aef5b3e64 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/script/SpectrumVFXBind2.cs b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/script/SpectrumVFXBind2.cs new file mode 100644 index 0000000..95f5132 --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/script/SpectrumVFXBind2.cs @@ -0,0 +1,15 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +using UnityEngine.Experimental.VFX; + +public class SpectrumVFXBind2 : MonoBehaviour +{ + [SerializeField] private VisualEffect targetVfx = null; + private static readonly string spectrumValue = "Spectrum Value 2"; + + public void OnEnergyChanged(float energy) + { + targetVfx.SetFloat(spectrumValue, energy); + } +} diff --git a/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/script/SpectrumVFXBind2.cs.meta b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/script/SpectrumVFXBind2.cs.meta new file mode 100644 index 0000000..4d3b4f8 --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/VisualEffectGraph/script/SpectrumVFXBind2.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 217240de80e18d247abdfe4452e93fae +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/UnityProject/Assets/Scripts/Kinect/KinectManagerBehaviour.cs b/UnityProject/Assets/Scripts/Kinect/KinectManagerBehaviour.cs index 65228a9..f91ab25 100644 --- a/UnityProject/Assets/Scripts/Kinect/KinectManagerBehaviour.cs +++ b/UnityProject/Assets/Scripts/Kinect/KinectManagerBehaviour.cs @@ -27,6 +27,14 @@ namespace cylvester private ushort [] depthData_; private Texture2D depthTexture_; + + //QUICK CODE FROM FRIEDRICH - SORRY FOR EVERYTHING!!! + //private byte[] depthData8bit_; + //private Texture2D depthTexture8bit_; + //public ushort front; + //public ushort back; + //FK CODE ENDS + private Body[] bodies_; private EventHandler onDepthFrameArrived_; @@ -56,7 +64,12 @@ namespace cylvester var frameDesc = sensor_.DepthFrameSource.FrameDescription; depthData_ = new ushort[frameDesc.LengthInPixels]; depthTexture_ = new Texture2D(frameDesc.Width, frameDesc.Height, TextureFormat.R16, false); - + + //FRIEDRICH QUICK CODE FROM HERE + //depthData8bit_ = new byte[frameDesc.LengthInPixels]; + //depthTexture8bit_ = new Texture2D(frameDesc.Width, frameDesc.Height, TextureFormat.Alpha8, false); + //END FRIEDRICH + onDepthFrameArrived_ = (frameReader, eventArgs) => { if(!depth) @@ -76,6 +89,24 @@ namespace cylvester } } + //SUPER DUPER QUICK FRIEDRICH CODE + + //float distanceFrontBack = back - front; + //calculation should be: + //result = incoming data - front + //result = result * 255/distanceFrontBack + + //for (int i = 0; i < depthData_.Length; i++) + //{ + // float value = (float)(depthData_[i] - front); + // value = value * 255.0f / distanceFrontBack; + + // depthData8bit_[i] = Convert.ToByte(value); + //} + //depthTexture8bit_.Apply(); + + //END SUPER QUICK FRIEDRICH CODE + depthTexture_.Apply(); } depthFrameReceived.Invoke(depthTexture_); diff --git a/UnityProject/ProjectSettings/EditorBuildSettings.asset b/UnityProject/ProjectSettings/EditorBuildSettings.asset index 9b2772e..b41aba0 100644 --- a/UnityProject/ProjectSettings/EditorBuildSettings.asset +++ b/UnityProject/ProjectSettings/EditorBuildSettings.asset @@ -6,6 +6,9 @@ EditorBuildSettings: serializedVersion: 2 m_Scenes: - enabled: 1 - path: Assets/Scenes/Examples/SpectrogramWorld/SpectrogramWorldDemo.unity - guid: 9bcfcfffba6021143a9c470b6e3dd907 + path: Assets/Scenes/Examples/VisualEffectGraph/Max Fun 1.unity + guid: 327e45240590ab84082fa4266483ca77 + - enabled: 1 + path: Assets/Scenes/Examples/VisualEffectGraph/VFX Graph Plane.unity + guid: cdf3404fd0b1f6c4ead9fb8bb270f164 m_configObjects: {}