C# Класс OpenBve.Textures.TextureOrigin

Represents the origin where the texture can be loaded from.
Показать файл Открыть проект

Открытые методы

Метод Описание
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