-
Notifications
You must be signed in to change notification settings - Fork 16
支持在config UI中显示自定义场景 #27
Copy link
Copy link
Closed
Labels
enhancementFeature request or behavior improvement.Feature request or behavior improvement.good first issueGood for a first external contribution.Good for a first external contribution.
Description
Metadata
Metadata
Assignees
Labels
enhancementFeature request or behavior improvement.Feature request or behavior improvement.good first issueGood for a first external contribution.Good for a first external contribution.
我正在研究从BaseLib迁移到RitsuLib的可行性,发现有一个缺失的功能:
我希望能在mod config界面显示一个自定义场景用于预览spine,目前在BaseLib中这样实现:
https://github.com/rurimegu/LinkuraMod/blob/5d94a1b11cda2ff942e6e610ee6a0fccca39b269/core/config/LinkuraModConfig.cs#L177-L196
但是我没有在RitsuLib中找到对应API。RitsuLib中有办法在mod config界面显示自定义内容吗?