2022-03-09 16:13:05 +01:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Objects.VoiceStyle
commentId : T:TinyLife.Objects.VoiceStyle
id : VoiceStyle
parent : TinyLife.Objects
children :
2023-03-30 18:07:55 +02:00
- TinyLife.Objects.VoiceStyle.Baby
2022-03-09 16:13:05 +01:00
- TinyLife.Objects.VoiceStyle.Child
- TinyLife.Objects.VoiceStyle.High
- TinyLife.Objects.VoiceStyle.Low
2024-04-14 17:55:54 +02:00
- TinyLife.Objects.VoiceStyle.MidHigh
2022-03-09 16:13:05 +01:00
langs :
- csharp
- vb
name : VoiceStyle
nameWithType : VoiceStyle
fullName : TinyLife.Objects.VoiceStyle
type : Enum
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
A voice style is a style of voice, where each voice style has a separate set of audio files attached to it.
2024-06-09 17:05:30 +02:00
Voice styles for a <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref> can be set in the character creator using <xref href="TinyLife.Objects.PersonLike.VoiceStyle" data-throw-if-not-resolved="false"></xref>.
2022-03-09 16:13:05 +01:00
example : [ ]
syntax :
content : public enum VoiceStyle
content.vb : Public Enum VoiceStyle
extensionMethods :
2023-06-25 15:41:49 +02:00
- TinyLife.Objects.VoiceStyle.TinyLife.Utilities.Extensions.GetMostFittingStyle
2022-03-09 16:13:05 +01:00
- TinyLife.Objects.VoiceStyle.TinyLife.Utilities.Extensions.JsonCopy``1
- uid : TinyLife.Objects.VoiceStyle.Low
commentId : F:TinyLife.Objects.VoiceStyle.Low
id : Low
parent : TinyLife.Objects.VoiceStyle
langs :
- csharp
- vb
name : Low
nameWithType : VoiceStyle.Low
fullName : TinyLife.Objects.VoiceStyle.Low
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Low = 0
return :
type : TinyLife.Objects.VoiceStyle
- uid : TinyLife.Objects.VoiceStyle.High
commentId : F:TinyLife.Objects.VoiceStyle.High
id : High
parent : TinyLife.Objects.VoiceStyle
langs :
- csharp
- vb
name : High
nameWithType : VoiceStyle.High
fullName : TinyLife.Objects.VoiceStyle.High
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : High = 1
return :
type : TinyLife.Objects.VoiceStyle
- uid : TinyLife.Objects.VoiceStyle.Child
commentId : F:TinyLife.Objects.VoiceStyle.Child
id : Child
parent : TinyLife.Objects.VoiceStyle
langs :
- csharp
- vb
name : Child
nameWithType : VoiceStyle.Child
fullName : TinyLife.Objects.VoiceStyle.Child
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Child = 2
return :
type : TinyLife.Objects.VoiceStyle
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Objects.VoiceStyle.Baby
commentId : F:TinyLife.Objects.VoiceStyle.Baby
id : Baby
parent : TinyLife.Objects.VoiceStyle
langs :
- csharp
- vb
name : Baby
nameWithType : VoiceStyle.Baby
fullName : TinyLife.Objects.VoiceStyle.Baby
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Baby = 3
return :
type : TinyLife.Objects.VoiceStyle
2024-04-14 17:55:54 +02:00
- uid : TinyLife.Objects.VoiceStyle.MidHigh
commentId : F:TinyLife.Objects.VoiceStyle.MidHigh
id : MidHigh
parent : TinyLife.Objects.VoiceStyle
langs :
- csharp
- vb
name : MidHigh
nameWithType : VoiceStyle.MidHigh
fullName : TinyLife.Objects.VoiceStyle.MidHigh
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : MidHigh = 4
return :
type : TinyLife.Objects.VoiceStyle
2022-03-09 16:13:05 +01:00
references :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
commentId : T:TinyLife.Objects.PersonLike
2022-03-09 16:13:05 +01:00
parent : TinyLife.Objects
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.PersonLike.html
name : PersonLike
nameWithType : PersonLike
fullName : TinyLife.Objects.PersonLike
- uid : TinyLife.Objects.PersonLike.VoiceStyle
commentId : F:TinyLife.Objects.PersonLike.VoiceStyle
parent : TinyLife.Objects.PersonLike
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_VoiceStyle
2023-03-30 18:07:55 +02:00
name : VoiceStyle
2024-06-09 17:05:30 +02:00
nameWithType : PersonLike.VoiceStyle
fullName : TinyLife.Objects.PersonLike.VoiceStyle
2022-03-09 16:13:05 +01:00
- uid : TinyLife.Objects
commentId : N : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2022-03-09 16:13:05 +01:00
name : TinyLife.Objects
nameWithType : TinyLife.Objects
fullName : TinyLife.Objects
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Objects
name : Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Objects
name : Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.html
2023-06-25 15:41:49 +02:00
- uid : TinyLife.Objects.VoiceStyle.TinyLife.Utilities.Extensions.GetMostFittingStyle
commentId : M:TinyLife.Utilities.Extensions.GetMostFittingStyle(TinyLife.Objects.VoiceStyle)
parent : TinyLife.Utilities.Extensions
definition : TinyLife.Utilities.Extensions.GetMostFittingStyle(TinyLife.Objects.VoiceStyle)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetMostFittingStyle_TinyLife_Objects_VoiceStyle_
2023-06-25 15:41:49 +02:00
name : GetMostFittingStyle(VoiceStyle)
nameWithType : Extensions.GetMostFittingStyle(VoiceStyle)
fullName : TinyLife.Utilities.Extensions.GetMostFittingStyle(TinyLife.Objects.VoiceStyle)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.GetMostFittingStyle(TinyLife.Objects.VoiceStyle)
name : GetMostFittingStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetMostFittingStyle_TinyLife_Objects_VoiceStyle_
2023-06-25 15:41:49 +02:00
- name : (
- uid : TinyLife.Objects.VoiceStyle
name : VoiceStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.VoiceStyle.html
2023-06-25 15:41:49 +02:00
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.GetMostFittingStyle(TinyLife.Objects.VoiceStyle)
name : GetMostFittingStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetMostFittingStyle_TinyLife_Objects_VoiceStyle_
2023-06-25 15:41:49 +02:00
- name : (
- uid : TinyLife.Objects.VoiceStyle
name : VoiceStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.VoiceStyle.html
2023-06-25 15:41:49 +02:00
- name : )
2022-03-09 16:13:05 +01:00
- uid : TinyLife.Objects.VoiceStyle.TinyLife.Utilities.Extensions.JsonCopy``1
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent : TinyLife.Utilities.Extensions
definition : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
name : JsonCopy<VoiceStyle>(VoiceStyle)
nameWithType : Extensions.JsonCopy<VoiceStyle>(VoiceStyle)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.VoiceStyle>(TinyLife.Objects.VoiceStyle)
nameWithType.vb : Extensions.JsonCopy(Of VoiceStyle)(VoiceStyle)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.VoiceStyle)(TinyLife.Objects.VoiceStyle)
name.vb : JsonCopy(Of VoiceStyle)(VoiceStyle)
2022-03-09 16:13:05 +01:00
spec.csharp :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.VoiceStyle)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : <
- uid : TinyLife.Objects.VoiceStyle
name : VoiceStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.VoiceStyle.html
2023-03-30 18:07:55 +02:00
- name : '>'
2022-03-09 16:13:05 +01:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Objects.VoiceStyle
name : VoiceStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.VoiceStyle.html
2022-03-09 16:13:05 +01:00
- name : )
spec.vb :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.VoiceStyle)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
- uid : TinyLife.Objects.VoiceStyle
name : VoiceStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.VoiceStyle.html
2023-03-30 18:07:55 +02:00
- name : )
2022-03-09 16:13:05 +01:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Objects.VoiceStyle
name : VoiceStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.VoiceStyle.html
2022-03-09 16:13:05 +01:00
- name : )
2023-06-25 15:41:49 +02:00
- uid : TinyLife.Utilities.Extensions.GetMostFittingStyle(TinyLife.Objects.VoiceStyle)
commentId : M:TinyLife.Utilities.Extensions.GetMostFittingStyle(TinyLife.Objects.VoiceStyle)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetMostFittingStyle_TinyLife_Objects_VoiceStyle_
2023-06-25 15:41:49 +02:00
name : GetMostFittingStyle(VoiceStyle)
nameWithType : Extensions.GetMostFittingStyle(VoiceStyle)
fullName : TinyLife.Utilities.Extensions.GetMostFittingStyle(TinyLife.Objects.VoiceStyle)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.GetMostFittingStyle(TinyLife.Objects.VoiceStyle)
name : GetMostFittingStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetMostFittingStyle_TinyLife_Objects_VoiceStyle_
2023-06-25 15:41:49 +02:00
- name : (
- uid : TinyLife.Objects.VoiceStyle
name : VoiceStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.VoiceStyle.html
2023-06-25 15:41:49 +02:00
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.GetMostFittingStyle(TinyLife.Objects.VoiceStyle)
name : GetMostFittingStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetMostFittingStyle_TinyLife_Objects_VoiceStyle_
2023-06-25 15:41:49 +02:00
- name : (
- uid : TinyLife.Objects.VoiceStyle
name : VoiceStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.VoiceStyle.html
2023-06-25 15:41:49 +02:00
- name : )
- uid : TinyLife.Utilities.Extensions
commentId : T:TinyLife.Utilities.Extensions
parent : TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html
2023-06-25 15:41:49 +02:00
name : Extensions
nameWithType : Extensions
fullName : TinyLife.Utilities.Extensions
2022-03-09 16:13:05 +01:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2022-03-09 16:13:05 +01:00
name : JsonCopy<T>(T)
nameWithType : Extensions.JsonCopy<T>(T)
fullName : TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb : Extensions.JsonCopy(Of T)(T)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb : JsonCopy(Of T)(T)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2022-03-09 16:13:05 +01:00
- name : (
- name : T
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
- name : T
- name : )
2022-03-09 16:13:05 +01:00
- name : (
- name : T
- name : )
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2022-03-09 16:13:05 +01:00
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2022-03-09 16:13:05 +01:00
- uid : TinyLife.Objects.VoiceStyle
commentId : T:TinyLife.Objects.VoiceStyle
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.VoiceStyle.html
2022-03-09 16:13:05 +01:00
name : VoiceStyle
nameWithType : VoiceStyle
fullName : TinyLife.Objects.VoiceStyle