mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-05 12:29:09 +01:00
260 lines
7 KiB
YAML
260 lines
7 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: TinyLife.Objects.VoiceStyle
|
|
commentId: T:TinyLife.Objects.VoiceStyle
|
|
id: VoiceStyle
|
|
parent: TinyLife.Objects
|
|
children:
|
|
- TinyLife.Objects.VoiceStyle.Baby
|
|
- 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
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: VoiceStyle
|
|
path: ../TinyLife/Objects/Person.cs
|
|
startLine: 3253
|
|
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
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Low
|
|
path: ../TinyLife/Objects/Person.cs
|
|
startLine: 3256
|
|
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
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: High
|
|
path: ../TinyLife/Objects/Person.cs
|
|
startLine: 3257
|
|
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
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Child
|
|
path: ../TinyLife/Objects/Person.cs
|
|
startLine: 3258
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
syntax:
|
|
content: Child = 2
|
|
return:
|
|
type: TinyLife.Objects.VoiceStyle
|
|
- 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
|
|
startLine: 3260
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
syntax:
|
|
content: Baby = 3
|
|
return:
|
|
type: TinyLife.Objects.VoiceStyle
|
|
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
|
|
name: VoiceStyle
|
|
nameWithType: Person.VoiceStyle
|
|
fullName: TinyLife.Objects.Person.VoiceStyle
|
|
- uid: TinyLife.Objects
|
|
commentId: N:TinyLife.Objects
|
|
name: TinyLife.Objects
|
|
nameWithType: TinyLife.Objects
|
|
fullName: TinyLife.Objects
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
- name: .
|
|
- uid: TinyLife.Objects
|
|
name: Objects
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
- name: .
|
|
- uid: TinyLife.Objects
|
|
name: Objects
|
|
- 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)
|
|
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)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.VoiceStyle)
|
|
name: JsonCopy
|
|
- name: <
|
|
- uid: TinyLife.Objects.VoiceStyle
|
|
name: VoiceStyle
|
|
- name: '>'
|
|
- name: (
|
|
- uid: TinyLife.Objects.VoiceStyle
|
|
name: VoiceStyle
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.VoiceStyle)
|
|
name: JsonCopy
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Objects.VoiceStyle
|
|
name: VoiceStyle
|
|
- name: )
|
|
- name: (
|
|
- uid: TinyLife.Objects.VoiceStyle
|
|
name: VoiceStyle
|
|
- 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)
|
|
name: JsonCopy
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- 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
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
- name: .
|
|
- uid: TinyLife.Utilities
|
|
name: Utilities
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
- name: .
|
|
- uid: TinyLife.Utilities
|
|
name: Utilities
|
|
- uid: TinyLife.Objects.VoiceStyle
|
|
commentId: T:TinyLife.Objects.VoiceStyle
|
|
parent: TinyLife.Objects
|
|
name: VoiceStyle
|
|
nameWithType: VoiceStyle
|
|
fullName: TinyLife.Objects.VoiceStyle
|