Class SpeechSoundsPrototype
Inheritance
System.Object
SpeechSoundsPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Assembly: Content.Shared.dll
Syntax
public sealed class SpeechSoundsPrototype : object, IPrototype
Properties
|
Improve this Doc
View Source
AskSound
Declaration
public SoundSpecifier AskSound { get; set; }
Property Value
Type |
Description |
Robust.Shared.Audio.SoundSpecifier |
|
|
Improve this Doc
View Source
ExclaimSound
Declaration
public SoundSpecifier ExclaimSound { get; set; }
Property Value
Type |
Description |
Robust.Shared.Audio.SoundSpecifier |
|
|
Improve this Doc
View Source
ID
Declaration
public string ID { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SaySound
Declaration
public SoundSpecifier SaySound { get; set; }
Property Value
Type |
Description |
Robust.Shared.Audio.SoundSpecifier |
|
|
Improve this Doc
View Source
Variation
Declaration
public float Variation { get; set; }
Property Value
Type |
Description |
System.Single |
|
Implements
Robust.Shared.Prototypes.IPrototype