mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-25 05:40:21 -04:00
- Fixed l2d model export for bundles with multiple models inside - Added support of grouping exported models by model name
10 lines
156 B
C#
10 lines
156 B
C#
namespace CubismLive2DExtractor
|
|
{
|
|
public enum Live2DModelGroupOption
|
|
{
|
|
ContainerPath,
|
|
SourceFileName,
|
|
ModelName,
|
|
}
|
|
}
|