增加事件类型

This commit is contained in:
terric 2023-11-10 16:13:03 +08:00
parent 99c4f11d54
commit bdc76ecd33
1 changed files with 7 additions and 0 deletions

View File

@ -75,4 +75,11 @@ public enum YogaEventType
StartMotionCapture,
StopMotionCapture,
EstimateAction,
ScoreUpdate,
GetActionBasePoint,
PoseEstimate,
ActionSuccess,
ActionFailed,
PlayAnimation,
UpdateProgress,
}