diff options
| author | yum <yum.food.vr@gmail.com> | 2022-10-15 20:54:41 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2022-10-15 20:54:41 -0700 |
| commit | 6125c7e8e6c7fa9109cd53754db75050e096469a (patch) | |
| tree | 4d18210799019629c240d15f5197273f4ebf25f1 /Animations | |
| parent | 91d236dcded232a6e1a5d56a9a40e6a1d27abfe4 (diff) | |
Add libunity.addTransition
* Implement basic board toggle using new transition logic
* Metadata can now restore from file
Diffstat (limited to 'Animations')
| -rw-r--r-- | Animations/TaSTT_Toggle_Off.anim | 20 | ||||
| -rw-r--r-- | Animations/TaSTT_Toggle_On.anim | 20 |
2 files changed, 38 insertions, 2 deletions
diff --git a/Animations/TaSTT_Toggle_Off.anim b/Animations/TaSTT_Toggle_Off.anim index 69b487a..7a604bc 100644 --- a/Animations/TaSTT_Toggle_Off.anim +++ b/Animations/TaSTT_Toggle_Off.anim @@ -29,6 +29,15 @@ AnimationClip: weightedMode: 0 inWeight: 0 outWeight: 0 + - serializedVersion: 3 + time: 0.016666668 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 @@ -57,7 +66,7 @@ AnimationClip: m_AdditiveReferencePoseClip: {fileID: 0} m_AdditiveReferencePoseTime: 0 m_StartTime: 0 - m_StopTime: 0 + m_StopTime: 0.016666668 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 @@ -85,6 +94,15 @@ AnimationClip: weightedMode: 0 inWeight: 0 outWeight: 0 + - serializedVersion: 3 + time: 0.016666668 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 diff --git a/Animations/TaSTT_Toggle_On.anim b/Animations/TaSTT_Toggle_On.anim index 874daf1..667cfdf 100644 --- a/Animations/TaSTT_Toggle_On.anim +++ b/Animations/TaSTT_Toggle_On.anim @@ -29,6 +29,15 @@ AnimationClip: weightedMode: 0 inWeight: 0 outWeight: 0 + - serializedVersion: 3 + time: 0.016666668 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 @@ -57,7 +66,7 @@ AnimationClip: m_AdditiveReferencePoseClip: {fileID: 0} m_AdditiveReferencePoseTime: 0 m_StartTime: 0 - m_StopTime: 0 + m_StopTime: 0.016666668 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 @@ -85,6 +94,15 @@ AnimationClip: weightedMode: 0 inWeight: 0 outWeight: 0 + - serializedVersion: 3 + time: 0.016666668 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 |
