mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-10-31 19:00:51 +01:00
237 lines
6.5 KiB
YAML
237 lines
6.5 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: TinyLife.Objects.VoiceStyle
|
|
commentId: T:TinyLife.Objects.VoiceStyle
|
|
id: VoiceStyle
|
|
parent: TinyLife.Objects
|
|
children:
|
|
- 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: 2809
|
|
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
|
|
modifiers.csharp:
|
|
- public
|
|
- enum
|
|
modifiers.vb:
|
|
- Public
|
|
- Enum
|
|
- 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: 2812
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
syntax:
|
|
content: Low = 0
|
|
return:
|
|
type: TinyLife.Objects.VoiceStyle
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
- 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: 2813
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
syntax:
|
|
content: High = 1
|
|
return:
|
|
type: TinyLife.Objects.VoiceStyle
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
- 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: 2814
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
syntax:
|
|
content: Child = 2
|
|
return:
|
|
type: TinyLife.Objects.VoiceStyle
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
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
|
|
isExternal: true
|
|
- uid: TinyLife.Objects
|
|
commentId: N:TinyLife.Objects
|
|
name: TinyLife.Objects
|
|
nameWithType: TinyLife.Objects
|
|
fullName: TinyLife.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>()
|
|
nameWithType: Extensions.JsonCopy<VoiceStyle>()
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.VoiceStyle>()
|
|
nameWithType.vb: Extensions.JsonCopy(Of VoiceStyle)()
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.VoiceStyle)()
|
|
name.vb: JsonCopy(Of VoiceStyle)()
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
|
name: JsonCopy<VoiceStyle>
|
|
nameWithType: Extensions.JsonCopy<VoiceStyle>
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.VoiceStyle>
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
|
name: JsonCopy(Of VoiceStyle)
|
|
nameWithType: Extensions.JsonCopy(Of VoiceStyle)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.VoiceStyle)
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- 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<T>
|
|
nameWithType: Extensions.JsonCopy<T>
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy(Of T)
|
|
nameWithType: Extensions.JsonCopy(Of T)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- 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
|
|
- uid: TinyLife.Objects.VoiceStyle
|
|
commentId: T:TinyLife.Objects.VoiceStyle
|
|
parent: TinyLife.Objects
|
|
name: VoiceStyle
|
|
nameWithType: VoiceStyle
|
|
fullName: TinyLife.Objects.VoiceStyle
|