C# Класс OpenBveApi.Textures.TextureParameters

Represents additional parameters that specify how to process the texture.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Equals ( object obj ) : bool

Checks whether this instance is equal to the specified object.

TextureParameters ( TextureClipRegion clipRegion, Nullable transparentColor ) : System

Creates new texture parameters.

operator ( ) : bool

Checks whether two texture parameters are equal.

Описание методов

Equals() публичный Метод

Checks whether this instance is equal to the specified object.
public Equals ( object obj ) : bool
obj object The object.
Результат bool

TextureParameters() публичный Метод

Creates new texture parameters.
public TextureParameters ( TextureClipRegion clipRegion, Nullable transparentColor ) : System
clipRegion TextureClipRegion The region in the texture to be extracted, or a null reference for the entire texture.
transparentColor Nullable The color in the texture that should become transparent, or a null reference for no transparent color.
Результат System

operator() публичный статический Метод

Checks whether two texture parameters are equal.
public static operator ( ) : bool
Результат bool