C# 클래스 OpenBve.Sounds.PathOrigin

Represents a file or directory where the sound can be loaded from.
상속: SoundOrigin
파일 보기 프로젝트 열기: leezer3/OpenBVE

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Checks whether this instance is equal to the specified object.

operator ( ) : bool

Checks whether two origins are equal.

비공개 메소드들

메소드 설명
GetSound ( OpenBveApi &sound ) : bool

Gets the sound from this origin.

PathOrigin ( string path )

Creates a new path origin.

메소드 상세

Equals() 공개 메소드

Checks whether this instance is equal to the specified object.
public Equals ( object obj ) : bool
obj object The object.
리턴 bool

operator() 공개 정적인 메소드

Checks whether two origins are equal.
public static operator ( ) : bool
리턴 bool