C# 클래스 OpenRA.GameRules.SoundInfo

파일 보기 프로젝트 열기: pchote/OpenRA

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
SoundInfo ( OpenRA.FileFormats.MiniYaml y ) : System

메소드 상세

SoundInfo() 공개 메소드

public SoundInfo ( OpenRA.FileFormats.MiniYaml y ) : System
y OpenRA.FileFormats.MiniYaml
리턴 System

프로퍼티 상세

DefaultPrefix 공개적으로 프로퍼티

public string DefaultPrefix
리턴 string

DefaultVariant 공개적으로 프로퍼티

public string DefaultVariant
리턴 string

DisablePrefixes 공개적으로 프로퍼티

public HashSet DisablePrefixes
리턴 HashSet

DisableVariants 공개적으로 프로퍼티

public HashSet DisableVariants
리턴 HashSet

Notifications 공개적으로 프로퍼티

public Dictionary Notifications
리턴 string[]>.Dictionary

NotificationsPools 공개적으로 프로퍼티

public Lazy> NotificationsPools
리턴 SoundPool>>.Lazy

Prefixes 공개적으로 프로퍼티

public Dictionary Prefixes
리턴 string[]>.Dictionary

Variants 공개적으로 프로퍼티

public Dictionary Variants
리턴 string[]>.Dictionary

VoicePools 공개적으로 프로퍼티

public Lazy> VoicePools
리턴 SoundPool>>.Lazy

Voices 공개적으로 프로퍼티

public Dictionary Voices
리턴 string[]>.Dictionary