This commit is contained in:
2025-02-12 15:12:00 +08:00
parent 51460d405a
commit 94e01a9baa
33 changed files with 3426 additions and 618 deletions
@@ -8,6 +8,7 @@ namespace AibisDream.Kit
public string HeadPicPath { get; set; }
public string VoicePath { get; set; }
public ActorRole Role { get; set; }
public DialogViewType DialogViewType { get; set; }
/// <summary>
/// 避免干扰,复制结构体出来使用
@@ -22,6 +23,7 @@ namespace AibisDream.Kit
vo.headPicPath = HeadPicPath;
vo.voicePath = VoicePath;
vo.role = Role;
vo.dialogViewType = DialogViewType;
return vo;
}
}
@@ -34,6 +36,7 @@ namespace AibisDream.Kit
public string headPicPath;
public string voicePath;
public ActorRole role;
public DialogViewType dialogViewType;
/// <summary>
/// 获取角色应该显示的名字