C# 클래스 Prism.API.Audio.Bgm

파일 보기 프로젝트 열기: TerrariaPrismTeam/Prism 1 사용 예제들

공개 메소드들

메소드 설명
AnyNPCsForMusic ( ) : bool
AnyNPCsForMusic ( Predicate pred ) : bool
VanillaBgmOf ( int cueId ) : IBgm

비공개 메소드들

메소드 설명
GetMoonLordSpawnFade ( BgmEntry current ) : float
HandleInactiveWindow ( IEnumerable allEntries ) : bool
ScanForVanillaBossMusics ( ) : void
Update ( Terraria.Main _ ) : void
UpdateAmbientEntry ( BgmEntry current, BgmEntry e ) : void
UpdateCurrentEntry ( BgmEntry e ) : void
UpdateOtherEntry ( BgmEntry current, BgmEntry e ) : void

메소드 상세

AnyNPCsForMusic() 공개 정적인 메소드

public static AnyNPCsForMusic ( ) : bool
리턴 bool

AnyNPCsForMusic() 공개 정적인 메소드

public static AnyNPCsForMusic ( Predicate pred ) : bool
pred Predicate
리턴 bool

VanillaBgmOf() 공개 정적인 메소드

public static VanillaBgmOf ( int cueId ) : IBgm
cueId int
리턴 IBgm