C# Class Terraria.DataStructures.Point16

Afficher le fichier Open project: EmuDevs/EDTerraria Class Usage Examples

Méthodes publiques

Свойство Type Description
NegativeOne Point16
X short
Y short
Zero Point16

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Max ( Point16 compareTo ) : Point16
Max ( int compareX, int compareY ) : Point16
Max ( int firstX, int firstY, int secondX, int secondY ) : Point16
Point16 ( Point point ) : Microsoft.Xna.Framework
Point16 ( int x, int y ) : Microsoft.Xna.Framework
Point16 ( short x, short y ) : Microsoft.Xna.Framework
ToString ( ) : string
operator ( ) : bool

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Max() public méthode

public Max ( Point16 compareTo ) : Point16
compareTo Point16
Résultat Point16

Max() public méthode

public Max ( int compareX, int compareY ) : Point16
compareX int
compareY int
Résultat Point16

Max() public static méthode

public static Max ( int firstX, int firstY, int secondX, int secondY ) : Point16
firstX int
firstY int
secondX int
secondY int
Résultat Point16

Point16() public méthode

public Point16 ( Point point ) : Microsoft.Xna.Framework
point Microsoft.Xna.Framework.Point
Résultat Microsoft.Xna.Framework

Point16() public méthode

public Point16 ( int x, int y ) : Microsoft.Xna.Framework
x int
y int
Résultat Microsoft.Xna.Framework

Point16() public méthode

public Point16 ( short x, short y ) : Microsoft.Xna.Framework
x short
y short
Résultat Microsoft.Xna.Framework

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

NegativeOne public_oe static_oe property

public static Point16,Terraria.DataStructures NegativeOne
Résultat Point16

X public_oe property

public short X
Résultat short

Y public_oe property

public short Y
Résultat short

Zero public_oe static_oe property

public static Point16,Terraria.DataStructures Zero
Résultat Point16