This commit is contained in:
2025-11-12 14:22:04 +08:00
parent 7c8bb4b46c
commit 7aeda74f41
15 changed files with 280 additions and 129 deletions

View File

@@ -9,27 +9,7 @@ namespace Stary.Evo.TableTextConversion
public class VideoTableData : ScriptableObject, ITableData
{
public string TableName { get; }
public List<MessageInfo> infos;
[Serializable]
public class MessageInfo
{
// 序号
[GUIColor(0, 1, 0)] public int index;
// 名称
public string vidid;
// 名称描述
public string filename;
public string vidtype;
public string location;
public float time;
public bool subtitle;
public string videoframeName;
}
public List<VideoEntity> infos;
}
}