This commit is contained in:
CortexCore
2024-11-23 17:20:13 +08:00
commit bb257507bc
133 changed files with 2574 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "Com.Project.B.CharacterAnimation",
"rootNamespace": "",
"references": [
"GUID:14fe60d984bf9f84eac55c6ea033a8f4",
"GUID:ecc5a2501a2c44d4cb8366674714f3d9",
"GUID:f51ebe6a0ceec4240a699833d6309b23",
"GUID:d8b63aba1907145bea998dd612889d6b"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 6bf9bfd639affa44788ad1d79942746b
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
using System.Collections;
using System.Collections.Generic;
using Cysharp.Threading.Tasks;
namespace Project.B.Animation
{
public interface IAnimationFactory
{
public UniTask InitializeAsync();
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 93300d0073822a34184faa323300fcfd
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,21 @@
using System.Collections;
using System.Collections.Generic;
using BITKit;
using Unity.Mathematics;
namespace Project.B.Animation
{
public interface IHumanoidAnimationFactory: IAnimationFactory
{
IWrapper<float2> CreateIdleAnimation();
IWrapper<float2> CreateWalkAnimation();
IWrapper<float2> CreateCrouchedAnimation();
IWrapper<float2> CreateInAirAnimation();
IWrapper<float> CreateRunAnimation();
IWrapper<float> CreateSprintAnimation();
IWrapper<float2> CreateKnockedAnimation();
object CreateKnockingAnimation();
object CreateDeathAnimation();
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 85e6ac8c46e30404cbd8d8cffc15f319
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
using System.Collections;
using System.Collections.Generic;
using BITKit;
using Unity.Mathematics;
namespace Project.B.Animation
{
public interface IPlayerAnimationFactory : IHumanoidAnimationFactory
{
public object CreateStepUpAnimation();
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: f0cf21fa72c864844acd31f144d12f86
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: