C# 클래스 OpenBve.Textures.TextureOrigin

Represents the origin where the texture can be loaded from.
파일 보기 프로젝트 열기: leezer3/OpenBVE

공개 메소드들

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

Checks whether this instance is equal to the specified object.

operator ( ) : bool

Checks whether two origins are equal.

비공개 메소드들

메소드 설명
GetTexture ( OpenBveApi &texture ) : bool

Gets the texture from this 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