screen
This commit is contained in:
@@ -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>
|
||||
/// 获取角色应该显示的名字
|
||||
|
||||
Reference in New Issue
Block a user