Class MySoundCategoryDefinition.SoundDescription
Inheritance
System.Object
MySoundCategoryDefinition.SoundDescription
Assembly: Sandbox.Game.dll
Syntax
public class SoundDescription : Object
Constructors
SoundDescription(String, String, Nullable<MyStringId>)
Declaration
public SoundDescription(string soundId, string soundName, Nullable<MyStringId> soundNameEnum)
Parameters
Type |
Name |
Description |
System.String |
soundId |
|
System.String |
soundName |
|
System.Nullable<MyStringId> |
soundNameEnum |
|
Fields
DlcName
Declaration
Field Value
Type |
Description |
System.String |
|
SoundId
Declaration
Field Value
Type |
Description |
System.String |
|
SoundName
Declaration
Field Value
Type |
Description |
System.String |
|
SoundNameEnum
Declaration
public Nullable<MyStringId> SoundNameEnum
Field Value
Properties
SoundText
Declaration
public string SoundText { get; }
Property Value
Type |
Description |
System.String |
|