mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-18 03:24:15 -04:00
Add support for exporting l2d poses (pose3.json)
This commit is contained in:
14
AssetStudioUtility/CubismLive2DExtractor/CubismPose3Json.cs
Normal file
14
AssetStudioUtility/CubismLive2DExtractor/CubismPose3Json.cs
Normal file
@ -0,0 +1,14 @@
|
||||
namespace CubismLive2DExtractor
|
||||
{
|
||||
public class CubismPose3Json
|
||||
{
|
||||
public string Type;
|
||||
public ControlNode[][] Groups;
|
||||
|
||||
public class ControlNode
|
||||
{
|
||||
public string Id;
|
||||
public string[] Link;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user