C# Класс Microsoft.Xna.Framework.Input.GamePadDPad

Показать файл Открыть проект Примеры использования класса

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

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

Returns a value indicating whether this instance is equal to a specified object.

GamePadDPad ( ButtonState upValue, ButtonState downValue, ButtonState leftValue, ButtonState rightValue ) : System
GetHashCode ( ) : int
operator ( ) : bool

Determines whether two specified instances of GamePadDPad are equal.

Приватные методы

Метод Описание
GamePadDPad ( ) : System

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

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

Returns a value indicating whether this instance is equal to a specified object.
public Equals ( object obj ) : bool
obj object An object to compare to this instance.
Результат bool

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

public GamePadDPad ( ButtonState upValue, ButtonState downValue, ButtonState leftValue, ButtonState rightValue ) : System
upValue ButtonState
downValue ButtonState
leftValue ButtonState
rightValue ButtonState
Результат System

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

public GetHashCode ( ) : int
Результат int

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

Determines whether two specified instances of GamePadDPad are equal.
public static operator ( ) : bool
Результат bool