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
langs :
- csharp
- vb
name : VoiceStyle
nameWithType : VoiceStyle
fullName : TinyLife.Objects.VoiceStyle
type : Enum
source :
remote :
path : TinyLife/Objects/Person.cs
2023-03-30 18:07:55 +02:00
branch : main
2022-03-09 16:13:05 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : VoiceStyle
path : ../TinyLife/Objects/Person.cs
2023-05-04 13:26:42 +02:00
startLine : 3261
2022-03-09 16:13:05 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
summary : "\nA voice style is a style of voice, where each voice style has a separate set of audio files attached to it.\nVoice styles for a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> can be set in the character creator using <xref href=\"TinyLife.Objects.Person.VoiceStyle\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example : [ ]
syntax :
content : public enum VoiceStyle
content.vb : Public Enum VoiceStyle
extensionMethods :
- 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
source :
remote :
path : TinyLife/Objects/Person.cs
2023-03-30 18:07:55 +02:00
branch : main
2022-03-09 16:13:05 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : Low
path : ../TinyLife/Objects/Person.cs
2023-05-04 13:26:42 +02:00
startLine : 3264
2022-03-09 16:13:05 +01:00
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
source :
remote :
path : TinyLife/Objects/Person.cs
2023-03-30 18:07:55 +02:00
branch : main
2022-03-09 16:13:05 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : High
path : ../TinyLife/Objects/Person.cs
2023-05-04 13:26:42 +02:00
startLine : 3265
2022-03-09 16:13:05 +01:00
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
source :
remote :
path : TinyLife/Objects/Person.cs
2023-03-30 18:07:55 +02:00
branch : main
2022-03-09 16:13:05 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : Child
path : ../TinyLife/Objects/Person.cs
2023-05-04 13:26:42 +02:00
startLine : 3266
2022-03-09 16:13:05 +01:00
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
source :
remote :
path : TinyLife/Objects/Person.cs
branch : main
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : Baby
path : ../TinyLife/Objects/Person.cs
2023-05-04 13:26:42 +02:00
startLine : 3268
2023-03-30 18:07:55 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Baby = 3
return :
type : TinyLife.Objects.VoiceStyle
2022-03-09 16:13:05 +01:00
references :
- uid : TinyLife.Objects.Person
commentId : T:TinyLife.Objects.Person
parent : TinyLife.Objects
name : Person
nameWithType : Person
fullName : TinyLife.Objects.Person
- uid : TinyLife.Objects.Person.VoiceStyle
commentId : F:TinyLife.Objects.Person.VoiceStyle
2023-03-30 18:07:55 +02:00
name : VoiceStyle
nameWithType : Person.VoiceStyle
fullName : TinyLife.Objects.Person.VoiceStyle
2022-03-09 16:13:05 +01:00
- uid : TinyLife.Objects
commentId : N : TinyLife.Objects
name : TinyLife.Objects
nameWithType : TinyLife.Objects
fullName : TinyLife.Objects
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Objects
name : Objects
spec.vb :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Objects
name : Objects
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)
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
- name : <
- uid : TinyLife.Objects.VoiceStyle
name : VoiceStyle
- name : '>'
2022-03-09 16:13:05 +01:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Objects.VoiceStyle
name : VoiceStyle
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
- name : (
- name : Of
- name : " "
- uid : TinyLife.Objects.VoiceStyle
name : VoiceStyle
- name : )
2022-03-09 16:13:05 +01:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Objects.VoiceStyle
name : VoiceStyle
2022-03-09 16:13:05 +01:00
- name : )
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
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
- 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
- name : (
- name : Of
- name : " "
- name : T
- name : )
2022-03-09 16:13:05 +01:00
- name : (
- name : T
- name : )
- uid : TinyLife.Utilities.Extensions
commentId : T:TinyLife.Utilities.Extensions
parent : TinyLife.Utilities
name : Extensions
nameWithType : Extensions
fullName : TinyLife.Utilities.Extensions
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Utilities
name : Utilities
spec.vb :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Utilities
name : Utilities
2022-03-09 16:13:05 +01:00
- uid : TinyLife.Objects.VoiceStyle
commentId : T:TinyLife.Objects.VoiceStyle
parent : TinyLife.Objects
name : VoiceStyle
nameWithType : VoiceStyle
fullName : TinyLife.Objects.VoiceStyle