C# Class Reign.Core.Size3

Mostra file Open project: reignstudios/ReignSDK

Public Properties

Property Type Description
Width int

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Size3 ( int width, int height, int depth ) : System.Runtime.InteropServices
ToString ( ) : string
operator ( ) : Size3
operator ( ) : bool

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Size3() public method

public Size3 ( int width, int height, int depth ) : System.Runtime.InteropServices
width int
height int
depth int
return System.Runtime.InteropServices

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : Size3
return Size3

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Width public_oe property

public int Width
return int