Show / Hide Table of Contents

Class MySoundCategoryDefinition.SoundDescription

Inheritance
System.Object
MySoundCategoryDefinition.SoundDescription
Namespace: Sandbox.Definitions
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
public string DlcName
Field Value
Type Description
System.String

SoundId

Declaration
public string SoundId
Field Value
Type Description
System.String

SoundName

Declaration
public string SoundName
Field Value
Type Description
System.String

SoundNameEnum

Declaration
public Nullable<MyStringId> SoundNameEnum
Field Value
Type Description
System.Nullable<MyStringId>

Properties

SoundText

Declaration
public string SoundText { get; }
Property Value
Type Description
System.String
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾