C# Class U16Vec2, planet-survival

Mostra file Open project: gjrfytn/planet-survival Class Usage Examples

Public Properties

Property Type Description
X ushort
Y ushort

Public Methods

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

Method Details

Equals() public method

public Equals ( System obj ) : bool
obj System
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

U16Vec2() public method

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

operator() public static method

public static operator ( ) : bool
return bool

Property Details

X public_oe property

public ushort X
return ushort

Y public_oe property

public ushort Y
return ushort