From d3ff1803cd461fb686065ea6459e489a101e8fb3 Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Mon, 8 Apr 2024 17:57:53 +0800 Subject: + animation --- .../TABG/Scripts/Data/SetAnimationByInput.cs | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 ActiveRagdoll/Assets/TABG/Scripts/Data/SetAnimationByInput.cs (limited to 'ActiveRagdoll/Assets/TABG/Scripts/Data/SetAnimationByInput.cs') diff --git a/ActiveRagdoll/Assets/TABG/Scripts/Data/SetAnimationByInput.cs b/ActiveRagdoll/Assets/TABG/Scripts/Data/SetAnimationByInput.cs new file mode 100644 index 0000000..2afef1d --- /dev/null +++ b/ActiveRagdoll/Assets/TABG/Scripts/Data/SetAnimationByInput.cs @@ -0,0 +1,29 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +namespace Rigging.Data +{ + + public class SetAnimationByInput : RiggingDataBase + { + private InputHandler input; + + private AnimationHandler anim; + + private StandingDataHandler standingData; + + protected override void OnStart() + { + input = player.status.input; + anim = player.status.animation; + standingData = player.status.standingData; + } + + private void Update() + { + + } + } + +} -- cgit v1.1-26-g67d0