mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-25 05:40:21 -04:00
- Improved export method of AnimationClip motions - [GUI] Added display of model info on the preview tab - [GUI] Added support for partial export: - selected models - model + selected AnimationClip motions - model + selected Fade motions - model + selected Fade Motion List
10 lines
157 B
C#
10 lines
157 B
C#
namespace CubismLive2DExtractor
|
|
{
|
|
public enum Live2DMotionMode
|
|
{
|
|
MonoBehaviour,
|
|
AnimationClipV1,
|
|
AnimationClipV2,
|
|
}
|
|
}
|