C# Class OpenRA.GameRules.SoundInfo

Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Свойство Type Description
DefaultPrefix string
DefaultVariant string
DisablePrefixes HashSet
DisableVariants HashSet
Notifications string[]>.Dictionary
NotificationsPools SoundPool>>.Lazy
Prefixes string[]>.Dictionary
Variants string[]>.Dictionary
VoicePools SoundPool>>.Lazy
Voices string[]>.Dictionary

Méthodes publiques

Méthode Description
SoundInfo ( OpenRA.FileFormats.MiniYaml y ) : System

Method Details

SoundInfo() public méthode

public SoundInfo ( OpenRA.FileFormats.MiniYaml y ) : System
y OpenRA.FileFormats.MiniYaml
Résultat System

Property Details

DefaultPrefix public_oe property

public string DefaultPrefix
Résultat string

DefaultVariant public_oe property

public string DefaultVariant
Résultat string

DisablePrefixes public_oe property

public HashSet DisablePrefixes
Résultat HashSet

DisableVariants public_oe property

public HashSet DisableVariants
Résultat HashSet

Notifications public_oe property

public Dictionary Notifications
Résultat string[]>.Dictionary

NotificationsPools public_oe property

public Lazy> NotificationsPools
Résultat SoundPool>>.Lazy

Prefixes public_oe property

public Dictionary Prefixes
Résultat string[]>.Dictionary

Variants public_oe property

public Dictionary Variants
Résultat string[]>.Dictionary

VoicePools public_oe property

public Lazy> VoicePools
Résultat SoundPool>>.Lazy

Voices public_oe property

public Dictionary Voices
Résultat string[]>.Dictionary