TinyLifeWeb/docs/api/TinyLife.Objects.SpeakStyle.yml
2022-06-09 20:12:10 +02:00

674 lines
17 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: TinyLife.Objects.SpeakStyle
commentId: T:TinyLife.Objects.SpeakStyle
id: SpeakStyle
parent: TinyLife.Objects
children:
- TinyLife.Objects.SpeakStyle.Affirmative
- TinyLife.Objects.SpeakStyle.Angry
- TinyLife.Objects.SpeakStyle.Annoyed
- TinyLife.Objects.SpeakStyle.Bored
- TinyLife.Objects.SpeakStyle.Childish
- TinyLife.Objects.SpeakStyle.Confident
- TinyLife.Objects.SpeakStyle.Confused
- TinyLife.Objects.SpeakStyle.Disagreeing
- TinyLife.Objects.SpeakStyle.Excited
- TinyLife.Objects.SpeakStyle.Happy
- TinyLife.Objects.SpeakStyle.Neutral
- TinyLife.Objects.SpeakStyle.Questioning
- TinyLife.Objects.SpeakStyle.Sad
- TinyLife.Objects.SpeakStyle.Scared
- TinyLife.Objects.SpeakStyle.Shocked
- TinyLife.Objects.SpeakStyle.Thinking
langs:
- csharp
- vb
name: SpeakStyle
nameWithType: SpeakStyle
fullName: TinyLife.Objects.SpeakStyle
type: Enum
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakStyle
path: ../TinyLife/Objects/Person.cs
startLine: 2533
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nA speak style is a category that speaking sounds can apply to.\nEach speak style contains a variety of sound effects that can be received using <xref href=\"TinyLife.Objects.Person.GetRandomSpeakSound(TinyLife.Objects.VoiceStyle%2cTinyLife.Objects.SpeakStyle%2cSystem.Collections.Generic.List%7bMicrosoft.Xna.Framework.Audio.SoundEffect%7d%2cSystem.Nullable%7bSystem.TimeSpan%7d)\" data-throw-if-not-resolved=\"false\"></xref> or played for a person using <xref href=\"TinyLife.Objects.Person.Speak(TinyLife.Objects.SpeakStyle%2cSystem.Single%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\nNote that these categories are rather vague, and that speech, in general, is not supposed to be immediately decypherable based on the speaking style used. As such, speak styles are just a very rough guidance for the sounds played.\n"
example: []
syntax:
content: >-
[Flags]
public enum SpeakStyle
content.vb: >-
<Flags>
Public Enum SpeakStyle
extensionMethods:
- TinyLife.Objects.SpeakStyle.TinyLife.Utilities.Extensions.JsonCopy``1
attributes:
- type: System.FlagsAttribute
ctor: System.FlagsAttribute.#ctor
arguments: []
modifiers.csharp:
- public
- enum
modifiers.vb:
- Public
- Enum
- uid: TinyLife.Objects.SpeakStyle.Affirmative
commentId: F:TinyLife.Objects.SpeakStyle.Affirmative
id: Affirmative
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Affirmative
nameWithType: SpeakStyle.Affirmative
fullName: TinyLife.Objects.SpeakStyle.Affirmative
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Affirmative
path: ../TinyLife/Objects/Person.cs
startLine: 2537
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Affirmative = 1
return:
type: TinyLife.Objects.SpeakStyle
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Objects.SpeakStyle.Angry
commentId: F:TinyLife.Objects.SpeakStyle.Angry
id: Angry
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Angry
nameWithType: SpeakStyle.Angry
fullName: TinyLife.Objects.SpeakStyle.Angry
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Angry
path: ../TinyLife/Objects/Person.cs
startLine: 2538
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Angry = 2
return:
type: TinyLife.Objects.SpeakStyle
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Objects.SpeakStyle.Annoyed
commentId: F:TinyLife.Objects.SpeakStyle.Annoyed
id: Annoyed
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Annoyed
nameWithType: SpeakStyle.Annoyed
fullName: TinyLife.Objects.SpeakStyle.Annoyed
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Annoyed
path: ../TinyLife/Objects/Person.cs
startLine: 2539
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Annoyed = 4
return:
type: TinyLife.Objects.SpeakStyle
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Objects.SpeakStyle.Bored
commentId: F:TinyLife.Objects.SpeakStyle.Bored
id: Bored
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Bored
nameWithType: SpeakStyle.Bored
fullName: TinyLife.Objects.SpeakStyle.Bored
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bored
path: ../TinyLife/Objects/Person.cs
startLine: 2540
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Bored = 8
return:
type: TinyLife.Objects.SpeakStyle
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Objects.SpeakStyle.Childish
commentId: F:TinyLife.Objects.SpeakStyle.Childish
id: Childish
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Childish
nameWithType: SpeakStyle.Childish
fullName: TinyLife.Objects.SpeakStyle.Childish
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Childish
path: ../TinyLife/Objects/Person.cs
startLine: 2541
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Childish = 16
return:
type: TinyLife.Objects.SpeakStyle
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Objects.SpeakStyle.Confident
commentId: F:TinyLife.Objects.SpeakStyle.Confident
id: Confident
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Confident
nameWithType: SpeakStyle.Confident
fullName: TinyLife.Objects.SpeakStyle.Confident
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Confident
path: ../TinyLife/Objects/Person.cs
startLine: 2542
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Confident = 32
return:
type: TinyLife.Objects.SpeakStyle
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Objects.SpeakStyle.Confused
commentId: F:TinyLife.Objects.SpeakStyle.Confused
id: Confused
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Confused
nameWithType: SpeakStyle.Confused
fullName: TinyLife.Objects.SpeakStyle.Confused
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Confused
path: ../TinyLife/Objects/Person.cs
startLine: 2543
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Confused = 64
return:
type: TinyLife.Objects.SpeakStyle
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Objects.SpeakStyle.Disagreeing
commentId: F:TinyLife.Objects.SpeakStyle.Disagreeing
id: Disagreeing
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Disagreeing
nameWithType: SpeakStyle.Disagreeing
fullName: TinyLife.Objects.SpeakStyle.Disagreeing
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Disagreeing
path: ../TinyLife/Objects/Person.cs
startLine: 2544
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Disagreeing = 256
return:
type: TinyLife.Objects.SpeakStyle
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Objects.SpeakStyle.Excited
commentId: F:TinyLife.Objects.SpeakStyle.Excited
id: Excited
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Excited
nameWithType: SpeakStyle.Excited
fullName: TinyLife.Objects.SpeakStyle.Excited
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Excited
path: ../TinyLife/Objects/Person.cs
startLine: 2545
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Excited = 512
return:
type: TinyLife.Objects.SpeakStyle
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Objects.SpeakStyle.Happy
commentId: F:TinyLife.Objects.SpeakStyle.Happy
id: Happy
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Happy
nameWithType: SpeakStyle.Happy
fullName: TinyLife.Objects.SpeakStyle.Happy
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Happy
path: ../TinyLife/Objects/Person.cs
startLine: 2546
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Happy = 1024
return:
type: TinyLife.Objects.SpeakStyle
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Objects.SpeakStyle.Neutral
commentId: F:TinyLife.Objects.SpeakStyle.Neutral
id: Neutral
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Neutral
nameWithType: SpeakStyle.Neutral
fullName: TinyLife.Objects.SpeakStyle.Neutral
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Neutral
path: ../TinyLife/Objects/Person.cs
startLine: 2547
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Neutral = 4096
return:
type: TinyLife.Objects.SpeakStyle
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Objects.SpeakStyle.Questioning
commentId: F:TinyLife.Objects.SpeakStyle.Questioning
id: Questioning
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Questioning
nameWithType: SpeakStyle.Questioning
fullName: TinyLife.Objects.SpeakStyle.Questioning
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Questioning
path: ../TinyLife/Objects/Person.cs
startLine: 2548
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Questioning = 8192
return:
type: TinyLife.Objects.SpeakStyle
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Objects.SpeakStyle.Sad
commentId: F:TinyLife.Objects.SpeakStyle.Sad
id: Sad
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Sad
nameWithType: SpeakStyle.Sad
fullName: TinyLife.Objects.SpeakStyle.Sad
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sad
path: ../TinyLife/Objects/Person.cs
startLine: 2549
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Sad = 16384
return:
type: TinyLife.Objects.SpeakStyle
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Objects.SpeakStyle.Scared
commentId: F:TinyLife.Objects.SpeakStyle.Scared
id: Scared
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Scared
nameWithType: SpeakStyle.Scared
fullName: TinyLife.Objects.SpeakStyle.Scared
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Scared
path: ../TinyLife/Objects/Person.cs
startLine: 2550
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Scared = 32768
return:
type: TinyLife.Objects.SpeakStyle
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Objects.SpeakStyle.Shocked
commentId: F:TinyLife.Objects.SpeakStyle.Shocked
id: Shocked
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Shocked
nameWithType: SpeakStyle.Shocked
fullName: TinyLife.Objects.SpeakStyle.Shocked
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Shocked
path: ../TinyLife/Objects/Person.cs
startLine: 2551
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Shocked = 65536
return:
type: TinyLife.Objects.SpeakStyle
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Objects.SpeakStyle.Thinking
commentId: F:TinyLife.Objects.SpeakStyle.Thinking
id: Thinking
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Thinking
nameWithType: SpeakStyle.Thinking
fullName: TinyLife.Objects.SpeakStyle.Thinking
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Thinking
path: ../TinyLife/Objects/Person.cs
startLine: 2552
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Thinking = 131072
return:
type: TinyLife.Objects.SpeakStyle
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
references:
- uid: TinyLife.Objects.Person.GetRandomSpeakSound(TinyLife.Objects.VoiceStyle,TinyLife.Objects.SpeakStyle,System.Collections.Generic.List{Microsoft.Xna.Framework.Audio.SoundEffect},System.Nullable{System.TimeSpan})
commentId: M:TinyLife.Objects.Person.GetRandomSpeakSound(TinyLife.Objects.VoiceStyle,TinyLife.Objects.SpeakStyle,System.Collections.Generic.List{Microsoft.Xna.Framework.Audio.SoundEffect},System.Nullable{System.TimeSpan})
isExternal: true
- uid: TinyLife.Objects.Person.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single)
commentId: M:TinyLife.Objects.Person.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single)
isExternal: true
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
name: TinyLife.Objects
nameWithType: TinyLife.Objects
fullName: TinyLife.Objects
- uid: TinyLife.Objects.SpeakStyle.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<SpeakStyle>()
nameWithType: Extensions.JsonCopy<SpeakStyle>()
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.SpeakStyle>()
nameWithType.vb: Extensions.JsonCopy(Of SpeakStyle)()
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.SpeakStyle)()
name.vb: JsonCopy(Of SpeakStyle)()
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy<SpeakStyle>
nameWithType: Extensions.JsonCopy<SpeakStyle>
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.SpeakStyle>
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy(Of SpeakStyle)
nameWithType: Extensions.JsonCopy(Of SpeakStyle)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.SpeakStyle)
- 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.SpeakStyle
commentId: T:TinyLife.Objects.SpeakStyle
parent: TinyLife.Objects
name: SpeakStyle
nameWithType: SpeakStyle
fullName: TinyLife.Objects.SpeakStyle