C# Class U16Vec2, planet-survival

Afficher le fichier Open project: gjrfytn/planet-survival Class Usage Examples

Méthodes publiques

Свойство Type Description
X ushort
Y ushort

Méthodes publiques

Méthode Description
Equals ( System obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
U16Vec2 ( ushort x, ushort y )
operator ( ) : bool

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

U16Vec2() public méthode

public U16Vec2 ( ushort x, ushort y )
x ushort
y ushort

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

X public_oe property

public ushort X
Résultat ushort

Y public_oe property

public ushort Y
Résultat ushort